Trace number 3362232

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.1 5100.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top22.cnf
MD5SUMe822739302a2d834ec9ddfe9fbd0caa2
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 variables55875
Number of clauses177646
Sum of the clauses size434144
Maximum clause length2255
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2108197
Number of clauses of size 368250
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5926

Solver Data

0.00/0.00	c Parsing...
0.00/0.07	c ==============================================================================
0.00/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         0 |  166893   407954 |   50067       0        0     nan |  0.000 % |
0.00/0.63	c |         0 |  104196   351417 |      --       0       --      -- |     --   | -62697/-56537
0.00/0.63	c ==============================================================================
0.00/0.63	c Result  :   #vars: 20430   #clauses: 104196   #literals: 351417
0.00/0.63	c CPU time:   0.618905 s
0.00/0.63	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-3362232-1305301497/watcher-3362232-1305301497 -o /tmp/evaluation-result-3362232-1305301497/solver-3362232-1305301497 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362232-1305301497.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: 4.00 4.00 3.92 2/300 12655
/proc/meminfo: memFree=5553964/32950928 swapFree=67111348/67111528
[pid=12655] ppid=12653 vsize=8700 CPUtime=0 cores=0-7
/proc/12655/stat : 12655 (manysat.sh) S 12653 12655 12447 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 641749390 8908800 249 33554432000 4194304 4922060 140736547322864 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12655/statm: 2175 249 209 178 0 68 0

[startup+0.0229581 s]
/proc/loadavg: 4.00 4.00 3.92 2/300 12655
/proc/meminfo: memFree=5553964/32950928 swapFree=67111348/67111528
[pid=12655] ppid=12653 vsize=8700 CPUtime=0 cores=0-7
/proc/12655/stat : 12655 (manysat.sh) S 12653 12655 12447 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 641749390 8908800 249 33554432000 4194304 4922060 140736547322864 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12655/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101014 s]
/proc/loadavg: 4.00 4.00 3.92 2/300 12655
/proc/meminfo: memFree=5553964/32950928 swapFree=67111348/67111528
[pid=12655] ppid=12653 vsize=8700 CPUtime=0 cores=0-7
/proc/12655/stat : 12655 (manysat.sh) S 12653 12655 12447 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 641749390 8908800 249 33554432000 4194304 4922060 140736547322864 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12655/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30091 s]
/proc/loadavg: 4.00 4.00 3.92 2/300 12655
/proc/meminfo: memFree=5553964/32950928 swapFree=67111348/67111528
[pid=12655] ppid=12653 vsize=8700 CPUtime=0 cores=0-7
/proc/12655/stat : 12655 (manysat.sh) S 12653 12655 12447 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 641749390 8908800 249 33554432000 4194304 4922060 140736547322864 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12655/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700839 s]
/proc/loadavg: 4.00 4.00 3.92 2/300 12655
/proc/meminfo: memFree=5553964/32950928 swapFree=67111348/67111528
[pid=12655] ppid=12653 vsize=8700 CPUtime=0 cores=0-7
/proc/12655/stat : 12655 (manysat.sh) S 12653 12655 12447 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 641749390 8908800 249 33554432000 4194304 4922060 140736547322864 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12655/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5007 s]
/proc/loadavg: 4.00 4.00 3.92 5/305 12661
/proc/meminfo: memFree=5512316/32950928 swapFree=67111348/67111528
[pid=12655] ppid=12653 vsize=8700 CPUtime=0.7 cores=0-7
/proc/12655/stat : 12655 (manysat.sh) S 12653 12655 12447 0 -1 4202496 355 7477 0 0 0 0 68 2 16 0 1 0 641749390 8908800 252 33554432000 4194304 4922060 140736547322864 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12655/statm: 2175 252 209 178 0 68 0
[pid=12658] ppid=12655 vsize=73920 CPUtime=2.69 cores=0-7
/proc/12658/stat : 12658 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202496 9867 0 0 0 257 12 0 0 18 0 4 0 641749461 75694080 9820 33554432000 134512640 135305190 4288086240 18446744073709551615 134528397 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12658/statm: 18480 9820 84 194 0 18284 0
[pid=12658/tid=12659] ppid=12655 vsize=73920 CPUtime=0.64 cores=0-7
/proc/12658/task/12659/stat : 12659 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 470 0 0 0 62 2 0 0 17 0 4 0 641749474 75694080 9820 33554432000 134512640 135305190 4288086240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12658/tid=12660] ppid=12655 vsize=73920 CPUtime=0.62 cores=0-7
/proc/12658/task/12660/stat : 12660 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 557 0 0 0 60 2 0 0 18 0 4 0 641749474 75694080 9820 33554432000 134512640 135305190 4288086240 18446744073709551615 134530659 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12658/tid=12661] ppid=12655 vsize=73920 CPUtime=0.62 cores=0-7
/proc/12658/task/12661/stat : 12661 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 539 0 0 0 60 2 0 0 18 0 4 0 641749474 75694080 9820 33554432000 134512640 135305190 4288086240 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 82620

