Trace number 3362230

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 5100.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom20.cnf
MD5SUM9851f8e63efc4505343bf50c1cf30646
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 variables44362
Number of clauses148436
Sum of the clauses size378642
Maximum clause length1419
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 276003
Number of clauses of size 371663
Number of clauses of size 4209
Number of clauses of size 518
Number of clauses of size over 5542

Solver Data

0.00/0.00	c Parsing...
0.00/0.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |  139333   357440 |   41799       0        0     nan |  0.000 % |
0.00/0.58	c |         0 |   96592   357336 |      --       0       --      -- |     --   | -42741/-104
0.00/0.58	c ==============================================================================
0.00/0.58	c Result  :   #vars: 17436   #clauses: 96592   #literals: 357336
0.00/0.58	c CPU time:   0.569913 s
0.00/0.58	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-3362230-1305301496/watcher-3362230-1305301496 -o /tmp/evaluation-result-3362230-1305301496/solver-3362230-1305301496 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362230-1305301496.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.68 3.93 3.90 2/275 30549
/proc/meminfo: memFree=14817984/32951132 swapFree=67093824/67111528
[pid=30549] ppid=30547 vsize=8700 CPUtime=0 cores=0-7
/proc/30549/stat : 30549 (manysat.sh) S 30547 30549 30342 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 641749216 8908800 250 33554432000 4194304 4922060 140734191348048 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30549/statm: 2175 250 209 178 0 68 0

[startup+0.0165131 s]
/proc/loadavg: 3.68 3.93 3.90 2/275 30549
/proc/meminfo: memFree=14817984/32951132 swapFree=67093824/67111528
[pid=30549] ppid=30547 vsize=8700 CPUtime=0 cores=0-7
/proc/30549/stat : 30549 (manysat.sh) S 30547 30549 30342 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 641749216 8908800 250 33554432000 4194304 4922060 140734191348048 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30549/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100469 s]
/proc/loadavg: 3.68 3.93 3.90 2/275 30549
/proc/meminfo: memFree=14817984/32951132 swapFree=67093824/67111528
[pid=30549] ppid=30547 vsize=8700 CPUtime=0 cores=0-7
/proc/30549/stat : 30549 (manysat.sh) S 30547 30549 30342 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 641749216 8908800 250 33554432000 4194304 4922060 140734191348048 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30549/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300423 s]
/proc/loadavg: 3.68 3.93 3.90 2/275 30549
/proc/meminfo: memFree=14817984/32951132 swapFree=67093824/67111528
[pid=30549] ppid=30547 vsize=8700 CPUtime=0 cores=0-7
/proc/30549/stat : 30549 (manysat.sh) S 30547 30549 30342 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 641749216 8908800 250 33554432000 4194304 4922060 140734191348048 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30549/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700371 s]
/proc/loadavg: 3.68 3.93 3.90 2/275 30549
/proc/meminfo: memFree=14817984/32951132 swapFree=67093824/67111528
[pid=30549] ppid=30547 vsize=8700 CPUtime=0.64 cores=0-7
/proc/30549/stat : 30549 (manysat.sh) S 30547 30549 30342 0 -1 4202496 357 6288 0 0 0 0 63 1 17 0 1 0 641749216 8908800 253 33554432000 4194304 4922060 140734191348048 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30549/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 8700

[startup+1.50121 s]
/proc/loadavg: 3.68 3.93 3.90 5/280 30555
/proc/meminfo: memFree=14779556/32951132 swapFree=67093824/67111528
[pid=30549] ppid=30547 vsize=8700 CPUtime=0.64 cores=0-7
/proc/30549/stat : 30549 (manysat.sh) S 30547 30549 30342 0 -1 4202496 357 6288 0 0 0 0 63 1 17 0 1 0 641749216 8908800 253 33554432000 4194304 4922060 140734191348048 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30549/statm: 2175 253 209 178 0 68 0
[pid=30552] ppid=30549 vsize=72664 CPUtime=2.9 cores=0-7
/proc/30552/stat : 30552 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202496 9543 0 0 0 279 11 0 0 17 0 4 0 641749282 74407936 9477 33554432000 134512640 135305190 4293602496 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/30552/statm: 18166 9477 84 194 0 17970 0
[pid=30552/tid=30553] ppid=30549 vsize=72664 CPUtime=0.7 cores=0-7
/proc/30552/task/30553/stat : 30553 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 612 0 0 0 67 3 0 0 18 0 4 0 641749294 74407936 9477 33554432000 134512640 135305190 4293602496 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30552/tid=30554] ppid=30549 vsize=72664 CPUtime=0.68 cores=0-7
/proc/30552/task/30554/stat : 30554 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 612 0 0 0 67 1 0 0 17 0 4 0 641749294 74407936 9477 33554432000 134512640 135305190 4293602496 18446744073709551615 134528181 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=30552/tid=30555] ppid=30549 vsize=72664 CPUtime=0.69 cores=0-7
/proc/30552/task/30555/stat : 30555 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 585 0 0 0 66 3 0 0 18 0 4 0 641749294 74407936 9477 33554432000 134512640 135305190 4293602496 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 81364

