Trace number 3362083

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.22 1204.62

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.cnf
MD5SUM732b9c9b0d44d6a9e75489b2f5004165
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables95456
Number of clauses477186
Sum of the clauses size1137161
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2470925
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

Solver Data

0.00/0.00	c Parsing...
0.00/0.15	c ==============================================================================
0.00/0.15	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.15	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.15	c ==============================================================================
0.00/0.15	c |         0 |  270800   617734 |   81239       0        0     nan |  0.000 % |
0.00/0.93	c |         0 |  192101   496172 |      --       0       --      -- |     --   | -30181/-21496
0.00/0.93	c ==============================================================================
0.00/0.93	c Result  :   #vars: 30161   #clauses: 192101   #literals: 496172
0.00/0.93	c CPU time:   0.899863 s
0.00/0.93	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-3362083-1305298806/watcher-3362083-1305298806 -o /tmp/evaluation-result-3362083-1305298806/solver-3362083-1305298806 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362083-1305298806.cnf aimd 1 

running on 4 cores: 1,3,5,7

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.82 8.03 7.41 5/361 11161
/proc/meminfo: memFree=8043436/32951124 swapFree=67111348/67111528
[pid=11161] ppid=11159 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11161/stat : 11161 (manysat.sh) S 11159 11161 10886 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622296493 8908800 250 33554432000 4194304 4922060 140735995385632 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11161/statm: 2175 250 209 178 0 68 0

[startup+0.0946499 s]
/proc/loadavg: 7.82 8.03 7.41 5/361 11161
/proc/meminfo: memFree=8043436/32951124 swapFree=67111348/67111528
[pid=11161] ppid=11159 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11161/stat : 11161 (manysat.sh) S 11159 11161 10886 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622296493 8908800 250 33554432000 4194304 4922060 140735995385632 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11161/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100643 s]
/proc/loadavg: 7.82 8.03 7.41 5/361 11161
/proc/meminfo: memFree=8043436/32951124 swapFree=67111348/67111528
[pid=11161] ppid=11159 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11161/stat : 11161 (manysat.sh) S 11159 11161 10886 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622296493 8908800 250 33554432000 4194304 4922060 140735995385632 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11161/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30061 s]
/proc/loadavg: 7.82 8.03 7.41 5/361 11161
/proc/meminfo: memFree=8043436/32951124 swapFree=67111348/67111528
[pid=11161] ppid=11159 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11161/stat : 11161 (manysat.sh) S 11159 11161 10886 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622296493 8908800 250 33554432000 4194304 4922060 140735995385632 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11161/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700544 s]
/proc/loadavg: 7.82 8.03 7.41 5/361 11161
/proc/meminfo: memFree=8043436/32951124 swapFree=67111348/67111528
[pid=11161] ppid=11159 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11161/stat : 11161 (manysat.sh) S 11159 11161 10886 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622296493 8908800 250 33554432000 4194304 4922060 140735995385632 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11161/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50036 s]
/proc/loadavg: 7.82 8.03 7.41 6/363 11163
/proc/meminfo: memFree=8000152/32951124 swapFree=67111348/67111528
[pid=11161] ppid=11159 vsize=8700 CPUtime=1.04 cores=1,3,5,7
/proc/11161/stat : 11161 (manysat.sh) S 11159 11161 10886 0 -1 4202496 357 12014 0 0 0 0 100 4 18 0 1 0 622296493 8908800 253 33554432000 4194304 4922060 140735995385632 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11161/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 8700

