Trace number 3362069

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) 4800.28 1205.83

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.040-NOTKNOWN.cnf
MD5SUM36e8e2178d03f08fa4223da0e3d9beb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark539.975
Satisfiable
(Un)Satisfiability was proved
Number of variables87884
Number of clauses1413816
Sum of the clauses size3227576
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21364160
Number of clauses of size 33840
Number of clauses of size 417760
Number of clauses of size 57680
Number of clauses of size over 519680

Solver Data

0.00/0.00	c Parsing...
0.00/0.41	c ==============================================================================
0.00/0.41	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.41	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.41	c ==============================================================================
0.00/0.41	c |         0 | 1040158  2379025 |  312047       0        0     nan |  0.000 % |
1.79/1.86	c |         0 |  741497  1727155 |      --       0       --      -- |     --   | -35/-52
1.79/1.86	c ==============================================================================
1.79/1.86	c Result  :   #vars: 53836   #clauses: 741497   #literals: 1727155
1.79/1.86	c CPU time:   1.82172 s
1.79/1.86	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-3362069-1305298450/watcher-3362069-1305298450 -o /tmp/evaluation-result-3362069-1305298450/solver-3362069-1305298450 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362069-1305298450.cnf aimd 1 

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: 7.24 7.84 7.10 5/353 18012
/proc/meminfo: memFree=14789484/32951124 swapFree=67111348/67111528
[pid=18012] ppid=18010 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18012/stat : 18012 (manysat.sh) S 18010 18012 17714 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 622261212 8908800 249 33554432000 4194304 4922060 140733507486464 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18012/statm: 2175 249 209 178 0 68 0

[startup+0.091345 s]
/proc/loadavg: 7.24 7.84 7.10 5/353 18012
/proc/meminfo: memFree=14789484/32951124 swapFree=67111348/67111528
[pid=18012] ppid=18010 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18012/stat : 18012 (manysat.sh) S 18010 18012 17714 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 622261212 8908800 249 33554432000 4194304 4922060 140733507486464 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18012/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100339 s]
/proc/loadavg: 7.24 7.84 7.10 5/353 18012
/proc/meminfo: memFree=14789484/32951124 swapFree=67111348/67111528
[pid=18012] ppid=18010 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18012/stat : 18012 (manysat.sh) S 18010 18012 17714 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 622261212 8908800 249 33554432000 4194304 4922060 140733507486464 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18012/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300305 s]
/proc/loadavg: 7.24 7.84 7.10 5/353 18012
/proc/meminfo: memFree=14789484/32951124 swapFree=67111348/67111528
[pid=18012] ppid=18010 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18012/stat : 18012 (manysat.sh) S 18010 18012 17714 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 622261212 8908800 249 33554432000 4194304 4922060 140733507486464 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18012/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700235 s]
/proc/loadavg: 7.24 7.84 7.10 5/353 18012
/proc/meminfo: memFree=14789484/32951124 swapFree=67111348/67111528
[pid=18012] ppid=18010 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18012/stat : 18012 (manysat.sh) S 18010 18012 17714 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 622261212 8908800 249 33554432000 4194304 4922060 140733507486464 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18012/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50112 s]
/proc/loadavg: 7.06 7.79 7.08 6/355 18014
/proc/meminfo: memFree=14712844/32951124 swapFree=67111348/67111528
[pid=18012] ppid=18010 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18012/stat : 18012 (manysat.sh) S 18010 18012 17714 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 622261212 8908800 249 33554432000 4194304 4922060 140733507486464 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18012/statm: 2175 249 209 178 0 68 0
[pid=18013] ppid=18012 vsize=87744 CPUtime=1.49 cores=0,2,4,6
/proc/18013/stat : 18013 (SatElite) R 18012 18012 17714 0 -1 4202496 21239 0 0 0 145 4 0 0 25 0 1 0 622261212 89849856 19041 33554432000 134512640 135034092 4287087232 18446744073709551615 134574642 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/18013/statm: 21936 19041 68 128 0 21806 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 96444

[startup+3.10078 s]
/proc/loadavg: 7.06 7.79 7.08 6/355 18014
/proc/meminfo: memFree=14703668/32951124 swapFree=67111348/67111528
[pid=18012] ppid=18010 vsize=8700 CPUtime=2.23 cores=0,2,4,6
/proc/18012/stat : 18012 (manysat.sh) S 18010 18012 17714 0 -1 4202496 357 23353 0 0 0 0 217 6 18 0 1 0 622261212 8908800 252 33554432000 4194304 4922060 140733507486464 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18012/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 8700
heavy processes:

