Trace number 3362014

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_19_UNKNOWN.cnf
MD5SUM4cf2a693df1b6e5a084b88e84ec5f2af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.4859
Satisfiable
(Un)Satisfiability was proved
Number of variables4020
Number of clauses466486
Sum of the clauses size1393798
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 26187
Number of clauses of size 3460268
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c Parsing...
0.00/0.15	c ==============================================================================
0.00/0.15	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.15	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.15	c ==============================================================================
0.00/0.15	c |         0 |  466486  1393798 |  139945       0        0     nan |  0.000 % |
3.49/3.57	c |         0 |  464591  2028804 |      --       0       --      -- |     --   | -1895/635006
3.49/3.57	c ==============================================================================
3.49/3.57	c Result  :   #vars: 2624   #clauses: 464591   #literals: 2028804
3.49/3.57	c CPU time:   3.55846 s
3.49/3.57	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-3362014-1305297261/watcher-3362014-1305297261 -o /tmp/evaluation-result-3362014-1305297261/solver-3362014-1305297261 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362014-1305297261.cnf aimd 1 

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

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


[startup+0 s]
/proc/loadavg: 4.00 3.77 2.40 1/222 29337
/proc/meminfo: memFree=8527984/32950928 swapFree=64721848/67111528
[pid=29337] ppid=29335 vsize=8700 CPUtime=0 cores=0-7
/proc/29337/stat : 29337 (manysat.sh) S 29335 29337 29222 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641325939 8908800 249 33554432000 4194304 4922060 140734865485840 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29337/statm: 2175 249 209 178 0 68 0

[startup+0.0572081 s]
/proc/loadavg: 4.00 3.77 2.40 1/222 29337
/proc/meminfo: memFree=8527984/32950928 swapFree=64721848/67111528
[pid=29337] ppid=29335 vsize=8700 CPUtime=0 cores=0-7
/proc/29337/stat : 29337 (manysat.sh) S 29335 29337 29222 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641325939 8908800 249 33554432000 4194304 4922060 140734865485840 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29337/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.1002 s]
/proc/loadavg: 4.00 3.77 2.40 1/222 29337
/proc/meminfo: memFree=8527984/32950928 swapFree=64721848/67111528
[pid=29337] ppid=29335 vsize=8700 CPUtime=0 cores=0-7
/proc/29337/stat : 29337 (manysat.sh) S 29335 29337 29222 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641325939 8908800 249 33554432000 4194304 4922060 140734865485840 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29337/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300165 s]
/proc/loadavg: 4.00 3.77 2.40 1/222 29337
/proc/meminfo: memFree=8527984/32950928 swapFree=64721848/67111528
[pid=29337] ppid=29335 vsize=8700 CPUtime=0 cores=0-7
/proc/29337/stat : 29337 (manysat.sh) S 29335 29337 29222 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641325939 8908800 249 33554432000 4194304 4922060 140734865485840 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29337/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700094 s]
/proc/loadavg: 4.00 3.77 2.40 1/222 29337
/proc/meminfo: memFree=8527984/32950928 swapFree=64721848/67111528
[pid=29337] ppid=29335 vsize=8700 CPUtime=0 cores=0-7
/proc/29337/stat : 29337 (manysat.sh) S 29335 29337 29222 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641325939 8908800 249 33554432000 4194304 4922060 140734865485840 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29337/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50103 s]
/proc/loadavg: 4.00 3.77 2.40 2/224 29339
/proc/meminfo: memFree=8480104/32950928 swapFree=64721848/67111528
[pid=29337] ppid=29335 vsize=8700 CPUtime=0 cores=0-7
/proc/29337/stat : 29337 (manysat.sh) S 29335 29337 29222 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641325939 8908800 249 33554432000 4194304 4922060 140734865485840 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29337/statm: 2175 249 209 178 0 68 0
[pid=29338] ppid=29337 vsize=49428 CPUtime=1.49 cores=0-7
/proc/29338/stat : 29338 (SatElite) R 29337 29337 29222 0 -1 4202496 11569 0 0 0 148 1 0 0 25 0 1 0 641325939 50614272 11525 33554432000 134512640 135034092 4288388800 18446744073709551615 134569422 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/29338/statm: 12357 11525 68 128 0 12227 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58128