[startup+3.10096 s]
/proc/loadavg: 3.68 3.93 3.90 5/280 30555
/proc/meminfo: memFree=14771388/32951132 swapFree=67093824/67111528
[pid=30549] ppid=30547 vsize=8700 CPUtime=0.64 cores=0-7
/proc/30549/stat : 30549 (manysat.sh) S 30547 30549 30342 0 -1 4202496 357 6288 0 0 0 0 63 1 17 0 1 0 641749216 8908800 253 33554432000 4194304 4922060 140734191348048 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30549/statm: 2175 253 209 178 0 68 0
[pid=30552] ppid=30549 vsize=80656 CPUtime=9.29 cores=0-7
/proc/30552/stat : 30552 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202496 11850 0 0 0 916 13 0 0 20 0 4 0 641749282 82591744 11784 33554432000 134512640 135305190 4293602496 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/30552/statm: 20164 11784 84 194 0 19968 0
[pid=30552/tid=30553] ppid=30549 vsize=80656 CPUtime=2.3 cores=0-7
/proc/30552/task/30553/stat : 30553 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 1060 0 0 0 226 4 0 0 18 0 4 0 641749294 82591744 11784 33554432000 134512640 135305190 4293602496 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30552/tid=30554] ppid=30549 vsize=80656 CPUtime=2.28 cores=0-7
/proc/30552/task/30554/stat : 30554 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 1214 0 0 0 226 2 0 0 18 0 4 0 641749294 82591744 11784 33554432000 134512640 135305190 4293602496 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=30552/tid=30555] ppid=30549 vsize=80656 CPUtime=2.29 cores=0-7
/proc/30552/task/30555/stat : 30555 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 1228 0 0 0 225 4 0 0 18 0 4 0 641749294 82591744 11785 33554432000 134512640 135305190 4293602496 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 9.93
Current children cumulated vsize (KiB) 89356

[startup+6.30038 s]
/proc/loadavg: 3.87 3.97 3.91 5/280 30555
/proc/meminfo: memFree=14758372/32951132 swapFree=67093824/67111528
[pid=30549] ppid=30547 vsize=8700 CPUtime=0.64 cores=0-7
/proc/30549/stat : 30549 (manysat.sh) S 30547 30549 30342 0 -1 4202496 357 6288 0 0 0 0 63 1 17 0 1 0 641749216 8908800 253 33554432000 4194304 4922060 140734191348048 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30549/statm: 2175 253 209 178 0 68 0
[pid=30552] ppid=30549 vsize=90804 CPUtime=21.89 cores=0-7
/proc/30552/stat : 30552 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202496 14278 0 0 0 2170 19 0 0 18 0 4 0 641749282 92983296 14212 33554432000 134512640 135305190 4293602496 18446744073709551615 134528471 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/30552/statm: 22701 14212 84 194 0 22505 0
[pid=30552/tid=30553] ppid=30549 vsize=90804 CPUtime=5.35 cores=0-7
/proc/30552/task/30553/stat : 30553 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 1450 0 0 0 529 6 0 0 18 0 4 0 641749294 92983296 14212 33554432000 134512640 135305190 4293602496 18446744073709551615 134528350 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=30552/tid=30554] ppid=30549 vsize=90804 CPUtime=5.46 cores=0-7
/proc/30552/task/30554/stat : 30554 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 2013 0 0 0 544 2 0 0 18 0 4 0 641749294 92983296 14212 33554432000 134512640 135305190 4293602496 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30552/tid=30555] ppid=30549 vsize=90804 CPUtime=5.48 cores=0-7
/proc/30552/task/30555/stat : 30555 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 1865 0 0 0 543 5 0 0 19 0 4 0 641749294 92983296 14212 33554432000 134512640 135305190 4293602496 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.53
Current children cumulated vsize (KiB) 99504

