Trace number 3362010

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) 20398.4 5100.02

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_09_UNSAT.cnf
MD5SUMfeb620c17f2a4d7899a2e7883baa7391
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 variables1430
Number of clauses87044
Sum of the clauses size258924
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22369
Number of clauses of size 384652
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.03	c |         0 |   87044   258924 |   26113       0        0     nan |  0.000 % |
0.00/0.44	c |         0 |   86161   373261 |      --       0       --      -- |     --   | -883/114337
0.00/0.44	c ==============================================================================
0.00/0.44	c Result  :   #vars: 871   #clauses: 86161   #literals: 373261
0.00/0.44	c CPU time:   0.432934 s
0.00/0.44	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-3362010-1305297236/watcher-3362010-1305297236 -o /tmp/evaluation-result-3362010-1305297236/solver-3362010-1305297236 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362010-1305297236.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.61 3.46 2.21 1/288 27973
/proc/meminfo: memFree=6430556/32950928 swapFree=67083212/67111528
[pid=27973] ppid=27971 vsize=8700 CPUtime=0 cores=0-7
/proc/27973/stat : 27973 (manysat.sh) S 27971 27973 27694 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 641323259 8908800 250 33554432000 4194304 4922060 140735549409600 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27973/statm: 2175 250 209 178 0 68 0

[startup+0.068172 s]
/proc/loadavg: 3.61 3.46 2.21 1/288 27973
/proc/meminfo: memFree=6430556/32950928 swapFree=67083212/67111528
[pid=27973] ppid=27971 vsize=8700 CPUtime=0 cores=0-7
/proc/27973/stat : 27973 (manysat.sh) S 27971 27973 27694 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 641323259 8908800 250 33554432000 4194304 4922060 140735549409600 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27973/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101166 s]
/proc/loadavg: 3.61 3.46 2.21 1/288 27973
/proc/meminfo: memFree=6430556/32950928 swapFree=67083212/67111528
[pid=27973] ppid=27971 vsize=8700 CPUtime=0 cores=0-7
/proc/27973/stat : 27973 (manysat.sh) S 27971 27973 27694 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 641323259 8908800 250 33554432000 4194304 4922060 140735549409600 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27973/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301127 s]
/proc/loadavg: 3.61 3.46 2.21 1/288 27973
/proc/meminfo: memFree=6430556/32950928 swapFree=67083212/67111528
[pid=27973] ppid=27971 vsize=8700 CPUtime=0 cores=0-7
/proc/27973/stat : 27973 (manysat.sh) S 27971 27973 27694 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 641323259 8908800 250 33554432000 4194304 4922060 140735549409600 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27973/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70098 s]
/proc/loadavg: 3.61 3.46 2.21 1/288 27973
/proc/meminfo: memFree=6430556/32950928 swapFree=67083212/67111528
[pid=27973] ppid=27971 vsize=8700 CPUtime=0.49 cores=0-7
/proc/27973/stat : 27973 (manysat.sh) S 27971 27973 27694 0 -1 4202496 357 2388 0 0 0 0 49 0 17 0 1 0 641323259 8908800 253 33554432000 4194304 4922060 140735549409600 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27973/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 8700

[startup+1.50083 s]
/proc/loadavg: 3.61 3.46 2.21 5/293 27979
/proc/meminfo: memFree=6399896/32950928 swapFree=67083212/67111528
[pid=27973] ppid=27971 vsize=8700 CPUtime=0.49 cores=0-7
/proc/27973/stat : 27973 (manysat.sh) S 27971 27973 27694 0 -1 4202496 357 2388 0 0 0 0 49 0 17 0 1 0 641323259 8908800 253 33554432000 4194304 4922060 140735549409600 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27973/statm: 2175 253 209 178 0 68 0
[pid=27976] ppid=27973 vsize=63864 CPUtime=3.69 cores=0-7
/proc/27976/stat : 27976 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202496 7975 0 0 0 367 2 0 0 19 0 4 0 641323310 65396736 7929 33554432000 134512640 135305190 4292176288 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/27976/statm: 15966 7929 84 194 0 15770 0
[pid=27976/tid=27977] ppid=27973 vsize=63864 CPUtime=0.9 cores=0-7
/proc/27976/task/27977/stat : 27977 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 548 0 0 0 90 0 0 0 22 0 4 0 641323319 65396736 7929 33554432000 134512640 135305190 4292176288 18446744073709551615 134528327 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=27976/tid=27978] ppid=27973 vsize=63864 CPUtime=0.88 cores=0-7
/proc/27976/task/27978/stat : 27978 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 711 0 0 0 88 0 0 0 19 0 4 0 641323319 65396736 7929 33554432000 134512640 135305190 4292176288 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27976/tid=27979] ppid=27973 vsize=63864 CPUtime=0.9 cores=0-7
/proc/27976/task/27979/stat : 27979 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 628 0 0 0 90 0 0 0 19 0 4 0 641323319 65396736 7929 33554432000 134512640 135305190 4292176288 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 72564

