Trace number 3362352

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
SAT09 reference solver: ManySAT 1.1 aimd 1/2009-03-20? (TO) 20390 5100.03

General information on the benchmark

NameSAT04/industrial/vangelder/
cnf-color/abb313GPIA-9-c.used-as.sat04-317.cnf
MD5SUM65c5a1442ec07e466934f093e50229c2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.0374
Satisfiable
(Un)Satisfiability was proved
Number of variables6228
Number of clauses484871
Sum of the clauses size3850952
Maximum clause length8
Minimum clause length1
Number of clauses of size 115
Number of clauses of size 24651
Number of clauses of size 31
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5480204

Solver Data

0.00/0.00	c Parsing...
0.00/0.36	c ==============================================================================
0.00/0.36	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.36	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.36	c ==============================================================================
0.00/0.36	c |         0 |  482594  3828193 |  144778       0        0     nan |  0.000 % |
0.00/0.52	c |         0 |  479096  3790745 |      --       0       --      -- |     --   | -1544/-21985
0.00/0.52	c ==============================================================================
0.00/0.52	c Result  :   #vars: 6212   #clauses: 479096   #literals: 3790745
0.00/0.52	c CPU time:   0.499924 s
0.00/0.52	c ==============================================================================

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: 961)

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-3362352-1305303926/watcher-3362352-1305303926 -o /tmp/evaluation-result-3362352-1305303926/solver-3362352-1305303926 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362352-1305303926.cnf aimd 1 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.45 3.82 5.31 2/357 27041
/proc/meminfo: memFree=21267608/32951124 swapFree=66341972/67111528
[pid=27041] ppid=27039 vsize=8700 CPUtime=0 cores=0-7
/proc/27041/stat : 27041 (manysat.sh) S 27039 27041 26982 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622808370 8908800 250 33554432000 4194304 4922060 140735678257664 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27041/statm: 2175 250 209 178 0 68 0

[startup+0.0287571 s]
/proc/loadavg: 2.45 3.82 5.31 2/357 27041
/proc/meminfo: memFree=21267608/32951124 swapFree=66341972/67111528
[pid=27041] ppid=27039 vsize=8700 CPUtime=0 cores=0-7
/proc/27041/stat : 27041 (manysat.sh) S 27039 27041 26982 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622808370 8908800 250 33554432000 4194304 4922060 140735678257664 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27041/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100746 s]
/proc/loadavg: 2.45 3.82 5.31 2/357 27041
/proc/meminfo: memFree=21267608/32951124 swapFree=66341972/67111528
[pid=27041] ppid=27039 vsize=8700 CPUtime=0 cores=0-7
/proc/27041/stat : 27041 (manysat.sh) S 27039 27041 26982 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622808370 8908800 250 33554432000 4194304 4922060 140735678257664 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27041/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300709 s]
/proc/loadavg: 2.45 3.82 5.31 2/357 27041
/proc/meminfo: memFree=21267608/32951124 swapFree=66341972/67111528
[pid=27041] ppid=27039 vsize=8700 CPUtime=0 cores=0-7
/proc/27041/stat : 27041 (manysat.sh) S 27039 27041 26982 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622808370 8908800 250 33554432000 4194304 4922060 140735678257664 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27041/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700633 s]
/proc/loadavg: 2.45 3.82 5.31 2/357 27041
/proc/meminfo: memFree=21267608/32951124 swapFree=66341972/67111528
[pid=27041] ppid=27039 vsize=8700 CPUtime=0 cores=0-7
/proc/27041/stat : 27041 (manysat.sh) S 27039 27041 26982 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622808370 8908800 250 33554432000 4194304 4922060 140735678257664 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27041/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50048 s]
/proc/loadavg: 2.45 3.82 5.31 2/359 27043
/proc/meminfo: memFree=21201724/32951124 swapFree=66341972/67111528
[pid=27041] ppid=27039 vsize=8700 CPUtime=1.18 cores=0-7
/proc/27041/stat : 27041 (manysat.sh) S 27039 27041 26982 0 -1 4202496 357 13730 0 0 0 0 114 4 18 0 1 0 622808370 8908800 253 33554432000 4194304 4922060 140735678257664 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27041/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 8700