[startup+3.10042 s]
/proc/loadavg: 4.00 4.00 3.92 5/305 12661
/proc/meminfo: memFree=5505000/32950928 swapFree=67111348/67111528
[pid=12655] ppid=12653 vsize=8700 CPUtime=0.7 cores=0-7
/proc/12655/stat : 12655 (manysat.sh) S 12653 12655 12447 0 -1 4202496 355 7477 0 0 0 0 68 2 16 0 1 0 641749390 8908800 252 33554432000 4194304 4922060 140736547322864 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12655/statm: 2175 252 209 178 0 68 0
[pid=12658] ppid=12655 vsize=81020 CPUtime=9.08 cores=0-7
/proc/12658/stat : 12658 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202496 11772 0 0 0 896 12 0 0 18 0 4 0 641749461 82964480 11725 33554432000 134512640 135305190 4288086240 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12658/statm: 20255 11725 84 194 0 20059 0
[pid=12658/tid=12659] ppid=12655 vsize=81020 CPUtime=2.23 cores=0-7
/proc/12658/task/12659/stat : 12659 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 774 0 0 0 221 2 0 0 19 0 4 0 641749474 82964480 11725 33554432000 134512640 135305190 4288086240 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12658/tid=12660] ppid=12655 vsize=81020 CPUtime=2.22 cores=0-7
/proc/12658/task/12660/stat : 12660 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 1125 0 0 0 220 2 0 0 19 0 4 0 641749474 82964480 11725 33554432000 134512640 135305190 4288086240 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12658/tid=12661] ppid=12655 vsize=81020 CPUtime=2.22 cores=0-7
/proc/12658/task/12661/stat : 12661 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 1040 0 0 0 220 2 0 0 18 0 4 0 641749474 82964480 11725 33554432000 134512640 135305190 4288086240 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 9.78
Current children cumulated vsize (KiB) 89720

[startup+6.30086 s]
/proc/loadavg: 4.00 4.00 3.92 5/305 12661
/proc/meminfo: memFree=5491132/32950928 swapFree=67111348/67111528
[pid=12655] ppid=12653 vsize=8700 CPUtime=0.7 cores=0-7
/proc/12655/stat : 12655 (manysat.sh) S 12653 12655 12447 0 -1 4202496 355 7477 0 0 0 0 68 2 16 0 1 0 641749390 8908800 252 33554432000 4194304 4922060 140736547322864 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12655/statm: 2175 252 209 178 0 68 0
[pid=12658] ppid=12655 vsize=91856 CPUtime=21.88 cores=0-7
/proc/12658/stat : 12658 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202496 14408 0 0 0 2174 14 0 0 18 0 4 0 641749461 94060544 14361 33554432000 134512640 135305190 4288086240 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12658/statm: 22964 14361 84 194 0 22768 0
[pid=12658/tid=12659] ppid=12655 vsize=91856 CPUtime=5.43 cores=0-7
/proc/12658/task/12659/stat : 12659 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 1270 0 0 0 541 2 0 0 25 0 4 0 641749474 94060544 14361 33554432000 134512640 135305190 4288086240 18446744073709551615 134557163 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12658/tid=12660] ppid=12655 vsize=91856 CPUtime=5.42 cores=0-7
/proc/12658/task/12660/stat : 12660 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 1868 0 0 0 539 3 0 0 20 0 4 0 641749474 94060544 14361 33554432000 134512640 135305190 4288086240 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12658/tid=12661] ppid=12655 vsize=91856 CPUtime=5.43 cores=0-7
/proc/12658/task/12661/stat : 12661 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 1704 0 0 0 540 3 0 0 20 0 4 0 641749474 94060544 14361 33554432000 134512640 135305190 4288086240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 22.58
Current children cumulated vsize (KiB) 100556

