Trace number 3362306

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) 20395.8 5100.03

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/korf-18.cnf
MD5SUM47bea79e2bf12e18e409c2c4bd6fac03
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark588.006
Satisfiable
(Un)Satisfiability was proved
Number of variables7794
Number of clauses186934
Sum of the clauses size1289969
Maximum clause length55
Minimum clause length1
Number of clauses of size 16
Number of clauses of size 220093
Number of clauses of size 316000
Number of clauses of size 45706
Number of clauses of size 56282
Number of clauses of size over 5138847

Solver Data

0.00/0.00	c Parsing...
0.00/0.11	c ==============================================================================
0.00/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.11	c ==============================================================================
0.00/0.11	c |         0 |  186820  1289741 |   56045       0        0     nan |  0.000 % |
0.00/0.41	c |         0 |  185107  1299581 |      --       0       --      -- |     --   | -1252/16030
0.00/0.41	c ==============================================================================
0.00/0.41	c Result  :   #vars: 6866   #clauses: 185107   #literals: 1299581
0.00/0.41	c CPU time:   0.402938 s
0.00/0.41	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-3362306-1305303257/watcher-3362306-1305303257 -o /tmp/evaluation-result-3362306-1305303257/solver-3362306-1305303257 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362306-1305303257.cnf aimd 1 

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

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


[startup+0 s]
/proc/loadavg: 3.91 4.34 5.85 1/363 10888
/proc/meminfo: memFree=10363172/32951124 swapFree=67111348/67111528
[pid=10888] ppid=10886 vsize=8700 CPUtime=0 cores=0-7
/proc/10888/stat : 10888 (manysat.sh) S 10886 10888 10727 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641923417 8908800 249 33554432000 4194304 4922060 140734444211136 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10888/statm: 2175 249 209 178 0 68 0

[startup+0.0761441 s]
/proc/loadavg: 3.91 4.34 5.85 1/363 10888
/proc/meminfo: memFree=10363172/32951124 swapFree=67111348/67111528
[pid=10888] ppid=10886 vsize=8700 CPUtime=0 cores=0-7
/proc/10888/stat : 10888 (manysat.sh) S 10886 10888 10727 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641923417 8908800 249 33554432000 4194304 4922060 140734444211136 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10888/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101141 s]
/proc/loadavg: 3.91 4.34 5.85 1/363 10888
/proc/meminfo: memFree=10363172/32951124 swapFree=67111348/67111528
[pid=10888] ppid=10886 vsize=8700 CPUtime=0 cores=0-7
/proc/10888/stat : 10888 (manysat.sh) S 10886 10888 10727 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641923417 8908800 249 33554432000 4194304 4922060 140734444211136 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10888/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301115 s]
/proc/loadavg: 3.91 4.34 5.85 1/363 10888
/proc/meminfo: memFree=10363172/32951124 swapFree=67111348/67111528
[pid=10888] ppid=10886 vsize=8700 CPUtime=0 cores=0-7
/proc/10888/stat : 10888 (manysat.sh) S 10886 10888 10727 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641923417 8908800 249 33554432000 4194304 4922060 140734444211136 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10888/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701029 s]
/proc/loadavg: 3.91 4.34 5.85 1/363 10888
/proc/meminfo: memFree=10363172/32951124 swapFree=67111348/67111528
[pid=10888] ppid=10886 vsize=8700 CPUtime=0.62 cores=0-7
/proc/10888/stat : 10888 (manysat.sh) S 10886 10888 10727 0 -1 4202496 356 5345 0 0 0 0 61 1 15 0 1 0 641923417 8908800 252 33554432000 4194304 4922060 140734444211136 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10888/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 8700

