Trace number 3263396

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss 1.0? (TO) 4800.33 1201.82

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_21_60_7-log.shuffled-as.sat03-151.cnf
MD5SUM5cab37809f478f7db7fa096e9a155cfe
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of clauses40110
Sum of the clauses size400890
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 542
Number of clauses of size over 540068

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 28970
0.00/0.03	c parsetime: 27288us
0.00/0.03	c parsed 40110 clauses with 105 variables
0.00/0.03	c NW started thread 0 successfully (1109023040)
0.00/0.04	c NW started thread 1 successfully (1093658944)
0.00/0.06	c NW started thread 2 successfully (1119512896)
0.00/0.86	c NW started thread 3 successfully (1130002752)
88.13/22.11	c preprocessor returned 10095 variables
88.13/22.11	c preprocessing returned UNKNOWN
88.13/22.11	c PP set 0 variables
88.13/22.11	c pp time: 22076449us (22s)
88.13/22.12	c preprocessor returned 10095 variables
88.13/22.12	c preprocessing returned UNKNOWN
88.13/22.12	c PP set 0 variables
88.13/22.12	c pp time: 22072683us (22s)
88.51/22.29	c preprocessor returned 10095 variables
88.51/22.29	c preprocessing returned UNKNOWN
88.51/22.29	c PP set 0 variables
88.51/22.29	c pp time: 22228352us (22s)
541.46/135.67	c preprocessor returned 30362 variables
541.46/135.67	c preprocessing returned UNKNOWN
541.46/135.67	c PP set 0 variables
541.46/135.67	c pp time: 135598820us (135s)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3263396-1304064989/watcher-3263396-1304064989 -o /tmp/evaluation-result-3263396-1304064989/solver-3263396-1304064989 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3263396-1304064989.cnf 893017674 4800 15500 4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.00 8.04 8.00 5/182 28969
/proc/meminfo: memFree=14359952/32950928 swapFree=67111528/67111528
[pid=28969] ppid=28967 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28969/stat : 28969 (priss.sh) S 28967 28969 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596729617 8908800 251 33554432000 4194304 4922060 140734037097952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28969/statm: 2175 251 211 178 0 68 0

[startup+0.113994 s]
/proc/loadavg: 8.00 8.04 8.00 5/182 28969
/proc/meminfo: memFree=14359952/32950928 swapFree=67111528/67111528
[pid=28969] ppid=28967 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28969/stat : 28969 (priss.sh) S 28967 28969 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596729617 8908800 251 33554432000 4194304 4922060 140734037097952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28969/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.213976 s]
/proc/loadavg: 8.00 8.04 8.00 5/182 28969
/proc/meminfo: memFree=14359952/32950928 swapFree=67111528/67111528
[pid=28969] ppid=28967 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28969/stat : 28969 (priss.sh) S 28967 28969 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596729617 8908800 251 33554432000 4194304 4922060 140734037097952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28969/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.313957 s]
/proc/loadavg: 8.00 8.04 8.00 5/182 28969
/proc/meminfo: memFree=14359952/32950928 swapFree=67111528/67111528
[pid=28969] ppid=28967 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28969/stat : 28969 (priss.sh) S 28967 28969 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596729617 8908800 251 33554432000 4194304 4922060 140734037097952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28969/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700889 s]
/proc/loadavg: 8.00 8.04 8.00 5/182 28969
/proc/meminfo: memFree=14359952/32950928 swapFree=67111528/67111528
[pid=28969] ppid=28967 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28969/stat : 28969 (priss.sh) S 28967 28969 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596729617 8908800 251 33554432000 4194304 4922060 140734037097952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28969/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50075 s]
/proc/loadavg: 8.00 8.04 8.00 9/188 28975
/proc/meminfo: memFree=14333988/32950928 swapFree=67111528/67111528
[pid=28969] ppid=28967 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28969/stat : 28969 (priss.sh) S 28967 28969 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596729617 8908800 251 33554432000 4194304 4922060 140734037097952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28969/statm: 2175 251 211 178 0 68 0
[pid=28970] ppid=28969 vsize=211304 CPUtime=5.83 cores=0,2,4,6
/proc/28970/stat : 28970 (priss) S 28969 28969 28330 0 -1 4202496 6766 0 0 0 582 1 0 0 19 0 5 0 596729618 216375296 6647 33554432000 4194304 5787044 140736637172928 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/28970/statm: 52826 6647 351 389 0 48576 0
[pid=28970/tid=28972] ppid=28969 vsize=211304 CPUtime=1.46 cores=0,2,4,6
/proc/28970/task/28972/stat : 28972 (priss) R 28969 28969 28330 0 -1 4202560 693 0 0 0 146 0 0 0 20 0 5 0 596729621 216375296 6647 33554432000 4194304 5787044 140736637172928 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28970/tid=28973] ppid=28969 vsize=211304 CPUtime=1.44 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (priss) R 28969 28969 28330 0 -1 4202560 617 0 0 0 144 0 0 0 20 0 5 0 596729622 216375296 6647 33554432000 4194304 5787044 140736637172928 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28970/tid=28974] ppid=28969 vsize=211304 CPUtime=1.42 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (priss) R 28969 28969 28330 0 -1 4202560 588 0 0 0 142 0 0 0 23 0 5 0 596729623 216375296 6647 33554432000 4194304 5787044 140736637172928 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28970/tid=28975] ppid=28969 vsize=211304 CPUtime=1.42 cores=0,2,4,6
/proc/28970/task/28975/stat : 28975 (priss) R 28969 28969 28330 0 -1 4202560 605 0 0 0 142 0 0 0 25 0 5 0 596729625 216375296 6647 33554432000 4194304 5787044 140736637172928 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 220004