[startup+6.30121 s]
/proc/loadavg: 7.06 7.79 7.08 9/358 18018
/proc/meminfo: memFree=14597364/32951124 swapFree=67111348/67111528
[pid=18012] ppid=18010 vsize=8700 CPUtime=2.23 cores=0,2,4,6
/proc/18012/stat : 18012 (manysat.sh) S 18010 18012 17714 0 -1 4202496 357 23353 0 0 0 0 217 6 18 0 1 0 622261212 8908800 252 33554432000 4194304 4922060 140733507486464 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18012/statm: 2175 252 209 178 0 68 0
[pid=18015] ppid=18012 vsize=221920 CPUtime=13.93 cores=0,2,4,6
/proc/18015/stat : 18015 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202496 45545 0 0 0 1386 7 0 0 25 0 4 0 622261436 227246080 45444 33554432000 134512640 135305190 4287873120 18446744073709551615 134551636 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/18015/statm: 55480 45444 84 194 0 55284 0
[pid=18015/tid=18016] ppid=18012 vsize=221920 CPUtime=3.26 cores=0,2,4,6
/proc/18015/task/18016/stat : 18016 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 1107 0 0 0 326 0 0 0 25 0 4 0 622261510 227246080 45444 33554432000 134512640 135305190 4287873120 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=18015/tid=18017] ppid=18012 vsize=221920 CPUtime=3.3 cores=0,2,4,6
/proc/18015/task/18017/stat : 18017 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 1432 0 0 0 330 0 0 0 25 0 4 0 622261510 227246080 45444 33554432000 134512640 135305190 4287873120 18446744073709551615 134553365 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=18015/tid=18018] ppid=18012 vsize=221920 CPUtime=3.31 cores=0,2,4,6
/proc/18015/task/18018/stat : 18018 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 1633 0 0 0 330 1 0 0 25 0 4 0 622261510 227246080 45444 33554432000 134512640 135305190 4287873120 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 16.16
Current children cumulated vsize (KiB) 230620

[startup+12.7011 s]
/proc/loadavg: 7.28 7.82 7.10 9/358 18018
/proc/meminfo: memFree=14553104/32951124 swapFree=67111348/67111528
[pid=18012] ppid=18010 vsize=8700 CPUtime=2.23 cores=0,2,4,6
/proc/18012/stat : 18012 (manysat.sh) S 18010 18012 17714 0 -1 4202496 357 23353 0 0 0 0 217 6 18 0 1 0 622261212 8908800 252 33554432000 4194304 4922060 140733507486464 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18012/statm: 2175 252 209 178 0 68 0
[pid=18015] ppid=18012 vsize=264152 CPUtime=39.46 cores=0,2,4,6
/proc/18015/stat : 18015 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202496 56133 0 0 0 3935 11 0 0 25 0 4 0 622261436 270491648 56032 33554432000 134512640 135305190 4287873120 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/18015/statm: 66038 56032 84 194 0 65842 0
[pid=18015/tid=18016] ppid=18012 vsize=264152 CPUtime=9.59 cores=0,2,4,6
/proc/18015/task/18016/stat : 18016 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 3485 0 0 0 958 1 0 0 25 0 4 0 622261510 270491648 56032 33554432000 134512640 135305190 4287873120 18446744073709551615 134529123 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=18015/tid=18017] ppid=18012 vsize=264152 CPUtime=9.71 cores=0,2,4,6
/proc/18015/task/18017/stat : 18017 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 4240 0 0 0 970 1 0 0 25 0 4 0 622261510 270491648 56032 33554432000 134512640 135305190 4287873120 18446744073709551615 134551720 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=18015/tid=18018] ppid=18012 vsize=264152 CPUtime=9.71 cores=0,2,4,6
/proc/18015/task/18018/stat : 18018 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 4066 0 0 0 969 2 0 0 25 0 4 0 622261510 270491648 56032 33554432000 134512640 135305190 4287873120 18446744073709551615 134556789 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 41.69
Current children cumulated vsize (KiB) 272852