[startup+1.50088 s]
/proc/loadavg: 3.91 4.34 5.85 5/368 10894
/proc/meminfo: memFree=10298612/32951124 swapFree=67111348/67111528
[pid=10888] ppid=10886 vsize=8700 CPUtime=0.62 cores=0-7
/proc/10888/stat : 10888 (manysat.sh) S 10886 10888 10727 0 -1 4202496 356 5345 0 0 0 0 61 1 15 0 1 0 641923417 8908800 252 33554432000 4194304 4922060 140734444211136 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10888/statm: 2175 252 209 178 0 68 0
[pid=10891] ppid=10888 vsize=99292 CPUtime=2.69 cores=0-7
/proc/10891/stat : 10891 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202496 16511 0 0 0 264 5 0 0 18 0 4 0 641923480 101675008 16461 33554432000 134512640 135305190 4294483712 18446744073709551615 134528840 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10891/statm: 24823 16461 84 194 0 24627 0
[pid=10891/tid=10892] ppid=10888 vsize=99292 CPUtime=0.6 cores=0-7
/proc/10891/task/10892/stat : 10892 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 670 0 0 0 60 0 0 0 19 0 4 0 641923506 101675008 16461 33554432000 134512640 135305190 4294483712 18446744073709551615 134528402 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=10891/tid=10893] ppid=10888 vsize=99292 CPUtime=0.6 cores=0-7
/proc/10891/task/10893/stat : 10893 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 731 0 0 0 60 0 0 0 18 0 4 0 641923506 101675008 16461 33554432000 134512640 135305190 4294483712 18446744073709551615 134528402 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10891/tid=10894] ppid=10888 vsize=99292 CPUtime=0.6 cores=0-7
/proc/10891/task/10894/stat : 10894 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 822 0 0 0 59 1 0 0 18 0 4 0 641923506 101675008 16461 33554432000 134512640 135305190 4294483712 18446744073709551615 134556400 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.31
Current children cumulated vsize (KiB) 107992

[startup+3.10059 s]
/proc/loadavg: 3.91 4.34 5.85 5/368 10894
/proc/meminfo: memFree=10282368/32951124 swapFree=67111348/67111528
[pid=10888] ppid=10886 vsize=8700 CPUtime=0.62 cores=0-7
/proc/10888/stat : 10888 (manysat.sh) S 10886 10888 10727 0 -1 4202496 356 5345 0 0 0 0 61 1 15 0 1 0 641923417 8908800 252 33554432000 4194304 4922060 140734444211136 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10888/statm: 2175 252 209 178 0 68 0
[pid=10891] ppid=10888 vsize=113172 CPUtime=9.08 cores=0-7
/proc/10891/stat : 10891 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202496 19656 0 0 0 901 7 0 0 18 0 4 0 641923480 115888128 19606 33554432000 134512640 135305190 4294483712 18446744073709551615 134528875 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10891/statm: 28293 19606 84 194 0 28097 0
[pid=10891/tid=10892] ppid=10888 vsize=113172 CPUtime=2.21 cores=0-7
/proc/10891/task/10892/stat : 10892 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 1296 0 0 0 220 1 0 0 23 0 4 0 641923506 115888128 19606 33554432000 134512640 135305190 4294483712 18446744073709551615 134528442 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=10891/tid=10893] ppid=10888 vsize=113172 CPUtime=2.2 cores=0-7
/proc/10891/task/10893/stat : 10893 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 1474 0 0 0 220 0 0 0 18 0 4 0 641923506 115888128 19606 33554432000 134512640 135305190 4294483712 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10891/tid=10894] ppid=10888 vsize=113172 CPUtime=2.2 cores=0-7
/proc/10891/task/10894/stat : 10894 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 1837 0 0 0 218 2 0 0 18 0 4 0 641923506 115888128 19606 33554432000 134512640 135305190 4294483712 18446744073709551615 134843311 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 9.7
Current children cumulated vsize (KiB) 121872

[startup+6.301 s]
/proc/loadavg: 3.92 4.34 5.84 5/368 10894
/proc/meminfo: memFree=10263524/32951124 swapFree=67111348/67111528
[pid=10888] ppid=10886 vsize=8700 CPUtime=0.62 cores=0-7
/proc/10888/stat : 10888 (manysat.sh) S 10886 10888 10727 0 -1 4202496 356 5345 0 0 0 0 61 1 15 0 1 0 641923417 8908800 252 33554432000 4194304 4922060 140734444211136 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10888/statm: 2175 252 209 178 0 68 0
[pid=10891] ppid=10888 vsize=133104 CPUtime=21.87 cores=0-7
/proc/10891/stat : 10891 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202496 24790 0 0 0 2177 10 0 0 18 0 4 0 641923480 136298496 24740 33554432000 134512640 135305190 4294483712 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10891/statm: 33276 24740 84 194 0 33080 0
[pid=10891/tid=10892] ppid=10888 vsize=133104 CPUtime=5.4 cores=0-7
/proc/10891/task/10892/stat : 10892 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 2374 0 0 0 539 1 0 0 25 0 4 0 641923506 136298496 24740 33554432000 134512640 135305190 4294483712 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=10891/tid=10893] ppid=10888 vsize=133104 CPUtime=5.39 cores=0-7
/proc/10891/task/10893/stat : 10893 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 2719 0 0 0 539 0 0 0 18 0 4 0 641923506 136298496 24740 33554432000 134512640 135305190 4294483712 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10891/tid=10894] ppid=10888 vsize=133104 CPUtime=5.38 cores=0-7
/proc/10891/task/10894/stat : 10894 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 3298 0 0 0 536 2 0 0 18 0 4 0 641923506 136298496 24740 33554432000 134512640 135305190 4294483712 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 22.49
Current children cumulated vsize (KiB) 141804