[startup+3.10047 s]
/proc/loadavg: 8.00 8.04 8.00 9/188 28975
/proc/meminfo: memFree=14333124/32950928 swapFree=67111528/67111528
[pid=28969] ppid=28967 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28969/stat : 28969 (priss.sh) S 28967 28969 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596729617 8908800 251 33554432000 4194304 4922060 140734037097952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28969/statm: 2175 251 211 178 0 68 0
[pid=28970] ppid=28969 vsize=211304 CPUtime=12.23 cores=0,2,4,6
/proc/28970/stat : 28970 (priss) S 28969 28969 28330 0 -1 4202496 6768 0 0 0 1222 1 0 0 19 0 5 0 596729618 216375296 6649 33554432000 4194304 5787044 140736637172928 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/28970/statm: 52826 6649 351 389 0 48576 0
[pid=28970/tid=28972] ppid=28969 vsize=211304 CPUtime=3.06 cores=0,2,4,6
/proc/28970/task/28972/stat : 28972 (priss) R 28969 28969 28330 0 -1 4202560 693 0 0 0 306 0 0 0 25 0 5 0 596729621 216375296 6649 33554432000 4194304 5787044 140736637172928 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28970/tid=28973] ppid=28969 vsize=211304 CPUtime=3.04 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (priss) R 28969 28969 28330 0 -1 4202560 618 0 0 0 304 0 0 0 25 0 5 0 596729622 216375296 6649 33554432000 4194304 5787044 140736637172928 18446744073709551615 4336808 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28970/tid=28974] ppid=28969 vsize=211304 CPUtime=3.02 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (priss) R 28969 28969 28330 0 -1 4202560 589 0 0 0 302 0 0 0 25 0 5 0 596729623 216375296 6649 33554432000 4194304 5787044 140736637172928 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28970/tid=28975] ppid=28969 vsize=211304 CPUtime=3.02 cores=0,2,4,6
/proc/28970/task/28975/stat : 28975 (priss) R 28969 28969 28330 0 -1 4202560 605 0 0 0 302 0 0 0 25 0 5 0 596729625 216375296 6649 33554432000 4194304 5787044 140736637172928 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 220004

[startup+6.30091 s]
/proc/loadavg: 8.00 8.04 8.00 9/188 28975
/proc/meminfo: memFree=14331884/32950928 swapFree=67111528/67111528
[pid=28969] ppid=28967 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28969/stat : 28969 (priss.sh) S 28967 28969 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596729617 8908800 251 33554432000 4194304 4922060 140734037097952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28969/statm: 2175 251 211 178 0 68 0
[pid=28970] ppid=28969 vsize=211304 CPUtime=25.01 cores=0,2,4,6
/proc/28970/stat : 28970 (priss) S 28969 28969 28330 0 -1 4202496 6768 0 0 0 2500 1 0 0 19 0 5 0 596729618 216375296 6649 33554432000 4194304 5787044 140736637172928 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/28970/statm: 52826 6649 351 389 0 48576 0
[pid=28970/tid=28972] ppid=28969 vsize=211304 CPUtime=6.26 cores=0,2,4,6
/proc/28970/task/28972/stat : 28972 (priss) R 28969 28969 28330 0 -1 4202560 693 0 0 0 626 0 0 0 25 0 5 0 596729621 216375296 6649 33554432000 4194304 5787044 140736637172928 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28970/tid=28973] ppid=28969 vsize=211304 CPUtime=6.24 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (priss) R 28969 28969 28330 0 -1 4202560 618 0 0 0 624 0 0 0 25 0 5 0 596729622 216375296 6649 33554432000 4194304 5787044 140736637172928 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28970/tid=28974] ppid=28969 vsize=211304 CPUtime=6.2 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (priss) R 28969 28969 28330 0 -1 4202560 589 0 0 0 620 0 0 0 25 0 5 0 596729623 216375296 6649 33554432000 4194304 5787044 140736637172928 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28970/tid=28975] ppid=28969 vsize=211304 CPUtime=6.23 cores=0,2,4,6
/proc/28970/task/28975/stat : 28975 (priss) R 28969 28969 28330 0 -1 4202560 605 0 0 0 623 0 0 0 25 0 5 0 596729625 216375296 6649 33554432000 4194304 5787044 140736637172928 18446744073709551615 4336808 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 220004