[startup+25.5008 s]
/proc/loadavg: 7.47 7.84 7.11 10/358 18018
/proc/meminfo: memFree=14466920/32951124 swapFree=67111348/67111528
[pid=18012] ppid=18010 vsize=8700 CPUtime=2.23 cores=0,2,4,6
/proc/18012/stat : 18012 (manysat.sh) S 18010 18012 17714 0 -1 4202496 357 23353 0 0 0 0 217 6 18 0 1 0 622261212 8908800 252 33554432000 4194304 4922060 140733507486464 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18012/statm: 2175 252 209 178 0 68 0
[pid=18015] ppid=18012 vsize=350240 CPUtime=90.51 cores=0,2,4,6
/proc/18015/stat : 18015 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202496 77451 0 0 0 9034 17 0 0 25 0 4 0 622261436 358645760 77350 33554432000 134512640 135305190 4287873120 18446744073709551615 134551671 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/18015/statm: 87560 77350 84 194 0 87364 0
[pid=18015/tid=18016] ppid=18012 vsize=350240 CPUtime=22.24 cores=0,2,4,6
/proc/18015/task/18016/stat : 18016 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 8399 0 0 0 2222 2 0 0 25 0 4 0 622261510 358645760 77350 33554432000 134512640 135305190 4287873120 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=18015/tid=18017] ppid=18012 vsize=350240 CPUtime=22.5 cores=0,2,4,6
/proc/18015/task/18017/stat : 18017 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 9342 0 0 0 2248 2 0 0 25 0 4 0 622261510 358645760 77350 33554432000 134512640 135305190 4287873120 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=18015/tid=18018] ppid=18012 vsize=350240 CPUtime=22.5 cores=0,2,4,6
/proc/18015/task/18018/stat : 18018 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 8874 0 0 0 2247 3 0 0 25 0 4 0 622261510 358645760 77350 33554432000 134512640 135305190 4287873120 18446744073709551615 134551776 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 92.74
Current children cumulated vsize (KiB) 358940

[startup+51.1003 s]
/proc/loadavg: 7.71 7.87 7.14 9/358 18019
/proc/meminfo: memFree=14285216/32951124 swapFree=67111348/67111528
[pid=18012] ppid=18010 vsize=8700 CPUtime=2.23 cores=0,2,4,6
/proc/18012/stat : 18012 (manysat.sh) S 18010 18012 17714 0 -1 4202496 357 23353 0 0 0 0 217 6 18 0 1 0 622261212 8908800 252 33554432000 4194304 4922060 140733507486464 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18012/statm: 2175 252 209 178 0 68 0
[pid=18015] ppid=18012 vsize=527880 CPUtime=192.62 cores=0,2,4,6
/proc/18015/stat : 18015 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202496 121795 0 0 0 19235 27 0 0 25 0 4 0 622261436 540549120 121693 33554432000 134512640 135305190 4287873120 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/18015/statm: 131970 121693 84 194 0 131774 0
[pid=18015/tid=18016] ppid=18012 vsize=527880 CPUtime=47.56 cores=0,2,4,6
/proc/18015/task/18016/stat : 18016 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 18333 0 0 0 4752 4 0 0 25 0 4 0 622261510 540549120 121693 33554432000 134512640 135305190 4287873120 18446744073709551615 134551848 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=18015/tid=18017] ppid=18012 vsize=527880 CPUtime=48.1 cores=0,2,4,6
/proc/18015/task/18017/stat : 18017 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 20933 0 0 0 4805 5 0 0 25 0 4 0 622261510 540549120 121693 33554432000 134512640 135305190 4287873120 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=18015/tid=18018] ppid=18012 vsize=527880 CPUtime=48.1 cores=0,2,4,6
/proc/18015/task/18018/stat : 18018 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 19155 0 0 0 4804 6 0 0 25 0 4 0 622261510 540549120 121693 33554432000 134512640 135305190 4287873120 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 194.85
Current children cumulated vsize (KiB) 536580