[startup+12.7013 s]
/proc/loadavg: 3.88 3.97 3.91 5/280 30555
/proc/meminfo: memFree=14732188/32951132 swapFree=67093824/67111528
[pid=30549] ppid=30547 vsize=8700 CPUtime=0.64 cores=0-7
/proc/30549/stat : 30549 (manysat.sh) S 30547 30549 30342 0 -1 4202496 357 6288 0 0 0 0 63 1 17 0 1 0 641749216 8908800 253 33554432000 4194304 4922060 140734191348048 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30549/statm: 2175 253 209 178 0 68 0
[pid=30552] ppid=30549 vsize=116196 CPUtime=47.49 cores=0-7
/proc/30552/stat : 30552 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202496 20509 0 0 0 4725 24 0 0 18 0 4 0 641749282 118984704 20443 33554432000 134512640 135305190 4293602496 18446744073709551615 134556555 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/30552/statm: 29049 20443 84 194 0 28853 0
[pid=30552/tid=30553] ppid=30549 vsize=116196 CPUtime=11.74 cores=0-7
/proc/30552/task/30553/stat : 30553 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 2670 0 0 0 1167 7 0 0 18 0 4 0 641749294 118984704 20443 33554432000 134512640 135305190 4293602496 18446744073709551615 134528203 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=30552/tid=30554] ppid=30549 vsize=116196 CPUtime=11.87 cores=0-7
/proc/30552/task/30554/stat : 30554 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 3952 0 0 0 1184 3 0 0 18 0 4 0 641749294 118984704 20443 33554432000 134512640 135305190 4293602496 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30552/tid=30555] ppid=30549 vsize=116196 CPUtime=11.87 cores=0-7
/proc/30552/task/30555/stat : 30555 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 3306 0 0 0 1181 6 0 0 20 0 4 0 641749294 118984704 20443 33554432000 134512640 135305190 4293602496 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 48.13
Current children cumulated vsize (KiB) 124896

[startup+25.5011 s]
/proc/loadavg: 3.90 3.97 3.91 5/280 30556
/proc/meminfo: memFree=14706976/32951132 swapFree=67093824/67111528
[pid=30549] ppid=30547 vsize=8700 CPUtime=0.64 cores=0-7
/proc/30549/stat : 30549 (manysat.sh) S 30547 30549 30342 0 -1 4202496 357 6288 0 0 0 0 63 1 17 0 1 0 641749216 8908800 253 33554432000 4194304 4922060 140734191348048 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30549/statm: 2175 253 209 178 0 68 0
[pid=30552] ppid=30549 vsize=142828 CPUtime=98.67 cores=0-7
/proc/30552/stat : 30552 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202496 27076 0 0 0 9840 27 0 0 18 0 4 0 641749282 146255872 27010 33554432000 134512640 135305190 4293602496 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/30552/statm: 35707 27010 84 194 0 35511 0
[pid=30552/tid=30553] ppid=30549 vsize=142828 CPUtime=24.53 cores=0-7
/proc/30552/task/30553/stat : 30553 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 4211 0 0 0 2444 9 0 0 18 0 4 0 641749294 146255872 27010 33554432000 134512640 135305190 4293602496 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=30552/tid=30554] ppid=30549 vsize=142828 CPUtime=24.66 cores=0-7
/proc/30552/task/30554/stat : 30554 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 5649 0 0 0 2463 3 0 0 18 0 4 0 641749294 146255872 27010 33554432000 134512640 135305190 4293602496 18446744073709551615 134528489 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30552/tid=30555] ppid=30549 vsize=142828 CPUtime=24.67 cores=0-7
/proc/30552/task/30555/stat : 30555 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 5015 0 0 0 2460 7 0 0 25 0 4 0 641749294 146255872 27010 33554432000 134512640 135305190 4293602496 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 99.31
Current children cumulated vsize (KiB) 151528