[startup+12.7008 s]
/proc/loadavg: 8.00 8.04 8.00 9/188 28975
/proc/meminfo: memFree=14331612/32950928 swapFree=67111528/67111528
[pid=28969] ppid=28967 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28969/stat : 28969 (priss.sh) S 28967 28969 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596729617 8908800 251 33554432000 4194304 4922060 140734037097952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28969/statm: 2175 251 211 178 0 68 0
[pid=28970] ppid=28969 vsize=211304 CPUtime=50.57 cores=0,2,4,6
/proc/28970/stat : 28970 (priss) S 28969 28969 28330 0 -1 4202496 6769 0 0 0 5056 1 0 0 19 0 5 0 596729618 216375296 6650 33554432000 4194304 5787044 140736637172928 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/28970/statm: 52826 6650 351 389 0 48576 0
[pid=28970/tid=28972] ppid=28969 vsize=211304 CPUtime=12.66 cores=0,2,4,6
/proc/28970/task/28972/stat : 28972 (priss) R 28969 28969 28330 0 -1 4202560 694 0 0 0 1266 0 0 0 25 0 5 0 596729621 216375296 6650 33554432000 4194304 5787044 140736637172928 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28970/tid=28973] ppid=28969 vsize=211304 CPUtime=12.64 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (priss) R 28969 28969 28330 0 -1 4202560 618 0 0 0 1264 0 0 0 25 0 5 0 596729622 216375296 6650 33554432000 4194304 5787044 140736637172928 18446744073709551615 4336784 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28970/tid=28974] ppid=28969 vsize=211304 CPUtime=12.56 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (priss) R 28969 28969 28330 0 -1 4202560 589 0 0 0 1256 0 0 0 25 0 5 0 596729623 216375296 6650 33554432000 4194304 5787044 140736637172928 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28970/tid=28975] ppid=28969 vsize=211304 CPUtime=12.62 cores=0,2,4,6
/proc/28970/task/28975/stat : 28975 (priss) R 28969 28969 28330 0 -1 4202560 605 0 0 0 1262 0 0 0 25 0 5 0 596729625 216375296 6650 33554432000 4194304 5787044 140736637172928 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 220004

[startup+25.5006 s]
/proc/loadavg: 8.00 8.03 8.00 9/188 28975
/proc/meminfo: memFree=14302584/32950928 swapFree=67111528/67111528
[pid=28969] ppid=28967 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28969/stat : 28969 (priss.sh) S 28967 28969 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596729617 8908800 251 33554432000 4194304 4922060 140734037097952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28969/statm: 2175 251 211 178 0 68 0
[pid=28970] ppid=28969 vsize=228420 CPUtime=101.69 cores=0,2,4,6
/proc/28970/stat : 28970 (priss) S 28969 28969 28330 0 -1 4202496 15682 0 0 0 10166 3 0 0 19 0 5 0 596729618 233902080 13829 33554432000 4194304 5787044 140736637172928 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/28970/statm: 57105 13829 405 389 0 52855 0
[pid=28970/tid=28972] ppid=28969 vsize=228420 CPUtime=25.45 cores=0,2,4,6
/proc/28970/task/28972/stat : 28972 (priss) R 28969 28969 28330 0 -1 4202560 1762 0 0 0 2545 0 0 0 25 0 5 0 596729621 233902080 13829 33554432000 4194304 5787044 140736637172928 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28970/tid=28973] ppid=28969 vsize=228420 CPUtime=25.43 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (priss) R 28969 28969 28330 0 -1 4202560 2581 0 0 0 2543 0 0 0 25 0 5 0 596729622 233902080 13829 33554432000 4194304 5787044 140736637172928 18446744073709551615 4220317 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28970/tid=28974] ppid=28969 vsize=228420 CPUtime=25.29 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (priss) R 28969 28969 28330 0 -1 4202560 4022 0 0 0 2528 1 0 0 25 0 5 0 596729623 233902080 13829 33554432000 4194304 5787044 140736637172928 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28970/tid=28975] ppid=28969 vsize=228420 CPUtime=25.42 cores=0,2,4,6
/proc/28970/task/28975/stat : 28975 (priss) R 28969 28969 28330 0 -1 4202560 3054 0 0 0 2542 0 0 0 25 0 5 0 596729625 233902080 13829 33554432000 4194304 5787044 140736637172928 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 237120