[startup+3.10067 s]
/proc/loadavg: 3.76 3.73 2.40 2/224 29339
/proc/meminfo: memFree=8479856/32950928 swapFree=64721848/67111528
[pid=29337] ppid=29335 vsize=8700 CPUtime=0 cores=0-7
/proc/29337/stat : 29337 (manysat.sh) S 29335 29337 29222 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641325939 8908800 249 33554432000 4194304 4922060 140734865485840 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29337/statm: 2175 249 209 178 0 68 0
[pid=29338] ppid=29337 vsize=49428 CPUtime=3.09 cores=0-7
/proc/29338/stat : 29338 (SatElite) R 29337 29337 29222 0 -1 4202496 11569 0 0 0 308 1 0 0 25 0 1 0 641325939 50614272 11525 33554432000 134512640 135034092 4288388800 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/29338/statm: 12357 11525 68 128 0 12227 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58128

[startup+6.30111 s]
/proc/loadavg: 3.76 3.73 2.40 5/227 29343
/proc/meminfo: memFree=8374312/32950928 swapFree=64721848/67111528
[pid=29337] ppid=29335 vsize=8700 CPUtime=3.93 cores=0-7
/proc/29337/stat : 29337 (manysat.sh) S 29335 29337 29222 0 -1 4202496 356 11573 0 0 0 0 390 3 18 0 1 0 641325939 8908800 252 33554432000 4194304 4922060 140734865485840 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29337/statm: 2175 252 209 178 0 68 0
[pid=29340] ppid=29337 vsize=186440 CPUtime=7.98 cores=0-7
/proc/29340/stat : 29340 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202496 38560 0 0 0 791 7 0 0 18 0 4 0 641326333 190914560 38509 33554432000 134512640 135305190 4291477536 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29340/statm: 46610 38509 84 194 0 46414 0
[pid=29340/tid=29341] ppid=29337 vsize=186440 CPUtime=1.87 cores=0-7
/proc/29340/task/29341/stat : 29341 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 2572 0 0 0 186 1 0 0 20 0 4 0 641326381 190914560 38509 33554432000 134512640 135305190 4291477536 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29340/tid=29342] ppid=29337 vsize=186440 CPUtime=1.87 cores=0-7
/proc/29340/task/29342/stat : 29342 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 2545 0 0 0 187 0 0 0 18 0 4 0 641326381 190914560 38509 33554432000 134512640 135305190 4291477536 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29340/tid=29343] ppid=29337 vsize=186440 CPUtime=1.87 cores=0-7
/proc/29340/task/29343/stat : 29343 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 2422 0 0 0 186 1 0 0 18 0 4 0 641326381 190914560 38509 33554432000 134512640 135305190 4291477536 18446744073709551615 134528446 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.91
Current children cumulated vsize (KiB) 195140

[startup+12.701 s]
/proc/loadavg: 3.80 3.74 2.41 5/227 29343
/proc/meminfo: memFree=8301716/32950928 swapFree=64721848/67111528
[pid=29337] ppid=29335 vsize=8700 CPUtime=3.93 cores=0-7
/proc/29337/stat : 29337 (manysat.sh) S 29335 29337 29222 0 -1 4202496 356 11573 0 0 0 0 390 3 18 0 1 0 641325939 8908800 252 33554432000 4194304 4922060 140734865485840 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29337/statm: 2175 252 209 178 0 68 0
[pid=29340] ppid=29337 vsize=248836 CPUtime=33.57 cores=0-7
/proc/29340/stat : 29340 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202496 54057 0 0 0 3344 13 0 0 18 0 4 0 641326333 254808064 54006 33554432000 134512640 135305190 4291477536 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29340/statm: 62209 54006 84 194 0 62013 0
[pid=29340/tid=29341] ppid=29337 vsize=248836 CPUtime=8.26 cores=0-7
/proc/29340/task/29341/stat : 29341 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 6421 0 0 0 824 2 0 0 25 0 4 0 641326381 254808064 54006 33554432000 134512640 135305190 4291477536 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29340/tid=29342] ppid=29337 vsize=248836 CPUtime=8.27 cores=0-7
/proc/29340/task/29342/stat : 29342 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 7328 0 0 0 825 2 0 0 25 0 4 0 641326381 254808064 54006 33554432000 134512640 135305190 4291477536 18446744073709551615 134528181 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29340/tid=29343] ppid=29337 vsize=248836 CPUtime=8.27 cores=0-7
/proc/29340/task/29343/stat : 29343 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 5528 0 0 0 824 3 0 0 18 0 4 0 641326381 254808064 54006 33554432000 134512640 135305190 4291477536 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37.5
Current children cumulated vsize (KiB) 257536