[startup+3.10117 s]
/proc/loadavg: 2.45 3.82 5.31 5/362 27047
/proc/meminfo: memFree=21101880/32951124 swapFree=66341972/67111528
[pid=27041] ppid=27039 vsize=8700 CPUtime=1.18 cores=0-7
/proc/27041/stat : 27041 (manysat.sh) S 27039 27041 26982 0 -1 4202496 357 13730 0 0 0 0 114 4 18 0 1 0 622808370 8908800 253 33554432000 4194304 4922060 140735678257664 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27041/statm: 2175 253 209 178 0 68 0
[pid=27044] ppid=27041 vsize=205684 CPUtime=5.2 cores=0-7
/proc/27044/stat : 27044 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202496 42127 0 0 0 506 14 0 0 18 0 4 0 622808490 210620416 42078 33554432000 134512640 135305190 4293439536 18446744073709551615 134547921 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/27044/statm: 51421 42078 84 194 0 51225 0
[pid=27044/tid=27045] ppid=27041 vsize=205684 CPUtime=1.11 cores=0-7
/proc/27044/task/27045/stat : 27045 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 1642 0 0 0 111 0 0 0 18 0 4 0 622808568 210620416 42078 33554432000 134512640 135305190 4293439536 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=27044/tid=27046] ppid=27041 vsize=205684 CPUtime=1.1 cores=0-7
/proc/27044/task/27046/stat : 27046 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 2134 0 0 0 109 1 0 0 18 0 4 0 622808568 210620416 42078 33554432000 134512640 135305190 4293439536 18446744073709551615 134541959 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27044/tid=27047] ppid=27041 vsize=205684 CPUtime=1.09 cores=0-7
/proc/27044/task/27047/stat : 27047 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 2042 0 0 0 105 4 0 0 18 0 4 0 622808568 210620416 42078 33554432000 134512640 135305190 4293439536 18446744073709551615 134528952 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.38
Current children cumulated vsize (KiB) 214384

[startup+6.30058 s]
/proc/loadavg: 2.57 3.82 5.30 5/362 27047
/proc/meminfo: memFree=21054400/32951124 swapFree=66341972/67111528
[pid=27041] ppid=27039 vsize=8700 CPUtime=1.18 cores=0-7
/proc/27041/stat : 27041 (manysat.sh) S 27039 27041 26982 0 -1 4202496 357 13730 0 0 0 0 114 4 18 0 1 0 622808370 8908800 253 33554432000 4194304 4922060 140735678257664 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27041/statm: 2175 253 209 178 0 68 0
[pid=27044] ppid=27041 vsize=235020 CPUtime=17.92 cores=0-7
/proc/27044/stat : 27044 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202496 49434 0 0 0 1772 20 0 0 18 0 4 0 622808490 240660480 49385 33554432000 134512640 135305190 4293439536 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/27044/statm: 58755 49385 84 194 0 58559 0
[pid=27044/tid=27045] ppid=27041 vsize=235020 CPUtime=4.28 cores=0-7
/proc/27044/task/27045/stat : 27045 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 3200 0 0 0 427 1 0 0 18 0 4 0 622808568 240660480 49385 33554432000 134512640 135305190 4293439536 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=27044/tid=27046] ppid=27041 vsize=235020 CPUtime=4.3 cores=0-7
/proc/27044/task/27046/stat : 27046 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 4815 0 0 0 428 2 0 0 18 0 4 0 622808568 240660480 49385 33554432000 134512640 135305190 4293439536 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27044/tid=27047] ppid=27041 vsize=235020 CPUtime=4.25 cores=0-7
/proc/27044/task/27047/stat : 27047 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 3509 0 0 0 419 6 0 0 18 0 4 0 622808568 240660480 49385 33554432000 134512640 135305190 4293439536 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19.1
Current children cumulated vsize (KiB) 243720