[startup+51.1011 s]
/proc/loadavg: 8.00 8.03 8.00 9/188 28976
/proc/meminfo: memFree=14229896/32950928 swapFree=67111528/67111528
[pid=28969] ppid=28967 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28969/stat : 28969 (priss.sh) S 28967 28969 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596729617 8908800 251 33554432000 4194304 4922060 140734037097952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28969/statm: 2175 251 211 178 0 68 0
[pid=28970] ppid=28969 vsize=241472 CPUtime=203.94 cores=0,2,4,6
/proc/28970/stat : 28970 (priss) S 28969 28969 28330 0 -1 4202496 24451 0 0 0 20384 10 0 0 19 0 5 0 596729618 247267328 22594 33554432000 4194304 5787044 140736637172928 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/28970/statm: 60368 22594 405 389 0 56118 0
[pid=28970/tid=28972] ppid=28969 vsize=241472 CPUtime=51.05 cores=0,2,4,6
/proc/28970/task/28972/stat : 28972 (priss) R 28969 28969 28330 0 -1 4202560 5152 0 0 0 5103 2 0 0 25 0 5 0 596729621 247267328 22594 33554432000 4194304 5787044 140736637172928 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28970/tid=28973] ppid=28969 vsize=241472 CPUtime=51.03 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (priss) R 28969 28969 28330 0 -1 4202560 4701 0 0 0 5101 2 0 0 25 0 5 0 596729622 247267328 22594 33554432000 4194304 5787044 140736637172928 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28970/tid=28974] ppid=28969 vsize=241472 CPUtime=50.74 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (priss) R 28969 28969 28330 0 -1 4202560 7281 0 0 0 5070 4 0 0 25 0 5 0 596729623 247267328 22594 33554432000 4194304 5787044 140736637172928 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28970/tid=28975] ppid=28969 vsize=241472 CPUtime=51.02 cores=0,2,4,6
/proc/28970/task/28975/stat : 28975 (priss) R 28969 28969 28330 0 -1 4202560 3054 0 0 0 5102 0 0 0 25 0 5 0 596729625 247267328 22594 33554432000 4194304 5787044 140736637172928 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.94
Current children cumulated vsize (KiB) 250172

[startup+102.301 s]
/proc/loadavg: 8.04 8.04 8.00 9/188 28977
/proc/meminfo: memFree=14159704/32950928 swapFree=67111528/67111528
[pid=28969] ppid=28967 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28969/stat : 28969 (priss.sh) S 28967 28969 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596729617 8908800 251 33554432000 4194304 4922060 140734037097952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28969/statm: 2175 251 211 178 0 68 0
[pid=28970] ppid=28969 vsize=260280 CPUtime=408.47 cores=0,2,4,6
/proc/28970/stat : 28970 (priss) S 28969 28969 28330 0 -1 4202496 35089 0 0 0 40827 20 0 0 19 0 5 0 596729618 266526720 33145 33554432000 4194304 5787044 140736637172928 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/28970/statm: 65070 33145 405 389 0 60820 0
[pid=28970/tid=28972] ppid=28969 vsize=260280 CPUtime=102.25 cores=0,2,4,6
/proc/28970/task/28972/stat : 28972 (priss) R 28969 28969 28330 0 -1 4202560 7456 0 0 0 10221 4 0 0 25 0 5 0 596729621 266526720 33145 33554432000 4194304 5787044 140736637172928 18446744073709551615 5586592 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28970/tid=28973] ppid=28969 vsize=260280 CPUtime=102.24 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (priss) R 28969 28969 28330 0 -1 4202560 7903 0 0 0 10220 4 0 0 25 0 5 0 596729622 266526720 33145 33554432000 4194304 5787044 140736637172928 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28970/tid=28974] ppid=28969 vsize=260280 CPUtime=101.66 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (priss) R 28969 28969 28330 0 -1 4202560 12413 0 0 0 10156 10 0 0 25 0 5 0 596729623 266526720 33145 33554432000 4194304 5787044 140736637172928 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28970/tid=28975] ppid=28969 vsize=260280 CPUtime=102.23 cores=0,2,4,6