[startup+25.5007 s]
/proc/loadavg: 3.83 3.74 2.43 5/227 29344
/proc/meminfo: memFree=8251616/32950928 swapFree=64721848/67111528
[pid=29337] ppid=29335 vsize=8700 CPUtime=3.93 cores=0-7
/proc/29337/stat : 29337 (manysat.sh) S 29335 29337 29222 0 -1 4202496 356 11573 0 0 0 0 390 3 18 0 1 0 641325939 8908800 252 33554432000 4194304 4922060 140734865485840 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29337/statm: 2175 252 209 178 0 68 0
[pid=29340] ppid=29337 vsize=300640 CPUtime=84.76 cores=0-7
/proc/29340/stat : 29340 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202496 66655 0 0 0 8457 19 0 0 20 0 4 0 641326333 307855360 66604 33554432000 134512640 135305190 4291477536 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29340/statm: 75160 66604 84 194 0 74964 0
[pid=29340/tid=29341] ppid=29337 vsize=300640 CPUtime=21.06 cores=0-7
/proc/29340/task/29341/stat : 29341 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 9392 0 0 0 2103 3 0 0 25 0 4 0 641326381 307855360 66604 33554432000 134512640 135305190 4291477536 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29340/tid=29342] ppid=29337 vsize=300640 CPUtime=21.06 cores=0-7
/proc/29340/task/29342/stat : 29342 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 11283 0 0 0 2103 3 0 0 25 0 4 0 641326381 307855360 66604 33554432000 134512640 135305190 4291477536 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29340/tid=29343] ppid=29337 vsize=300640 CPUtime=21.06 cores=0-7
/proc/29340/task/29343/stat : 29343 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 8354 0 0 0 2102 4 0 0 18 0 4 0 641326381 307855360 66604 33554432000 134512640 135305190 4291477536 18446744073709551615 134528268 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 88.69
Current children cumulated vsize (KiB) 309340

[startup+51.1012 s]
/proc/loadavg: 3.89 3.76 2.47 5/227 29344
/proc/meminfo: memFree=8156240/32950928 swapFree=64721848/67111528
[pid=29337] ppid=29335 vsize=8700 CPUtime=3.93 cores=0-7
/proc/29337/stat : 29337 (manysat.sh) S 29335 29337 29222 0 -1 4202496 356 11573 0 0 0 0 390 3 18 0 1 0 641325939 8908800 252 33554432000 4194304 4922060 140734865485840 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29337/statm: 2175 252 209 178 0 68 0
[pid=29340] ppid=29337 vsize=396756 CPUtime=187.14 cores=0-7
/proc/29340/stat : 29340 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202496 90632 0 0 0 18684 30 0 0 25 0 4 0 641326333 406278144 90581 33554432000 134512640 135305190 4291477536 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29340/statm: 99189 90581 84 194 0 98993 0
[pid=29340/tid=29341] ppid=29337 vsize=396756 CPUtime=46.65 cores=0-7
/proc/29340/task/29341/stat : 29341 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 15385 0 0 0 4659 6 0 0 22 0 4 0 641326381 406278144 90581 33554432000 134512640 135305190 4291477536 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29340/tid=29342] ppid=29337 vsize=396756 CPUtime=46.67 cores=0-7
/proc/29340/task/29342/stat : 29342 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 18862 0 0 0 4661 6 0 0 25 0 4 0 641326381 406278144 90581 33554432000 134512640 135305190 4291477536 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29340/tid=29343] ppid=29337 vsize=396756 CPUtime=46.65 cores=0-7
/proc/29340/task/29343/stat : 29343 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 13004 0 0 0 4657 8 0 0 24 0 4 0 641326381 406278144 90581 33554432000 134512640 135305190 4291477536 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 191.07
Current children cumulated vsize (KiB) 405456