[startup+12.7004 s]
/proc/loadavg: 2.69 3.82 5.30 5/362 27047
/proc/meminfo: memFree=21018572/32951124 swapFree=66341972/67111528
[pid=27041] ppid=27039 vsize=8700 CPUtime=1.18 cores=0-7
/proc/27041/stat : 27041 (manysat.sh) S 27039 27041 26982 0 -1 4202496 357 13730 0 0 0 0 114 4 18 0 1 0 622808370 8908800 253 33554432000 4194304 4922060 140735678257664 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27041/statm: 2175 253 209 178 0 68 0
[pid=27044] ppid=27041 vsize=266916 CPUtime=43.44 cores=0-7
/proc/27044/stat : 27044 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202496 57306 0 0 0 4314 30 0 0 18 0 4 0 622808490 273321984 57257 33554432000 134512640 135305190 4293439536 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/27044/statm: 66729 57257 84 194 0 66533 0
[pid=27044/tid=27045] ppid=27041 vsize=266916 CPUtime=10.67 cores=0-7
/proc/27044/task/27045/stat : 27045 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 4557 0 0 0 1063 4 0 0 19 0 4 0 622808568 273321984 57257 33554432000 134512640 135305190 4293439536 18446744073709551615 134541947 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=27044/tid=27046] ppid=27041 vsize=266916 CPUtime=10.69 cores=0-7
/proc/27044/task/27046/stat : 27046 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 7837 0 0 0 1065 4 0 0 18 0 4 0 622808568 273321984 57257 33554432000 134512640 135305190 4293439536 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27044/tid=27047] ppid=27041 vsize=266916 CPUtime=10.62 cores=0-7
/proc/27044/task/27047/stat : 27047 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 5352 0 0 0 1052 10 0 0 18 0 4 0 622808568 273321984 57257 33554432000 134512640 135305190 4293439536 18446744073709551615 134542040 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 44.62
Current children cumulated vsize (KiB) 275616

[startup+25.5009 s]
/proc/loadavg: 2.98 3.83 5.27 5/362 27048
/proc/meminfo: memFree=20976892/32951124 swapFree=66341972/67111528
[pid=27041] ppid=27039 vsize=8700 CPUtime=1.18 cores=0-7
/proc/27041/stat : 27041 (manysat.sh) S 27039 27041 26982 0 -1 4202496 357 13730 0 0 0 0 114 4 18 0 1 0 622808370 8908800 253 33554432000 4194304 4922060 140735678257664 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27041/statm: 2175 253 209 178 0 68 0
[pid=27044] ppid=27041 vsize=313204 CPUtime=94.59 cores=0-7
/proc/27044/stat : 27044 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202496 68258 0 0 0 9418 41 0 0 18 0 4 0 622808490 320720896 68209 33554432000 134512640 135305190 4293439536 18446744073709551615 134528325 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/27044/statm: 78301 68209 84 194 0 78105 0
[pid=27044/tid=27045] ppid=27041 vsize=313204 CPUtime=23.45 cores=0-7
/proc/27044/task/27045/stat : 27045 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 6794 0 0 0 2340 5 0 0 25 0 4 0 622808568 320720896 68209 33554432000 134512640 135305190 4293439536 18446744073709551615 134528283 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=27044/tid=27046] ppid=27041 vsize=313204 CPUtime=23.49 cores=0-7
/proc/27044/task/27046/stat : 27046 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 11665 0 0 0 2343 6 0 0 18 0 4 0 622808568 320720896 68209 33554432000 134512640 135305190 4293439536 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27044/tid=27047] ppid=27041 vsize=313204 CPUtime=23.39 cores=0-7
/proc/27044/task/27047/stat : 27047 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 7749 0 0 0 2324 15 0 0 18 0 4 0 622808568 320720896 68209 33554432000 134512640 135305190 4293439536 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 95.77
Current children cumulated vsize (KiB) 321904

[startup+51.1011 s]
/proc/loadavg: 3.33 3.84 5.24 5/362 27049
/proc/meminfo: memFree=20912768/32951124 swapFree=66341972/67111528
[pid=27041] ppid=27039 vsize=8700 CPUtime=1.18 cores=0-7
/proc/27041/stat : 27041 (manysat.sh) S 27039 27041 26982 0 -1 4202496 357 13730 0 0 0 0 114 4 18 0 1 0 622808370 8908800 253 33554432000 4194304 4922060 140735678257664 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27041/statm: 2175 253 209 178 0 68 0
[pid=27044] ppid=27041 vsize=376924 CPUtime=196.89 cores=0-7
/proc/27044/stat : 27044 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202496 84181 0 0 0 19635 54 0 0 18 0 4 0 622808490 385970176 84132 33554432000 134512640 135305190 4293439536 18446744073709551615 134528771 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/27044/statm: 94231 84132 84 194 0 94035 0
[pid=27044/tid=27045] ppid=27041 vsize=376924 CPUtime=49.02 cores=0-7
/proc/27044/task/27045/stat : 27045 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 10548 0 0 0 4894 8 0 0 25 0 4 0 622808568 385970176 84132 33554432000 134512640 135305190 4293439536 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=27044/tid=27046] ppid=27041 vsize=376924 CPUtime=49.08 cores=0-7
/proc/27044/task/27046/stat : 27046 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 17038 0 0 0 4900 8 0 0 18 0 4 0 622808568 385970176 84132 33554432000 134512640 135305190 4293439536 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27044/tid=27047] ppid=27041 vsize=376924 CPUtime=48.97 cores=0-7
/proc/27044/task/27047/stat : 27047 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 11261 0 0 0 4878 19 0 0 18 0 4 0 622808568 385970176 84132 33554432000 134512640 135305190 4293439536 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 198.07
Current children cumulated vsize (KiB) 385624