[startup+51.1006 s]
/proc/loadavg: 3.93 3.97 3.91 5/280 30556
/proc/meminfo: memFree=14687532/32951132 swapFree=67093824/67111528
[pid=30549] ppid=30547 vsize=8700 CPUtime=0.64 cores=0-7
/proc/30549/stat : 30549 (manysat.sh) S 30547 30549 30342 0 -1 4202496 357 6288 0 0 0 0 63 1 17 0 1 0 641749216 8908800 253 33554432000 4194304 4922060 140734191348048 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30549/statm: 2175 253 209 178 0 68 0
[pid=30552] ppid=30549 vsize=161948 CPUtime=201.02 cores=0-7
/proc/30552/stat : 30552 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202496 31822 0 0 0 20069 33 0 0 18 0 4 0 641749282 165834752 31756 33554432000 134512640 135305190 4293602496 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/30552/statm: 40487 31756 84 194 0 40291 0
[pid=30552/tid=30553] ppid=30549 vsize=161948 CPUtime=50.12 cores=0-7
/proc/30552/task/30553/stat : 30553 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 5195 0 0 0 5001 11 0 0 22 0 4 0 641749294 165834752 31756 33554432000 134512640 135305190 4293602496 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=30552/tid=30554] ppid=30549 vsize=161948 CPUtime=50.26 cores=0-7
/proc/30552/task/30554/stat : 30554 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 7000 0 0 0 5021 5 0 0 19 0 4 0 641749294 165834752 31756 33554432000 134512640 135305190 4293602496 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30552/tid=30555] ppid=30549 vsize=161948 CPUtime=50.25 cores=0-7
/proc/30552/task/30555/stat : 30555 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 6083 0 0 0 5017 8 0 0 25 0 4 0 641749294 165834752 31756 33554432000 134512640 135305190 4293602496 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 201.66
Current children cumulated vsize (KiB) 170648

[startup+102.311 s]
/proc/loadavg: 3.97 3.97 3.91 5/280 30558
/proc/meminfo: memFree=14626772/32951132 swapFree=67093824/67111528
[pid=30549] ppid=30547 vsize=8700 CPUtime=0.64 cores=0-7
/proc/30549/stat : 30549 (manysat.sh) S 30547 30549 30342 0 -1 4202496 357 6288 0 0 0 0 63 1 17 0 1 0 641749216 8908800 253 33554432000 4194304 4922060 140734191348048 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30549/statm: 2175 253 209 178 0 68 0
[pid=30552] ppid=30549 vsize=221988 CPUtime=405.8 cores=0-7
/proc/30552/stat : 30552 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202496 46890 0 0 0 40533 47 0 0 18 0 4 0 641749282 227315712 46824 33554432000 134512640 135305190 4293602496 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/30552/statm: 55497 46824 84 194 0 55301 0
[pid=30552/tid=30553] ppid=30549 vsize=221988 CPUtime=101.3 cores=0-7
/proc/30552/task/30553/stat : 30553 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 8825 0 0 0 10113 17 0 0 18 0 4 0 641749294 227315712 46824 33554432000 134512640 135305190 4293602496 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=30552/tid=30554] ppid=30549 vsize=221988 CPUtime=101.46 cores=0-7
/proc/30552/task/30554/stat : 30554 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 11458 0 0 0 10139 7 0 0 18 0 4 0 641749294 227315712 46824 33554432000 134512640 135305190 4293602496 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30552/tid=30555] ppid=30549 vsize=221988 CPUtime=101.44 cores=0-7
/proc/30552/task/30555/stat : 30555 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 9021 0 0 0 10134 10 0 0 25 0 4 0 641749294 227315712 46824 33554432000 134512640 135305190 4293602496 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 406.44
Current children cumulated vsize (KiB) 230688