[startup+102.313 s]
/proc/loadavg: 8.07 7.93 7.20 9/358 18021
/proc/meminfo: memFree=13997748/32951124 swapFree=67111348/67111528
[pid=18012] ppid=18010 vsize=8700 CPUtime=2.23 cores=0,2,4,6
/proc/18012/stat : 18012 (manysat.sh) S 18010 18012 17714 0 -1 4202496 357 23353 0 0 0 0 217 6 18 0 1 0 622261212 8908800 252 33554432000 4194304 4922060 140733507486464 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18012/statm: 2175 252 209 178 0 68 0
[pid=18015] ppid=18012 vsize=800568 CPUtime=396.89 cores=0,2,4,6
/proc/18015/stat : 18015 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202496 189900 0 0 0 39646 43 0 0 25 0 4 0 622261436 819781632 189798 33554432000 134512640 135305190 4287873120 18446744073709551615 134551668 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/18015/statm: 200142 189798 84 194 0 199946 0
[pid=18015/tid=18016] ppid=18012 vsize=800568 CPUtime=98.59 cores=0,2,4,6
/proc/18015/task/18016/stat : 18016 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 35153 0 0 0 9851 8 0 0 25 0 4 0 622261510 819781632 189798 33554432000 134512640 135305190 4287873120 18446744073709551615 134551709 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=18015/tid=18017] ppid=18012 vsize=800568 CPUtime=99.31 cores=0,2,4,6
/proc/18015/task/18017/stat : 18017 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 39037 0 0 0 9922 9 0 0 25 0 4 0 622261510 819781632 189798 33554432000 134512640 135305190 4287873120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=18015/tid=18018] ppid=18012 vsize=800568 CPUtime=98.93 cores=0,2,4,6
/proc/18015/task/18018/stat : 18018 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 34705 0 0 0 9883 10 0 0 25 0 4 0 622261510 819781632 189798 33554432000 134512640 135305190 4287873120 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 399.12
Current children cumulated vsize (KiB) 809268

[startup+162.301 s]
/proc/loadavg: 8.13 7.97 7.26 9/358 18022
/proc/meminfo: memFree=13828592/32951124 swapFree=67111348/67111528
[pid=18012] ppid=18010 vsize=8700 CPUtime=2.23 cores=0,2,4,6
/proc/18012/stat : 18012 (manysat.sh) S 18010 18012 17714 0 -1 4202496 357 23353 0 0 0 0 217 6 18 0 1 0 622261212 8908800 252 33554432000 4194304 4922060 140733507486464 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18012/statm: 2175 252 209 178 0 68 0
[pid=18015] ppid=18012 vsize=967976 CPUtime=636.15 cores=0,2,4,6
/proc/18015/stat : 18015 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202496 231693 0 0 0 63563 52 0 0 25 0 4 0 622261436 991207424 231591 33554432000 134512640 135305190 4287873120 18446744073709551615 134551736 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/18015/statm: 241994 231591 84 194 0 241798 0
[pid=18015/tid=18016] ppid=18012 vsize=967976 CPUtime=158.17 cores=0,2,4,6
/proc/18015/task/18016/stat : 18016 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 45040 0 0 0 15808 9 0 0 25 0 4 0 622261510 991207424 231591 33554432000 134512640 135305190 4287873120 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=18015/tid=18017] ppid=18012 vsize=967976 CPUtime=159.29 cores=0,2,4,6
/proc/18015/task/18017/stat : 18017 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 50656 0 0 0 15918 11 0 0 25 0 4 0 622261510 991207424 231591 33554432000 134512640 135305190 4287873120 18446744073709551615 134551978 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=18015/tid=18018] ppid=18012 vsize=967976 CPUtime=158.66 cores=0,2,4,6
/proc/18015/task/18018/stat : 18018 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 43336 0 0 0 15854 12 0 0 25 0 4 0 622261510 991207424 231591 33554432000 134512640 135305190 4287873120 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 638.38
Current children cumulated vsize (KiB) 976676

[startup+222.3 s]
/proc/loadavg: 8.18 8.02 7.32 9/358 18024
/proc/meminfo: memFree=13692408/32951124 swapFree=67111348/67111528
[pid=18012] ppid=18010 vsize=8700 CPUtime=2.23 cores=0,2,4,6
/proc/18012/stat : 18012 (manysat.sh) S 18010 18012 17714 0 -1 4202496 357 23353 0 0 0 0 217 6 18 0 1 0 622261212 8908800 252 33554432000 4194304 4922060 140733507486464 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18012/statm: 2175 252 209 178 0 68 0

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

/proc/18015/task/18018/stat : 18018 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 133710 0 0 0 75695 35 0 0 25 0 4 0 622261510 2509086720 601936 33554432000 134512640 135305190 4287873120 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3031.42
Current children cumulated vsize (KiB) 2458980