[startup+3.10052 s]
/proc/loadavg: 3.61 3.46 2.21 5/293 27979
/proc/meminfo: memFree=6393324/32950928 swapFree=67083212/67111528
[pid=27973] ppid=27971 vsize=8700 CPUtime=0.49 cores=0-7
/proc/27973/stat : 27973 (manysat.sh) S 27971 27973 27694 0 -1 4202496 357 2388 0 0 0 0 49 0 17 0 1 0 641323259 8908800 253 33554432000 4194304 4922060 140735549409600 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27973/statm: 2175 253 209 178 0 68 0
[pid=27976] ppid=27973 vsize=72032 CPUtime=10.08 cores=0-7
/proc/27976/stat : 27976 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202496 9916 0 0 0 1006 2 0 0 19 0 4 0 641323310 73760768 9870 33554432000 134512640 135305190 4292176288 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/27976/statm: 18008 9870 84 194 0 17812 0
[pid=27976/tid=27977] ppid=27973 vsize=72032 CPUtime=2.5 cores=0-7
/proc/27976/task/27977/stat : 27977 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 836 0 0 0 250 0 0 0 25 0 4 0 641323319 73760768 9870 33554432000 134512640 135305190 4292176288 18446744073709551615 134528248 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=27976/tid=27978] ppid=27973 vsize=72032 CPUtime=2.48 cores=0-7
/proc/27976/task/27978/stat : 27978 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 1370 0 0 0 248 0 0 0 22 0 4 0 641323319 73760768 9870 33554432000 134512640 135305190 4292176288 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27976/tid=27979] ppid=27973 vsize=72032 CPUtime=2.49 cores=0-7
/proc/27976/task/27979/stat : 27979 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 1291 0 0 0 249 0 0 0 18 0 4 0 641323319 73760768 9870 33554432000 134512640 135305190 4292176288 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10.57
Current children cumulated vsize (KiB) 80732

[startup+6.30097 s]
/proc/loadavg: 3.64 3.47 2.22 5/293 27979
/proc/meminfo: memFree=6379196/32950928 swapFree=67083212/67111528
[pid=27973] ppid=27971 vsize=8700 CPUtime=0.49 cores=0-7
/proc/27973/stat : 27973 (manysat.sh) S 27971 27973 27694 0 -1 4202496 357 2388 0 0 0 0 49 0 17 0 1 0 641323259 8908800 253 33554432000 4194304 4922060 140735549409600 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27973/statm: 2175 253 209 178 0 68 0
[pid=27976] ppid=27973 vsize=87148 CPUtime=22.88 cores=0-7
/proc/27976/stat : 27976 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202496 13429 0 0 0 2284 4 0 0 19 0 4 0 641323310 89239552 13383 33554432000 134512640 135305190 4292176288 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/27976/statm: 21787 13383 84 194 0 21591 0
[pid=27976/tid=27977] ppid=27973 vsize=87148 CPUtime=5.69 cores=0-7
/proc/27976/task/27977/stat : 27977 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 1499 0 0 0 569 0 0 0 25 0 4 0 641323319 89239552 13383 33554432000 134512640 135305190 4292176288 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=27976/tid=27978] ppid=27973 vsize=87148 CPUtime=5.68 cores=0-7
/proc/27976/task/27978/stat : 27978 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 2567 0 0 0 568 0 0 0 25 0 4 0 641323319 89239552 13383 33554432000 134512640 135305190 4292176288 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27976/tid=27979] ppid=27973 vsize=87148 CPUtime=5.69 cores=0-7
/proc/27976/task/27979/stat : 27979 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 2067 0 0 0 569 0 0 0 18 0 4 0 641323319 89239552 13383 33554432000 134512640 135305190 4292176288 18446744073709551615 134846412 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.37
Current children cumulated vsize (KiB) 95848