[startup+12.7008 s]
/proc/loadavg: 3.93 4.33 5.83 5/368 10894
/proc/meminfo: memFree=10238620/32951124 swapFree=67111348/67111528
[pid=10888] ppid=10886 vsize=8700 CPUtime=0.62 cores=0-7
/proc/10888/stat : 10888 (manysat.sh) S 10886 10888 10727 0 -1 4202496 356 5345 0 0 0 0 61 1 15 0 1 0 641923417 8908800 252 33554432000 4194304 4922060 140734444211136 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10888/statm: 2175 252 209 178 0 68 0
[pid=10891] ppid=10888 vsize=155348 CPUtime=47.45 cores=0-7
/proc/10891/stat : 10891 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202496 30246 0 0 0 4731 14 0 0 18 0 4 0 641923480 159076352 30196 33554432000 134512640 135305190 4294483712 18446744073709551615 134528388 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10891/statm: 38837 30196 84 194 0 38641 0
[pid=10891/tid=10892] ppid=10888 vsize=155348 CPUtime=11.8 cores=0-7
/proc/10891/task/10892/stat : 10892 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 3588 0 0 0 1178 2 0 0 20 0 4 0 641923506 159076352 30196 33554432000 134512640 135305190 4294483712 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=10891/tid=10893] ppid=10888 vsize=155348 CPUtime=11.79 cores=0-7
/proc/10891/task/10893/stat : 10893 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 4088 0 0 0 1178 1 0 0 18 0 4 0 641923506 159076352 30196 33554432000 134512640 135305190 4294483712 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10891/tid=10894] ppid=10888 vsize=155348 CPUtime=11.78 cores=0-7
/proc/10891/task/10894/stat : 10894 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 4754 0 0 0 1173 5 0 0 18 0 4 0 641923506 159076352 30196 33554432000 134512640 135305190 4294483712 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 48.07
Current children cumulated vsize (KiB) 164048

[startup+25.5005 s]
/proc/loadavg: 3.94 4.31 5.80 5/368 10894
/proc/meminfo: memFree=10199444/32951124 swapFree=67111348/67111528
[pid=10888] ppid=10886 vsize=8700 CPUtime=0.62 cores=0-7
/proc/10888/stat : 10888 (manysat.sh) S 10886 10888 10727 0 -1 4202496 356 5345 0 0 0 0 61 1 15 0 1 0 641923417 8908800 252 33554432000 4194304 4922060 140734444211136 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10888/statm: 2175 252 209 178 0 68 0
[pid=10891] ppid=10888 vsize=193748 CPUtime=98.64 cores=0-7
/proc/10891/stat : 10891 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202496 39543 0 0 0 9842 22 0 0 19 0 4 0 641923480 198397952 39493 33554432000 134512640 135305190 4294483712 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10891/statm: 48437 39493 84 194 0 48241 0
[pid=10891/tid=10892] ppid=10888 vsize=193748 CPUtime=24.6 cores=0-7
/proc/10891/task/10892/stat : 10892 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 5545 0 0 0 2457 3 0 0 25 0 4 0 641923506 198397952 39493 33554432000 134512640 135305190 4294483712 18446744073709551615 134556720 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=10891/tid=10893] ppid=10888 vsize=193748 CPUtime=24.6 cores=0-7
/proc/10891/task/10893/stat : 10893 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 6925 0 0 0 2458 2 0 0 18 0 4 0 641923506 198397952 39493 33554432000 134512640 135305190 4294483712 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10891/tid=10894] ppid=10888 vsize=193748 CPUtime=24.57 cores=0-7
/proc/10891/task/10894/stat : 10894 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 7106 0 0 0 2448 9 0 0 19 0 4 0 641923506 198397952 39493 33554432000 134512640 135305190 4294483712 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 99.26
Current children cumulated vsize (KiB) 202448