[startup+12.7007 s]
/proc/loadavg: 4.00 4.00 3.92 5/305 12661
/proc/meminfo: memFree=5473176/32950928 swapFree=67111348/67111528
[pid=12655] ppid=12653 vsize=8700 CPUtime=0.7 cores=0-7
/proc/12655/stat : 12655 (manysat.sh) S 12653 12655 12447 0 -1 4202496 355 7477 0 0 0 0 68 2 16 0 1 0 641749390 8908800 252 33554432000 4194304 4922060 140736547322864 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12655/statm: 2175 252 209 178 0 68 0
[pid=12658] ppid=12655 vsize=109940 CPUtime=47.47 cores=0-7
/proc/12658/stat : 12658 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202496 19001 0 0 0 4729 18 0 0 18 0 4 0 641749461 112578560 18954 33554432000 134512640 135305190 4288086240 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12658/statm: 27485 18954 84 194 0 27289 0
[pid=12658/tid=12659] ppid=12655 vsize=109940 CPUtime=11.83 cores=0-7
/proc/12658/task/12659/stat : 12659 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 2136 0 0 0 1180 3 0 0 25 0 4 0 641749474 112578560 18954 33554432000 134512640 135305190 4288086240 18446744073709551615 134551736 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12658/tid=12660] ppid=12655 vsize=109940 CPUtime=11.82 cores=0-7
/proc/12658/task/12660/stat : 12660 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 3061 0 0 0 1178 4 0 0 21 0 4 0 641749474 112578560 18954 33554432000 134512640 135305190 4288086240 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12658/tid=12661] ppid=12655 vsize=109940 CPUtime=11.83 cores=0-7
/proc/12658/task/12661/stat : 12661 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 2950 0 0 0 1179 4 0 0 20 0 4 0 641749474 112578560 18954 33554432000 134512640 135305190 4288086240 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 48.17
Current children cumulated vsize (KiB) 118640

[startup+25.5005 s]
/proc/loadavg: 4.00 4.00 3.92 5/305 12661
/proc/meminfo: memFree=5457856/32950928 swapFree=67111348/67111528
[pid=12655] ppid=12653 vsize=8700 CPUtime=0.7 cores=0-7
/proc/12655/stat : 12655 (manysat.sh) S 12653 12655 12447 0 -1 4202496 355 7477 0 0 0 0 68 2 16 0 1 0 641749390 8908800 252 33554432000 4194304 4922060 140736547322864 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12655/statm: 2175 252 209 178 0 68 0
[pid=12658] ppid=12655 vsize=126248 CPUtime=98.65 cores=0-7
/proc/12658/stat : 12658 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202496 22927 0 0 0 9843 22 0 0 25 0 4 0 641749461 129277952 22880 33554432000 134512640 135305190 4288086240 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12658/statm: 31562 22880 84 194 0 31366 0
[pid=12658/tid=12659] ppid=12655 vsize=126248 CPUtime=24.63 cores=0-7
/proc/12658/task/12659/stat : 12659 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 2909 0 0 0 2459 4 0 0 25 0 4 0 641749474 129277952 22880 33554432000 134512640 135305190 4288086240 18446744073709551615 134528458 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=12658/tid=12660] ppid=12655 vsize=126248 CPUtime=24.63 cores=0-7
/proc/12658/task/12660/stat : 12660 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 4310 0 0 0 2458 5 0 0 25 0 4 0 641749474 129277952 22880 33554432000 134512640 135305190 4288086240 18446744073709551615 134528178 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12658/tid=12661] ppid=12655 vsize=126248 CPUtime=24.62 cores=0-7
/proc/12658/task/12661/stat : 12661 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 3953 0 0 0 2457 5 0 0 19 0 4 0 641749474 129277952 22880 33554432000 134512640 135305190 4288086240 18446744073709551615 134529104 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 99.35
Current children cumulated vsize (KiB) 134948