[startup+102.313 s]
/proc/loadavg: 3.71 3.86 5.17 5/362 27050
/proc/meminfo: memFree=20852848/32951124 swapFree=66341972/67111528
[pid=27041] ppid=27039 vsize=8700 CPUtime=1.18 cores=0-7
/proc/27041/stat : 27041 (manysat.sh) S 27039 27041 26982 0 -1 4202496 357 13730 0 0 0 0 114 4 18 0 1 0 622808370 8908800 253 33554432000 4194304 4922060 140735678257664 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27041/statm: 2175 253 209 178 0 68 0
[pid=27044] ppid=27041 vsize=436616 CPUtime=401.47 cores=0-7
/proc/27044/stat : 27044 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202496 98902 0 0 0 40076 71 0 0 18 0 4 0 622808490 447094784 98853 33554432000 134512640 135305190 4293439536 18446744073709551615 134558597 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/27044/statm: 109154 98853 84 194 0 108958 0
[pid=27044/tid=27045] ppid=27041 vsize=436616 CPUtime=100.19 cores=0-7
/proc/27044/task/27045/stat : 27045 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 13928 0 0 0 10007 12 0 0 25 0 4 0 622808568 447094784 98853 33554432000 134512640 135305190 4293439536 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=27044/tid=27046] ppid=27041 vsize=436616 CPUtime=100.19 cores=0-7
/proc/27044/task/27046/stat : 27046 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 22105 0 0 0 10006 13 0 0 18 0 4 0 622808568 447094784 98853 33554432000 134512640 135305190 4293439536 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27044/tid=27047] ppid=27041 vsize=436616 CPUtime=100.09 cores=0-7
/proc/27044/task/27047/stat : 27047 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 13970 0 0 0 9985 24 0 0 18 0 4 0 622808568 447094784 98853 33554432000 134512640 135305190 4293439536 18446744073709551615 134528327 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 402.65
Current children cumulated vsize (KiB) 445316

[startup+162.301 s]
/proc/loadavg: 3.89 3.89 5.10 5/362 27051
/proc/meminfo: memFree=20816588/32951124 swapFree=66341972/67111528
[pid=27041] ppid=27039 vsize=8700 CPUtime=1.18 cores=0-7
/proc/27041/stat : 27041 (manysat.sh) S 27039 27041 26982 0 -1 4202496 357 13730 0 0 0 0 114 4 18 0 1 0 622808370 8908800 253 33554432000 4194304 4922060 140735678257664 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27041/statm: 2175 253 209 178 0 68 0
[pid=27044] ppid=27041 vsize=474420 CPUtime=641.24 cores=0-7
/proc/27044/stat : 27044 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202496 107867 0 0 0 64041 83 0 0 18 0 4 0 622808490 485806080 107818 33554432000 134512640 135305190 4293439536 18446744073709551615 134528399 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/27044/statm: 118605 107818 84 194 0 118409 0
[pid=27044/tid=27045] ppid=27041 vsize=474420 CPUtime=160.11 cores=0-7
/proc/27044/task/27045/stat : 27045 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 15788 0 0 0 15996 15 0 0 20 0 4 0 622808568 485806080 107818 33554432000 134512640 135305190 4293439536 18446744073709551615 134528435 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=27044/tid=27046] ppid=27041 vsize=474420 CPUtime=160.17 cores=0-7
/proc/27044/task/27046/stat : 27046 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 25356 0 0 0 16002 15 0 0 18 0 4 0 622808568 485806080 107818 33554432000 134512640 135305190 4293439536 18446744073709551615 134528562 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27044/tid=27047] ppid=27041 vsize=474420 CPUtime=160.01 cores=0-7
/proc/27044/task/27047/stat : 27047 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 16139 0 0 0 15975 26 0 0 22 0 4 0 622808568 485806080 107818 33554432000 134512640 135305190 4293439536 18446744073709551615 134528501 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 642.42
Current children cumulated vsize (KiB) 483120