[startup+12.7007 s]
/proc/loadavg: 3.67 3.48 2.23 5/293 27979
/proc/meminfo: memFree=6361756/32950928 swapFree=67083212/67111528
[pid=27973] ppid=27971 vsize=8700 CPUtime=0.49 cores=0-7
/proc/27973/stat : 27973 (manysat.sh) S 27971 27973 27694 0 -1 4202496 357 2388 0 0 0 0 49 0 17 0 1 0 641323259 8908800 253 33554432000 4194304 4922060 140735549409600 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27973/statm: 2175 253 209 178 0 68 0
[pid=27976] ppid=27973 vsize=103684 CPUtime=48.48 cores=0-7
/proc/27976/stat : 27976 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202496 17516 0 0 0 4842 6 0 0 19 0 4 0 641323310 106172416 17454 33554432000 134512640 135305190 4292176288 18446744073709551615 134528520 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/27976/statm: 25921 17454 84 194 0 25725 0
[pid=27976/tid=27977] ppid=27973 vsize=103684 CPUtime=12.1 cores=0-7
/proc/27976/task/27977/stat : 27977 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 2694 0 0 0 1209 1 0 0 25 0 4 0 641323319 106172416 17454 33554432000 134512640 135305190 4292176288 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=27976/tid=27978] ppid=27973 vsize=103684 CPUtime=12.09 cores=0-7
/proc/27976/task/27978/stat : 27978 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 3586 0 0 0 1208 1 0 0 25 0 4 0 641323319 106172416 17454 33554432000 134512640 135305190 4292176288 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27976/tid=27979] ppid=27973 vsize=103684 CPUtime=12.09 cores=0-7
/proc/27976/task/27979/stat : 27979 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 3062 0 0 0 1208 1 0 0 20 0 4 0 641323319 106172416 17454 33554432000 134512640 135305190 4292176288 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 48.97
Current children cumulated vsize (KiB) 112384

[startup+25.5013 s]
/proc/loadavg: 3.81 3.52 2.27 5/293 27980
/proc/meminfo: memFree=6349868/32950928 swapFree=67083212/67111528
[pid=27973] ppid=27971 vsize=8700 CPUtime=0.49 cores=0-7
/proc/27973/stat : 27973 (manysat.sh) S 27971 27973 27694 0 -1 4202496 357 2388 0 0 0 0 49 0 17 0 1 0 641323259 8908800 253 33554432000 4194304 4922060 140735549409600 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27973/statm: 2175 253 209 178 0 68 0
[pid=27976] ppid=27973 vsize=116096 CPUtime=99.68 cores=0-7
/proc/27976/stat : 27976 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202496 20456 0 0 0 9960 8 0 0 25 0 4 0 641323310 118882304 20394 33554432000 134512640 135305190 4292176288 18446744073709551615 134528402 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/27976/statm: 29024 20394 84 194 0 28828 0
[pid=27976/tid=27977] ppid=27973 vsize=116096 CPUtime=24.89 cores=0-7
/proc/27976/task/27977/stat : 27977 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 3485 0 0 0 2488 1 0 0 25 0 4 0 641323319 118882304 20394 33554432000 134512640 135305190 4292176288 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=27976/tid=27978] ppid=27973 vsize=116096 CPUtime=24.89 cores=0-7
/proc/27976/task/27978/stat : 27978 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 3984 0 0 0 2488 1 0 0 25 0 4 0 641323319 118882304 20394 33554432000 134512640 135305190 4292176288 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27976/tid=27979] ppid=27973 vsize=116096 CPUtime=24.9 cores=0-7
/proc/27976/task/27979/stat : 27979 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 3968 0 0 0 2488 2 0 0 19 0 4 0 641323319 118882304 20394 33554432000 134512640 135305190 4292176288 18446744073709551615 134528458 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.17
Current children cumulated vsize (KiB) 124796