[startup+51.101 s]
/proc/loadavg: 4.00 4.00 3.92 5/305 12662
/proc/meminfo: memFree=5438576/32950928 swapFree=67111348/67111528
[pid=12655] ppid=12653 vsize=8700 CPUtime=0.7 cores=0-7
/proc/12655/stat : 12655 (manysat.sh) S 12653 12655 12447 0 -1 4202496 355 7477 0 0 0 0 68 2 16 0 1 0 641749390 8908800 252 33554432000 4194304 4922060 140736547322864 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12655/statm: 2175 252 209 178 0 68 0
[pid=12658] ppid=12655 vsize=146264 CPUtime=201 cores=0-7
/proc/12658/stat : 12658 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202496 27736 0 0 0 20074 26 0 0 18 0 4 0 641749461 149774336 27689 33554432000 134512640 135305190 4288086240 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12658/statm: 36566 27689 84 194 0 36370 0
[pid=12658/tid=12659] ppid=12655 vsize=146264 CPUtime=50.22 cores=0-7
/proc/12658/task/12659/stat : 12659 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 3907 0 0 0 5017 5 0 0 25 0 4 0 641749474 149774336 27689 33554432000 134512640 135305190 4288086240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12658/tid=12660] ppid=12655 vsize=146264 CPUtime=50.22 cores=0-7
/proc/12658/task/12660/stat : 12660 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 5567 0 0 0 5016 6 0 0 25 0 4 0 641749474 149774336 27689 33554432000 134512640 135305190 4288086240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12658/tid=12661] ppid=12655 vsize=146264 CPUtime=50.21 cores=0-7
/proc/12658/task/12661/stat : 12661 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 5445 0 0 0 5015 6 0 0 18 0 4 0 641749474 149774336 27689 33554432000 134512640 135305190 4288086240 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 201.7
Current children cumulated vsize (KiB) 154964

[startup+102.312 s]
/proc/loadavg: 4.00 4.00 3.92 5/305 12663
/proc/meminfo: memFree=5400712/32950928 swapFree=67111348/67111528
[pid=12655] ppid=12653 vsize=8700 CPUtime=0.7 cores=0-7
/proc/12655/stat : 12655 (manysat.sh) S 12653 12655 12447 0 -1 4202496 355 7477 0 0 0 0 68 2 16 0 1 0 641749390 8908800 252 33554432000 4194304 4922060 140736547322864 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12655/statm: 2175 252 209 178 0 68 0
[pid=12658] ppid=12655 vsize=184156 CPUtime=405.76 cores=0-7
/proc/12658/stat : 12658 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202496 37060 0 0 0 40540 36 0 0 18 0 4 0 641749461 188575744 37013 33554432000 134512640 135305190 4288086240 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12658/statm: 46039 37013 84 194 0 45843 0
[pid=12658/tid=12659] ppid=12655 vsize=184156 CPUtime=101.41 cores=0-7
/proc/12658/task/12659/stat : 12659 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 5841 0 0 0 10134 7 0 0 25 0 4 0 641749474 188575744 37013 33554432000 134512640 135305190 4288086240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12658/tid=12660] ppid=12655 vsize=184156 CPUtime=101.38 cores=0-7
/proc/12658/task/12660/stat : 12660 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 8175 0 0 0 10130 8 0 0 24 0 4 0 641749474 188575744 37013 33554432000 134512640 135305190 4288086240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12658/tid=12661] ppid=12655 vsize=184156 CPUtime=101.39 cores=0-7
/proc/12658/task/12661/stat : 12661 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 7616 0 0 0 10132 7 0 0 19 0 4 0 641749474 188575744 37013 33554432000 134512640 135305190 4288086240 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 406.46
Current children cumulated vsize (KiB) 192856