[startup+3.10107 s]
/proc/loadavg: 7.82 8.03 7.41 9/366 11167
/proc/meminfo: memFree=7984036/32951124 swapFree=67111348/67111528
[pid=11161] ppid=11159 vsize=8700 CPUtime=1.04 cores=1,3,5,7
/proc/11161/stat : 11161 (manysat.sh) S 11159 11161 10886 0 -1 4202496 357 12014 0 0 0 0 100 4 18 0 1 0 622296493 8908800 253 33554432000 4194304 4922060 140735995385632 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11161/statm: 2175 253 209 178 0 68 0
[pid=11164] ppid=11161 vsize=91916 CPUtime=7.52 cores=1,3,5,7
/proc/11164/stat : 11164 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202496 14459 0 0 0 749 3 0 0 20 0 4 0 622296598 94121984 14396 33554432000 134512640 135305190 4293276960 18446744073709551615 134551924 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11164/statm: 22979 14396 84 194 0 22783 0
[pid=11164/tid=11165] ppid=11161 vsize=91916 CPUtime=1.82 cores=1,3,5,7
/proc/11164/task/11165/stat : 11165 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 523 0 0 0 182 0 0 0 25 0 4 0 622296619 94121984 14396 33554432000 134512640 135305190 4293276960 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11164/tid=11166] ppid=11161 vsize=91916 CPUtime=1.81 cores=1,3,5,7
/proc/11164/task/11166/stat : 11166 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 885 0 0 0 181 0 0 0 25 0 4 0 622296619 94121984 14396 33554432000 134512640 135305190 4293276960 18446744073709551615 134551785 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11164/tid=11167] ppid=11161 vsize=91916 CPUtime=1.83 cores=1,3,5,7
/proc/11164/task/11167/stat : 11167 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 532 0 0 0 183 0 0 0 20 0 4 0 622296619 94121984 14396 33554432000 134512640 135305190 4293276960 18446744073709551615 134551793 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 8.56
Current children cumulated vsize (KiB) 100616

[startup+6.3005 s]
/proc/loadavg: 7.91 8.04 7.42 9/366 11167
/proc/meminfo: memFree=7971180/32951124 swapFree=67111348/67111528
[pid=11161] ppid=11159 vsize=8700 CPUtime=1.04 cores=1,3,5,7
/proc/11161/stat : 11161 (manysat.sh) S 11159 11161 10886 0 -1 4202496 357 12014 0 0 0 0 100 4 18 0 1 0 622296493 8908800 253 33554432000 4194304 4922060 140735995385632 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11161/statm: 2175 253 209 178 0 68 0
[pid=11164] ppid=11161 vsize=102532 CPUtime=20.28 cores=1,3,5,7
/proc/11164/stat : 11164 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202496 17343 0 0 0 2025 3 0 0 25 0 4 0 622296598 104992768 17280 33554432000 134512640 135305190 4293276960 18446744073709551615 134843311 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11164/statm: 25633 17280 84 194 0 25437 0
[pid=11164/tid=11165] ppid=11161 vsize=102532 CPUtime=5.02 cores=1,3,5,7
/proc/11164/task/11165/stat : 11165 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 1009 0 0 0 502 0 0 0 25 0 4 0 622296619 104992768 17280 33554432000 134512640 135305190 4293276960 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11164/tid=11166] ppid=11161 vsize=102532 CPUtime=4.97 cores=1,3,5,7
/proc/11164/task/11166/stat : 11166 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 1613 0 0 0 497 0 0 0 25 0 4 0 622296619 104992768 17280 33554432000 134512640 135305190 4293276960 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11164/tid=11167] ppid=11161 vsize=102532 CPUtime=5.03 cores=1,3,5,7
/proc/11164/task/11167/stat : 11167 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 1123 0 0 0 503 0 0 0 25 0 4 0 622296619 104992768 17280 33554432000 134512640 135305190 4293276960 18446744073709551615 134556792 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 21.32
Current children cumulated vsize (KiB) 111232

[startup+12.7004 s]
/proc/loadavg: 7.92 8.04 7.42 9/366 11167
/proc/meminfo: memFree=7937352/32951124 swapFree=67111348/67111528
[pid=11161] ppid=11159 vsize=8700 CPUtime=1.04 cores=1,3,5,7
/proc/11161/stat : 11161 (manysat.sh) S 11159 11161 10886 0 -1 4202496 357 12014 0 0 0 0 100 4 18 0 1 0 622296493 8908800 253 33554432000 4194304 4922060 140735995385632 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11161/statm: 2175 253 209 178 0 68 0
[pid=11164] ppid=11161 vsize=134672 CPUtime=45.8 cores=1,3,5,7
/proc/11164/stat : 11164 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202496 25472 0 0 0 4575 5 0 0 25 0 4 0 622296598 137904128 25409 33554432000 134512640 135305190 4293276960 18446744073709551615 134551729 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11164/statm: 33668 25409 84 194 0 33472 0
[pid=11164/tid=11165] ppid=11161 vsize=134672 CPUtime=11.42 cores=1,3,5,7
/proc/11164/task/11165/stat : 11165 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 2355 0 0 0 1142 0 0 0 25 0 4 0 622296619 137904128 25409 33554432000 134512640 135305190 4293276960 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11164/tid=11166] ppid=11161 vsize=134672 CPUtime=11.3 cores=1,3,5,7
/proc/11164/task/11166/stat : 11166 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 4797 0 0 0 1129 1 0 0 25 0 4 0 622296619 137904128 25409 33554432000 134512640 135305190 4293276960 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11164/tid=11167] ppid=11161 vsize=134672 CPUtime=11.42 cores=1,3,5,7
/proc/11164/task/11167/stat : 11167 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 2672 0 0 0 1142 0 0 0 25 0 4 0 622296619 137904128 25409 33554432000 134512640 135305190 4293276960 18446744073709551615 134551945 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 46.84
Current children cumulated vsize (KiB) 143372