################
# More data... #
################

/proc/28970/task/28973/stat : 28973 (priss) R 28969 28969 28330 0 -1 4202560 26026 0 0 0 88196 25 0 0 25 0 5 0 596729622 659763200 122574 33554432000 4194304 5787044 140736637172928 18446744073709551615 218880225989 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28970/tid=28974] ppid=28969 vsize=644300 CPUtime=877.31 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (priss) R 28969 28969 28330 0 -1 4202560 31240 0 0 0 87702 29 0 0 25 0 5 0 596729623 659763200 122574 33554432000 4194304 5787044 140736637172928 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28970/tid=28975] ppid=28969 vsize=644300 CPUtime=882.22 cores=0,2,4,6
/proc/28970/task/28975/stat : 28975 (priss) R 28969 28969 28330 0 -1 4202560 32071 0 0 0 88187 35 0 0 25 0 5 0 596729625 659763200 122574 33554432000 4194304 5787044 140736637172928 18446744073709551615 5527716 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.11
Current children cumulated vsize (KiB) 653000

[startup+942.301 s]
/proc/loadavg: 8.14 8.12 8.03 9/188 29000
/proc/meminfo: memFree=13488420/32950928 swapFree=67111528/67111528
[pid=28969] ppid=28967 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28969/stat : 28969 (priss.sh) S 28967 28969 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596729617 8908800 251 33554432000 4194304 4922060 140734037097952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28969/statm: 2175 251 211 178 0 68 0
[pid=28970] ppid=28969 vsize=658760 CPUtime=3763.75 cores=0,2,4,6
/proc/28970/stat : 28970 (priss) S 28969 28969 28330 0 -1 4202496 132186 0 0 0 376244 131 0 0 19 0 5 0 596729618 674570240 128287 33554432000 4194304 5787044 140736637172928 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/28970/statm: 164690 128287 418 389 0 160440 0
[pid=28970/tid=28972] ppid=28969 vsize=658760 CPUtime=942.24 cores=0,2,4,6
/proc/28970/task/28972/stat : 28972 (priss) R 28969 28969 28330 0 -1 4202560 33808 0 0 0 94189 35 0 0 25 0 5 0 596729621 674570240 128287 33554432000 4194304 5787044 140736637172928 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28970/tid=28973] ppid=28969 vsize=658760 CPUtime=942.21 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (priss) R 28969 28969 28330 0 -1 4202560 27486 0 0 0 94195 26 0 0 25 0 5 0 596729622 674570240 128287 33554432000 4194304 5787044 140736637172928 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28970/tid=28974] ppid=28969 vsize=658760 CPUtime=937.19 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (priss) R 28969 28969 28330 0 -1 4202560 33928 0 0 0 93687 32 0 0 25 0 5 0 596729623 674570240 128287 33554432000 4194304 5787044 140736637172928 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28970/tid=28975] ppid=28969 vsize=658760 CPUtime=942 cores=0,2,4,6
/proc/28970/task/28975/stat : 28975 (priss) R 28969 28969 28330 0 -1 4202560 32701 0 0 0 94164 36 0 0 25 0 5 0 596729625 674570240 128287 33554432000 4194304 5787044 140736637172928 18446744073709551615 5527101 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.75
Current children cumulated vsize (KiB) 667460