[startup+51.1008 s]
/proc/loadavg: 3.96 4.29 5.75 5/368 10895
/proc/meminfo: memFree=10140124/32951124 swapFree=67111348/67111528
[pid=10888] ppid=10886 vsize=8700 CPUtime=0.62 cores=0-7
/proc/10888/stat : 10888 (manysat.sh) S 10886 10888 10727 0 -1 4202496 356 5345 0 0 0 0 61 1 15 0 1 0 641923417 8908800 252 33554432000 4194304 4922060 140734444211136 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10888/statm: 2175 252 209 178 0 68 0
[pid=10891] ppid=10888 vsize=252100 CPUtime=200.97 cores=0-7
/proc/10891/stat : 10891 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202496 54280 0 0 0 20064 33 0 0 18 0 4 0 641923480 258150400 54230 33554432000 134512640 135305190 4294483712 18446744073709551615 134538552 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10891/statm: 63025 54230 84 194 0 62829 0
[pid=10891/tid=10892] ppid=10888 vsize=252100 CPUtime=50.17 cores=0-7
/proc/10891/task/10892/stat : 10892 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 8574 0 0 0 5013 4 0 0 25 0 4 0 641923506 258150400 54230 33554432000 134512640 135305190 4294483712 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=10891/tid=10893] ppid=10888 vsize=252100 CPUtime=50.18 cores=0-7
/proc/10891/task/10893/stat : 10893 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 11268 0 0 0 5015 3 0 0 21 0 4 0 641923506 258150400 54230 33554432000 134512640 135305190 4294483712 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10891/tid=10894] ppid=10888 vsize=252100 CPUtime=50.14 cores=0-7
/proc/10891/task/10894/stat : 10894 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 10472 0 0 0 4999 15 0 0 18 0 4 0 641923506 258150400 54230 33554432000 134512640 135305190 4294483712 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 201.59
Current children cumulated vsize (KiB) 260800

[startup+102.314 s]
/proc/loadavg: 3.98 4.24 5.66 5/368 10896
/proc/meminfo: memFree=10115312/32951124 swapFree=67111348/67111528
[pid=10888] ppid=10886 vsize=8700 CPUtime=0.62 cores=0-7
/proc/10888/stat : 10888 (manysat.sh) S 10886 10888 10727 0 -1 4202496 356 5345 0 0 0 0 61 1 15 0 1 0 641923417 8908800 252 33554432000 4194304 4922060 140734444211136 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10888/statm: 2175 252 209 178 0 68 0
[pid=10891] ppid=10888 vsize=279684 CPUtime=405.71 cores=0-7
/proc/10891/stat : 10891 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202496 60453 0 0 0 40529 42 0 0 18 0 4 0 641923480 286396416 60403 33554432000 134512640 135305190 4294483712 18446744073709551615 134551971 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10891/statm: 69921 60403 84 194 0 69725 0
[pid=10891/tid=10892] ppid=10888 vsize=279684 CPUtime=101.37 cores=0-7
/proc/10891/task/10892/stat : 10892 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 10183 0 0 0 10130 7 0 0 25 0 4 0 641923506 286396416 60403 33554432000 134512640 135305190 4294483712 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=10891/tid=10893] ppid=10888 vsize=279684 CPUtime=101.37 cores=0-7
/proc/10891/task/10893/stat : 10893 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 12875 0 0 0 10133 4 0 0 25 0 4 0 641923506 286396416 60403 33554432000 134512640 135305190 4294483712 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10891/tid=10894] ppid=10888 vsize=279684 CPUtime=101.32 cores=0-7
/proc/10891/task/10894/stat : 10894 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 11945 0 0 0 10112 20 0 0 21 0 4 0 641923506 286396416 60403 33554432000 134512640 135305190 4294483712 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 406.33
Current children cumulated vsize (KiB) 288384