[startup+25.5011 s]
/proc/loadavg: 7.93 8.04 7.43 9/366 11168
/proc/meminfo: memFree=7883320/32951124 swapFree=67111348/67111528
[pid=11161] ppid=11159 vsize=8700 CPUtime=1.04 cores=1,3,5,7
/proc/11161/stat : 11161 (manysat.sh) S 11159 11161 10886 0 -1 4202496 357 12014 0 0 0 0 100 4 18 0 1 0 622296493 8908800 253 33554432000 4194304 4922060 140735995385632 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11161/statm: 2175 253 209 178 0 68 0
[pid=11164] ppid=11161 vsize=187908 CPUtime=96.87 cores=1,3,5,7
/proc/11164/stat : 11164 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202496 38550 0 0 0 9678 9 0 0 25 0 4 0 622296598 192417792 38487 33554432000 134512640 135305190 4293276960 18446744073709551615 134551860 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11164/statm: 46977 38487 84 194 0 46781 0
[pid=11164/tid=11165] ppid=11161 vsize=187908 CPUtime=24.22 cores=1,3,5,7
/proc/11164/task/11165/stat : 11165 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 5451 0 0 0 2421 1 0 0 25 0 4 0 622296619 192417792 38487 33554432000 134512640 135305190 4293276960 18446744073709551615 134551919 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11164/tid=11166] ppid=11161 vsize=187908 CPUtime=23.95 cores=1,3,5,7
/proc/11164/task/11166/stat : 11166 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 9477 0 0 0 2393 2 0 0 25 0 4 0 622296619 192417792 38487 33554432000 134512640 135305190 4293276960 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11164/tid=11167] ppid=11161 vsize=187908 CPUtime=24.22 cores=1,3,5,7
/proc/11164/task/11167/stat : 11167 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 5800 0 0 0 2421 1 0 0 25 0 4 0 622296619 192417792 38487 33554432000 134512640 135305190 4293276960 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 97.91
Current children cumulated vsize (KiB) 196608

[startup+51.1005 s]
/proc/loadavg: 7.96 8.04 7.44 9/366 11169
/proc/meminfo: memFree=7804116/32951124 swapFree=67111348/67111528
[pid=11161] ppid=11159 vsize=8700 CPUtime=1.04 cores=1,3,5,7
/proc/11161/stat : 11161 (manysat.sh) S 11159 11161 10886 0 -1 4202496 357 12014 0 0 0 0 100 4 18 0 1 0 622296493 8908800 253 33554432000 4194304 4922060 140735995385632 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11161/statm: 2175 253 209 178 0 68 0
[pid=11164] ppid=11161 vsize=268576 CPUtime=198.98 cores=1,3,5,7
/proc/11164/stat : 11164 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202496 58601 0 0 0 19885 13 0 0 25 0 4 0 622296598 275021824 58538 33554432000 134512640 135305190 4293276960 18446744073709551615 134551614 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11164/statm: 67144 58538 84 194 0 66948 0
[pid=11164/tid=11165] ppid=11161 vsize=268576 CPUtime=49.82 cores=1,3,5,7
/proc/11164/task/11165/stat : 11165 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 9836 0 0 0 4980 2 0 0 25 0 4 0 622296619 275021824 58538 33554432000 134512640 135305190 4293276960 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11164/tid=11166] ppid=11161 vsize=268576 CPUtime=49.27 cores=1,3,5,7
/proc/11164/task/11166/stat : 11166 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 17380 0 0 0 4924 3 0 0 25 0 4 0 622296619 275021824 58538 33554432000 134512640 135305190 4293276960 18446744073709551615 134551744 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11164/tid=11167] ppid=11161 vsize=268576 CPUtime=49.82 cores=1,3,5,7
/proc/11164/task/11167/stat : 11167 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 9745 0 0 0 4980 2 0 0 25 0 4 0 622296619 275021824 58538 33554432000 134512640 135305190 4293276960 18446744073709551615 134551804 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 200.02
Current children cumulated vsize (KiB) 277276