[startup+822.301 s]
/proc/loadavg: 8.07 8.09 7.67 9/358 18082
/proc/meminfo: memFree=11110788/32951124 swapFree=67111348/67111528
[pid=18012] ppid=18010 vsize=8700 CPUtime=2.23 cores=0,2,4,6
/proc/18012/stat : 18012 (manysat.sh) S 18010 18012 17714 0 -1 4202496 357 23353 0 0 0 0 217 6 18 0 1 0 622261212 8908800 252 33554432000 4194304 4922060 140733507486464 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18012/statm: 2175 252 209 178 0 68 0
[pid=18015] ppid=18012 vsize=2463592 CPUtime=3268.49 cores=0,2,4,6
/proc/18015/stat : 18015 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202496 605455 0 0 0 326703 146 0 0 25 0 4 0 622261436 2522718208 605350 33554432000 134512640 135305190 4287873120 18446744073709551615 134551681 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/18015/statm: 615898 605350 84 194 0 615702 0
[pid=18015/tid=18016] ppid=18012 vsize=2463592 CPUtime=812.75 cores=0,2,4,6
/proc/18015/task/18016/stat : 18016 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 132575 0 0 0 81243 32 0 0 25 0 4 0 622261510 2522718208 605350 33554432000 134512640 135305190 4287873120 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=18015/tid=18017] ppid=18012 vsize=2463592 CPUtime=819.26 cores=0,2,4,6
/proc/18015/task/18017/stat : 18017 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 146054 0 0 0 81896 30 0 0 25 0 4 0 622261510 2522718208 605350 33554432000 134512640 135305190 4287873120 18446744073709551615 134551726 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=18015/tid=18018] ppid=18012 vsize=2463592 CPUtime=816.64 cores=0,2,4,6
/proc/18015/task/18018/stat : 18018 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 134336 0 0 0 81629 35 0 0 25 0 4 0 622261510 2522718208 605350 33554432000 134512640 135305190 4287873120 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3270.72
Current children cumulated vsize (KiB) 2472292

[startup+882.3 s]
/proc/loadavg: 8.10 8.09 7.69 9/358 18083
/proc/meminfo: memFree=11083496/32951124 swapFree=67111348/67111528
[pid=18012] ppid=18010 vsize=8700 CPUtime=2.23 cores=0,2,4,6
/proc/18012/stat : 18012 (manysat.sh) S 18010 18012 17714 0 -1 4202496 357 23353 0 0 0 0 217 6 18 0 1 0 622261212 8908800 252 33554432000 4194304 4922060 140733507486464 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18012/statm: 2175 252 209 178 0 68 0
[pid=18015] ppid=18012 vsize=2473916 CPUtime=3507.77 cores=0,2,4,6
/proc/18015/stat : 18015 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202496 607915 0 0 0 350630 147 0 0 25 0 4 0 622261436 2533289984 607810 33554432000 134512640 135305190 4287873120 18446744073709551615 134551703 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/18015/statm: 618479 607810 84 194 0 618283 0
[pid=18015/tid=18016] ppid=18012 vsize=2473916 CPUtime=872.71 cores=0,2,4,6
/proc/18015/task/18016/stat : 18016 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 133347 0 0 0 87239 32 0 0 25 0 4 0 622261510 2533289984 607810 33554432000 134512640 135305190 4287873120 18446744073709551615 134551974 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=18015/tid=18017] ppid=18012 vsize=2473916 CPUtime=879.27 cores=0,2,4,6
/proc/18015/task/18017/stat : 18017 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 146871 0 0 0 87896 31 0 0 25 0 4 0 622261510 2533289984 607810 33554432000 134512640 135305190 4287873120 18446744073709551615 134551733 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=18015/tid=18018] ppid=18012 vsize=2473916 CPUtime=875.98 cores=0,2,4,6
/proc/18015/task/18018/stat : 18018 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 134857 0 0 0 87562 36 0 0 25 0 4 0 622261510 2533289984 607810 33554432000 134512640 135305190 4287873120 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3510
Current children cumulated vsize (KiB) 2482616