[startup+162.301 s]
/proc/loadavg: 3.99 4.20 5.55 5/368 10898
/proc/meminfo: memFree=10071504/32951124 swapFree=67111348/67111528
[pid=10888] ppid=10886 vsize=8700 CPUtime=0.62 cores=0-7
/proc/10888/stat : 10888 (manysat.sh) S 10886 10888 10727 0 -1 4202496 356 5345 0 0 0 0 61 1 15 0 1 0 641923417 8908800 252 33554432000 4194304 4922060 140734444211136 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10888/statm: 2175 252 209 178 0 68 0
[pid=10891] ppid=10888 vsize=323664 CPUtime=645.55 cores=0-7
/proc/10891/stat : 10891 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202496 71251 0 0 0 64497 58 0 0 18 0 4 0 641923480 331431936 71201 33554432000 134512640 135305190 4294483712 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10891/statm: 80916 71201 84 194 0 80720 0
[pid=10891/tid=10892] ppid=10888 vsize=323664 CPUtime=161.34 cores=0-7

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

/proc/10891/task/10894/stat : 10894 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 74912 0 0 0 465928 166 0 0 25 0 4 0 641923506 1514426368 346090 33554432000 134512640 135305190 4294483712 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 18645
Current children cumulated vsize (KiB) 1487632

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 4.00 5/368 11032
/proc/meminfo: memFree=8962980/32951124 swapFree=67111348/67111528
[pid=10888] ppid=10886 vsize=8700 CPUtime=0.62 cores=0-7
/proc/10888/stat : 10888 (manysat.sh) S 10886 10888 10727 0 -1 4202496 356 5345 0 0 0 0 61 1 15 0 1 0 641923417 8908800 252 33554432000 4194304 4922060 140734444211136 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10888/statm: 2175 252 209 178 0 68 0
[pid=10891] ppid=10888 vsize=1486908 CPUtime=18884.4 cores=0-7
/proc/10891/stat : 10891 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202496 347917 0 0 0 1887967 478 0 0 25 0 4 0 641923480 1522593792 347842 33554432000 134512640 135305190 4294483712 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10891/statm: 371727 347842 84 194 0 371531 0
[pid=10891/tid=10892] ppid=10888 vsize=1486908 CPUtime=4721.13 cores=0-7
/proc/10891/task/10892/stat : 10892 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 71662 0 0 0 472027 86 0 0 25 0 4 0 641923506 1522593792 347842 33554432000 134512640 135305190 4294483712 18446744073709551615 134538154 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=10891/tid=10893] ppid=10888 vsize=1486908 CPUtime=4720.94 cores=0-7
/proc/10891/task/10893/stat : 10893 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 109694 0 0 0 471967 127 0 0 25 0 4 0 641923506 1522593792 347842 33554432000 134512640 135305190 4294483712 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10891/tid=10894] ppid=10888 vsize=1486908 CPUtime=4720.95 cores=0-7
/proc/10891/task/10894/stat : 10894 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 75189 0 0 0 471928 167 0 0 25 0 4 0 641923506 1522593792 347842 33554432000 134512640 135305190 4294483712 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 18885.1
Current children cumulated vsize (KiB) 1495608

[startup+4782.3 s]
/proc/loadavg: 4.04 4.01 4.00 5/368 11033
/proc/meminfo: memFree=8960716/32951124 swapFree=67111348/67111528
[pid=10888] ppid=10886 vsize=8700 CPUtime=0.62 cores=0-7
/proc/10888/stat : 10888 (manysat.sh) S 10886 10888 10727 0 -1 4202496 356 5345 0 0 0 0 61 1 15 0 1 0 641923417 8908800 252 33554432000 4194304 4922060 140734444211136 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10888/statm: 2175 252 209 178 0 68 0
[pid=10891] ppid=10888 vsize=1489332 CPUtime=19124.4 cores=0-7
/proc/10891/stat : 10891 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202496 348439 0 0 0 1911958 479 0 0 25 0 4 0 641923480 1525075968 348364 33554432000 134512640 135305190 4294483712 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10891/statm: 372333 348364 84 194 0 372137 0
[pid=10891/tid=10892] ppid=10888 vsize=1489332 CPUtime=4781.09 cores=0-7
/proc/10891/task/10892/stat : 10892 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 71662 0 0 0 478023 86 0 0 25 0 4 0 641923506 1525075968 348364 33554432000 134512640 135305190 4294483712 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=10891/tid=10893] ppid=10888 vsize=1489332 CPUtime=4780.93 cores=0-7
/proc/10891/task/10893/stat : 10893 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 110044 0 0 0 477966 127 0 0 25 0 4 0 641923506 1525075968 348364 33554432000 134512640 135305190 4294483712 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10891/tid=10894] ppid=10888 vsize=1489332 CPUtime=4780.94 cores=0-7
/proc/10891/task/10894/stat : 10894 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 75189 0 0 0 477927 167 0 0 25 0 4 0 641923506 1525075968 348364 33554432000 134512640 135305190 4294483712 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19125
Current children cumulated vsize (KiB) 1498032