[startup+102.313 s]
/proc/loadavg: 7.46 7.89 7.42 9/366 11212
/proc/meminfo: memFree=8552196/32951124 swapFree=67111348/67111528
[pid=11161] ppid=11159 vsize=8700 CPUtime=1.04 cores=1,3,5,7
/proc/11161/stat : 11161 (manysat.sh) S 11159 11161 10886 0 -1 4202496 357 12014 0 0 0 0 100 4 18 0 1 0 622296493 8908800 253 33554432000 4194304 4922060 140735995385632 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11161/statm: 2175 253 209 178 0 68 0
[pid=11164] ppid=11161 vsize=418376 CPUtime=403.24 cores=1,3,5,7
/proc/11164/stat : 11164 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202496 96115 0 0 0 40301 23 0 0 25 0 4 0 622296598 428417024 96052 33554432000 134512640 135305190 4293276960 18446744073709551615 134551971 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11164/statm: 104594 96052 84 194 0 104398 0
[pid=11164/tid=11165] ppid=11161 vsize=418376 CPUtime=101.02 cores=1,3,5,7
/proc/11164/task/11165/stat : 11165 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 19432 0 0 0 10097 5 0 0 25 0 4 0 622296619 428417024 96052 33554432000 134512640 135305190 4293276960 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11164/tid=11166] ppid=11161 vsize=418376 CPUtime=99.91 cores=1,3,5,7
/proc/11164/task/11166/stat : 11166 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 29351 0 0 0 9985 6 0 0 25 0 4 0 622296619 428417024 96052 33554432000 134512640 135305190 4293276960 18446744073709551615 134551720 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11164/tid=11167] ppid=11161 vsize=418376 CPUtime=101.04 cores=1,3,5,7
/proc/11164/task/11167/stat : 11167 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 18014 0 0 0 10099 5 0 0 25 0 4 0 622296619 428417024 96052 33554432000 134512640 135305190 4293276960 18446744073709551615 134551709 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 404.28
Current children cumulated vsize (KiB) 427076

[startup+162.301 s]
/proc/loadavg: 7.88 7.93 7.47 9/366 11213
/proc/meminfo: memFree=8125880/32951124 swapFree=67111348/67111528
[pid=11161] ppid=11159 vsize=8700 CPUtime=1.04 cores=1,3,5,7
/proc/11161/stat : 11161 (manysat.sh) S 11159 11161 10886 0 -1 4202496 357 12014 0 0 0 0 100 4 18 0 1 0 622296493 8908800 253 33554432000 4194304 4922060 140735995385632 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11161/statm: 2175 253 209 178 0 68 0
[pid=11164] ppid=11161 vsize=584148 CPUtime=642.54 cores=1,3,5,7
/proc/11164/stat : 11164 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202496 137585 0 0 0 64222 32 0 0 25 0 4 0 622296598 598167552 137522 33554432000 134512640 135305190 4293276960 18446744073709551615 134551808 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11164/statm: 146037 137522 84 194 0 145841 0
[pid=11164/tid=11165] ppid=11161 vsize=584148 CPUtime=161 cores=1,3,5,7
/proc/11164/task/11165/stat : 11165 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 31213 0 0 0 16093 7 0 0 25 0 4 0 622296619 598167552 137522 33554432000 134512640 135305190 4293276960 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11164/tid=11166] ppid=11161 vsize=584148 CPUtime=159.25 cores=1,3,5,7
/proc/11164/task/11166/stat : 11166 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 38881 0 0 0 15917 8 0 0 25 0 4 0 622296619 598167552 137522 33554432000 134512640 135305190 4293276960 18446744073709551615 134551978 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11164/tid=11167] ppid=11161 vsize=584148 CPUtime=161.01 cores=1,3,5,7
/proc/11164/task/11167/stat : 11167 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 27062 0 0 0 16095 6 0 0 25 0 4 0 622296619 598167552 137522 33554432000 134512640 135305190 4293276960 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 643.58
Current children cumulated vsize (KiB) 592848

[startup+222.301 s]

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

/proc/11164/task/11167/stat : 11167 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 81066 0 0 0 76079 21 0 0 25 0 4 0 622296619 1713922048 409550 33554432000 134512640 135305190 4293276960 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3036.9
Current children cumulated vsize (KiB) 1682452