[startup+51.1004 s]
/proc/loadavg: 3.87 3.56 2.31 5/293 27980
/proc/meminfo: memFree=6312740/32950928 swapFree=67083212/67111528
[pid=27973] ppid=27971 vsize=8700 CPUtime=0.49 cores=0-7
/proc/27973/stat : 27973 (manysat.sh) S 27971 27973 27694 0 -1 4202496 357 2388 0 0 0 0 49 0 17 0 1 0 641323259 8908800 253 33554432000 4194304 4922060 140735549409600 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27973/statm: 2175 253 209 178 0 68 0
[pid=27976] ppid=27973 vsize=154308 CPUtime=202.06 cores=0-7
/proc/27976/stat : 27976 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202496 29709 0 0 0 20192 14 0 0 25 0 4 0 641323310 158011392 29647 33554432000 134512640 135305190 4292176288 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/27976/statm: 38577 29647 84 194 0 38381 0
[pid=27976/tid=27977] ppid=27973 vsize=154308 CPUtime=50.49 cores=0-7
/proc/27976/task/27977/stat : 27977 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 6574 0 0 0 5046 3 0 0 18 0 4 0 641323319 158011392 29647 33554432000 134512640 135305190 4292176288 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=27976/tid=27978] ppid=27973 vsize=154308 CPUtime=50.49 cores=0-7
/proc/27976/task/27978/stat : 27978 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 5325 0 0 0 5047 2 0 0 25 0 4 0 641323319 158011392 29647 33554432000 134512640 135305190 4292176288 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27976/tid=27979] ppid=27973 vsize=154308 CPUtime=50.48 cores=0-7
/proc/27976/task/27979/stat : 27979 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 6394 0 0 0 5044 4 0 0 18 0 4 0 641323319 158011392 29647 33554432000 134512640 135305190 4292176288 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 202.55
Current children cumulated vsize (KiB) 163008

[startup+102.311 s]
/proc/loadavg: 3.94 3.62 2.40 5/293 27982
/proc/meminfo: memFree=6283700/32950928 swapFree=67083212/67111528
[pid=27973] ppid=27971 vsize=8700 CPUtime=0.49 cores=0-7
/proc/27973/stat : 27973 (manysat.sh) S 27971 27973 27694 0 -1 4202496 357 2388 0 0 0 0 49 0 17 0 1 0 641323259 8908800 253 33554432000 4194304 4922060 140735549409600 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27973/statm: 2175 253 209 178 0 68 0
[pid=27976] ppid=27973 vsize=185064 CPUtime=406.9 cores=0-7
/proc/27976/stat : 27976 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202496 36737 0 0 0 40671 19 0 0 25 0 4 0 641323310 189505536 36675 33554432000 134512640 135305190 4292176288 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/27976/statm: 46266 36675 84 194 0 46070 0
[pid=27976/tid=27977] ppid=27973 vsize=185064 CPUtime=101.7 cores=0-7
/proc/27976/task/27977/stat : 27977 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 7792 0 0 0 10167 3 0 0 25 0 4 0 641323319 189505536 36675 33554432000 134512640 135305190 4292176288 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=27976/tid=27978] ppid=27973 vsize=185064 CPUtime=101.69 cores=0-7
/proc/27976/task/27978/stat : 27978 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 7815 0 0 0 10166 3 0 0 25 0 4 0 641323319 189505536 36675 33554432000 134512640 135305190 4292176288 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27976/tid=27979] ppid=27973 vsize=185064 CPUtime=101.69 cores=0-7
/proc/27976/task/27979/stat : 27979 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 7915 0 0 0 10164 5 0 0 25 0 4 0 641323319 189505536 36675 33554432000 134512640 135305190 4292176288 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.39
Current children cumulated vsize (KiB) 193764

[startup+162.301 s]
/proc/loadavg: 3.98 3.69 2.49 5/293 27983
/proc/meminfo: memFree=6255276/32950928 swapFree=67083212/67111528
[pid=27973] ppid=27971 vsize=8700 CPUtime=0.49 cores=0-7
/proc/27973/stat : 27973 (manysat.sh) S 27971 27973 27694 0 -1 4202496 357 2388 0 0 0 0 49 0 17 0 1 0 641323259 8908800 253 33554432000 4194304 4922060 140735549409600 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27973/statm: 2175 253 209 178 0 68 0
[pid=27976] ppid=27973 vsize=217392 CPUtime=646.86 cores=0-7
/proc/27976/stat : 27976 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202496 44142 0 0 0 64661 25 0 0 25 0 4 0 641323310 222609408 44020 33554432000 134512640 135305190 4292176288 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/27976/statm: 54348 44020 84 194 0 54152 0
[pid=27976/tid=27977] ppid=27973 vsize=217392 CPUtime=161.69 cores=0-7

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