[startup+4842.3 s]
/proc/loadavg: 4.01 4.01 4.00 5/368 11035
/proc/meminfo: memFree=8959668/32951124 swapFree=67111348/67111528
[pid=10888] ppid=10886 vsize=8700 CPUtime=0.62 cores=0-7
/proc/10888/stat : 10888 (manysat.sh) S 10886 10888 10727 0 -1 4202496 356 5345 0 0 0 0 61 1 15 0 1 0 641923417 8908800 252 33554432000 4194304 4922060 140734444211136 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10888/statm: 2175 252 209 178 0 68 0
[pid=10891] ppid=10888 vsize=1490800 CPUtime=19364.3 cores=0-7
/proc/10891/stat : 10891 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202496 348682 0 0 0 1935953 481 0 0 19 0 4 0 641923480 1526579200 348607 33554432000 134512640 135305190 4294483712 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10891/statm: 372700 348607 84 194 0 372504 0
[pid=10891/tid=10892] ppid=10888 vsize=1490800 CPUtime=4841.08 cores=0-7
/proc/10891/task/10892/stat : 10892 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 71662 0 0 0 484022 86 0 0 25 0 4 0 641923506 1526579200 348607 33554432000 134512640 135305190 4294483712 18446744073709551615 134528421 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=10891/tid=10893] ppid=10888 vsize=1490800 CPUtime=4840.89 cores=0-7
/proc/10891/task/10893/stat : 10893 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 110118 0 0 0 483961 128 0 0 24 0 4 0 641923506 1526579200 348607 33554432000 134512640 135305190 4294483712 18446744073709551615 134555372 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10891/tid=10894] ppid=10888 vsize=1490800 CPUtime=4840.94 cores=0-7
/proc/10891/task/10894/stat : 10894 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 75189 0 0 0 483927 167 0 0 25 0 4 0 641923506 1526579200 348607 33554432000 134512640 135305190 4294483712 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19365
Current children cumulated vsize (KiB) 1499500

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/368 11036
/proc/meminfo: memFree=8958032/32951124 swapFree=67111348/67111528
[pid=10888] ppid=10886 vsize=8700 CPUtime=0.62 cores=0-7
/proc/10888/stat : 10888 (manysat.sh) S 10886 10888 10727 0 -1 4202496 356 5345 0 0 0 0 61 1 15 0 1 0 641923417 8908800 252 33554432000 4194304 4922060 140734444211136 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10888/statm: 2175 252 209 178 0 68 0
[pid=10891] ppid=10888 vsize=1492340 CPUtime=19604.3 cores=0-7
/proc/10891/stat : 10891 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202496 349040 0 0 0 1959953 481 0 0 25 0 4 0 641923480 1528156160 348965 33554432000 134512640 135305190 4294483712 18446744073709551615 134528545 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10891/statm: 373085 348965 84 194 0 372889 0
[pid=10891/tid=10892] ppid=10888 vsize=1492340 CPUtime=4901.09 cores=0-7
/proc/10891/task/10892/stat : 10892 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 71662 0 0 0 490023 86 0 0 25 0 4 0 641923506 1528156160 348965 33554432000 134512640 135305190 4294483712 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=10891/tid=10893] ppid=10888 vsize=1492340 CPUtime=4900.9 cores=0-7
/proc/10891/task/10893/stat : 10893 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 110244 0 0 0 489962 128 0 0 25 0 4 0 641923506 1528156160 348965 33554432000 134512640 135305190 4294483712 18446744073709551615 134528542 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10891/tid=10894] ppid=10888 vsize=1492340 CPUtime=4900.94 cores=0-7
/proc/10891/task/10894/stat : 10894 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 75189 0 0 0 489927 167 0 0 25 0 4 0 641923506 1528156160 348965 33554432000 134512640 135305190 4294483712 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19605
Current children cumulated vsize (KiB) 1501040

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/368 11038
/proc/meminfo: memFree=8956892/32951124 swapFree=67111348/67111528
[pid=10888] ppid=10886 vsize=8700 CPUtime=0.62 cores=0-7
/proc/10888/stat : 10888 (manysat.sh) S 10886 10888 10727 0 -1 4202496 356 5345 0 0 0 0 61 1 15 0 1 0 641923417 8908800 252 33554432000 4194304 4922060 140734444211136 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10888/statm: 2175 252 209 178 0 68 0
[pid=10891] ppid=10888 vsize=1494316 CPUtime=19844.3 cores=0-7
/proc/10891/stat : 10891 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202496 349400 0 0 0 1983953 482 0 0 25 0 4 0 641923480 1530179584 349325 33554432000 134512640 135305190 4294483712 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10891/statm: 373579 349325 84 194 0 373383 0
[pid=10891/tid=10892] ppid=10888 vsize=1494316 CPUtime=4961.09 cores=0-7
/proc/10891/task/10892/stat : 10892 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 71662 0 0 0 496023 86 0 0 25 0 4 0 641923506 1530179584 349325 33554432000 134512640 135305190 4294483712 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=10891/tid=10893] ppid=10888 vsize=1494316 CPUtime=4960.89 cores=0-7
/proc/10891/task/10893/stat : 10893 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 110367 0 0 0 495961 128 0 0 25 0 4 0 641923506 1530179584 349325 33554432000 134512640 135305190 4294483712 18446744073709551615 134836399 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10891/tid=10894] ppid=10888 vsize=1494316 CPUtime=4960.94 cores=0-7
/proc/10891/task/10894/stat : 10894 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 75213 0 0 0 495927 167 0 0 25 0 4 0 641923506 1530179584 349325 33554432000 134512640 135305190 4294483712 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19845
Current children cumulated vsize (KiB) 1503016

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/368 11040
/proc/meminfo: memFree=8949920/32951124 swapFree=67111348/67111528
[pid=10888] ppid=10886 vsize=8700 CPUtime=0.62 cores=0-7
/proc/10888/stat : 10888 (manysat.sh) S 10886 10888 10727 0 -1 4202496 356 5345 0 0 0 0 61 1 15 0 1 0 641923417 8908800 252 33554432000 4194304 4922060 140734444211136 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10888/statm: 2175 252 209 178 0 68 0
[pid=10891] ppid=10888 vsize=1501560 CPUtime=20084.4 cores=0-7
/proc/10891/stat : 10891 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202496 351189 0 0 0 2007950 486 0 0 25 0 4 0 641923480 1537597440 351114 33554432000 134512640 135305190 4294483712 18446744073709551615 134528344 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10891/statm: 375390 351114 84 194 0 375194 0
[pid=10891/tid=10892] ppid=10888 vsize=1501560 CPUtime=5021.09 cores=0-7
/proc/10891/task/10892/stat : 10892 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 72068 0 0 0 502022 87 0 0 25 0 4 0 641923506 1537597440 351114 33554432000 134512640 135305190 4294483712 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=10891/tid=10893] ppid=10888 vsize=1501560 CPUtime=5020.9 cores=0-7
/proc/10891/task/10893/stat : 10893 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 110903 0 0 0 501961 129 0 0 25 0 4 0 641923506 1537597440 351114 33554432000 134512640 135305190 4294483712 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10891/tid=10894] ppid=10888 vsize=1501560 CPUtime=5020.95 cores=0-7
/proc/10891/task/10894/stat : 10894 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 75544 0 0 0 501926 169 0 0 25 0 4 0 641923506 1537597440 351114 33554432000 134512640 135305190 4294483712 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20085
Current children cumulated vsize (KiB) 1510260

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/368 11041
/proc/meminfo: memFree=8937976/32951124 swapFree=67111348/67111528
[pid=10888] ppid=10886 vsize=8700 CPUtime=0.62 cores=0-7
/proc/10888/stat : 10888 (manysat.sh) S 10886 10888 10727 0 -1 4202496 356 5345 0 0 0 0 61 1 15 0 1 0 641923417 8908800 252 33554432000 4194304 4922060 140734444211136 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10888/statm: 2175 252 209 178 0 68 0
[pid=10891] ppid=10888 vsize=1512920 CPUtime=20324.4 cores=0-7
/proc/10891/stat : 10891 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202496 354158 0 0 0 2031944 492 0 0 25 0 4 0 641923480 1549230080 354083 33554432000 134512640 135305190 4294483712 18446744073709551615 134528379 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10891/statm: 378230 354083 84 194 0 378034 0
[pid=10891/tid=10892] ppid=10888 vsize=1512920 CPUtime=5081.1 cores=0-7
/proc/10891/task/10892/stat : 10892 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 72491 0 0 0 508022 88 0 0 25 0 4 0 641923506 1549230080 354083 33554432000 134512640 135305190 4294483712 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=10891/tid=10893] ppid=10888 vsize=1512920 CPUtime=5080.9 cores=0-7
/proc/10891/task/10893/stat : 10893 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 112347 0 0 0 507958 132 0 0 25 0 4 0 641923506 1549230080 354083 33554432000 134512640 135305190 4294483712 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10891/tid=10894] ppid=10888 vsize=1512920 CPUtime=5080.95 cores=0-7
/proc/10891/task/10894/stat : 10894 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 75849 0 0 0 507925 170 0 0 25 0 4 0 641923506 1549230080 354083 33554432000 134512640 135305190 4294483712 18446744073709551615 134547909 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20325
Current children cumulated vsize (KiB) 1521620



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 4.00 5/368 11042
/proc/meminfo: memFree=8935480/32951124 swapFree=67111348/67111528
[pid=10888] ppid=10886 vsize=8700 CPUtime=0.62 cores=0-7
/proc/10888/stat : 10888 (manysat.sh) S 10886 10888 10727 0 -1 4202496 356 5345 0 0 0 0 61 1 15 0 1 0 641923417 8908800 252 33554432000 4194304 4922060 140734444211136 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10888/statm: 2175 252 209 178 0 68 0
[pid=10891] ppid=10888 vsize=1515664 CPUtime=20395.2 cores=0-7
/proc/10891/stat : 10891 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202496 354725 0 0 0 2039026 493 0 0 25 0 4 0 641923480 1552039936 354650 33554432000 134512640 135305190 4294483712 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10891/statm: 378916 354650 84 194 0 378720 0
[pid=10891/tid=10892] ppid=10888 vsize=1515664 CPUtime=5098.81 cores=0-7
/proc/10891/task/10892/stat : 10892 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 72532 0 0 0 509793 88 0 0 25 0 4 0 641923506 1552039936 354650 33554432000 134512640 135305190 4294483712 18446744073709551615 134528872 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=10891/tid=10893] ppid=10888 vsize=1515664 CPUtime=5098.61 cores=0-7
/proc/10891/task/10893/stat : 10893 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 112790 0 0 0 509729 132 0 0 25 0 4 0 641923506 1552039936 354650 33554432000 134512640 135305190 4294483712 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10891/tid=10894] ppid=10888 vsize=1515664 CPUtime=5098.66 cores=0-7
/proc/10891/task/10894/stat : 10894 (manysat1.1_stat) R 10888 10888 10727 0 -1 4202560 75871 0 0 0 509696 170 0 0 25 0 4 0 641923506 1552039936 354650 33554432000 134512640 135305190 4294483712 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20395.8
Current children cumulated vsize (KiB) 1524364

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