[startup+822.301 s]
/proc/loadavg: 8.12 8.11 7.79 9/366 11231
/proc/meminfo: memFree=5037996/32951124 swapFree=67111348/67111528
[pid=11161] ppid=11159 vsize=8700 CPUtime=1.04 cores=1,3,5,7
/proc/11161/stat : 11161 (manysat.sh) S 11159 11161 10886 0 -1 4202496 357 12014 0 0 0 0 100 4 18 0 1 0 622296493 8908800 253 33554432000 4194304 4922060 140735995385632 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11161/statm: 2175 253 209 178 0 68 0
[pid=11164] ppid=11161 vsize=1769624 CPUtime=3275.14 cores=1,3,5,7
/proc/11164/stat : 11164 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202496 433866 0 0 0 327402 112 0 0 25 0 4 0 622296598 1812094976 433803 33554432000 134512640 135305190 4293276960 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11164/statm: 442406 433803 84 194 0 442210 0
[pid=11164/tid=11165] ppid=11161 vsize=1769624 CPUtime=820.95 cores=1,3,5,7
/proc/11164/task/11165/stat : 11165 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 109974 0 0 0 82065 30 0 0 25 0 4 0 622296619 1812094976 433803 33554432000 134512640 135305190 4293276960 18446744073709551615 134551860 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11164/tid=11166] ppid=11161 vsize=1769624 CPUtime=812 cores=1,3,5,7
/proc/11164/task/11166/stat : 11166 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 135208 0 0 0 81169 31 0 0 25 0 4 0 622296619 1812094976 433803 33554432000 134512640 135305190 4293276960 18446744073709551615 134530633 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11164/tid=11167] ppid=11161 vsize=1769624 CPUtime=820.97 cores=1,3,5,7
/proc/11164/task/11167/stat : 11167 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 87784 0 0 0 82074 23 0 0 25 0 4 0 622296619 1812094976 433803 33554432000 134512640 135305190 4293276960 18446744073709551615 134551694 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3276.18
Current children cumulated vsize (KiB) 1778324

[startup+882.3 s]
/proc/loadavg: 8.09 8.10 7.81 9/366 11233
/proc/meminfo: memFree=4469800/32951124 swapFree=67111348/67111528
[pid=11161] ppid=11159 vsize=8700 CPUtime=1.04 cores=1,3,5,7
/proc/11161/stat : 11161 (manysat.sh) S 11159 11161 10886 0 -1 4202496 357 12014 0 0 0 0 100 4 18 0 1 0 622296493 8908800 253 33554432000 4194304 4922060 140735995385632 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11161/statm: 2175 253 209 178 0 68 0
[pid=11164] ppid=11161 vsize=2087652 CPUtime=3514.48 cores=1,3,5,7
/proc/11164/stat : 11164 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202496 513219 0 0 0 351319 129 0 0 25 0 4 0 622296598 2137755648 513156 33554432000 134512640 135305190 4293276960 18446744073709551615 134551848 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11164/statm: 521913 513156 84 194 0 521717 0
[pid=11164/tid=11165] ppid=11161 vsize=2087652 CPUtime=880.96 cores=1,3,5,7
/proc/11164/task/11165/stat : 11165 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 129509 0 0 0 88061 35 0 0 25 0 4 0 622296619 2137755648 513156 33554432000 134512640 135305190 4293276960 18446744073709551615 134528402 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11164/tid=11166] ppid=11161 vsize=2087652 CPUtime=871.34 cores=1,3,5,7
/proc/11164/task/11166/stat : 11166 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 169181 0 0 0 87095 39 0 0 25 0 4 0 622296619 2137755648 513156 33554432000 134512640 135305190 4293276960 18446744073709551615 134553016 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11164/tid=11167] ppid=11161 vsize=2087652 CPUtime=880.97 cores=1,3,5,7
/proc/11164/task/11167/stat : 11167 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 100615 0 0 0 88072 25 0 0 25 0 4 0 622296619 2137755648 513156 33554432000 134512640 135305190 4293276960 18446744073709551615 134551703 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3515.52
Current children cumulated vsize (KiB) 2096352