[startup+1002.3 s]
/proc/loadavg: 8.08 8.11 8.03 9/188 29001
/proc/meminfo: memFree=13437796/32950928 swapFree=67111528/67111528
[pid=28969] ppid=28967 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28969/stat : 28969 (priss.sh) S 28967 28969 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596729617 8908800 251 33554432000 4194304 4922060 140734037097952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28969/statm: 2175 251 211 178 0 68 0
[pid=28970] ppid=28969 vsize=677056 CPUtime=4003.41 cores=0,2,4,6
/proc/28970/stat : 28970 (priss) S 28969 28969 28330 0 -1 4202496 138662 0 0 0 400203 138 0 0 19 0 5 0 596729618 693305344 134763 33554432000 4194304 5787044 140736637172928 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/28970/statm: 169264 134763 418 389 0 165014 0
[pid=28970/tid=28972] ppid=28969 vsize=677056 CPUtime=1002.24 cores=0,2,4,6
/proc/28970/task/28972/stat : 28972 (priss) R 28969 28969 28330 0 -1 4202560 35549 0 0 0 100188 36 0 0 25 0 5 0 596729621 693305344 134763 33554432000 4194304 5787044 140736637172928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28970/tid=28973] ppid=28969 vsize=677056 CPUtime=1002.21 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (priss) R 28969 28969 28330 0 -1 4202560 27639 0 0 0 100195 26 0 0 25 0 5 0 596729622 693305344 134763 33554432000 4194304 5787044 140736637172928 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28970/tid=28974] ppid=28969 vsize=677056 CPUtime=997.2 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (priss) R 28969 28969 28330 0 -1 4202560 36439 0 0 0 99686 34 0 0 25 0 5 0 596729623 693305344 134763 33554432000 4194304 5787044 140736637172928 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28970/tid=28975] ppid=28969 vsize=677056 CPUtime=1001.66 cores=0,2,4,6
/proc/28970/task/28975/stat : 28975 (priss) R 28969 28969 28330 0 -1 4202560 34772 0 0 0 100127 39 0 0 25 0 5 0 596729625 693305344 134763 33554432000 4194304 5787044 140736637172928 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.41
Current children cumulated vsize (KiB) 685756

[startup+1062.3 s]
/proc/loadavg: 8.03 8.09 8.03 9/188 29036
/proc/meminfo: memFree=13895428/32950928 swapFree=67111528/67111528
[pid=28969] ppid=28967 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28969/stat : 28969 (priss.sh) S 28967 28969 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596729617 8908800 251 33554432000 4194304 4922060 140734037097952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28969/statm: 2175 251 211 178 0 68 0
[pid=28970] ppid=28969 vsize=690744 CPUtime=4243.09 cores=0,2,4,6
/proc/28970/stat : 28970 (priss) S 28969 28969 28330 0 -1 4202496 146233 0 0 0 424162 147 0 0 19 0 5 0 596729618 707321856 142334 33554432000 4194304 5787044 140736637172928 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/28970/statm: 172686 142334 418 389 0 168436 0
[pid=28970/tid=28972] ppid=28969 vsize=690744 CPUtime=1062.24 cores=0,2,4,6
/proc/28970/task/28972/stat : 28972 (priss) R 28969 28969 28330 0 -1 4202560 37917 0 0 0 106186 38 0 0 21 0 5 0 596729621 707321856 142334 33554432000 4194304 5787044 140736637172928 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28970/tid=28973] ppid=28969 vsize=690744 CPUtime=1062.21 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (priss) R 28969 28969 28330 0 -1 4202560 27764 0 0 0 106195 26 0 0 25 0 5 0 596729622 707321856 142334 33554432000 4194304 5787044 140736637172928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28970/tid=28974] ppid=28969 vsize=690744 CPUtime=1057.19 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (priss) R 28969 28969 28330 0 -1 4202560 38816 0 0 0 105684 35 0 0 25 0 5 0 596729623 707321856 142334 33554432000 4194304 5787044 140736637172928 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28970/tid=28975] ppid=28969 vsize=690744 CPUtime=1061.34 cores=0,2,4,6
/proc/28970/task/28975/stat : 28975 (priss) R 28969 28969 28330 0 -1 4202560 37473 0 0 0 106089 45 0 0 25 0 5 0 596729625 707321856 142334 33554432000 4194304 5787044 140736637172928 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.09
Current children cumulated vsize (KiB) 699444