[startup+222.301 s]

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

/proc/27044/task/27047/stat : 27047 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 57090 0 0 0 465820 108 0 0 25 0 4 0 622808568 1707630592 386819 33554432000 134512640 135305190 4293439536 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18639.3
Current children cumulated vsize (KiB) 1676308

[startup+4722.31 s]
/proc/loadavg: 4.02 4.02 4.00 5/362 27185
/proc/meminfo: memFree=19647940/32951124 swapFree=66341972/67111528
[pid=27041] ppid=27039 vsize=8700 CPUtime=1.18 cores=0-7
/proc/27041/stat : 27041 (manysat.sh) S 27039 27041 26982 0 -1 4202496 357 13730 0 0 0 0 114 4 18 0 1 0 622808370 8908800 253 33554432000 4194304 4922060 140735678257664 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27041/statm: 2175 253 209 178 0 68 0
[pid=27044] ppid=27041 vsize=1716552 CPUtime=18878.2 cores=0-7
/proc/27044/stat : 27044 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202496 399174 0 0 0 1887245 575 0 0 25 0 4 0 622808490 1757749248 399120 33554432000 134512640 135305190 4293439536 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/27044/statm: 429138 399120 84 194 0 428942 0
[pid=27044/tid=27045] ppid=27041 vsize=1716552 CPUtime=4719.24 cores=0-7
/proc/27044/task/27045/stat : 27045 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 90975 0 0 0 471785 139 0 0 25 0 4 0 622808568 1757749248 399120 33554432000 134512640 135305190 4293439536 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=27044/tid=27046] ppid=27041 vsize=1716552 CPUtime=4719.49 cores=0-7
/proc/27044/task/27046/stat : 27046 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 127182 0 0 0 471764 185 0 0 25 0 4 0 622808568 1757749248 399120 33554432000 134512640 135305190 4293439536 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27044/tid=27047] ppid=27041 vsize=1716552 CPUtime=4719.3 cores=0-7
/proc/27044/task/27047/stat : 27047 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 58097 0 0 0 471820 110 0 0 25 0 4 0 622808568 1757749248 399120 33554432000 134512640 135305190 4293439536 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18879.4
Current children cumulated vsize (KiB) 1725252

[startup+4782.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/362 27187
/proc/meminfo: memFree=19600384/32951124 swapFree=66341972/67111528
[pid=27041] ppid=27039 vsize=8700 CPUtime=1.18 cores=0-7
/proc/27041/stat : 27041 (manysat.sh) S 27039 27041 26982 0 -1 4202496 357 13730 0 0 0 0 114 4 18 0 1 0 622808370 8908800 253 33554432000 4194304 4922060 140735678257664 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27041/statm: 2175 253 209 178 0 68 0
[pid=27044] ppid=27041 vsize=1768824 CPUtime=19118.2 cores=0-7
/proc/27044/stat : 27044 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202496 411236 0 0 0 1911207 608 0 0 25 0 4 0 622808490 1811275776 411182 33554432000 134512640 135305190 4293439536 18446744073709551615 134528571 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/27044/statm: 442206 411182 84 194 0 442010 0
[pid=27044/tid=27045] ppid=27041 vsize=1768824 CPUtime=4779.23 cores=0-7
/proc/27044/task/27045/stat : 27045 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 92855 0 0 0 477778 145 0 0 25 0 4 0 622808568 1811275776 411182 33554432000 134512640 135305190 4293439536 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=27044/tid=27046] ppid=27041 vsize=1768824 CPUtime=4779.48 cores=0-7
/proc/27044/task/27046/stat : 27046 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 134823 0 0 0 477743 205 0 0 18 0 4 0 622808568 1811275776 411182 33554432000 134512640 135305190 4293439536 18446744073709551615 134528753 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27044/tid=27047] ppid=27041 vsize=1768824 CPUtime=4779.28 cores=0-7
/proc/27044/task/27047/stat : 27047 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 58995 0 0 0 477817 111 0 0 25 0 4 0 622808568 1811275776 411182 33554432000 134512640 135305190 4293439536 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19119.3
Current children cumulated vsize (KiB) 1777524