/proc/27976/task/27979/stat : 27979 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 50613 0 0 0 466094 79 0 0 25 0 4 0 641323319 978984960 209464 33554432000 134512640 135305190 4292176288 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18647.5
Current children cumulated vsize (KiB) 964740

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 3.93 5/293 28117
/proc/meminfo: memFree=5572068/32950928 swapFree=67083212/67111528
[pid=27973] ppid=27971 vsize=8700 CPUtime=0.49 cores=0-7
/proc/27973/stat : 27973 (manysat.sh) S 27971 27973 27694 0 -1 4202496 357 2388 0 0 0 0 49 0 17 0 1 0 641323259 8908800 253 33554432000 4194304 4922060 140735549409600 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27973/statm: 2175 253 209 178 0 68 0
[pid=27976] ppid=27973 vsize=975436 CPUtime=18887.1 cores=0-7
/proc/27976/stat : 27976 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202496 214621 0 0 0 1888418 289 0 0 25 0 4 0 641323310 998846464 214191 33554432000 134512640 135305190 4292176288 18446744073709551615 134528319 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/27976/statm: 243859 214191 84 194 0 243663 0
[pid=27976/tid=27977] ppid=27973 vsize=975436 CPUtime=4721.77 cores=0-7
/proc/27976/task/27977/stat : 27977 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 39318 0 0 0 472143 34 0 0 25 0 4 0 641323319 998846464 214191 33554432000 134512640 135305190 4292176288 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=27976/tid=27978] ppid=27973 vsize=975436 CPUtime=4721.65 cores=0-7
/proc/27976/task/27978/stat : 27978 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 76459 0 0 0 472034 131 0 0 25 0 4 0 641323319 998846464 214191 33554432000 134512640 135305190 4292176288 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27976/tid=27979] ppid=27973 vsize=975436 CPUtime=4721.74 cores=0-7
/proc/27976/task/27979/stat : 27979 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 51649 0 0 0 472093 81 0 0 25 0 4 0 641323319 998846464 214191 33554432000 134512640 135305190 4292176288 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18887.6
Current children cumulated vsize (KiB) 984136

[startup+4782.3 s]
/proc/loadavg: 4.03 4.01 3.94 5/293 28119
/proc/meminfo: memFree=5560388/32950928 swapFree=67083212/67111528
[pid=27973] ppid=27971 vsize=8700 CPUtime=0.49 cores=0-7
/proc/27973/stat : 27973 (manysat.sh) S 27971 27973 27694 0 -1 4202496 357 2388 0 0 0 0 49 0 17 0 1 0 641323259 8908800 253 33554432000 4194304 4922060 140735549409600 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27973/statm: 2175 253 209 178 0 68 0
[pid=27976] ppid=27973 vsize=988464 CPUtime=19127 cores=0-7
/proc/27976/stat : 27976 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202496 217601 0 0 0 1912410 294 0 0 25 0 4 0 641323310 1012187136 217171 33554432000 134512640 135305190 4292176288 18446744073709551615 134528248 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/27976/statm: 247116 217171 84 194 0 246920 0
[pid=27976/tid=27977] ppid=27973 vsize=988464 CPUtime=4781.76 cores=0-7
/proc/27976/task/27977/stat : 27977 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 39342 0 0 0 478142 34 0 0 25 0 4 0 641323319 1012187136 217171 33554432000 134512640 135305190 4292176288 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=27976/tid=27978] ppid=27973 vsize=988464 CPUtime=4781.64 cores=0-7
/proc/27976/task/27978/stat : 27978 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 78008 0 0 0 478031 133 0 0 25 0 4 0 641323319 1012187136 217171 33554432000 134512640 135305190 4292176288 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27976/tid=27979] ppid=27973 vsize=988464 CPUtime=4781.74 cores=0-7
/proc/27976/task/27979/stat : 27979 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 52881 0 0 0 478091 83 0 0 25 0 4 0 641323319 1012187136 217171 33554432000 134512640 135305190 4292176288 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19127.5
Current children cumulated vsize (KiB) 997164