Real time (s): 5100.03
CPU time (s): 20395.8
CPU user time (s): 20390.9
CPU system time (s): 4.94
CPU usage (%): 399.916
Max. virtual memory (cumulated for all children) (KiB): 1524364

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

runsolver used 17.2494 second user time and 43.0405 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-13 18:14:17
IDJOB=3362306
IDBENCH=83446
IDSOLVER=1839
FILE ID=node139/3362306-1305303257
RUNJOBID= node139-1305303144-10741
PBS_JOBID= 13321454
Free space on /tmp= 40600 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/korf-18.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362306-1305303257/watcher-3362306-1305303257 -o /tmp/evaluation-result-3362306-1305303257/solver-3362306-1305303257 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362306-1305303257.cnf aimd 1

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

MD5SUM BENCH= 47bea79e2bf12e18e409c2c4bd6fac03
RANDOM SEED=1053520545

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.82
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.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10363576 kB
Buffers:        255536 kB
Cached:       14847408 kB
SwapCached:          0 kB
Active:       10409604 kB
Inactive:     11536876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10363576 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            8204 kB
Writeback:           0 kB
AnonPages:     6844072 kB
Mapped:          28580 kB
Slab:           537072 kB
PageTables:      38380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76770032 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= 40592 MiB
End job on node139 at 2011-05-13 19:39:19