[startup+942.301 s]
/proc/loadavg: 8.10 8.08 7.71 9/358 18085
/proc/meminfo: memFree=11028908/32951124 swapFree=67111348/67111528
[pid=18012] ppid=18010 vsize=8700 CPUtime=2.23 cores=0,2,4,6
/proc/18012/stat : 18012 (manysat.sh) S 18010 18012 17714 0 -1 4202496 357 23353 0 0 0 0 217 6 18 0 1 0 622261212 8908800 252 33554432000 4194304 4922060 140733507486464 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18012/statm: 2175 252 209 178 0 68 0
[pid=18015] ppid=18012 vsize=2530688 CPUtime=3747.11 cores=0,2,4,6
/proc/18015/stat : 18015 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202496 622219 0 0 0 374560 151 0 0 25 0 4 0 622261436 2591424512 622114 33554432000 134512640 135305190 4287873120 18446744073709551615 134551687 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/18015/statm: 632672 622114 84 194 0 632476 0
[pid=18015/tid=18016] ppid=18012 vsize=2530688 CPUtime=932.72 cores=0,2,4,6
/proc/18015/task/18016/stat : 18016 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 136836 0 0 0 93238 34 0 0 25 0 4 0 622261510 2591424512 622114 33554432000 134512640 135305190 4287873120 18446744073709551615 134551639 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=18015/tid=18017] ppid=18012 vsize=2530688 CPUtime=939.27 cores=0,2,4,6
/proc/18015/task/18017/stat : 18017 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 150297 0 0 0 93895 32 0 0 25 0 4 0 622261510 2591424512 622114 33554432000 134512640 135305190 4287873120 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=18015/tid=18018] ppid=18012 vsize=2530688 CPUtime=935.33 cores=0,2,4,6
/proc/18015/task/18018/stat : 18018 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 138467 0 0 0 93497 36 0 0 25 0 4 0 622261510 2591424512 622114 33554432000 134512640 135305190 4287873120 18446744073709551615 134551726 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3749.34
Current children cumulated vsize (KiB) 2539388

[startup+1002.3 s]
/proc/loadavg: 8.10 8.08 7.73 9/358 18086
/proc/meminfo: memFree=10739856/32951124 swapFree=67111348/67111528
[pid=18012] ppid=18010 vsize=8700 CPUtime=2.23 cores=0,2,4,6
/proc/18012/stat : 18012 (manysat.sh) S 18010 18012 17714 0 -1 4202496 357 23353 0 0 0 0 217 6 18 0 1 0 622261212 8908800 252 33554432000 4194304 4922060 140733507486464 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18012/statm: 2175 252 209 178 0 68 0
[pid=18015] ppid=18012 vsize=2791212 CPUtime=3986.45 cores=0,2,4,6
/proc/18015/stat : 18015 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202496 687301 0 0 0 398476 169 0 0 25 0 4 0 622261436 2858201088 687196 33554432000 134512640 135305190 4287873120 18446744073709551615 134531144 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/18015/statm: 697803 687196 84 194 0 697607 0
[pid=18015/tid=18016] ppid=18012 vsize=2791212 CPUtime=992.71 cores=0,2,4,6
/proc/18015/task/18016/stat : 18016 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 154028 0 0 0 99231 40 0 0 25 0 4 0 622261510 2858201088 687196 33554432000 134512640 135305190 4287873120 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=18015/tid=18017] ppid=18012 vsize=2791212 CPUtime=999.27 cores=0,2,4,6
/proc/18015/task/18017/stat : 18017 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 164373 0 0 0 99892 35 0 0 25 0 4 0 622261510 2858201088 687196 33554432000 134512640 135305190 4287873120 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=18015/tid=18018] ppid=18012 vsize=2791212 CPUtime=994.67 cores=0,2,4,6
/proc/18015/task/18018/stat : 18018 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 153620 0 0 0 99428 39 0 0 25 0 4 0 622261510 2858201088 687196 33554432000 134512640 135305190 4287873120 18446744073709551615 134528395 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3988.68
Current children cumulated vsize (KiB) 2799912