[startup+4842.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/362 27188
/proc/meminfo: memFree=19568712/32951124 swapFree=66341972/67111528
[pid=27041] ppid=27039 vsize=8700 CPUtime=1.18 cores=0-7
/proc/27041/stat : 27041 (manysat.sh) S 27039 27041 26982 0 -1 4202496 357 13730 0 0 0 0 114 4 18 0 1 0 622808370 8908800 253 33554432000 4194304 4922060 140735678257664 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27041/statm: 2175 253 209 178 0 68 0
[pid=27044] ppid=27041 vsize=1800684 CPUtime=19358.1 cores=0-7
/proc/27044/stat : 27044 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202496 419092 0 0 0 1935177 634 0 0 25 0 4 0 622808490 1843900416 419038 33554432000 134512640 135305190 4293439536 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/27044/statm: 450171 419038 84 194 0 449975 0
[pid=27044/tid=27045] ppid=27041 vsize=1800684 CPUtime=4839.23 cores=0-7
/proc/27044/task/27045/stat : 27045 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 94156 0 0 0 483773 150 0 0 25 0 4 0 622808568 1843900416 419038 33554432000 134512640 135305190 4293439536 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=27044/tid=27046] ppid=27041 vsize=1800684 CPUtime=4839.49 cores=0-7
/proc/27044/task/27046/stat : 27046 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 139557 0 0 0 483726 223 0 0 25 0 4 0 622808568 1843900416 419038 33554432000 134512640 135305190 4293439536 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27044/tid=27047] ppid=27041 vsize=1800684 CPUtime=4839.25 cores=0-7
/proc/27044/task/27047/stat : 27047 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 59596 0 0 0 483812 113 0 0 20 0 4 0 622808568 1843900416 419038 33554432000 134512640 135305190 4293439536 18446744073709551615 134539432 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19359.3
Current children cumulated vsize (KiB) 1809384