[startup+162.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/305 12665
/proc/meminfo: memFree=5381708/32950928 swapFree=67111348/67111528
[pid=12655] ppid=12653 vsize=8700 CPUtime=0.7 cores=0-7
/proc/12655/stat : 12655 (manysat.sh) S 12653 12655 12447 0 -1 4202496 355 7477 0 0 0 0 68 2 16 0 1 0 641749390 8908800 252 33554432000 4194304 4922060 140736547322864 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12655/statm: 2175 252 209 178 0 68 0
[pid=12658] ppid=12655 vsize=203748 CPUtime=645.66 cores=0-7
/proc/12658/stat : 12658 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202496 41728 0 0 0 64526 40 0 0 25 0 4 0 641749461 208637952 41681 33554432000 134512640 135305190 4288086240 18446744073709551615 134839134 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12658/statm: 50937 41681 84 194 0 50741 0
[pid=12658/tid=12659] ppid=12655 vsize=203748 CPUtime=161.39 cores=0-7

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

/proc/12658/task/12661/stat : 12661 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 43896 0 0 0 466031 53 0 0 19 0 4 0 641749474 954814464 212165 33554432000 134512640 135305190 4288086240 18446744073709551615 134538888 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18644.4
Current children cumulated vsize (KiB) 941136

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 3.98 5/305 12807
/proc/meminfo: memFree=4694588/32950928 swapFree=67111348/67111528
[pid=12655] ppid=12653 vsize=8700 CPUtime=0.7 cores=0-7
/proc/12655/stat : 12655 (manysat.sh) S 12653 12655 12447 0 -1 4202496 355 7477 0 0 0 0 68 2 16 0 1 0 641749390 8908800 252 33554432000 4194304 4922060 140736547322864 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12655/statm: 2175 252 209 178 0 68 0
[pid=12658] ppid=12655 vsize=933876 CPUtime=18883.7 cores=0-7
/proc/12658/stat : 12658 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202496 212724 0 0 0 1888113 258 0 0 25 0 4 0 641749461 956289024 212677 33554432000 134512640 135305190 4288086240 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12658/statm: 233469 212677 84 194 0 233273 0
[pid=12658/tid=12659] ppid=12655 vsize=933876 CPUtime=4721.03 cores=0-7
/proc/12658/task/12659/stat : 12659 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 41915 0 0 0 472045 58 0 0 25 0 4 0 641749474 956289024 212677 33554432000 134512640 135305190 4288086240 18446744073709551615 134528388 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12658/tid=12660] ppid=12655 vsize=933876 CPUtime=4720.7 cores=0-7
/proc/12658/task/12660/stat : 12660 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 73608 0 0 0 471987 83 0 0 25 0 4 0 641749474 956289024 212677 33554432000 134512640 135305190 4288086240 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12658/tid=12661] ppid=12655 vsize=933876 CPUtime=4720.81 cores=0-7
/proc/12658/task/12661/stat : 12661 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 43896 0 0 0 472028 53 0 0 18 0 4 0 641749474 956289024 212677 33554432000 134512640 135305190 4288086240 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18884.4
Current children cumulated vsize (KiB) 942576

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/305 12812
/proc/meminfo: memFree=4690652/32950928 swapFree=67111348/67111528
[pid=12655] ppid=12653 vsize=8700 CPUtime=0.7 cores=0-7
/proc/12655/stat : 12655 (manysat.sh) S 12653 12655 12447 0 -1 4202496 355 7477 0 0 0 0 68 2 16 0 1 0 641749390 8908800 252 33554432000 4194304 4922060 140736547322864 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12655/statm: 2175 252 209 178 0 68 0
[pid=12658] ppid=12655 vsize=938268 CPUtime=19123.7 cores=0-7
/proc/12658/stat : 12658 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202496 213830 0 0 0 1912107 261 0 0 25 0 4 0 641749461 960786432 213783 33554432000 134512640 135305190 4288086240 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12658/statm: 234567 213783 84 194 0 234371 0
[pid=12658/tid=12659] ppid=12655 vsize=938268 CPUtime=4781.02 cores=0-7
/proc/12658/task/12659/stat : 12659 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 41956 0 0 0 478044 58 0 0 25 0 4 0 641749474 960786432 213783 33554432000 134512640 135305190 4288086240 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12658/tid=12660] ppid=12655 vsize=938268 CPUtime=4780.7 cores=0-7
/proc/12658/task/12660/stat : 12660 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 74246 0 0 0 477985 85 0 0 25 0 4 0 641749474 960786432 213783 33554432000 134512640 135305190 4288086240 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12658/tid=12661] ppid=12655 vsize=938268 CPUtime=4780.8 cores=0-7
/proc/12658/task/12661/stat : 12661 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 43898 0 0 0 478027 53 0 0 25 0 4 0 641749474 960786432 213783 33554432000 134512640 135305190 4288086240 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19124.4
Current children cumulated vsize (KiB) 946968

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/305 12814
/proc/meminfo: memFree=4687136/32950928 swapFree=67111348/67111528
[pid=12655] ppid=12653 vsize=8700 CPUtime=0.7 cores=0-7
/proc/12655/stat : 12655 (manysat.sh) S 12653 12655 12447 0 -1 4202496 355 7477 0 0 0 0 68 2 16 0 1 0 641749390 8908800 252 33554432000 4194304 4922060 140736547322864 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12655/statm: 2175 252 209 178 0 68 0
[pid=12658] ppid=12655 vsize=941924 CPUtime=19363.7 cores=0-7
/proc/12658/stat : 12658 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202496 214728 0 0 0 1936103 262 0 0 25 0 4 0 641749461 964530176 214681 33554432000 134512640 135305190 4288086240 18446744073709551615 134538173 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12658/statm: 235481 214681 84 194 0 235285 0
[pid=12658/tid=12659] ppid=12655 vsize=941924 CPUtime=4841.01 cores=0-7
/proc/12658/task/12659/stat : 12659 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 42006 0 0 0 484043 58 0 0 25 0 4 0 641749474 964530176 214681 33554432000 134512640 135305190 4288086240 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12658/tid=12660] ppid=12655 vsize=941924 CPUtime=4840.67 cores=0-7
/proc/12658/task/12660/stat : 12660 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 74575 0 0 0 483982 85 0 0 25 0 4 0 641749474 964530176 214681 33554432000 134512640 135305190 4288086240 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12658/tid=12661] ppid=12655 vsize=941924 CPUtime=4840.8 cores=0-7
/proc/12658/task/12661/stat : 12661 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 44108 0 0 0 484026 54 0 0 25 0 4 0 641749474 964530176 214681 33554432000 134512640 135305190 4288086240 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19364.3
Current children cumulated vsize (KiB) 950624

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/305 12815
/proc/meminfo: memFree=4686832/32950928 swapFree=67111348/67111528
[pid=12655] ppid=12653 vsize=8700 CPUtime=0.7 cores=0-7
/proc/12655/stat : 12655 (manysat.sh) S 12653 12655 12447 0 -1 4202496 355 7477 0 0 0 0 68 2 16 0 1 0 641749390 8908800 252 33554432000 4194304 4922060 140736547322864 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12655/statm: 2175 252 209 178 0 68 0
[pid=12658] ppid=12655 vsize=942240 CPUtime=19603.6 cores=0-7
/proc/12658/stat : 12658 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202496 214793 0 0 0 1960094 263 0 0 25 0 4 0 641749461 964853760 214746 33554432000 134512640 135305190 4288086240 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12658/statm: 235560 214746 84 194 0 235364 0
[pid=12658/tid=12659] ppid=12655 vsize=942240 CPUtime=4901.01 cores=0-7
/proc/12658/task/12659/stat : 12659 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 42006 0 0 0 490043 58 0 0 25 0 4 0 641749474 964853760 214746 33554432000 134512640 135305190 4288086240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12658/tid=12660] ppid=12655 vsize=942240 CPUtime=4900.67 cores=0-7
/proc/12658/task/12660/stat : 12660 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 74640 0 0 0 489982 85 0 0 25 0 4 0 641749474 964853760 214746 33554432000 134512640 135305190 4288086240 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12658/tid=12661] ppid=12655 vsize=942240 CPUtime=4900.8 cores=0-7
/proc/12658/task/12661/stat : 12661 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 44108 0 0 0 490026 54 0 0 24 0 4 0 641749474 964853760 214746 33554432000 134512640 135305190 4288086240 18446744073709551615 134528444 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19604.3
Current children cumulated vsize (KiB) 950940