[startup+102.308 s]
/proc/loadavg: 3.95 3.80 2.56 5/227 29346
/proc/meminfo: memFree=7995160/32950928 swapFree=64721848/67111528
[pid=29337] ppid=29335 vsize=8700 CPUtime=3.93 cores=0-7
/proc/29337/stat : 29337 (manysat.sh) S 29335 29337 29222 0 -1 4202496 356 11573 0 0 0 0 390 3 18 0 1 0 641325939 8908800 252 33554432000 4194304 4922060 140734865485840 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29337/statm: 2175 252 209 178 0 68 0
[pid=29340] ppid=29337 vsize=559780 CPUtime=391.92 cores=0-7
/proc/29340/stat : 29340 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202496 130688 0 0 0 39137 55 0 0 18 0 4 0 641326333 573214720 130637 33554432000 134512640 135305190 4291477536 18446744073709551615 134528875 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29340/statm: 139945 130637 84 194 0 139749 0
[pid=29340/tid=29341] ppid=29337 vsize=559780 CPUtime=97.84 cores=0-7
/proc/29340/task/29341/stat : 29341 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 26654 0 0 0 9773 11 0 0 22 0 4 0 641326381 573214720 130637 33554432000 134512640 135305190 4291477536 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29340/tid=29342] ppid=29337 vsize=559780 CPUtime=97.88 cores=0-7
/proc/29340/task/29342/stat : 29342 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 28664 0 0 0 9776 12 0 0 25 0 4 0 641326381 573214720 130637 33554432000 134512640 135305190 4291477536 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29340/tid=29343] ppid=29337 vsize=559780 CPUtime=97.85 cores=0-7
/proc/29340/task/29343/stat : 29343 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 21293 0 0 0 9770 15 0 0 18 0 4 0 641326381 573214720 130637 33554432000 134512640 135305190 4291477536 18446744073709551615 134528421 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 395.85
Current children cumulated vsize (KiB) 568480

[startup+162.301 s]
/proc/loadavg: 3.98 3.83 2.64 5/227 29347
/proc/meminfo: memFree=7889588/32950928 swapFree=64721848/67111528
[pid=29337] ppid=29335 vsize=8700 CPUtime=3.93 cores=0-7
/proc/29337/stat : 29337 (manysat.sh) S 29335 29337 29222 0 -1 4202496 356 11573 0 0 0 0 390 3 18 0 1 0 641325939 8908800 252 33554432000 4194304 4922060 140734865485840 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29337/statm: 2175 252 209 178 0 68 0
[pid=29340] ppid=29337 vsize=670880 CPUtime=631.85 cores=0-7
/proc/29340/stat : 29340 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202496 157906 0 0 0 63116 69 0 0 25 0 4 0 641326333 686981120 157855 33554432000 134512640 135305190 4291477536 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29340/statm: 167720 157855 84 194 0 167524 0
[pid=29340/tid=29341] ppid=29337 vsize=670880 CPUtime=157.83 cores=0-7
/proc/29340/task/29341/stat : 29341 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 32995 0 0 0 15769 14 0 0 25 0 4 0 641326381 686981120 157855 33554432000 134512640 135305190 4291477536 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29340/tid=29342] ppid=29337 vsize=670880 CPUtime=157.87 cores=0-7
/proc/29340/task/29342/stat : 29342 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 34956 0 0 0 15773 14 0 0 25 0 4 0 641326381 686981120 157855 33554432000 134512640 135305190 4291477536 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29340/tid=29343] ppid=29337 vsize=670880 CPUtime=157.82 cores=0-7
/proc/29340/task/29343/stat : 29343 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 27386 0 0 0 15763 19 0 0 25 0 4 0 641326381 686981120 157855 33554432000 134512640 135305190 4291477536 18446744073709551615 134528872 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 635.78
Current children cumulated vsize (KiB) 679580

[startup+222.301 s]
/proc/loadavg: 3.99 3.86 2.72 5/227 29349
/proc/meminfo: memFree=7765296/32950928 swapFree=64721848/67111528
[pid=29337] ppid=29335 vsize=8700 CPUtime=3.93 cores=0-7

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