[startup+4902.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/362 27190
/proc/meminfo: memFree=19566684/32951124 swapFree=66341972/67111528
[pid=27041] ppid=27039 vsize=8700 CPUtime=1.18 cores=0-7
/proc/27041/stat : 27041 (manysat.sh) S 27039 27041 26982 0 -1 4202496 357 13730 0 0 0 0 114 4 18 0 1 0 622808370 8908800 253 33554432000 4194304 4922060 140735678257664 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27041/statm: 2175 253 209 178 0 68 0
[pid=27044] ppid=27041 vsize=1802220 CPUtime=19598 cores=0-7
/proc/27044/stat : 27044 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202496 419550 0 0 0 1959159 637 0 0 25 0 4 0 622808490 1845473280 419496 33554432000 134512640 135305190 4293439536 18446744073709551615 134528557 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/27044/statm: 450555 419496 84 194 0 450359 0
[pid=27044/tid=27045] ppid=27041 vsize=1802220 CPUtime=4899.23 cores=0-7
/proc/27044/task/27045/stat : 27045 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 94388 0 0 0 489772 151 0 0 20 0 4 0 622808568 1845473280 419496 33554432000 134512640 135305190 4293439536 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=27044/tid=27046] ppid=27041 vsize=1802220 CPUtime=4899.41 cores=0-7
/proc/27044/task/27046/stat : 27046 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 139590 0 0 0 489718 223 0 0 25 0 4 0 622808568 1845473280 419496 33554432000 134512640 135305190 4293439536 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27044/tid=27047] ppid=27041 vsize=1802220 CPUtime=4899.17 cores=0-7
/proc/27044/task/27047/stat : 27047 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 59596 0 0 0 489804 113 0 0 25 0 4 0 622808568 1845473280 419496 33554432000 134512640 135305190 4293439536 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19599.1
Current children cumulated vsize (KiB) 1810920

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/362 27191
/proc/meminfo: memFree=19563684/32951124 swapFree=66341972/67111528
[pid=27041] ppid=27039 vsize=8700 CPUtime=1.18 cores=0-7
/proc/27041/stat : 27041 (manysat.sh) S 27039 27041 26982 0 -1 4202496 357 13730 0 0 0 0 114 4 18 0 1 0 622808370 8908800 253 33554432000 4194304 4922060 140735678257664 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27041/statm: 2175 253 209 178 0 68 0
[pid=27044] ppid=27041 vsize=1805452 CPUtime=19838 cores=0-7
/proc/27044/stat : 27044 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202496 420318 0 0 0 1983159 638 0 0 25 0 4 0 622808490 1848782848 420264 33554432000 134512640 135305190 4293439536 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/27044/statm: 451363 420264 84 194 0 451167 0
[pid=27044/tid=27045] ppid=27041 vsize=1805452 CPUtime=4959.24 cores=0-7
/proc/27044/task/27045/stat : 27045 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 94660 0 0 0 495772 152 0 0 25 0 4 0 622808568 1848782848 420264 33554432000 134512640 135305190 4293439536 18446744073709551615 134558424 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=27044/tid=27046] ppid=27041 vsize=1805452 CPUtime=4959.41 cores=0-7
/proc/27044/task/27046/stat : 27046 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 139870 0 0 0 495718 223 0 0 22 0 4 0 622808568 1848782848 420264 33554432000 134512640 135305190 4293439536 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27044/tid=27047] ppid=27041 vsize=1805452 CPUtime=4959.17 cores=0-7
/proc/27044/task/27047/stat : 27047 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 59596 0 0 0 495804 113 0 0 25 0 4 0 622808568 1848782848 420264 33554432000 134512640 135305190 4293439536 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19839.2
Current children cumulated vsize (KiB) 1814152

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/362 27193
/proc/meminfo: memFree=19561036/32951124 swapFree=66341972/67111528
[pid=27041] ppid=27039 vsize=8700 CPUtime=1.18 cores=0-7
/proc/27041/stat : 27041 (manysat.sh) S 27039 27041 26982 0 -1 4202496 357 13730 0 0 0 0 114 4 18 0 1 0 622808370 8908800 253 33554432000 4194304 4922060 140735678257664 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27041/statm: 2175 253 209 178 0 68 0
[pid=27044] ppid=27041 vsize=1808836 CPUtime=20078 cores=0-7
/proc/27044/stat : 27044 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202496 421018 0 0 0 2007158 639 0 0 25 0 4 0 622808490 1852248064 420964 33554432000 134512640 135305190 4293439536 18446744073709551615 134528431 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/27044/statm: 452209 420964 84 194 0 452013 0
[pid=27044/tid=27045] ppid=27041 vsize=1808836 CPUtime=5019.24 cores=0-7
/proc/27044/task/27045/stat : 27045 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 94859 0 0 0 501772 152 0 0 25 0 4 0 622808568 1852248064 420964 33554432000 134512640 135305190 4293439536 18446744073709551615 134528455 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=27044/tid=27046] ppid=27041 vsize=1808836 CPUtime=5019.42 cores=0-7
/proc/27044/task/27046/stat : 27046 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 140230 0 0 0 501718 224 0 0 25 0 4 0 622808568 1852248064 420964 33554432000 134512640 135305190 4293439536 18446744073709551615 134551720 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27044/tid=27047] ppid=27041 vsize=1808836 CPUtime=5019.18 cores=0-7
/proc/27044/task/27047/stat : 27047 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 59596 0 0 0 501804 114 0 0 25 0 4 0 622808568 1852248064 420964 33554432000 134512640 135305190 4293439536 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20079.2
Current children cumulated vsize (KiB) 1817536

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/362 27195
/proc/meminfo: memFree=19556640/32951124 swapFree=66341972/67111528
[pid=27041] ppid=27039 vsize=8700 CPUtime=1.18 cores=0-7
/proc/27041/stat : 27041 (manysat.sh) S 27039 27041 26982 0 -1 4202496 357 13730 0 0 0 0 114 4 18 0 1 0 622808370 8908800 253 33554432000 4194304 4922060 140735678257664 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27041/statm: 2175 253 209 178 0 68 0
[pid=27044] ppid=27041 vsize=1813380 CPUtime=20318 cores=0-7
/proc/27044/stat : 27044 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202496 422102 0 0 0 2031157 642 0 0 25 0 4 0 622808490 1856901120 422048 33554432000 134512640 135305190 4293439536 18446744073709551615 134528744 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/27044/statm: 453345 422048 84 194 0 453149 0
[pid=27044/tid=27045] ppid=27041 vsize=1813380 CPUtime=5079.24 cores=0-7
/proc/27044/task/27045/stat : 27045 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 95163 0 0 0 507771 153 0 0 25 0 4 0 622808568 1856901120 422048 33554432000 134512640 135305190 4293439536 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=27044/tid=27046] ppid=27041 vsize=1813380 CPUtime=5079.42 cores=0-7
/proc/27044/task/27046/stat : 27046 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 140540 0 0 0 507718 224 0 0 25 0 4 0 622808568 1856901120 422048 33554432000 134512640 135305190 4293439536 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27044/tid=27047] ppid=27041 vsize=1813380 CPUtime=5079.18 cores=0-7
/proc/27044/task/27047/stat : 27047 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 59915 0 0 0 507803 115 0 0 25 0 4 0 622808568 1856901120 422048 33554432000 134512640 135305190 4293439536 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20319.2
Current children cumulated vsize (KiB) 1822080



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.08 4.02 4.01 5/362 27195
/proc/meminfo: memFree=19555504/32951124 swapFree=66341972/67111528
[pid=27041] ppid=27039 vsize=8700 CPUtime=1.18 cores=0-7
/proc/27041/stat : 27041 (manysat.sh) S 27039 27041 26982 0 -1 4202496 357 13730 0 0 0 0 114 4 18 0 1 0 622808370 8908800 253 33554432000 4194304 4922060 140735678257664 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27041/statm: 2175 253 209 178 0 68 0
[pid=27044] ppid=27041 vsize=1813900 CPUtime=20388.8 cores=0-7
/proc/27044/stat : 27044 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202496 422352 0 0 0 2038241 643 0 0 25 0 4 0 622808490 1857433600 422298 33554432000 134512640 135305190 4293439536 18446744073709551615 134528382 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/27044/statm: 453475 422298 84 194 0 453279 0
[pid=27044/tid=27045] ppid=27041 vsize=1813900 CPUtime=5096.95 cores=0-7
/proc/27044/task/27045/stat : 27045 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 95278 0 0 0 509542 153 0 0 25 0 4 0 622808568 1857433600 422298 33554432000 134512640 135305190 4293439536 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=27044/tid=27046] ppid=27041 vsize=1813900 CPUtime=5097.13 cores=0-7
/proc/27044/task/27046/stat : 27046 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 140582 0 0 0 509489 224 0 0 25 0 4 0 622808568 1857433600 422298 33554432000 134512640 135305190 4293439536 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27044/tid=27047] ppid=27041 vsize=1813900 CPUtime=5096.9 cores=0-7
/proc/27044/task/27047/stat : 27047 (manysat1.1_stat) R 27041 27041 26982 0 -1 4202560 59915 0 0 0 509575 115 0 0 25 0 4 0 622808568 1857433600 422298 33554432000 134512640 135305190 4293439536 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20390
Current children cumulated vsize (KiB) 1822600

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5100.03
CPU time (s): 20390
CPU user time (s): 20383.5
CPU system time (s): 6.47
CPU usage (%): 399.802
Max. virtual memory (cumulated for all children) (KiB): 1822600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.14582
system time used= 0.050992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14087
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= 7
involuntary context switches= 5