[startup+4962.3 s]
/proc/loadavg: 4.03 4.01 3.98 5/305 12817
/proc/meminfo: memFree=4686424/32950928 swapFree=67111348/67111528
[pid=12655] ppid=12653 vsize=8700 CPUtime=0.7 cores=0-7
/proc/12655/stat : 12655 (manysat.sh) S 12653 12655 12447 0 -1 4202496 355 7477 0 0 0 0 68 2 16 0 1 0 641749390 8908800 252 33554432000 4194304 4922060 140736547322864 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12655/statm: 2175 252 209 178 0 68 0
[pid=12658] ppid=12655 vsize=943740 CPUtime=19843.6 cores=0-7
/proc/12658/stat : 12658 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202496 214954 0 0 0 1984093 264 0 0 25 0 4 0 641749461 966389760 214907 33554432000 134512640 135305190 4288086240 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12658/statm: 235935 214907 84 194 0 235739 0
[pid=12658/tid=12659] ppid=12655 vsize=943740 CPUtime=4961.01 cores=0-7
/proc/12658/task/12659/stat : 12659 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 42006 0 0 0 496043 58 0 0 25 0 4 0 641749474 966389760 214907 33554432000 134512640 135305190 4288086240 18446744073709551615 134528446 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12658/tid=12660] ppid=12655 vsize=943740 CPUtime=4960.67 cores=0-7
/proc/12658/task/12660/stat : 12660 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 74779 0 0 0 495982 85 0 0 25 0 4 0 641749474 966389760 214907 33554432000 134512640 135305190 4288086240 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12658/tid=12661] ppid=12655 vsize=943740 CPUtime=4960.8 cores=0-7
/proc/12658/task/12661/stat : 12661 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 44126 0 0 0 496026 54 0 0 25 0 4 0 641749474 966389760 214907 33554432000 134512640 135305190 4288086240 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19844.3
Current children cumulated vsize (KiB) 952440