/proc/29340/task/29343/stat : 29343 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 228876 0 0 0 465549 197 0 0 25 0 4 0 641326381 2767089664 651464 33554432000 134512640 135305190 4291477536 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 18634.7
Current children cumulated vsize (KiB) 2710936

[startup+4722.31 s]
/proc/loadavg: 4.03 4.01 3.93 5/227 29481
/proc/meminfo: memFree=5881832/32950928 swapFree=64721848/67111528
[pid=29337] ppid=29335 vsize=8700 CPUtime=3.93 cores=0-7
/proc/29337/stat : 29337 (manysat.sh) S 29335 29337 29222 0 -1 4202496 356 11573 0 0 0 0 390 3 18 0 1 0 641325939 8908800 252 33554432000 4194304 4922060 140734865485840 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29337/statm: 2175 252 209 178 0 68 0
[pid=29340] ppid=29337 vsize=2729704 CPUtime=18870.8 cores=0-7
/proc/29340/stat : 29340 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202496 658010 0 0 0 1886573 503 0 0 25 0 4 0 641326333 2795216896 657929 33554432000 134512640 135305190 4291477536 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29340/statm: 682426 657929 84 194 0 682230 0
[pid=29340/tid=29341] ppid=29337 vsize=2729704 CPUtime=4717.41 cores=0-7
/proc/29340/task/29341/stat : 29341 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 141033 0 0 0 471636 105 0 0 25 0 4 0 641326381 2795216896 657929 33554432000 134512640 135305190 4291477536 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29340/tid=29342] ppid=29337 vsize=2729704 CPUtime=4717.98 cores=0-7
/proc/29340/task/29342/stat : 29342 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 88801 0 0 0 471736 62 0 0 25 0 4 0 641326381 2795216896 657929 33554432000 134512640 135305190 4291477536 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29340/tid=29343] ppid=29337 vsize=2729704 CPUtime=4717.47 cores=0-7
/proc/29340/task/29343/stat : 29343 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 230748 0 0 0 471547 200 0 0 25 0 4 0 641326381 2795216896 657929 33554432000 134512640 135305190 4291477536 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 18874.7
Current children cumulated vsize (KiB) 2738404