[startup+942.301 s]
/proc/loadavg: 8.07 8.10 7.82 9/366 11234
/proc/meminfo: memFree=4357440/32951124 swapFree=67111348/67111528
[pid=11161] ppid=11159 vsize=8700 CPUtime=1.04 cores=1,3,5,7
/proc/11161/stat : 11161 (manysat.sh) S 11159 11161 10886 0 -1 4202496 357 12014 0 0 0 0 100 4 18 0 1 0 622296493 8908800 253 33554432000 4194304 4922060 140735995385632 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11161/statm: 2175 253 209 178 0 68 0
[pid=11164] ppid=11161 vsize=2198308 CPUtime=3753.77 cores=1,3,5,7
/proc/11164/stat : 11164 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202496 540852 0 0 0 375241 136 0 0 25 0 4 0 622296598 2251067392 540789 33554432000 134512640 135305190 4293276960 18446744073709551615 134551927 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11164/statm: 549577 540789 84 194 0 549381 0
[pid=11164/tid=11165] ppid=11161 vsize=2198308 CPUtime=940.94 cores=1,3,5,7
/proc/11164/task/11165/stat : 11165 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 134975 0 0 0 94058 36 0 0 25 0 4 0 622296619 2251067392 540789 33554432000 134512640 135305190 4293276960 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11164/tid=11166] ppid=11161 vsize=2198308 CPUtime=930.69 cores=1,3,5,7
/proc/11164/task/11166/stat : 11166 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 183014 0 0 0 93027 42 0 0 25 0 4 0 622296619 2251067392 540789 33554432000 134512640 135305190 4293276960 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11164/tid=11167] ppid=11161 vsize=2198308 CPUtime=940.97 cores=1,3,5,7
/proc/11164/task/11167/stat : 11167 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 105421 0 0 0 94070 27 0 0 25 0 4 0 622296619 2251067392 540789 33554432000 134512640 135305190 4293276960 18446744073709551615 134551998 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3754.81
Current children cumulated vsize (KiB) 2207008

[startup+1002.3 s]
/proc/loadavg: 8.06 8.09 7.83 9/366 11236
/proc/meminfo: memFree=4301380/32951124 swapFree=67111348/67111528
[pid=11161] ppid=11159 vsize=8700 CPUtime=1.04 cores=1,3,5,7
/proc/11161/stat : 11161 (manysat.sh) S 11159 11161 10886 0 -1 4202496 357 12014 0 0 0 0 100 4 18 0 1 0 622296493 8908800 253 33554432000 4194304 4922060 140735995385632 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11161/statm: 2175 253 209 178 0 68 0
[pid=11164] ppid=11161 vsize=2255212 CPUtime=3993.09 cores=1,3,5,7
/proc/11164/stat : 11164 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202496 554832 0 0 0 399168 141 0 0 25 0 4 0 622296598 2309337088 554769 33554432000 134512640 135305190 4293276960 18446744073709551615 134551962 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11164/statm: 563803 554769 84 194 0 563607 0
[pid=11164/tid=11165] ppid=11161 vsize=2255212 CPUtime=1000.93 cores=1,3,5,7
/proc/11164/task/11165/stat : 11165 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 137416 0 0 0 100057 36 0 0 25 0 4 0 622296619 2309337088 554769 33554432000 134512640 135305190 4293276960 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11164/tid=11166] ppid=11161 vsize=2255212 CPUtime=990.01 cores=1,3,5,7
/proc/11164/task/11166/stat : 11166 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 190066 0 0 0 98957 44 0 0 25 0 4 0 622296619 2309337088 554769 33554432000 134512640 135305190 4293276960 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11164/tid=11167] ppid=11161 vsize=2255212 CPUtime=1000.96 cores=1,3,5,7
/proc/11164/task/11167/stat : 11167 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 107794 0 0 0 100068 28 0 0 25 0 4 0 622296619 2309337088 554769 33554432000 134512640 135305190 4293276960 18446744073709551615 134551709 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3994.13
Current children cumulated vsize (KiB) 2263912