[startup+5022.3 s]
/proc/loadavg: 4.01 4.01 3.98 5/305 12818
/proc/meminfo: memFree=4684516/32950928 swapFree=67111348/67111528
[pid=12655] ppid=12653 vsize=8700 CPUtime=0.7 cores=0-7
/proc/12655/stat : 12655 (manysat.sh) S 12653 12655 12447 0 -1 4202496 355 7477 0 0 0 0 68 2 16 0 1 0 641749390 8908800 252 33554432000 4194304 4922060 140736547322864 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12655/statm: 2175 252 209 178 0 68 0
[pid=12658] ppid=12655 vsize=944996 CPUtime=20083.6 cores=0-7
/proc/12658/stat : 12658 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202496 215410 0 0 0 2008092 265 0 0 25 0 4 0 641749461 967675904 215363 33554432000 134512640 135305190 4288086240 18446744073709551615 134528237 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12658/statm: 236249 215363 84 194 0 236053 0
[pid=12658/tid=12659] ppid=12655 vsize=944996 CPUtime=5021.02 cores=0-7
/proc/12658/task/12659/stat : 12659 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 42084 0 0 0 502043 59 0 0 25 0 4 0 641749474 967675904 215363 33554432000 134512640 135305190 4288086240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12658/tid=12660] ppid=12655 vsize=944996 CPUtime=5020.66 cores=0-7
/proc/12658/task/12660/stat : 12660 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 75002 0 0 0 501981 85 0 0 25 0 4 0 641749474 967675904 215363 33554432000 134512640 135305190 4288086240 18446744073709551615 134528872 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12658/tid=12661] ppid=12655 vsize=944996 CPUtime=5020.8 cores=0-7
/proc/12658/task/12661/stat : 12661 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 44192 0 0 0 502025 55 0 0 25 0 4 0 641749474 967675904 215363 33554432000 134512640 135305190 4288086240 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20084.3
Current children cumulated vsize (KiB) 953696

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/305 12820
/proc/meminfo: memFree=4683612/32950928 swapFree=67111348/67111528
[pid=12655] ppid=12653 vsize=8700 CPUtime=0.7 cores=0-7
/proc/12655/stat : 12655 (manysat.sh) S 12653 12655 12447 0 -1 4202496 355 7477 0 0 0 0 68 2 16 0 1 0 641749390 8908800 252 33554432000 4194304 4922060 140736547322864 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12655/statm: 2175 252 209 178 0 68 0
[pid=12658] ppid=12655 vsize=945992 CPUtime=20323.6 cores=0-7
/proc/12658/stat : 12658 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202496 215609 0 0 0 2032091 265 0 0 25 0 4 0 641749461 968695808 215562 33554432000 134512640 135305190 4288086240 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12658/statm: 236498 215562 84 194 0 236302 0
[pid=12658/tid=12659] ppid=12655 vsize=945992 CPUtime=5081.02 cores=0-7
/proc/12658/task/12659/stat : 12659 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 42098 0 0 0 508043 59 0 0 25 0 4 0 641749474 968695808 215562 33554432000 134512640 135305190 4288086240 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12658/tid=12660] ppid=12655 vsize=945992 CPUtime=5080.66 cores=0-7
/proc/12658/task/12660/stat : 12660 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 75164 0 0 0 507981 85 0 0 25 0 4 0 641749474 968695808 215562 33554432000 134512640 135305190 4288086240 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12658/tid=12661] ppid=12655 vsize=945992 CPUtime=5080.8 cores=0-7
/proc/12658/task/12661/stat : 12661 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 44215 0 0 0 508025 55 0 0 25 0 4 0 641749474 968695808 215562 33554432000 134512640 135305190 4288086240 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20324.3
Current children cumulated vsize (KiB) 954692



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.98 5/305 12821
/proc/meminfo: memFree=4683712/32950928 swapFree=67111348/67111528
[pid=12655] ppid=12653 vsize=8700 CPUtime=0.7 cores=0-7
/proc/12655/stat : 12655 (manysat.sh) S 12653 12655 12447 0 -1 4202496 355 7477 0 0 0 0 68 2 16 0 1 0 641749390 8908800 252 33554432000 4194304 4922060 140736547322864 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12655/statm: 2175 252 209 178 0 68 0
[pid=12658] ppid=12655 vsize=946136 CPUtime=20394.4 cores=0-7
/proc/12658/stat : 12658 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202496 215637 0 0 0 2039174 265 0 0 25 0 4 0 641749461 968843264 215590 33554432000 134512640 135305190 4288086240 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12658/statm: 236534 215590 84 194 0 236338 0
[pid=12658/tid=12659] ppid=12655 vsize=946136 CPUtime=5098.73 cores=0-7
/proc/12658/task/12659/stat : 12659 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 42098 0 0 0 509814 59 0 0 25 0 4 0 641749474 968843264 215590 33554432000 134512640 135305190 4288086240 18446744073709551615 134528397 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12658/tid=12660] ppid=12655 vsize=946136 CPUtime=5098.37 cores=0-7
/proc/12658/task/12660/stat : 12660 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 75192 0 0 0 509752 85 0 0 25 0 4 0 641749474 968843264 215590 33554432000 134512640 135305190 4288086240 18446744073709551615 134528571 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12658/tid=12661] ppid=12655 vsize=946136 CPUtime=5098.51 cores=0-7
/proc/12658/task/12661/stat : 12661 (manysat1.1_stat) R 12655 12655 12447 0 -1 4202560 44215 0 0 0 509796 55 0 0 25 0 4 0 641749474 968843264 215590 33554432000 134512640 135305190 4288086240 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20395.1
Current children cumulated vsize (KiB) 954836

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