[startup+4782.3 s]
/proc/loadavg: 4.01 4.01 3.93 5/227 29482
/proc/meminfo: memFree=5861092/32950928 swapFree=64721848/67111528
[pid=29337] ppid=29335 vsize=8700 CPUtime=3.93 cores=0-7
/proc/29337/stat : 29337 (manysat.sh) S 29335 29337 29222 0 -1 4202496 356 11573 0 0 0 0 390 3 18 0 1 0 641325939 8908800 252 33554432000 4194304 4922060 140734865485840 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29337/statm: 2175 252 209 178 0 68 0
[pid=29340] ppid=29337 vsize=2749836 CPUtime=19110.7 cores=0-7
/proc/29340/stat : 29340 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202496 663131 0 0 0 1910561 512 0 0 25 0 4 0 641326333 2815832064 663050 33554432000 134512640 135305190 4291477536 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29340/statm: 687459 663050 84 194 0 687263 0
[pid=29340/tid=29341] ppid=29337 vsize=2749836 CPUtime=4777.4 cores=0-7
/proc/29340/task/29341/stat : 29341 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 143256 0 0 0 477631 109 0 0 25 0 4 0 641326381 2815832064 663050 33554432000 134512640 135305190 4291477536 18446744073709551615 134551939 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29340/tid=29342] ppid=29337 vsize=2749836 CPUtime=4777.98 cores=0-7
/proc/29340/task/29342/stat : 29342 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 89836 0 0 0 477734 64 0 0 25 0 4 0 641326381 2815832064 663050 33554432000 134512640 135305190 4291477536 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29340/tid=29343] ppid=29337 vsize=2749836 CPUtime=4777.46 cores=0-7
/proc/29340/task/29343/stat : 29343 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 232328 0 0 0 477544 202 0 0 25 0 4 0 641326381 2815832064 663050 33554432000 134512640 135305190 4291477536 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19114.7
Current children cumulated vsize (KiB) 2758536

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/227 29484
/proc/meminfo: memFree=5842580/32950928 swapFree=64721848/67111528
[pid=29337] ppid=29335 vsize=8700 CPUtime=3.93 cores=0-7
/proc/29337/stat : 29337 (manysat.sh) S 29335 29337 29222 0 -1 4202496 356 11573 0 0 0 0 390 3 18 0 1 0 641325939 8908800 252 33554432000 4194304 4922060 140734865485840 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29337/statm: 2175 252 209 178 0 68 0
[pid=29340] ppid=29337 vsize=2770760 CPUtime=19350.7 cores=0-7
/proc/29340/stat : 29340 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202496 667684 0 0 0 1934545 520 0 0 25 0 4 0 641326333 2837258240 667590 33554432000 134512640 135305190 4291477536 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29340/statm: 692690 667590 84 194 0 692494 0
[pid=29340/tid=29341] ppid=29337 vsize=2770760 CPUtime=4837.4 cores=0-7
/proc/29340/task/29341/stat : 29341 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 145846 0 0 0 483627 113 0 0 25 0 4 0 641326381 2837258240 667590 33554432000 134512640 135305190 4291477536 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29340/tid=29342] ppid=29337 vsize=2770760 CPUtime=4837.98 cores=0-7
/proc/29340/task/29342/stat : 29342 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 90164 0 0 0 483733 65 0 0 25 0 4 0 641326381 2837258240 667590 33554432000 134512640 135305190 4291477536 18446744073709551615 134528395 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29340/tid=29343] ppid=29337 vsize=2770760 CPUtime=4837.37 cores=0-7
/proc/29340/task/29343/stat : 29343 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 233771 0 0 0 483532 205 0 0 21 0 4 0 641326381 2837258240 667590 33554432000 134512640 135305190 4291477536 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19354.6
Current children cumulated vsize (KiB) 2779460

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/227 29486
/proc/meminfo: memFree=5837580/32950928 swapFree=64721848/67111528
[pid=29337] ppid=29335 vsize=8700 CPUtime=3.93 cores=0-7
/proc/29337/stat : 29337 (manysat.sh) S 29335 29337 29222 0 -1 4202496 356 11573 0 0 0 0 390 3 18 0 1 0 641325939 8908800 252 33554432000 4194304 4922060 140734865485840 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29337/statm: 2175 252 209 178 0 68 0
[pid=29340] ppid=29337 vsize=2778156 CPUtime=19590.7 cores=0-7
/proc/29340/stat : 29340 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202496 668908 0 0 0 1958544 521 0 0 25 0 4 0 641326333 2844831744 668814 33554432000 134512640 135305190 4291477536 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29340/statm: 694539 668814 84 194 0 694343 0
[pid=29340/tid=29341] ppid=29337 vsize=2778156 CPUtime=4897.4 cores=0-7
/proc/29340/task/29341/stat : 29341 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 146732 0 0 0 489626 114 0 0 25 0 4 0 641326381 2844831744 668814 33554432000 134512640 135305190 4291477536 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29340/tid=29342] ppid=29337 vsize=2778156 CPUtime=4897.98 cores=0-7
/proc/29340/task/29342/stat : 29342 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 90425 0 0 0 489733 65 0 0 25 0 4 0 641326381 2844831744 668814 33554432000 134512640 135305190 4291477536 18446744073709551615 134528395 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29340/tid=29343] ppid=29337 vsize=2778156 CPUtime=4897.37 cores=0-7
/proc/29340/task/29343/stat : 29343 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 233771 0 0 0 489532 205 0 0 25 0 4 0 641326381 2844831744 668814 33554432000 134512640 135305190 4291477536 18446744073709551615 134547909 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19594.6
Current children cumulated vsize (KiB) 2786856

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/227 29487
/proc/meminfo: memFree=5835072/32950928 swapFree=64721848/67111528
[pid=29337] ppid=29335 vsize=8700 CPUtime=3.93 cores=0-7
/proc/29337/stat : 29337 (manysat.sh) S 29335 29337 29222 0 -1 4202496 356 11573 0 0 0 0 390 3 18 0 1 0 641325939 8908800 252 33554432000 4194304 4922060 140734865485840 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29337/statm: 2175 252 209 178 0 68 0
[pid=29340] ppid=29337 vsize=2780464 CPUtime=19830.7 cores=0-7
/proc/29340/stat : 29340 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202496 669554 0 0 0 1982544 522 0 0 25 0 4 0 641326333 2847195136 669460 33554432000 134512640 135305190 4291477536 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29340/statm: 695116 669460 84 194 0 694920 0
[pid=29340/tid=29341] ppid=29337 vsize=2780464 CPUtime=4957.41 cores=0-7
/proc/29340/task/29341/stat : 29341 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 147195 0 0 0 495626 115 0 0 25 0 4 0 641326381 2847195136 669460 33554432000 134512640 135305190 4291477536 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29340/tid=29342] ppid=29337 vsize=2780464 CPUtime=4957.98 cores=0-7
/proc/29340/task/29342/stat : 29342 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 90480 0 0 0 495733 65 0 0 25 0 4 0 641326381 2847195136 669460 33554432000 134512640 135305190 4291477536 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29340/tid=29343] ppid=29337 vsize=2780464 CPUtime=4957.38 cores=0-7
/proc/29340/task/29343/stat : 29343 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 233771 0 0 0 495533 205 0 0 25 0 4 0 641326381 2847195136 669460 33554432000 134512640 135305190 4291477536 18446744073709551615 134550995 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19834.6
Current children cumulated vsize (KiB) 2789164

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/227 29489
/proc/meminfo: memFree=5833300/32950928 swapFree=64721848/67111528
[pid=29337] ppid=29335 vsize=8700 CPUtime=3.93 cores=0-7
/proc/29337/stat : 29337 (manysat.sh) S 29335 29337 29222 0 -1 4202496 356 11573 0 0 0 0 390 3 18 0 1 0 641325939 8908800 252 33554432000 4194304 4922060 140734865485840 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29337/statm: 2175 252 209 178 0 68 0
[pid=29340] ppid=29337 vsize=2782236 CPUtime=20070.7 cores=0-7
/proc/29340/stat : 29340 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202496 669988 0 0 0 2006545 522 0 0 25 0 4 0 641326333 2849009664 669894 33554432000 134512640 135305190 4291477536 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29340/statm: 695559 669894 84 194 0 695363 0
[pid=29340/tid=29341] ppid=29337 vsize=2782236 CPUtime=5017.41 cores=0-7
/proc/29340/task/29341/stat : 29341 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 147553 0 0 0 501626 115 0 0 25 0 4 0 641326381 2849009664 669894 33554432000 134512640 135305190 4291477536 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29340/tid=29342] ppid=29337 vsize=2782236 CPUtime=5017.99 cores=0-7
/proc/29340/task/29342/stat : 29342 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 90498 0 0 0 501734 65 0 0 25 0 4 0 641326381 2849009664 669894 33554432000 134512640 135305190 4291477536 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29340/tid=29343] ppid=29337 vsize=2782236 CPUtime=5017.38 cores=0-7
/proc/29340/task/29343/stat : 29343 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 233771 0 0 0 501533 205 0 0 25 0 4 0 641326381 2849009664 669894 33554432000 134512640 135305190 4291477536 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20074.6
Current children cumulated vsize (KiB) 2790936

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/227 29490
/proc/meminfo: memFree=5831148/32950928 swapFree=64721848/67111528
[pid=29337] ppid=29335 vsize=8700 CPUtime=3.93 cores=0-7
/proc/29337/stat : 29337 (manysat.sh) S 29335 29337 29222 0 -1 4202496 356 11573 0 0 0 0 390 3 18 0 1 0 641325939 8908800 252 33554432000 4194304 4922060 140734865485840 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29337/statm: 2175 252 209 178 0 68 0
[pid=29340] ppid=29337 vsize=2784024 CPUtime=20310.7 cores=0-7
/proc/29340/stat : 29340 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202496 670523 0 0 0 2030544 523 0 0 25 0 4 0 641326333 2850840576 670429 33554432000 134512640 135305190 4291477536 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29340/statm: 696006 670429 84 194 0 695810 0
[pid=29340/tid=29341] ppid=29337 vsize=2784024 CPUtime=5077.4 cores=0-7
/proc/29340/task/29341/stat : 29341 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 147982 0 0 0 507625 115 0 0 25 0 4 0 641326381 2850840576 670429 33554432000 134512640 135305190 4291477536 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29340/tid=29342] ppid=29337 vsize=2784024 CPUtime=5077.99 cores=0-7
/proc/29340/task/29342/stat : 29342 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 90564 0 0 0 507734 65 0 0 25 0 4 0 641326381 2850840576 670429 33554432000 134512640 135305190 4291477536 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29340/tid=29343] ppid=29337 vsize=2784024 CPUtime=5077.38 cores=0-7
/proc/29340/task/29343/stat : 29343 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 233771 0 0 0 507533 205 0 0 25 0 4 0 641326381 2850840576 670429 33554432000 134512640 135305190 4291477536 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20314.6
Current children cumulated vsize (KiB) 2792724



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.93 5/227 29491
/proc/meminfo: memFree=5830884/32950928 swapFree=64721848/67111528
[pid=29337] ppid=29335 vsize=8700 CPUtime=3.93 cores=0-7
/proc/29337/stat : 29337 (manysat.sh) S 29335 29337 29222 0 -1 4202496 356 11573 0 0 0 0 390 3 18 0 1 0 641325939 8908800 252 33554432000 4194304 4922060 140734865485840 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29337/statm: 2175 252 209 178 0 68 0
[pid=29340] ppid=29337 vsize=2784372 CPUtime=20381.5 cores=0-7
/proc/29340/stat : 29340 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202496 670599 0 0 0 2037628 523 0 0 25 0 4 0 641326333 2851196928 670505 33554432000 134512640 135305190 4291477536 18446744073709551615 134528397 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29340/statm: 696093 670505 84 194 0 695897 0
[pid=29340/tid=29341] ppid=29337 vsize=2784372 CPUtime=5095.11 cores=0-7
/proc/29340/task/29341/stat : 29341 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 148038 0 0 0 509396 115 0 0 25 0 4 0 641326381 2851196928 670505 33554432000 134512640 135305190 4291477536 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29340/tid=29342] ppid=29337 vsize=2784372 CPUtime=5095.69 cores=0-7
/proc/29340/task/29342/stat : 29342 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 90578 0 0 0 509504 65 0 0 25 0 4 0 641326381 2851196928 670505 33554432000 134512640 135305190 4291477536 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29340/tid=29343] ppid=29337 vsize=2784372 CPUtime=5095.09 cores=0-7
/proc/29340/task/29343/stat : 29343 (manysat1.1_stat) R 29337 29337 29222 0 -1 4202560 233771 0 0 0 509304 205 0 0 25 0 4 0 641326381 2851196928 670505 33554432000 134512640 135305190 4291477536 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20385.4
Current children cumulated vsize (KiB) 2793072

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 29337 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=906406
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=35994
# CPU time returned by wait4() is 3.9424
# while last known CPU time is 20385.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): 20385.4
CPU user time (s): 20380.2
CPU system time (s): 5.26
CPU usage (%): 399.713
Max. virtual memory (cumulated for all children) (KiB): 2793072

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

runsolver used 10.7194 second user time and 24.5693 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-13 16:34:21
IDJOB=3362014
IDBENCH=71095
IDSOLVER=1839
FILE ID=node123/3362014-1305297261
RUNJOBID= node123-1305296393-29236
PBS_JOBID= 13321430
Free space on /tmp= 38920 MiB

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

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

MD5SUM BENCH= 4cf2a693df1b6e5a084b88e84ec5f2af
RANDOM SEED=1350757878

node123.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.838
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.67
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.838
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	: 5226.15
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.838
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.75
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.838
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.82
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.838
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.74
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.838
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.80
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.838
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.74
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.838
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:       8528132 kB
Buffers:        242076 kB
Cached:       14602016 kB
SwapCached:      10496 kB
Active:       12576756 kB
Inactive:     11331592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       8528132 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:            9324 kB
Writeback:           0 kB
AnonPages:     9062740 kB
Mapped:          15408 kB
Slab:           420928 kB
PageTables:      30904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 13016876 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= 38908 MiB
End job on node123 at 2011-05-13 17:59:23