[startup+1122.3 s]
/proc/loadavg: 8.01 8.07 8.02 9/188 29038
/proc/meminfo: memFree=13846148/32950928 swapFree=67111528/67111528
[pid=28969] ppid=28967 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28969/stat : 28969 (priss.sh) S 28967 28969 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596729617 8908800 251 33554432000 4194304 4922060 140734037097952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28969/statm: 2175 251 211 178 0 68 0
[pid=28970] ppid=28969 vsize=758156 CPUtime=4482.75 cores=0,2,4,6
/proc/28970/stat : 28970 (priss) S 28969 28969 28330 0 -1 4202496 148323 0 0 0 448126 149 0 0 19 0 5 0 596729618 776351744 144166 33554432000 4194304 5787044 140736637172928 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/28970/statm: 189539 144166 418 389 0 185289 0
[pid=28970/tid=28972] ppid=28969 vsize=758156 CPUtime=1122.24 cores=0,2,4,6
/proc/28970/task/28972/stat : 28972 (priss) R 28969 28969 28330 0 -1 4202560 38305 0 0 0 112186 38 0 0 25 0 5 0 596729621 776351744 144166 33554432000 4194304 5787044 140736637172928 18446744073709551615 4220304 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28970/tid=28973] ppid=28969 vsize=758156 CPUtime=1122.21 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (priss) R 28969 28969 28330 0 -1 4202560 28589 0 0 0 112194 27 0 0 25 0 5 0 596729622 776351744 144166 33554432000 4194304 5787044 140736637172928 18446744073709551615 5586841 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28970/tid=28974] ppid=28969 vsize=758156 CPUtime=1117.2 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (priss) R 28969 28969 28330 0 -1 4202560 39322 0 0 0 111684 36 0 0 25 0 5 0 596729623 776351744 144166 33554432000 4194304 5787044 140736637172928 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28970/tid=28975] ppid=28969 vsize=758156 CPUtime=1121 cores=0,2,4,6
/proc/28970/task/28975/stat : 28975 (priss) R 28969 28969 28330 0 -1 4202560 37844 0 0 0 112055 45 0 0 25 0 5 0 596729625 776351744 144166 33554432000 4194304 5787044 140736637172928 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.75
Current children cumulated vsize (KiB) 766856