[startup+1062.3 s]
/proc/loadavg: 8.06 8.08 7.85 9/366 11237
/proc/meminfo: memFree=4132836/32951124 swapFree=67111348/67111528
[pid=11161] ppid=11159 vsize=8700 CPUtime=1.04 cores=1,3,5,7
/proc/11161/stat : 11161 (manysat.sh) S 11159 11161 10886 0 -1 4202496 357 12014 0 0 0 0 100 4 18 0 1 0 622296493 8908800 253 33554432000 4194304 4922060 140735995385632 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11161/statm: 2175 253 209 178 0 68 0
[pid=11164] ppid=11161 vsize=2356144 CPUtime=4231.95 cores=1,3,5,7
/proc/11164/stat : 11164 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202496 580134 0 0 0 423043 152 0 0 25 0 4 0 622296598 2412691456 580071 33554432000 134512640 135305190 4293276960 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11164/statm: 589036 580071 84 194 0 588840 0
[pid=11164/tid=11165] ppid=11161 vsize=2356144 CPUtime=1060.81 cores=1,3,5,7
/proc/11164/task/11165/stat : 11165 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 144538 0 0 0 106042 39 0 0 25 0 4 0 622296619 2412691456 580071 33554432000 134512640 135305190 4293276960 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11164/tid=11166] ppid=11161 vsize=2356144 CPUtime=1049.02 cores=1,3,5,7
/proc/11164/task/11166/stat : 11166 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 198349 0 0 0 104854 48 0 0 25 0 4 0 622296619 2412691456 580071 33554432000 134512640 135305190 4293276960 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11164/tid=11167] ppid=11161 vsize=2356144 CPUtime=1060.94 cores=1,3,5,7
/proc/11164/task/11167/stat : 11167 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 112023 0 0 0 106064 30 0 0 25 0 4 0 622296619 2412691456 580071 33554432000 134512640 135305190 4293276960 18446744073709551615 134551962 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4232.99
Current children cumulated vsize (KiB) 2364844

[startup+1122.3 s]
/proc/loadavg: 8.21 8.13 7.87 9/366 11239
/proc/meminfo: memFree=3839676/32951124 swapFree=67111348/67111528
[pid=11161] ppid=11159 vsize=8700 CPUtime=1.04 cores=1,3,5,7
/proc/11161/stat : 11161 (manysat.sh) S 11159 11161 10886 0 -1 4202496 357 12014 0 0 0 0 100 4 18 0 1 0 622296493 8908800 253 33554432000 4194304 4922060 140735995385632 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11161/statm: 2175 253 209 178 0 68 0
[pid=11164] ppid=11161 vsize=2366744 CPUtime=4471.08 cores=1,3,5,7
/proc/11164/stat : 11164 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202496 582630 0 0 0 446954 154 0 0 25 0 4 0 622296598 2423545856 582567 33554432000 134512640 135305190 4293276960 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11164/statm: 591686 582567 84 194 0 591490 0
[pid=11164/tid=11165] ppid=11161 vsize=2366744 CPUtime=1119.98 cores=1,3,5,7
/proc/11164/task/11165/stat : 11165 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 145443 0 0 0 111958 40 0 0 25 0 4 0 622296619 2423545856 582567 33554432000 134512640 135305190 4293276960 18446744073709551615 134551736 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11164/tid=11166] ppid=11161 vsize=2366744 CPUtime=1109 cores=1,3,5,7
/proc/11164/task/11166/stat : 11166 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 199559 0 0 0 110851 49 0 0 25 0 4 0 622296619 2423545856 582567 33554432000 134512640 135305190 4293276960 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11164/tid=11167] ppid=11161 vsize=2366744 CPUtime=1120.94 cores=1,3,5,7
/proc/11164/task/11167/stat : 11167 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 112234 0 0 0 112063 31 0 0 25 0 4 0 622296619 2423545856 582567 33554432000 134512640 135305190 4293276960 18446744073709551615 134551799 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4472.12
Current children cumulated vsize (KiB) 2375444