[startup+1062.3 s]
/proc/loadavg: 8.09 8.08 7.75 9/358 18088
/proc/meminfo: memFree=10481052/32951124 swapFree=67111348/67111528
[pid=18012] ppid=18010 vsize=8700 CPUtime=2.23 cores=0,2,4,6
/proc/18012/stat : 18012 (manysat.sh) S 18010 18012 17714 0 -1 4202496 357 23353 0 0 0 0 217 6 18 0 1 0 622261212 8908800 252 33554432000 4194304 4922060 140733507486464 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18012/statm: 2175 252 209 178 0 68 0
[pid=18015] ppid=18012 vsize=2868024 CPUtime=4225.76 cores=0,2,4,6
/proc/18015/stat : 18015 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202496 706232 0 0 0 422402 174 0 0 25 0 4 0 622261436 2936856576 706109 33554432000 134512640 135305190 4287873120 18446744073709551615 134551614 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/18015/statm: 717006 706109 84 194 0 716810 0
[pid=18015/tid=18016] ppid=18012 vsize=2868024 CPUtime=1052.7 cores=0,2,4,6
/proc/18015/task/18016/stat : 18016 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 159197 0 0 0 105229 41 0 0 25 0 4 0 622261510 2936856576 706109 33554432000 134512640 135305190 4287873120 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=18015/tid=18017] ppid=18012 vsize=2868024 CPUtime=1059.27 cores=0,2,4,6
/proc/18015/task/18017/stat : 18017 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 169083 0 0 0 105891 36 0 0 25 0 4 0 622261510 2936856576 706109 33554432000 134512640 135305190 4287873120 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=18015/tid=18018] ppid=18012 vsize=2868024 CPUtime=1054 cores=0,2,4,6
/proc/18015/task/18018/stat : 18018 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 158346 0 0 0 105360 40 0 0 25 0 4 0 622261510 2936856576 706109 33554432000 134512640 135305190 4287873120 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4227.99
Current children cumulated vsize (KiB) 2876724

[startup+1122.3 s]
/proc/loadavg: 8.15 8.10 7.77 9/358 18090
/proc/meminfo: memFree=10197456/32951124 swapFree=67111348/67111528
[pid=18012] ppid=18010 vsize=8700 CPUtime=2.23 cores=0,2,4,6
/proc/18012/stat : 18012 (manysat.sh) S 18010 18012 17714 0 -1 4202496 357 23353 0 0 0 0 217 6 18 0 1 0 622261212 8908800 252 33554432000 4194304 4922060 140733507486464 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18012/statm: 2175 252 209 178 0 68 0
[pid=18015] ppid=18012 vsize=2924412 CPUtime=4465.03 cores=0,2,4,6
/proc/18015/stat : 18015 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202496 720347 0 0 0 446325 178 0 0 25 0 4 0 622261436 2994597888 720222 33554432000 134512640 135305190 4287873120 18446744073709551615 134551681 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/18015/statm: 731103 720222 84 194 0 730907 0
[pid=18015/tid=18016] ppid=18012 vsize=2924412 CPUtime=1112.7 cores=0,2,4,6
/proc/18015/task/18016/stat : 18016 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 162376 0 0 0 111228 42 0 0 25 0 4 0 622261510 2994597888 720222 33554432000 134512640 135305190 4287873120 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=18015/tid=18017] ppid=18012 vsize=2924412 CPUtime=1119.27 cores=0,2,4,6
/proc/18015/task/18017/stat : 18017 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 173213 0 0 0 111890 37 0 0 25 0 4 0 622261510 2994597888 720222 33554432000 134512640 135305190 4287873120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=18015/tid=18018] ppid=18012 vsize=2924412 CPUtime=1113.32 cores=0,2,4,6
/proc/18015/task/18018/stat : 18018 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 161841 0 0 0 111291 41 0 0 25 0 4 0 622261510 2994597888 720222 33554432000 134512640 135305190 4287873120 18446744073709551615 134551854 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4467.26
Current children cumulated vsize (KiB) 2933112