[startup+4842.3 s]
/proc/loadavg: 4.01 4.01 3.94 5/293 28120
/proc/meminfo: memFree=5558388/32950928 swapFree=67083212/67111528
[pid=27973] ppid=27971 vsize=8700 CPUtime=0.49 cores=0-7
/proc/27973/stat : 27973 (manysat.sh) S 27971 27973 27694 0 -1 4202496 357 2388 0 0 0 0 49 0 17 0 1 0 641323259 8908800 253 33554432000 4194304 4922060 140735549409600 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27973/statm: 2175 253 209 178 0 68 0
[pid=27976] ppid=27973 vsize=990696 CPUtime=19367 cores=0-7
/proc/27976/stat : 27976 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202496 218027 0 0 0 1936410 294 0 0 25 0 4 0 641323310 1014472704 217597 33554432000 134512640 135305190 4292176288 18446744073709551615 134528774 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/27976/statm: 247674 217597 84 194 0 247478 0
[pid=27976/tid=27977] ppid=27973 vsize=990696 CPUtime=4841.77 cores=0-7
/proc/27976/task/27977/stat : 27977 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 39451 0 0 0 484142 35 0 0 25 0 4 0 641323319 1014472704 217597 33554432000 134512640 135305190 4292176288 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=27976/tid=27978] ppid=27973 vsize=990696 CPUtime=4841.65 cores=0-7
/proc/27976/task/27978/stat : 27978 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 78154 0 0 0 484031 134 0 0 25 0 4 0 641323319 1014472704 217597 33554432000 134512640 135305190 4292176288 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27976/tid=27979] ppid=27973 vsize=990696 CPUtime=4841.74 cores=0-7
/proc/27976/task/27979/stat : 27979 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 53000 0 0 0 484091 83 0 0 25 0 4 0 641323319 1014472704 217597 33554432000 134512640 135305190 4292176288 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19367.5
Current children cumulated vsize (KiB) 999396

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/293 28122
/proc/meminfo: memFree=5555764/32950928 swapFree=67083212/67111528
[pid=27973] ppid=27971 vsize=8700 CPUtime=0.49 cores=0-7
/proc/27973/stat : 27973 (manysat.sh) S 27971 27973 27694 0 -1 4202496 357 2388 0 0 0 0 49 0 17 0 1 0 641323259 8908800 253 33554432000 4194304 4922060 140735549409600 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27973/statm: 2175 253 209 178 0 68 0
[pid=27976] ppid=27973 vsize=994068 CPUtime=19607.1 cores=0-7
/proc/27976/stat : 27976 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202496 218777 0 0 0 1960410 295 0 0 25 0 4 0 641323310 1017925632 218347 33554432000 134512640 135305190 4292176288 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/27976/statm: 248517 218347 84 194 0 248321 0
[pid=27976/tid=27977] ppid=27973 vsize=994068 CPUtime=4901.77 cores=0-7
/proc/27976/task/27977/stat : 27977 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 39595 0 0 0 490142 35 0 0 25 0 4 0 641323319 1017925632 218347 33554432000 134512640 135305190 4292176288 18446744073709551615 134528455 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=27976/tid=27978] ppid=27973 vsize=994068 CPUtime=4901.64 cores=0-7
/proc/27976/task/27978/stat : 27978 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 78589 0 0 0 490030 134 0 0 25 0 4 0 641323319 1017925632 218347 33554432000 134512640 135305190 4292176288 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27976/tid=27979] ppid=27973 vsize=994068 CPUtime=4901.74 cores=0-7
/proc/27976/task/27979/stat : 27979 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 53101 0 0 0 490091 83 0 0 25 0 4 0 641323319 1017925632 218347 33554432000 134512640 135305190 4292176288 18446744073709551615 134528421 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19607.5
Current children cumulated vsize (KiB) 1002768

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/293 28123
/proc/meminfo: memFree=5535780/32950928 swapFree=67083212/67111528
[pid=27973] ppid=27971 vsize=8700 CPUtime=0.49 cores=0-7
/proc/27973/stat : 27973 (manysat.sh) S 27971 27973 27694 0 -1 4202496 357 2388 0 0 0 0 49 0 17 0 1 0 641323259 8908800 253 33554432000 4194304 4922060 140735549409600 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27973/statm: 2175 253 209 178 0 68 0
[pid=27976] ppid=27973 vsize=1013028 CPUtime=19847.1 cores=0-7
/proc/27976/stat : 27976 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202496 223670 0 0 0 1984401 305 0 0 25 0 4 0 641323310 1037340672 223240 33554432000 134512640 135305190 4292176288 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/27976/statm: 253257 223240 84 194 0 253061 0
[pid=27976/tid=27977] ppid=27973 vsize=1013028 CPUtime=4961.77 cores=0-7
/proc/27976/task/27977/stat : 27977 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 40098 0 0 0 496142 35 0 0 25 0 4 0 641323319 1037340672 223240 33554432000 134512640 135305190 4292176288 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=27976/tid=27978] ppid=27973 vsize=1013028 CPUtime=4961.65 cores=0-7
/proc/27976/task/27978/stat : 27978 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 81112 0 0 0 496024 141 0 0 25 0 4 0 641323319 1037340672 223240 33554432000 134512640 135305190 4292176288 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27976/tid=27979] ppid=27973 vsize=1013028 CPUtime=4961.75 cores=0-7
/proc/27976/task/27979/stat : 27979 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 54809 0 0 0 496089 86 0 0 25 0 4 0 641323319 1037340672 223240 33554432000 134512640 135305190 4292176288 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19847.6
Current children cumulated vsize (KiB) 1021728

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/293 28125
/proc/meminfo: memFree=5533032/32950928 swapFree=67083212/67111528
[pid=27973] ppid=27971 vsize=8700 CPUtime=0.49 cores=0-7
/proc/27973/stat : 27973 (manysat.sh) S 27971 27973 27694 0 -1 4202496 357 2388 0 0 0 0 49 0 17 0 1 0 641323259 8908800 253 33554432000 4194304 4922060 140735549409600 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27973/statm: 2175 253 209 178 0 68 0
[pid=27976] ppid=27973 vsize=1016988 CPUtime=20087.1 cores=0-7
/proc/27976/stat : 27976 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202496 224362 0 0 0 2008400 306 0 0 25 0 4 0 641323310 1041395712 223932 33554432000 134512640 135305190 4292176288 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/27976/statm: 254247 223932 84 194 0 254051 0
[pid=27976/tid=27977] ppid=27973 vsize=1016988 CPUtime=5021.77 cores=0-7
/proc/27976/task/27977/stat : 27977 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 40330 0 0 0 502142 35 0 0 25 0 4 0 641323319 1041395712 223932 33554432000 134512640 135305190 4292176288 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=27976/tid=27978] ppid=27973 vsize=1016988 CPUtime=5021.64 cores=0-7
/proc/27976/task/27978/stat : 27978 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 81218 0 0 0 502023 141 0 0 25 0 4 0 641323319 1041395712 223932 33554432000 134512640 135305190 4292176288 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27976/tid=27979] ppid=27973 vsize=1016988 CPUtime=5021.74 cores=0-7
/proc/27976/task/27979/stat : 27979 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 55115 0 0 0 502088 86 0 0 25 0 4 0 641323319 1041395712 223932 33554432000 134512640 135305190 4292176288 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20087.6
Current children cumulated vsize (KiB) 1025688

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/293 28127
/proc/meminfo: memFree=5531264/32950928 swapFree=67083212/67111528
[pid=27973] ppid=27971 vsize=8700 CPUtime=0.49 cores=0-7
/proc/27973/stat : 27973 (manysat.sh) S 27971 27973 27694 0 -1 4202496 357 2388 0 0 0 0 49 0 17 0 1 0 641323259 8908800 253 33554432000 4194304 4922060 140735549409600 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27973/statm: 2175 253 209 178 0 68 0
[pid=27976] ppid=27973 vsize=1019684 CPUtime=20327.1 cores=0-7
/proc/27976/stat : 27976 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202496 224893 0 0 0 2032401 307 0 0 25 0 4 0 641323310 1044156416 224463 33554432000 134512640 135305190 4292176288 18446744073709551615 134528350 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/27976/statm: 254921 224463 84 194 0 254725 0
[pid=27976/tid=27977] ppid=27973 vsize=1019684 CPUtime=5081.77 cores=0-7
/proc/27976/task/27977/stat : 27977 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 40479 0 0 0 508142 35 0 0 25 0 4 0 641323319 1044156416 224463 33554432000 134512640 135305190 4292176288 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=27976/tid=27978] ppid=27973 vsize=1019684 CPUtime=5081.64 cores=0-7
/proc/27976/task/27978/stat : 27978 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 81400 0 0 0 508023 141 0 0 25 0 4 0 641323319 1044156416 224463 33554432000 134512640 135305190 4292176288 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27976/tid=27979] ppid=27973 vsize=1019684 CPUtime=5081.74 cores=0-7
/proc/27976/task/27979/stat : 27979 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 55260 0 0 0 508088 86 0 0 25 0 4 0 641323319 1044156416 224463 33554432000 134512640 135305190 4292176288 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20327.6
Current children cumulated vsize (KiB) 1028384



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.94 5/293 28127
/proc/meminfo: memFree=5527788/32950928 swapFree=67083212/67111528
[pid=27973] ppid=27971 vsize=8700 CPUtime=0.49 cores=0-7
/proc/27973/stat : 27973 (manysat.sh) S 27971 27973 27694 0 -1 4202496 357 2388 0 0 0 0 49 0 17 0 1 0 641323259 8908800 253 33554432000 4194304 4922060 140735549409600 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27973/statm: 2175 253 209 178 0 68 0
[pid=27976] ppid=27973 vsize=1023028 CPUtime=20397.9 cores=0-7
/proc/27976/stat : 27976 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202496 225794 0 0 0 2039485 307 0 0 25 0 4 0 641323310 1047580672 225364 33554432000 134512640 135305190 4292176288 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/27976/statm: 255757 225364 84 194 0 255561 0
[pid=27976/tid=27977] ppid=27973 vsize=1023028 CPUtime=5099.48 cores=0-7
/proc/27976/task/27977/stat : 27977 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 40529 0 0 0 509913 35 0 0 25 0 4 0 641323319 1047580672 225364 33554432000 134512640 135305190 4292176288 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=27976/tid=27978] ppid=27973 vsize=1023028 CPUtime=5099.36 cores=0-7
/proc/27976/task/27978/stat : 27978 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 82004 0 0 0 509794 142 0 0 25 0 4 0 641323319 1047580672 225364 33554432000 134512640 135305190 4292176288 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=27976/tid=27979] ppid=27973 vsize=1023028 CPUtime=5099.45 cores=0-7
/proc/27976/task/27979/stat : 27979 (manysat1.1_stat) R 27973 27973 27694 0 -1 4202560 55371 0 0 0 509859 86 0 0 25 0 4 0 641323319 1047580672 225364 33554432000 134512640 135305190 4292176288 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20398.4
Current children cumulated vsize (KiB) 1031728

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 27973 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=494924
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=10998
# CPU time returned by wait4() is 0.505922
# while last known CPU time is 20398.4
#
# 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): 20398.4
CPU user time (s): 20395.3
CPU system time (s): 3.07
CPU usage (%): 399.967
Max. virtual memory (cumulated for all children) (KiB): 1031728

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

runsolver used 13.33 second user time and 33.047 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-13 16:33:56
IDJOB=3362010
IDBENCH=71089
IDSOLVER=1839
FILE ID=node127/3362010-1305297236
RUNJOBID= node127-1305296393-27708
PBS_JOBID= 13321426
Free space on /tmp= 41888 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_09_UNSAT.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362010-1305297236/watcher-3362010-1305297236 -o /tmp/evaluation-result-3362010-1305297236/solver-3362010-1305297236 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362010-1305297236.cnf aimd 1

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

MD5SUM BENCH= feb620c17f2a4d7899a2e7883baa7391
RANDOM SEED=573861511

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       6430836 kB
Buffers:        238172 kB
Cached:        9965900 kB
SwapCached:       1620 kB
Active:       18593852 kB
Inactive:      7443744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6430836 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:            2624 kB
Writeback:           0 kB
AnonPages:    15832928 kB
Mapped:          25848 kB
Slab:           370880 kB
PageTables:      46792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44317000 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= 41884 MiB
End job on node127 at 2011-05-13 17:58:58