runsolver used 17.7273 second user time and 42.5465 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-13 18:25:28
IDJOB=3362352
IDBENCH=84806
IDSOLVER=1839
FILE ID=node141/3362352-1305303926
RUNJOBID= node141-1305303914-26996
PBS_JOBID= 13321464
Free space on /tmp= 48912 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT04/industrial/vangelder/cnf-color/abb313GPIA-9-c.used-as.sat04-317.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362352-1305303926/watcher-3362352-1305303926 -o /tmp/evaluation-result-3362352-1305303926/solver-3362352-1305303926 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362352-1305303926.cnf aimd 1

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 65c5a1442ec07e466934f093e50229c2
RANDOM SEED=1081598366

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.82
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.806
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.75
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.806
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	: 5332.84
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.806
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.75
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.806
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21268012 kB
Buffers:        222184 kB
Cached:        5981812 kB
SwapCached:      22860 kB
Active:        3112752 kB
Inactive:      8325388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21268012 kB
SwapTotal:    67111528 kB
SwapFree:     66341972 kB
Dirty:           23640 kB
Writeback:           0 kB
AnonPages:     5217964 kB
Mapped:          18936 kB
Slab:           140592 kB
PageTables:      37820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86227492 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= 48892 MiB
End job on node141 at 2011-05-13 19:50:30