Real time (s): 5100.02
CPU time (s): 20395.1
CPU user time (s): 20392.4
CPU system time (s): 2.67
CPU usage (%): 399.902
Max. virtual memory (cumulated for all children) (KiB): 954836

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

runsolver used 15.2287 second user time and 35.4536 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-13 17:44:57
IDJOB=3362232
IDBENCH=83113
IDSOLVER=1839
FILE ID=node125/3362232-1305301497
RUNJOBID= node125-1305296393-12461
PBS_JOBID= 13321428
Free space on /tmp= 47900 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top22.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362232-1305301497/watcher-3362232-1305301497 -o /tmp/evaluation-result-3362232-1305301497/solver-3362232-1305301497 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362232-1305301497.cnf aimd 1

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

MD5SUM BENCH= e822739302a2d834ec9ddfe9fbd0caa2
RANDOM SEED=1631604406

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       5554236 kB
Buffers:        258228 kB
Cached:       16454716 kB
SwapCached:          0 kB
Active:       14836948 kB
Inactive:     11930876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5554236 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            4308 kB
Writeback:           0 kB
AnonPages:    10055316 kB
Mapped:          29200 kB
Slab:           529408 kB
PageTables:      35588 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 50985112 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= 47896 MiB
End job on node125 at 2011-05-13 19:09:59