[startup+1182.3 s]
/proc/loadavg: 8.12 8.09 8.03 9/188 29039
/proc/meminfo: memFree=13821936/32950928 swapFree=67111528/67111528
[pid=28969] ppid=28967 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28969/stat : 28969 (priss.sh) S 28967 28969 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596729617 8908800 251 33554432000 4194304 4922060 140734037097952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28969/statm: 2175 251 211 178 0 68 0
[pid=28970] ppid=28969 vsize=758156 CPUtime=4722.42 cores=0,2,4,6
/proc/28970/stat : 28970 (priss) S 28969 28969 28330 0 -1 4202496 149305 0 0 0 472093 149 0 0 19 0 5 0 596729618 776351744 144923 33554432000 4194304 5787044 140736637172928 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/28970/statm: 189539 144923 418 389 0 185289 0
[pid=28970/tid=28972] ppid=28969 vsize=758156 CPUtime=1182.24 cores=0,2,4,6
/proc/28970/task/28972/stat : 28972 (priss) R 28969 28969 28330 0 -1 4202560 39093 0 0 0 118186 38 0 0 25 0 5 0 596729621 776351744 144923 33554432000 4194304 5787044 140736637172928 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28970/tid=28973] ppid=28969 vsize=758156 CPUtime=1182.21 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (priss) R 28969 28969 28330 0 -1 4202560 28589 0 0 0 118194 27 0 0 25 0 5 0 596729622 776351744 144923 33554432000 4194304 5787044 140736637172928 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28970/tid=28974] ppid=28969 vsize=758156 CPUtime=1177.2 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (priss) R 28969 28969 28330 0 -1 4202560 39322 0 0 0 117684 36 0 0 25 0 5 0 596729623 776351744 144923 33554432000 4194304 5787044 140736637172928 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28970/tid=28975] ppid=28969 vsize=758156 CPUtime=1180.67 cores=0,2,4,6
/proc/28970/task/28975/stat : 28975 (priss) R 28969 28969 28330 0 -1 4202560 38038 0 0 0 118022 45 0 0 25 0 5 0 596729625 776351744 144923 33554432000 4194304 5787044 140736637172928 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 766856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.15 8.10 8.03 9/188 29040
/proc/meminfo: memFree=13818084/32950928 swapFree=67111528/67111528
[pid=28969] ppid=28967 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28969/stat : 28969 (priss.sh) S 28967 28969 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596729617 8908800 251 33554432000 4194304 4922060 140734037097952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28969/statm: 2175 251 211 178 0 68 0
[pid=28970] ppid=28969 vsize=758156 CPUtime=4800.33 cores=0,2,4,6
/proc/28970/stat : 28970 (priss) S 28969 28969 28330 0 -1 4202496 149327 0 0 0 479884 149 0 0 19 0 5 0 596729618 776351744 144945 33554432000 4194304 5787044 140736637172928 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/28970/statm: 189539 144945 418 389 0 185289 0
[pid=28970/tid=28972] ppid=28969 vsize=758156 CPUtime=1201.74 cores=0,2,4,6
/proc/28970/task/28972/stat : 28972 (priss) R 28969 28969 28330 0 -1 4202560 39093 0 0 0 120136 38 0 0 25 0 5 0 596729621 776351744 144945 33554432000 4194304 5787044 140736637172928 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28970/tid=28973] ppid=28969 vsize=758156 CPUtime=1201.71 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (priss) R 28969 28969 28330 0 -1 4202560 28589 0 0 0 120144 27 0 0 25 0 5 0 596729622 776351744 144945 33554432000 4194304 5787044 140736637172928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28970/tid=28974] ppid=28969 vsize=758156 CPUtime=1196.71 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (priss) R 28969 28969 28330 0 -1 4202560 39322 0 0 0 119635 36 0 0 25 0 5 0 596729623 776351744 144945 33554432000 4194304 5787044 140736637172928 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28970/tid=28975] ppid=28969 vsize=758156 CPUtime=1200.06 cores=0,2,4,6
/proc/28970/task/28975/stat : 28975 (priss) R 28969 28969 28330 0 -1 4202560 38060 0 0 0 119961 45 0 0 25 0 5 0 596729625 776351744 144945 33554432000 4194304 5787044 140736637172928 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 766856

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1201.8 s]
/proc/loadavg: 8.15 8.10 8.03 9/188 29040
/proc/meminfo: memFree=13818084/32950928 swapFree=67111528/67111528
[pid=28969] ppid=28967 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28969/stat : 28969 (priss.sh) S 28967 28969 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596729617 8908800 251 33554432000 4194304 4922060 140734037097952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28969/statm: 2175 251 211 178 0 68 0
[pid=28970] ppid=28969 vsize=758156 CPUtime=4800.33 cores=0,2,4,6
/proc/28970/stat : 28970 (priss) S 28969 28969 28330 0 -1 4202496 149327 0 0 0 479884 149 0 0 19 0 5 0 596729618 776351744 144945 33554432000 4194304 5787044 140736637172928 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/28970/statm: 189539 144945 418 389 0 185289 0
[pid=28970/tid=28972] ppid=28969 vsize=758156 CPUtime=1201.74 cores=0,2,4,6
/proc/28970/task/28972/stat : 28972 (priss) R 28969 28969 28330 0 -1 4202560 39093 0 0 0 120136 38 0 0 25 0 5 0 596729621 776351744 144945 33554432000 4194304 5787044 140736637172928 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28970/tid=28973] ppid=28969 vsize=758156 CPUtime=1201.71 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (priss) R 28969 28969 28330 0 -1 4202560 28589 0 0 0 120144 27 0 0 25 0 5 0 596729622 776351744 144945 33554432000 4194304 5787044 140736637172928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28970/tid=28974] ppid=28969 vsize=758156 CPUtime=1196.71 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (priss) R 28969 28969 28330 0 -1 4202560 39322 0 0 0 119635 36 0 0 25 0 5 0 596729623 776351744 144945 33554432000 4194304 5787044 140736637172928 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28970/tid=28975] ppid=28969 vsize=758156 CPUtime=1200.06 cores=0,2,4,6
/proc/28970/task/28975/stat : 28975 (priss) R 28969 28969 28330 0 -1 4202560 38060 0 0 0 119961 45 0 0 25 0 5 0 596729625 776351744 144945 33554432000 4194304 5787044 140736637172928 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 766856

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28969 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.001998
# while last known CPU time is 4800.33
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.82
CPU time (s): 4800.33
CPU user time (s): 4798.84
CPU system time (s): 1.49
CPU usage (%): 399.423
Max. virtual memory (cumulated for all children) (KiB): 766856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 330
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2

runsolver used 1.80472 second user time and 4.75928 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-29 10:16:30
IDJOB=3263396
IDBENCH=83967
IDSOLVER=1603
FILE ID=node112/3263396-1304064989
RUNJOBID= node112-1304062780-28650
PBS_JOBID= 13170443
Free space on /tmp= 72560 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_21_60_7-log.shuffled-as.sat03-151.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263396-1304064989/watcher-3263396-1304064989 -o /tmp/evaluation-result-3263396-1304064989/solver-3263396-1304064989 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3263396-1304064989.cnf 893017674 4800 15500 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 5cab37809f478f7db7fa096e9a155cfe
RANDOM SEED=893017674

node112.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5261.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14360100 kB
Buffers:       1995512 kB
Cached:       15806328 kB
SwapCached:          0 kB
Active:        7278640 kB
Inactive:     10756716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14360100 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3116 kB
Writeback:          32 kB
AnonPages:      233312 kB
Mapped:          15652 kB
Slab:           492688 kB
PageTables:       5340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   420664 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72560 MiB
End job on node112 at 2011-04-29 10:36:33