[startup+1182.3 s]
/proc/loadavg: 8.19 8.13 7.89 9/366 11241
/proc/meminfo: memFree=3678336/32951124 swapFree=67111348/67111528
[pid=11161] ppid=11159 vsize=8700 CPUtime=1.04 cores=1,3,5,7
/proc/11161/stat : 11161 (manysat.sh) S 11159 11161 10886 0 -1 4202496 357 12014 0 0 0 0 100 4 18 0 1 0 622296493 8908800 253 33554432000 4194304 4922060 140735995385632 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11161/statm: 2175 253 209 178 0 68 0
[pid=11164] ppid=11161 vsize=2418968 CPUtime=4710.21 cores=1,3,5,7
/proc/11164/stat : 11164 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202496 595590 0 0 0 470861 160 0 0 25 0 4 0 622296598 2477023232 595527 33554432000 134512640 135305190 4293276960 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11164/statm: 604742 595527 84 194 0 604546 0
[pid=11164/tid=11165] ppid=11161 vsize=2418968 CPUtime=1179.32 cores=1,3,5,7
/proc/11164/task/11165/stat : 11165 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 149046 0 0 0 117890 42 0 0 25 0 4 0 622296619 2477023232 595527 33554432000 134512640 135305190 4293276960 18446744073709551615 134551848 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11164/tid=11166] ppid=11161 vsize=2418968 CPUtime=1168.99 cores=1,3,5,7
/proc/11164/task/11166/stat : 11166 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 205945 0 0 0 116847 52 0 0 25 0 4 0 622296619 2477023232 595527 33554432000 134512640 135305190 4293276960 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11164/tid=11167] ppid=11161 vsize=2418968 CPUtime=1180.94 cores=1,3,5,7
/proc/11164/task/11167/stat : 11167 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 113505 0 0 0 118062 32 0 0 25 0 4 0 622296619 2477023232 595527 33554432000 134512640 135305190 4293276960 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4711.25
Current children cumulated vsize (KiB) 2427668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.6 s]
/proc/loadavg: 8.18 8.13 7.90 9/366 11241
/proc/meminfo: memFree=3631584/32951124 swapFree=67111348/67111528
[pid=11161] ppid=11159 vsize=8700 CPUtime=1.04 cores=1,3,5,7
/proc/11161/stat : 11161 (manysat.sh) S 11159 11161 10886 0 -1 4202496 357 12014 0 0 0 0 100 4 18 0 1 0 622296493 8908800 253 33554432000 4194304 4922060 140735995385632 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11161/statm: 2175 253 209 178 0 68 0
[pid=11164] ppid=11161 vsize=2450712 CPUtime=4799.18 cores=1,3,5,7
/proc/11164/stat : 11164 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202496 603757 0 0 0 479754 164 0 0 25 0 4 0 622296598 2509529088 603694 33554432000 134512640 135305190 4293276960 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11164/statm: 612678 603694 84 194 0 612482 0
[pid=11164/tid=11165] ppid=11161 vsize=2450712 CPUtime=1201.37 cores=1,3,5,7
/proc/11164/task/11165/stat : 11165 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 150923 0 0 0 120094 43 0 0 25 0 4 0 622296619 2509529088 603694 33554432000 134512640 135305190 4293276960 18446744073709551615 134542034 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11164/tid=11166] ppid=11161 vsize=2450712 CPUtime=1191.3 cores=1,3,5,7
/proc/11164/task/11166/stat : 11166 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 210480 0 0 0 119077 53 0 0 25 0 4 0 622296619 2509529088 603694 33554432000 134512640 135305190 4293276960 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11164/tid=11167] ppid=11161 vsize=2450712 CPUtime=1203.25 cores=1,3,5,7
/proc/11164/task/11167/stat : 11167 (manysat1.1_stat) R 11161 11161 10886 0 -1 4202560 114074 0 0 0 120293 32 0 0 25 0 4 0 622296619 2509529088 603694 33554432000 134512640 135305190 4293276960 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 2459412

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 11161 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=7846
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=44993
# CPU time returned by wait4() is 1.05284
# while last known CPU time is 4800.22
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1204.62
CPU time (s): 4800.22
CPU user time (s): 4798.54
CPU system time (s): 1.68
CPU usage (%): 398.483
Max. virtual memory (cumulated for all children) (KiB): 2459412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.00785
system time used= 0.044993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12371
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= 7

runsolver used 3.73043 second user time and 9.54455 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-13 17:00:06
IDJOB=3362083
IDBENCH=82390
IDSOLVER=1838
FILE ID=node145/3362083-1305298806
RUNJOBID= node145-1305296390-10905
PBS_JOBID= 13321408
Free space on /tmp= 43168 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362083-1305298806/watcher-3362083-1305298806 -o /tmp/evaluation-result-3362083-1305298806/solver-3362083-1305298806 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362083-1305298806.cnf aimd 1

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

MD5SUM BENCH= 732b9c9b0d44d6a9e75489b2f5004165
RANDOM SEED=1986928182

node145.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.786
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.57
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.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
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.786
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.74
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.786
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.786
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.82
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       8043592 kB
Buffers:        247824 kB
Cached:       17206808 kB
SwapCached:          0 kB
Active:        8739180 kB
Inactive:     15585072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8043592 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            9724 kB
Writeback:           0 kB
AnonPages:     6869592 kB
Mapped:          28012 kB
Slab:           483764 kB
PageTables:      36748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 80799156 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= 43132 MiB
End job on node145 at 2011-05-13 17:20:13