[startup+1182.3 s]
/proc/loadavg: 8.11 8.09 7.79 9/358 18091
/proc/meminfo: memFree=10032888/32951124 swapFree=67111348/67111528
[pid=18012] ppid=18010 vsize=8700 CPUtime=2.23 cores=0,2,4,6
/proc/18012/stat : 18012 (manysat.sh) S 18010 18012 17714 0 -1 4202496 357 23353 0 0 0 0 217 6 18 0 1 0 622261212 8908800 252 33554432000 4194304 4922060 140733507486464 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18012/statm: 2175 252 209 178 0 68 0
[pid=18015] ppid=18012 vsize=2924412 CPUtime=4704.28 cores=0,2,4,6
/proc/18015/stat : 18015 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202496 720359 0 0 0 470250 178 0 0 25 0 4 0 622261436 2994597888 720234 33554432000 134512640 135305190 4287873120 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/18015/statm: 731103 720234 84 194 0 730907 0
[pid=18015/tid=18016] ppid=18012 vsize=2924412 CPUtime=1172.63 cores=0,2,4,6
/proc/18015/task/18016/stat : 18016 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 162380 0 0 0 117221 42 0 0 25 0 4 0 622261510 2994597888 720234 33554432000 134512640 135305190 4287873120 18446744073709551615 134551860 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=18015/tid=18017] ppid=18012 vsize=2924412 CPUtime=1179.27 cores=0,2,4,6
/proc/18015/task/18017/stat : 18017 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 173221 0 0 0 117890 37 0 0 25 0 4 0 622261510 2994597888 720234 33554432000 134512640 135305190 4287873120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=18015/tid=18018] ppid=18012 vsize=2924412 CPUtime=1172.66 cores=0,2,4,6
/proc/18015/task/18018/stat : 18018 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 161841 0 0 0 117225 41 0 0 25 0 4 0 622261510 2994597888 720234 33554432000 134512640 135305190 4287873120 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4706.51
Current children cumulated vsize (KiB) 2933112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.8 s]
/proc/loadavg: 8.15 8.10 7.80 9/358 18092
/proc/meminfo: memFree=10032636/32951124 swapFree=67111348/67111528
[pid=18012] ppid=18010 vsize=8700 CPUtime=2.23 cores=0,2,4,6
/proc/18012/stat : 18012 (manysat.sh) S 18010 18012 17714 0 -1 4202496 357 23353 0 0 0 0 217 6 18 0 1 0 622261212 8908800 252 33554432000 4194304 4922060 140733507486464 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18012/statm: 2175 252 209 178 0 68 0
[pid=18015] ppid=18012 vsize=2924412 CPUtime=4798.05 cores=0,2,4,6
/proc/18015/stat : 18015 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202496 720364 0 0 0 479626 179 0 0 25 0 4 0 622261436 2994597888 720239 33554432000 134512640 135305190 4287873120 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/18015/statm: 731103 720239 84 194 0 730907 0
[pid=18015/tid=18016] ppid=18012 vsize=2924412 CPUtime=1196.14 cores=0,2,4,6
/proc/18015/task/18016/stat : 18016 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 162380 0 0 0 119572 42 0 0 25 0 4 0 622261510 2994597888 720239 33554432000 134512640 135305190 4287873120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=18015/tid=18017] ppid=18012 vsize=2924412 CPUtime=1202.78 cores=0,2,4,6
/proc/18015/task/18017/stat : 18017 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 173226 0 0 0 120241 37 0 0 25 0 4 0 622261510 2994597888 720239 33554432000 134512640 135305190 4287873120 18446744073709551615 134552874 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=18015/tid=18018] ppid=18012 vsize=2924412 CPUtime=1195.9 cores=0,2,4,6
/proc/18015/task/18018/stat : 18018 (manysat1.1_stat) R 18012 18012 17714 0 -1 4202560 161841 0 0 0 119549 41 0 0 25 0 4 0 622261510 2994597888 720239 33554432000 134512640 135305190 4287873120 18446744073709551615 134558354 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 2933112

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 18012 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=178668
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=65989
# CPU time returned by wait4() is 2.24466
# while last known CPU time is 4800.28
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1205.83
CPU time (s): 4800.28
CPU user time (s): 4798.43
CPU system time (s): 1.85
CPU usage (%): 398.091
Max. virtual memory (cumulated for all children) (KiB): 2933112

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

runsolver used 3.74243 second user time and 9.44856 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-13 16:54:11
IDJOB=3362069
IDBENCH=82378
IDSOLVER=1838
FILE ID=node144/3362069-1305298450
RUNJOBID= node144-1305296391-17732
PBS_JOBID= 13321409
Free space on /tmp= 37420 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.040-NOTKNOWN.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362069-1305298450/watcher-3362069-1305298450 -o /tmp/evaluation-result-3362069-1305298450/solver-3362069-1305298450 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362069-1305298450.cnf aimd 1

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

MD5SUM BENCH= 36e8e2178d03f08fa4223da0e3d9beb5
RANDOM SEED=1720719514

node144.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.850
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.70
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.850
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	: 5226.16
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.850
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.75
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.850
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.83
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.850
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.75
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.850
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14789640 kB
Buffers:        234168 kB
Cached:       10222172 kB
SwapCached:          0 kB
Active:        8126476 kB
Inactive:      9560464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14789640 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           25540 kB
Writeback:           0 kB
AnonPages:     7230900 kB
Mapped:          27700 kB
Slab:           374248 kB
PageTables:      37404 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82128880 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= 37384 MiB
End job on node144 at 2011-05-13 17:14:19