[startup+162.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/280 30559
/proc/meminfo: memFree=14577896/32951132 swapFree=67093824/67111528
[pid=30549] ppid=30547 vsize=8700 CPUtime=0.64 cores=0-7
/proc/30549/stat : 30549 (manysat.sh) S 30547 30549 30342 0 -1 4202496 357 6288 0 0 0 0 63 1 17 0 1 0 641749216 8908800 253 33554432000 4194304 4922060 140734191348048 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30549/statm: 2175 253 209 178 0 68 0
[pid=30552] ppid=30549 vsize=272156 CPUtime=645.69 cores=0-7
/proc/30552/stat : 30552 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202496 59088 0 0 0 64507 62 0 0 18 0 4 0 641749282 278687744 59022 33554432000 134512640 135305190 4293602496 18446744073709551615 134528557 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/30552/statm: 68039 59022 84 194 0 67843 0
[pid=30552/tid=30553] ppid=30549 vsize=272156 CPUtime=161.27 cores=0-7

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

/proc/30552/task/30555/stat : 30555 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 60620 0 0 0 466026 80 0 0 25 0 4 0 641749294 1317220352 303859 33554432000 134512640 135305190 4293602496 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18644.5
Current children cumulated vsize (KiB) 1295048

[startup+4722.31 s]
/proc/loadavg: 4.01 4.00 3.96 5/280 30702
/proc/meminfo: memFree=13558860/32951132 swapFree=67093824/67111528
[pid=30549] ppid=30547 vsize=8700 CPUtime=0.64 cores=0-7
/proc/30549/stat : 30549 (manysat.sh) S 30547 30549 30342 0 -1 4202496 357 6288 0 0 0 0 63 1 17 0 1 0 641749216 8908800 253 33554432000 4194304 4922060 140734191348048 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30549/statm: 2175 253 209 178 0 68 0
[pid=30552] ppid=30549 vsize=1323316 CPUtime=18883.9 cores=0-7
/proc/30552/stat : 30552 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202496 313139 0 0 0 1887984 404 0 0 25 0 4 0 641749282 1355075584 312918 33554432000 134512640 135305190 4293602496 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/30552/statm: 330829 312918 84 194 0 330633 0
[pid=30552/tid=30553] ppid=30549 vsize=1323316 CPUtime=4720.66 cores=0-7
/proc/30552/task/30553/stat : 30553 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 62174 0 0 0 471946 120 0 0 18 0 4 0 641749294 1355075584 312918 33554432000 134512640 135305190 4293602496 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=30552/tid=30554] ppid=30549 vsize=1323316 CPUtime=4720.85 cores=0-7
/proc/30552/task/30554/stat : 30554 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 104726 0 0 0 471969 116 0 0 25 0 4 0 641749294 1355075584 312918 33554432000 134512640 135305190 4293602496 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30552/tid=30555] ppid=30549 vsize=1323316 CPUtime=4721.07 cores=0-7
/proc/30552/task/30555/stat : 30555 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 62029 0 0 0 472025 82 0 0 25 0 4 0 641749294 1355075584 312918 33554432000 134512640 135305190 4293602496 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18884.5
Current children cumulated vsize (KiB) 1332016

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/280 30703
/proc/meminfo: memFree=13552532/32951132 swapFree=67093824/67111528
[pid=30549] ppid=30547 vsize=8700 CPUtime=0.64 cores=0-7
/proc/30549/stat : 30549 (manysat.sh) S 30547 30549 30342 0 -1 4202496 357 6288 0 0 0 0 63 1 17 0 1 0 641749216 8908800 253 33554432000 4194304 4922060 140734191348048 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30549/statm: 2175 253 209 178 0 68 0
[pid=30552] ppid=30549 vsize=1331228 CPUtime=19123.8 cores=0-7
/proc/30552/stat : 30552 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202496 314703 0 0 0 1911975 405 0 0 25 0 4 0 641749282 1363177472 314482 33554432000 134512640 135305190 4293602496 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/30552/statm: 332807 314482 84 194 0 332611 0
[pid=30552/tid=30553] ppid=30549 vsize=1331228 CPUtime=4780.6 cores=0-7
/proc/30552/task/30553/stat : 30553 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 62689 0 0 0 477940 120 0 0 25 0 4 0 641749294 1363177472 314482 33554432000 134512640 135305190 4293602496 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=30552/tid=30554] ppid=30549 vsize=1331228 CPUtime=4780.85 cores=0-7
/proc/30552/task/30554/stat : 30554 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 105146 0 0 0 477968 117 0 0 25 0 4 0 641749294 1363177472 314482 33554432000 134512640 135305190 4293602496 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30552/tid=30555] ppid=30549 vsize=1331228 CPUtime=4781.06 cores=0-7
/proc/30552/task/30555/stat : 30555 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 62357 0 0 0 478024 82 0 0 25 0 4 0 641749294 1363177472 314482 33554432000 134512640 135305190 4293602496 18446744073709551615 134528344 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19124.4
Current children cumulated vsize (KiB) 1339928

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/280 30705
/proc/meminfo: memFree=13526120/32951132 swapFree=67093824/67111528
[pid=30549] ppid=30547 vsize=8700 CPUtime=0.64 cores=0-7
/proc/30549/stat : 30549 (manysat.sh) S 30547 30549 30342 0 -1 4202496 357 6288 0 0 0 0 63 1 17 0 1 0 641749216 8908800 253 33554432000 4194304 4922060 140734191348048 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30549/statm: 2175 253 209 178 0 68 0
[pid=30552] ppid=30549 vsize=1357904 CPUtime=19363.8 cores=0-7
/proc/30552/stat : 30552 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202496 321290 0 0 0 1935964 413 0 0 18 0 4 0 641749282 1390493696 321069 33554432000 134512640 135305190 4293602496 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/30552/statm: 339476 321069 84 194 0 339280 0
[pid=30552/tid=30553] ppid=30549 vsize=1357904 CPUtime=4840.57 cores=0-7
/proc/30552/task/30553/stat : 30553 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 63901 0 0 0 483934 123 0 0 25 0 4 0 641749294 1390493696 321069 33554432000 134512640 135305190 4293602496 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=30552/tid=30554] ppid=30549 vsize=1357904 CPUtime=4840.84 cores=0-7
/proc/30552/task/30554/stat : 30554 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 107781 0 0 0 483965 119 0 0 25 0 4 0 641749294 1390493696 321069 33554432000 134512640 135305190 4293602496 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30552/tid=30555] ppid=30549 vsize=1357904 CPUtime=4841.05 cores=0-7
/proc/30552/task/30555/stat : 30555 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 63354 0 0 0 484023 82 0 0 25 0 4 0 641749294 1390493696 321069 33554432000 134512640 135305190 4293602496 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19364.4
Current children cumulated vsize (KiB) 1366604

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/280 30710
/proc/meminfo: memFree=13474652/32951132 swapFree=67093824/67111528
[pid=30549] ppid=30547 vsize=8700 CPUtime=0.64 cores=0-7
/proc/30549/stat : 30549 (manysat.sh) S 30547 30549 30342 0 -1 4202496 357 6288 0 0 0 0 63 1 17 0 1 0 641749216 8908800 253 33554432000 4194304 4922060 140734191348048 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30549/statm: 2175 253 209 178 0 68 0
[pid=30552] ppid=30549 vsize=1413804 CPUtime=19603.7 cores=0-7
/proc/30552/stat : 30552 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202496 334541 0 0 0 1959943 429 0 0 22 0 4 0 641749282 1447735296 334320 33554432000 134512640 135305190 4293602496 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/30552/statm: 353451 334320 84 194 0 353255 0
[pid=30552/tid=30553] ppid=30549 vsize=1413804 CPUtime=4900.55 cores=0-7
/proc/30552/task/30553/stat : 30553 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 66533 0 0 0 489929 126 0 0 25 0 4 0 641749294 1447735296 334320 33554432000 134512640 135305190 4293602496 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=30552/tid=30554] ppid=30549 vsize=1413804 CPUtime=4900.82 cores=0-7
/proc/30552/task/30554/stat : 30554 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 113276 0 0 0 489957 125 0 0 25 0 4 0 641749294 1447735296 334320 33554432000 134512640 135305190 4293602496 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=30552/tid=30555] ppid=30549 vsize=1413804 CPUtime=4901.05 cores=0-7
/proc/30552/task/30555/stat : 30555 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 65792 0 0 0 490020 85 0 0 25 0 4 0 641749294 1447735296 334320 33554432000 134512640 135305190 4293602496 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19604.4
Current children cumulated vsize (KiB) 1422504

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/280 30711
/proc/meminfo: memFree=13450340/32951132 swapFree=67093824/67111528
[pid=30549] ppid=30547 vsize=8700 CPUtime=0.64 cores=0-7
/proc/30549/stat : 30549 (manysat.sh) S 30547 30549 30342 0 -1 4202496 357 6288 0 0 0 0 63 1 17 0 1 0 641749216 8908800 253 33554432000 4194304 4922060 140734191348048 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30549/statm: 2175 253 209 178 0 68 0
[pid=30552] ppid=30549 vsize=1439204 CPUtime=19843.7 cores=0-7
/proc/30552/stat : 30552 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202496 340437 0 0 0 1983924 441 0 0 25 0 4 0 641749282 1473744896 340216 33554432000 134512640 135305190 4293602496 18446744073709551615 134528382 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/30552/statm: 359801 340216 84 194 0 359605 0
[pid=30552/tid=30553] ppid=30549 vsize=1439204 CPUtime=4960.54 cores=0-7
/proc/30552/task/30553/stat : 30553 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 67709 0 0 0 495927 127 0 0 25 0 4 0 641749294 1473744896 340216 33554432000 134512640 135305190 4293602496 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=30552/tid=30554] ppid=30549 vsize=1439204 CPUtime=4960.75 cores=0-7
/proc/30552/task/30554/stat : 30554 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 115519 0 0 0 495945 130 0 0 25 0 4 0 641749294 1473744896 340216 33554432000 134512640 135305190 4293602496 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=30552/tid=30555] ppid=30549 vsize=1439204 CPUtime=4961.05 cores=0-7
/proc/30552/task/30555/stat : 30555 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 66960 0 0 0 496018 87 0 0 25 0 4 0 641749294 1473744896 340216 33554432000 134512640 135305190 4293602496 18446744073709551615 134559176 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19844.3
Current children cumulated vsize (KiB) 1447904

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/280 30713
/proc/meminfo: memFree=13440168/32951132 swapFree=67093824/67111528
[pid=30549] ppid=30547 vsize=8700 CPUtime=0.64 cores=0-7
/proc/30549/stat : 30549 (manysat.sh) S 30547 30549 30342 0 -1 4202496 357 6288 0 0 0 0 63 1 17 0 1 0 641749216 8908800 253 33554432000 4194304 4922060 140734191348048 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30549/statm: 2175 253 209 178 0 68 0
[pid=30552] ppid=30549 vsize=1449996 CPUtime=20083.6 cores=0-7
/proc/30552/stat : 30552 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202496 343137 0 0 0 2007915 443 0 0 25 0 4 0 641749282 1484795904 342916 33554432000 134512640 135305190 4293602496 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/30552/statm: 362499 342916 84 194 0 362303 0
[pid=30552/tid=30553] ppid=30549 vsize=1449996 CPUtime=5020.53 cores=0-7
/proc/30552/task/30553/stat : 30553 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 68287 0 0 0 501925 128 0 0 25 0 4 0 641749294 1484795904 342916 33554432000 134512640 135305190 4293602496 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30552/tid=30554] ppid=30549 vsize=1449996 CPUtime=5020.7 cores=0-7
/proc/30552/task/30554/stat : 30554 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 116405 0 0 0 501939 131 0 0 25 0 4 0 641749294 1484795904 342916 33554432000 134512640 135305190 4293602496 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=30552/tid=30555] ppid=30549 vsize=1449996 CPUtime=5021.06 cores=0-7
/proc/30552/task/30555/stat : 30555 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 67518 0 0 0 502018 88 0 0 25 0 4 0 641749294 1484795904 342916 33554432000 134512640 135305190 4293602496 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20084.2
Current children cumulated vsize (KiB) 1458696

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/280 30714
/proc/meminfo: memFree=13386972/32951132 swapFree=67093824/67111528
[pid=30549] ppid=30547 vsize=8700 CPUtime=0.64 cores=0-7
/proc/30549/stat : 30549 (manysat.sh) S 30547 30549 30342 0 -1 4202496 357 6288 0 0 0 0 63 1 17 0 1 0 641749216 8908800 253 33554432000 4194304 4922060 140734191348048 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30549/statm: 2175 253 209 178 0 68 0
[pid=30552] ppid=30549 vsize=1502772 CPUtime=20323.5 cores=0-7
/proc/30552/stat : 30552 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202496 356354 0 0 0 2031889 465 0 0 24 0 4 0 641749282 1538838528 356133 33554432000 134512640 135305190 4293602496 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/30552/statm: 375693 356133 84 194 0 375497 0
[pid=30552/tid=30553] ppid=30549 vsize=1502772 CPUtime=5080.52 cores=0-7
/proc/30552/task/30553/stat : 30553 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 70516 0 0 0 507921 131 0 0 25 0 4 0 641749294 1538838528 356133 33554432000 134512640 135305190 4293602496 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30552/tid=30554] ppid=30549 vsize=1502772 CPUtime=5080.66 cores=0-7
/proc/30552/task/30554/stat : 30554 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 122012 0 0 0 507924 142 0 0 25 0 4 0 641749294 1538838528 356133 33554432000 134512640 135305190 4293602496 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=30552/tid=30555] ppid=30549 vsize=1502772 CPUtime=5081.05 cores=0-7
/proc/30552/task/30555/stat : 30555 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 70257 0 0 0 508014 91 0 0 25 0 4 0 641749294 1538838528 356133 33554432000 134512640 135305190 4293602496 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20324.2
Current children cumulated vsize (KiB) 1511472



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.96 5/280 30715
/proc/meminfo: memFree=13370852/32951132 swapFree=67093824/67111528
[pid=30549] ppid=30547 vsize=8700 CPUtime=0.64 cores=0-7
/proc/30549/stat : 30549 (manysat.sh) S 30547 30549 30342 0 -1 4202496 357 6288 0 0 0 0 63 1 17 0 1 0 641749216 8908800 253 33554432000 4194304 4922060 140734191348048 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30549/statm: 2175 253 209 178 0 68 0
[pid=30552] ppid=30549 vsize=1518708 CPUtime=20394.4 cores=0-7
/proc/30552/stat : 30552 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202496 360259 0 0 0 2038965 471 0 0 24 0 4 0 641749282 1555156992 360038 33554432000 134512640 135305190 4293602496 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/30552/statm: 379677 360038 84 194 0 379481 0
[pid=30552/tid=30553] ppid=30549 vsize=1518708 CPUtime=5098.24 cores=0-7
/proc/30552/task/30553/stat : 30553 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 71270 0 0 0 509692 132 0 0 25 0 4 0 641749294 1555156992 360038 33554432000 134512640 135305190 4293602496 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30552/tid=30554] ppid=30549 vsize=1518708 CPUtime=5098.34 cores=0-7
/proc/30552/task/30554/stat : 30554 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 123870 0 0 0 509690 144 0 0 25 0 4 0 641749294 1555156992 360038 33554432000 134512640 135305190 4293602496 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=30552/tid=30555] ppid=30549 vsize=1518708 CPUtime=5098.77 cores=0-7
/proc/30552/task/30555/stat : 30555 (manysat1.1_stat) R 30549 30549 30342 0 -1 4202560 70862 0 0 0 509785 92 0 0 25 0 4 0 641749294 1555156992 360038 33554432000 134512640 135305190 4293602496 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20395
Current children cumulated vsize (KiB) 1527408

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 30549 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=639902
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=19996
# CPU time returned by wait4() is 0.659898
# while last known CPU time is 20395
#
# 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
CPU user time (s): 20390.3
CPU system time (s): 4.72
CPU usage (%): 399.9
Max. virtual memory (cumulated for all children) (KiB): 1527408

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

runsolver used 13.8919 second user time and 32.4781 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-13 17:44:56
IDJOB=3362230
IDBENCH=83110
IDSOLVER=1839
FILE ID=node131/3362230-1305301496
RUNJOBID= node131-1305296392-30356
PBS_JOBID= 13321422
Free space on /tmp= 52584 MiB

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

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

MD5SUM BENCH= 9851f8e63efc4505343bf50c1cf30646
RANDOM SEED=1823132659

node131.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.830
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.66
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.830
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.830
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.83
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.830
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.830
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.77
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.830
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.830
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.830
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:     32951132 kB
MemFree:      14818388 kB
Buffers:        230844 kB
Cached:        7823904 kB
SwapCached:       1504 kB
Active:       10490596 kB
Inactive:      7280732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      14818388 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:            3892 kB
Writeback:           0 kB
AnonPages:     9715176 kB
Mapped:          26536 kB
Slab:           267012 kB
PageTables:      30660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 27990352 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 52576 MiB
End job on node131 at 2011-05-13 19:09:58