Trace number 3362256

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom18.cnf
MD5SUM9ece8f569c93ceee834817ef3350ed8e
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 variables36410
Number of clauses121578
Sum of the clauses size309786
Maximum clause length1188
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 262692
Number of clauses of size 358247
Number of clauses of size 4170
Number of clauses of size 516
Number of clauses of size over 5452

Solver Data

0.00/0.00	c Parsing...
0.00/0.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |  114186   292484 |   34255       0        0     nan |  0.000 % |
0.00/0.47	c |         0 |   78857   291048 |      --       0       --      -- |     --   | -35329/-1436
0.00/0.47	c ==============================================================================
0.00/0.47	c Result  :   #vars: 14260   #clauses: 78857   #literals: 291048
0.00/0.47	c CPU time:   0.468928 s
0.00/0.47	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-3362256-1305301708/watcher-3362256-1305301708 -o /tmp/evaluation-result-3362256-1305301708/solver-3362256-1305301708 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362256-1305301708.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.66 3.93 3.90 1/310 7910
/proc/meminfo: memFree=28795204/32950928 swapFree=60199044/67111528
[pid=7910] ppid=7908 vsize=8700 CPUtime=0 cores=0-7
/proc/7910/stat : 7910 (manysat.sh) S 7908 7910 7631 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 641769565 8908800 250 33554432000 4194304 4922060 140735441072896 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7910/statm: 2175 250 209 178 0 68 0

[startup+0.0510469 s]
/proc/loadavg: 3.66 3.93 3.90 1/310 7910
/proc/meminfo: memFree=28795204/32950928 swapFree=60199044/67111528
[pid=7910] ppid=7908 vsize=8700 CPUtime=0 cores=0-7
/proc/7910/stat : 7910 (manysat.sh) S 7908 7910 7631 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 641769565 8908800 250 33554432000 4194304 4922060 140735441072896 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7910/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101039 s]
/proc/loadavg: 3.66 3.93 3.90 1/310 7910
/proc/meminfo: memFree=28795204/32950928 swapFree=60199044/67111528
[pid=7910] ppid=7908 vsize=8700 CPUtime=0 cores=0-7
/proc/7910/stat : 7910 (manysat.sh) S 7908 7910 7631 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 641769565 8908800 250 33554432000 4194304 4922060 140735441072896 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7910/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301004 s]
/proc/loadavg: 3.66 3.93 3.90 1/310 7910
/proc/meminfo: memFree=28795204/32950928 swapFree=60199044/67111528
[pid=7910] ppid=7908 vsize=8700 CPUtime=0 cores=0-7
/proc/7910/stat : 7910 (manysat.sh) S 7908 7910 7631 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 641769565 8908800 250 33554432000 4194304 4922060 140735441072896 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7910/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700935 s]
/proc/loadavg: 3.66 3.93 3.90 1/310 7910
/proc/meminfo: memFree=28795204/32950928 swapFree=60199044/67111528
[pid=7910] ppid=7908 vsize=8700 CPUtime=0.52 cores=0-7
/proc/7910/stat : 7910 (manysat.sh) S 7908 7910 7631 0 -1 4202496 358 5229 0 0 0 0 52 0 15 0 1 0 641769565 8908800 253 33554432000 4194304 4922060 140735441072896 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7910/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 8700

[startup+1.50079 s]
/proc/loadavg: 3.66 3.93 3.90 5/315 7916
/proc/meminfo: memFree=28760816/32950928 swapFree=60199044/67111528
[pid=7910] ppid=7908 vsize=8700 CPUtime=0.52 cores=0-7
/proc/7910/stat : 7910 (manysat.sh) S 7908 7910 7631 0 -1 4202496 358 5229 0 0 0 0 52 0 15 0 1 0 641769565 8908800 253 33554432000 4194304 4922060 140735441072896 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7910/statm: 2175 253 209 178 0 68 0
[pid=7913] ppid=7910 vsize=67152 CPUtime=3.5 cores=0-7
/proc/7913/stat : 7913 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202496 8392 0 0 0 342 8 0 0 18 0 4 0 641769618 68763648 8343 33554432000 134512640 135305190 4288866736 18446744073709551615 134530592 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/7913/statm: 16788 8343 84 194 0 16592 0
[pid=7913/tid=7914] ppid=7910 vsize=67152 CPUtime=0.85 cores=0-7
/proc/7913/task/7914/stat : 7914 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 487 0 0 0 83 2 0 0 18 0 4 0 641769628 68763648 8343 33554432000 134512640 135305190 4288866736 18446744073709551615 134557163 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=7913/tid=7915] ppid=7910 vsize=67152 CPUtime=0.84 cores=0-7
/proc/7913/task/7915/stat : 7915 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 570 0 0 0 83 1 0 0 18 0 4 0 641769629 68763648 8343 33554432000 134512640 135305190 4288866736 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=7913/tid=7916] ppid=7910 vsize=67152 CPUtime=0.83 cores=0-7
/proc/7913/task/7916/stat : 7916 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 732 0 0 0 82 1 0 0 18 0 4 0 641769629 68763648 8343 33554432000 134512640 135305190 4288866736 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 75852

[startup+3.10056 s]
/proc/loadavg: 3.66 3.93 3.90 5/315 7916
/proc/meminfo: memFree=28753628/32950928 swapFree=60199044/67111528
[pid=7910] ppid=7908 vsize=8700 CPUtime=0.52 cores=0-7
/proc/7910/stat : 7910 (manysat.sh) S 7908 7910 7631 0 -1 4202496 358 5229 0 0 0 0 52 0 15 0 1 0 641769565 8908800 253 33554432000 4194304 4922060 140735441072896 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7910/statm: 2175 253 209 178 0 68 0
[pid=7913] ppid=7910 vsize=76436 CPUtime=9.89 cores=0-7
/proc/7913/stat : 7913 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202496 10712 0 0 0 979 10 0 0 18 0 4 0 641769618 78270464 10663 33554432000 134512640 135305190 4288866736 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/7913/statm: 19109 10663 84 194 0 18913 0
[pid=7913/tid=7914] ppid=7910 vsize=76436 CPUtime=2.45 cores=0-7
/proc/7913/task/7914/stat : 7914 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 941 0 0 0 243 2 0 0 20 0 4 0 641769628 78270464 10663 33554432000 134512640 135305190 4288866736 18446744073709551615 134530633 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=7913/tid=7915] ppid=7910 vsize=76436 CPUtime=2.44 cores=0-7
/proc/7913/task/7915/stat : 7915 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 1204 0 0 0 242 2 0 0 18 0 4 0 641769629 78270464 10663 33554432000 134512640 135305190 4288866736 18446744073709551615 134857151 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=7913/tid=7916] ppid=7910 vsize=76436 CPUtime=2.44 cores=0-7
/proc/7913/task/7916/stat : 7916 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 1345 0 0 0 242 2 0 0 18 0 4 0 641769629 78270464 10663 33554432000 134512640 135305190 4288866736 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.41
Current children cumulated vsize (KiB) 85136

[startup+6.30094 s]
/proc/loadavg: 3.69 3.93 3.90 5/315 7916
/proc/meminfo: memFree=28739412/32950928 swapFree=60199044/67111528
[pid=7910] ppid=7908 vsize=8700 CPUtime=0.52 cores=0-7
/proc/7910/stat : 7910 (manysat.sh) S 7908 7910 7631 0 -1 4202496 358 5229 0 0 0 0 52 0 15 0 1 0 641769565 8908800 253 33554432000 4194304 4922060 140735441072896 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7910/statm: 2175 253 209 178 0 68 0
[pid=7913] ppid=7910 vsize=88140 CPUtime=22.68 cores=0-7
/proc/7913/stat : 7913 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202496 13339 0 0 0 2256 12 0 0 18 0 4 0 641769618 90255360 13290 33554432000 134512640 135305190 4288866736 18446744073709551615 134528576 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/7913/statm: 22035 13290 84 194 0 21839 0
[pid=7913/tid=7914] ppid=7910 vsize=88140 CPUtime=5.65 cores=0-7
/proc/7913/task/7914/stat : 7914 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 1403 0 0 0 563 2 0 0 25 0 4 0 641769628 90255360 13290 33554432000 134512640 135305190 4288866736 18446744073709551615 134530624 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=7913/tid=7915] ppid=7910 vsize=88140 CPUtime=5.63 cores=0-7
/proc/7913/task/7915/stat : 7915 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 2037 0 0 0 560 3 0 0 18 0 4 0 641769629 90255360 13290 33554432000 134512640 135305190 4288866736 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=7913/tid=7916] ppid=7910 vsize=88140 CPUtime=5.63 cores=0-7
/proc/7913/task/7916/stat : 7916 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 2042 0 0 0 561 2 0 0 18 0 4 0 641769629 90255360 13290 33554432000 134512640 135305190 4288866736 18446744073709551615 134528286 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.2
Current children cumulated vsize (KiB) 96840

[startup+12.7008 s]
/proc/loadavg: 3.71 3.93 3.90 5/315 7917
/proc/meminfo: memFree=28716872/32950928 swapFree=60199044/67111528
[pid=7910] ppid=7908 vsize=8700 CPUtime=0.52 cores=0-7
/proc/7910/stat : 7910 (manysat.sh) S 7908 7910 7631 0 -1 4202496 358 5229 0 0 0 0 52 0 15 0 1 0 641769565 8908800 253 33554432000 4194304 4922060 140735441072896 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7910/statm: 2175 253 209 178 0 68 0
[pid=7913] ppid=7910 vsize=108548 CPUtime=48.28 cores=0-7
/proc/7913/stat : 7913 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202496 18612 0 0 0 4813 15 0 0 19 0 4 0 641769618 111153152 18563 33554432000 134512640 135305190 4288866736 18446744073709551615 134528523 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/7913/statm: 27137 18563 84 194 0 26941 0
[pid=7913/tid=7914] ppid=7910 vsize=108548 CPUtime=12.05 cores=0-7
/proc/7913/task/7914/stat : 7914 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 2433 0 0 0 1202 3 0 0 25 0 4 0 641769628 111153152 18563 33554432000 134512640 135305190 4288866736 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=7913/tid=7915] ppid=7910 vsize=108548 CPUtime=12.04 cores=0-7
/proc/7913/task/7915/stat : 7915 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 3522 0 0 0 1200 4 0 0 18 0 4 0 641769629 111153152 18563 33554432000 134512640 135305190 4288866736 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=7913/tid=7916] ppid=7910 vsize=108548 CPUtime=12.03 cores=0-7
/proc/7913/task/7916/stat : 7916 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 3454 0 0 0 1200 3 0 0 18 0 4 0 641769629 111153152 18563 33554432000 134512640 135305190 4288866736 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 48.8
Current children cumulated vsize (KiB) 117248

[startup+25.5005 s]
/proc/loadavg: 3.78 3.93 3.90 5/315 7917
/proc/meminfo: memFree=28694624/32950928 swapFree=60199044/67111528
[pid=7910] ppid=7908 vsize=8700 CPUtime=0.52 cores=0-7
/proc/7910/stat : 7910 (manysat.sh) S 7908 7910 7631 0 -1 4202496 358 5229 0 0 0 0 52 0 15 0 1 0 641769565 8908800 253 33554432000 4194304 4922060 140735441072896 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7910/statm: 2175 253 209 178 0 68 0
[pid=7913] ppid=7910 vsize=131352 CPUtime=99.45 cores=0-7
/proc/7913/stat : 7913 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202496 24435 0 0 0 9927 18 0 0 19 0 4 0 641769618 134504448 24386 33554432000 134512640 135305190 4288866736 18446744073709551615 134528939 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/7913/statm: 32838 24386 84 194 0 32642 0
[pid=7913/tid=7914] ppid=7910 vsize=131352 CPUtime=24.84 cores=0-7
/proc/7913/task/7914/stat : 7914 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 3676 0 0 0 2481 3 0 0 25 0 4 0 641769628 134504448 24386 33554432000 134512640 135305190 4288866736 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=7913/tid=7915] ppid=7910 vsize=131352 CPUtime=24.82 cores=0-7
/proc/7913/task/7915/stat : 7915 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 4857 0 0 0 2477 5 0 0 24 0 4 0 641769629 134504448 24386 33554432000 134512640 135305190 4288866736 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=7913/tid=7916] ppid=7910 vsize=131352 CPUtime=24.83 cores=0-7
/proc/7913/task/7916/stat : 7916 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 5089 0 0 0 2479 4 0 0 19 0 4 0 641769629 134504448 24386 33554432000 134512640 135305190 4288866736 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 99.97
Current children cumulated vsize (KiB) 140052

[startup+51.1009 s]
/proc/loadavg: 3.85 3.93 3.90 5/315 7918
/proc/meminfo: memFree=28678200/32950928 swapFree=60199044/67111528
[pid=7910] ppid=7908 vsize=8700 CPUtime=0.52 cores=0-7
/proc/7910/stat : 7910 (manysat.sh) S 7908 7910 7631 0 -1 4202496 358 5229 0 0 0 0 52 0 15 0 1 0 641769565 8908800 253 33554432000 4194304 4922060 140735441072896 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7910/statm: 2175 253 209 178 0 68 0
[pid=7913] ppid=7910 vsize=147916 CPUtime=201.82 cores=0-7
/proc/7913/stat : 7913 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202496 28506 0 0 0 20159 23 0 0 25 0 4 0 641769618 151465984 28457 33554432000 134512640 135305190 4288866736 18446744073709551615 134528548 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/7913/statm: 36979 28457 84 194 0 36783 0
[pid=7913/tid=7914] ppid=7910 vsize=147916 CPUtime=50.44 cores=0-7
/proc/7913/task/7914/stat : 7914 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 4590 0 0 0 5040 4 0 0 25 0 4 0 641769628 151465984 28457 33554432000 134512640 135305190 4288866736 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=7913/tid=7915] ppid=7910 vsize=147916 CPUtime=50.41 cores=0-7
/proc/7913/task/7915/stat : 7915 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 6144 0 0 0 5035 6 0 0 25 0 4 0 641769629 151465984 28457 33554432000 134512640 135305190 4288866736 18446744073709551615 134528181 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=7913/tid=7916] ppid=7910 vsize=147916 CPUtime=50.42 cores=0-7
/proc/7913/task/7916/stat : 7916 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 5904 0 0 0 5037 5 0 0 25 0 4 0 641769629 151465984 28457 33554432000 134512640 135305190 4288866736 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 202.34
Current children cumulated vsize (KiB) 156616

[startup+102.312 s]
/proc/loadavg: 3.93 3.94 3.91 5/315 7919
/proc/meminfo: memFree=28635248/32950928 swapFree=60199044/67111528
[pid=7910] ppid=7908 vsize=8700 CPUtime=0.52 cores=0-7
/proc/7910/stat : 7910 (manysat.sh) S 7908 7910 7631 0 -1 4202496 358 5229 0 0 0 0 52 0 15 0 1 0 641769565 8908800 253 33554432000 4194304 4922060 140735441072896 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7910/statm: 2175 253 209 178 0 68 0
[pid=7913] ppid=7910 vsize=192036 CPUtime=406.6 cores=0-7
/proc/7913/stat : 7913 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202496 39098 0 0 0 40627 33 0 0 20 0 4 0 641769618 196644864 39049 33554432000 134512640 135305190 4288866736 18446744073709551615 134551833 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/7913/statm: 48009 39049 84 194 0 47813 0
[pid=7913/tid=7914] ppid=7910 vsize=192036 CPUtime=101.62 cores=0-7
/proc/7913/task/7914/stat : 7914 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 6994 0 0 0 10157 5 0 0 25 0 4 0 641769628 196644864 39049 33554432000 134512640 135305190 4288866736 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=7913/tid=7915] ppid=7910 vsize=192036 CPUtime=101.6 cores=0-7
/proc/7913/task/7915/stat : 7915 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 9158 0 0 0 10150 10 0 0 25 0 4 0 641769629 196644864 39049 33554432000 134512640 135305190 4288866736 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=7913/tid=7916] ppid=7910 vsize=192036 CPUtime=101.62 cores=0-7
/proc/7913/task/7916/stat : 7916 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 8440 0 0 0 10155 7 0 0 20 0 4 0 641769629 196644864 39049 33554432000 134512640 135305190 4288866736 18446744073709551615 134528805 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 407.12
Current children cumulated vsize (KiB) 200736

[startup+162.301 s]
/proc/loadavg: 4.06 3.98 3.92 5/315 7921
/proc/meminfo: memFree=28600984/32950928 swapFree=60199044/67111528
[pid=7910] ppid=7908 vsize=8700 CPUtime=0.52 cores=0-7
/proc/7910/stat : 7910 (manysat.sh) S 7908 7910 7631 0 -1 4202496 358 5229 0 0 0 0 52 0 15 0 1 0 641769565 8908800 253 33554432000 4194304 4922060 140735441072896 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7910/statm: 2175 253 209 178 0 68 0
[pid=7913] ppid=7910 vsize=227348 CPUtime=646.49 cores=0-7
/proc/7913/stat : 7913 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202496 47614 0 0 0 64607 42 0 0 25 0 4 0 641769618 232804352 47565 33554432000 134512640 135305190 4288866736 18446744073709551615 134528545 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/7913/statm: 56837 47565 84 194 0 56641 0
[pid=7913/tid=7914] ppid=7910 vsize=227348 CPUtime=161.61 cores=0-7

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

/proc/7913/task/7916/stat : 7916 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 50549 0 0 0 466040 95 0 0 25 0 4 0 641769629 1131376640 256375 33554432000 134512640 135305190 4288866736 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18645.8
Current children cumulated vsize (KiB) 1113560

[startup+4722.31 s]
/proc/loadavg: 4.03 4.01 3.98 5/315 8067
/proc/meminfo: memFree=27760364/32950928 swapFree=60199044/67111528
[pid=7910] ppid=7908 vsize=8700 CPUtime=0.52 cores=0-7
/proc/7910/stat : 7910 (manysat.sh) S 7908 7910 7631 0 -1 4202496 358 5229 0 0 0 0 52 0 15 0 1 0 641769565 8908800 253 33554432000 4194304 4922060 140735441072896 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7910/statm: 2175 253 209 178 0 68 0
[pid=7913] ppid=7910 vsize=1109588 CPUtime=18885.3 cores=0-7
/proc/7913/stat : 7913 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202496 256935 0 0 0 1888150 385 0 0 25 0 4 0 641769618 1136218112 256882 33554432000 134512640 135305190 4288866736 18446744073709551615 134528310 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/7913/statm: 277397 256882 84 194 0 277201 0
[pid=7913/tid=7914] ppid=7910 vsize=1109588 CPUtime=4721.4 cores=0-7
/proc/7913/task/7914/stat : 7914 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 54570 0 0 0 472068 72 0 0 25 0 4 0 641769628 1136218112 256882 33554432000 134512640 135305190 4288866736 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=7913/tid=7915] ppid=7910 vsize=1109588 CPUtime=4721.07 cores=0-7
/proc/7913/task/7915/stat : 7915 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 85956 0 0 0 471994 113 0 0 25 0 4 0 641769629 1136218112 256882 33554432000 134512640 135305190 4288866736 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=7913/tid=7916] ppid=7910 vsize=1109588 CPUtime=4721.36 cores=0-7
/proc/7913/task/7916/stat : 7916 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 50697 0 0 0 472041 95 0 0 25 0 4 0 641769629 1136218112 256882 33554432000 134512640 135305190 4288866736 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18885.9
Current children cumulated vsize (KiB) 1118288

[startup+4782.3 s]
/proc/loadavg: 4.01 4.00 3.98 5/315 8069
/proc/meminfo: memFree=27749772/32950928 swapFree=60199044/67111528
[pid=7910] ppid=7908 vsize=8700 CPUtime=0.52 cores=0-7
/proc/7910/stat : 7910 (manysat.sh) S 7908 7910 7631 0 -1 4202496 358 5229 0 0 0 0 52 0 15 0 1 0 641769565 8908800 253 33554432000 4194304 4922060 140735441072896 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7910/statm: 2175 253 209 178 0 68 0
[pid=7913] ppid=7910 vsize=1121640 CPUtime=19125.3 cores=0-7
/proc/7913/stat : 7913 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202496 259564 0 0 0 1912141 389 0 0 25 0 4 0 641769618 1148559360 259511 33554432000 134512640 135305190 4288866736 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/7913/statm: 280410 259511 84 194 0 280214 0
[pid=7913/tid=7914] ppid=7910 vsize=1121640 CPUtime=4781.39 cores=0-7
/proc/7913/task/7914/stat : 7914 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 55009 0 0 0 478067 72 0 0 25 0 4 0 641769628 1148559360 259511 33554432000 134512640 135305190 4288866736 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=7913/tid=7915] ppid=7910 vsize=1121640 CPUtime=4781.05 cores=0-7
/proc/7913/task/7915/stat : 7915 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 86768 0 0 0 477990 115 0 0 25 0 4 0 641769629 1148559360 259511 33554432000 134512640 135305190 4288866736 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=7913/tid=7916] ppid=7910 vsize=1121640 CPUtime=4781.35 cores=0-7
/proc/7913/task/7916/stat : 7916 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 51654 0 0 0 478039 96 0 0 25 0 4 0 641769629 1148559360 259511 33554432000 134512640 135305190 4288866736 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19125.8
Current children cumulated vsize (KiB) 1130340

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/315 8070
/proc/meminfo: memFree=27740428/32950928 swapFree=60199044/67111528
[pid=7910] ppid=7908 vsize=8700 CPUtime=0.52 cores=0-7
/proc/7910/stat : 7910 (manysat.sh) S 7908 7910 7631 0 -1 4202496 358 5229 0 0 0 0 52 0 15 0 1 0 641769565 8908800 253 33554432000 4194304 4922060 140735441072896 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7910/statm: 2175 253 209 178 0 68 0
[pid=7913] ppid=7910 vsize=1131488 CPUtime=19365.3 cores=0-7
/proc/7913/stat : 7913 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202496 261984 0 0 0 1936133 397 0 0 25 0 4 0 641769618 1158643712 261931 33554432000 134512640 135305190 4288866736 18446744073709551615 134528421 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/7913/statm: 282872 261931 84 194 0 282676 0
[pid=7913/tid=7914] ppid=7910 vsize=1131488 CPUtime=4841.4 cores=0-7
/proc/7913/task/7914/stat : 7914 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 55324 0 0 0 484067 73 0 0 25 0 4 0 641769628 1158643712 261931 33554432000 134512640 135305190 4288866736 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=7913/tid=7915] ppid=7910 vsize=1131488 CPUtime=4841.05 cores=0-7
/proc/7913/task/7915/stat : 7915 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 87699 0 0 0 483987 118 0 0 25 0 4 0 641769629 1158643712 261931 33554432000 134512640 135305190 4288866736 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=7913/tid=7916] ppid=7910 vsize=1131488 CPUtime=4841.35 cores=0-7
/proc/7913/task/7916/stat : 7916 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 52153 0 0 0 484038 97 0 0 25 0 4 0 641769629 1158643712 261931 33554432000 134512640 135305190 4288866736 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19365.8
Current children cumulated vsize (KiB) 1140188

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/315 8072
/proc/meminfo: memFree=27699588/32950928 swapFree=60199044/67111528
[pid=7910] ppid=7908 vsize=8700 CPUtime=0.52 cores=0-7
/proc/7910/stat : 7910 (manysat.sh) S 7908 7910 7631 0 -1 4202496 358 5229 0 0 0 0 52 0 15 0 1 0 641769565 8908800 253 33554432000 4194304 4922060 140735441072896 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7910/statm: 2175 253 209 178 0 68 0
[pid=7913] ppid=7910 vsize=1174744 CPUtime=19605.3 cores=0-7
/proc/7913/stat : 7913 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202496 272138 0 0 0 1960115 413 0 0 25 0 4 0 641769618 1202937856 272085 33554432000 134512640 135305190 4288866736 18446744073709551615 134528397 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/7913/statm: 293686 272085 84 194 0 293490 0
[pid=7913/tid=7914] ppid=7910 vsize=1174744 CPUtime=4901.39 cores=0-7
/proc/7913/task/7914/stat : 7914 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 56861 0 0 0 490064 75 0 0 21 0 4 0 641769628 1202937856 272085 33554432000 134512640 135305190 4288866736 18446744073709551615 134538165 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=7913/tid=7915] ppid=7910 vsize=1174744 CPUtime=4901.03 cores=0-7
/proc/7913/task/7915/stat : 7915 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 92617 0 0 0 489979 124 0 0 25 0 4 0 641769629 1202937856 272085 33554432000 134512640 135305190 4288866736 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=7913/tid=7916] ppid=7910 vsize=1174744 CPUtime=4901.36 cores=0-7
/proc/7913/task/7916/stat : 7916 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 53875 0 0 0 490036 100 0 0 25 0 4 0 641769629 1202937856 272085 33554432000 134512640 135305190 4288866736 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19605.8
Current children cumulated vsize (KiB) 1183444

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/315 8074
/proc/meminfo: memFree=27697808/32950928 swapFree=60199044/67111528
[pid=7910] ppid=7908 vsize=8700 CPUtime=0.52 cores=0-7
/proc/7910/stat : 7910 (manysat.sh) S 7908 7910 7631 0 -1 4202496 358 5229 0 0 0 0 52 0 15 0 1 0 641769565 8908800 253 33554432000 4194304 4922060 140735441072896 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7910/statm: 2175 253 209 178 0 68 0
[pid=7913] ppid=7910 vsize=1176848 CPUtime=19845.2 cores=0-7
/proc/7913/stat : 7913 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202496 272588 0 0 0 1984110 414 0 0 25 0 4 0 641769618 1205092352 272535 33554432000 134512640 135305190 4288866736 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/7913/statm: 294212 272535 84 194 0 294016 0
[pid=7913/tid=7914] ppid=7910 vsize=1176848 CPUtime=4961.35 cores=0-7
/proc/7913/task/7914/stat : 7914 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 56861 0 0 0 496060 75 0 0 25 0 4 0 641769628 1205092352 272535 33554432000 134512640 135305190 4288866736 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=7913/tid=7915] ppid=7910 vsize=1176848 CPUtime=4961.02 cores=0-7
/proc/7913/task/7915/stat : 7915 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 92635 0 0 0 495978 124 0 0 25 0 4 0 641769629 1205092352 272535 33554432000 134512640 135305190 4288866736 18446744073709551615 134528506 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=7913/tid=7916] ppid=7910 vsize=1176848 CPUtime=4961.35 cores=0-7
/proc/7913/task/7916/stat : 7916 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 54289 0 0 0 496035 100 0 0 25 0 4 0 641769629 1205092352 272535 33554432000 134512640 135305190 4288866736 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19845.8
Current children cumulated vsize (KiB) 1185548

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/315 8075
/proc/meminfo: memFree=27696648/32950928 swapFree=60199044/67111528
[pid=7910] ppid=7908 vsize=8700 CPUtime=0.52 cores=0-7
/proc/7910/stat : 7910 (manysat.sh) S 7908 7910 7631 0 -1 4202496 358 5229 0 0 0 0 52 0 15 0 1 0 641769565 8908800 253 33554432000 4194304 4922060 140735441072896 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7910/statm: 2175 253 209 178 0 68 0
[pid=7913] ppid=7910 vsize=1177680 CPUtime=20085.2 cores=0-7
/proc/7913/stat : 7913 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202496 272880 0 0 0 2008109 415 0 0 25 0 4 0 641769618 1205944320 272827 33554432000 134512640 135305190 4288866736 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/7913/statm: 294420 272827 84 194 0 294224 0
[pid=7913/tid=7914] ppid=7910 vsize=1177680 CPUtime=5021.35 cores=0-7
/proc/7913/task/7914/stat : 7914 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 56861 0 0 0 502060 75 0 0 25 0 4 0 641769628 1205944320 272827 33554432000 134512640 135305190 4288866736 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=7913/tid=7915] ppid=7910 vsize=1177680 CPUtime=5021.02 cores=0-7
/proc/7913/task/7915/stat : 7915 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 92658 0 0 0 501977 125 0 0 25 0 4 0 641769629 1205944320 272827 33554432000 134512640 135305190 4288866736 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=7913/tid=7916] ppid=7910 vsize=1177680 CPUtime=5021.36 cores=0-7
/proc/7913/task/7916/stat : 7916 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 54555 0 0 0 502035 101 0 0 25 0 4 0 641769629 1205944320 272827 33554432000 134512640 135305190 4288866736 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20085.8
Current children cumulated vsize (KiB) 1186380

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/315 8077
/proc/meminfo: memFree=27695360/32950928 swapFree=60199044/67111528
[pid=7910] ppid=7908 vsize=8700 CPUtime=0.52 cores=0-7
/proc/7910/stat : 7910 (manysat.sh) S 7908 7910 7631 0 -1 4202496 358 5229 0 0 0 0 52 0 15 0 1 0 641769565 8908800 253 33554432000 4194304 4922060 140735441072896 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7910/statm: 2175 253 209 178 0 68 0
[pid=7913] ppid=7910 vsize=1179076 CPUtime=20325.2 cores=0-7
/proc/7913/stat : 7913 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202496 273210 0 0 0 2032109 415 0 0 25 0 4 0 641769618 1207373824 273157 33554432000 134512640 135305190 4288866736 18446744073709551615 134528520 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/7913/statm: 294769 273157 84 194 0 294573 0
[pid=7913/tid=7914] ppid=7910 vsize=1179076 CPUtime=5081.35 cores=0-7
/proc/7913/task/7914/stat : 7914 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 56861 0 0 0 508060 75 0 0 25 0 4 0 641769628 1207373824 273157 33554432000 134512640 135305190 4288866736 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=7913/tid=7915] ppid=7910 vsize=1179076 CPUtime=5081.02 cores=0-7
/proc/7913/task/7915/stat : 7915 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 92658 0 0 0 507977 125 0 0 25 0 4 0 641769629 1207373824 273157 33554432000 134512640 135305190 4288866736 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=7913/tid=7916] ppid=7910 vsize=1179076 CPUtime=5081.36 cores=0-7
/proc/7913/task/7916/stat : 7916 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 54834 0 0 0 508035 101 0 0 25 0 4 0 641769629 1207373824 273157 33554432000 134512640 135305190 4288866736 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20325.8
Current children cumulated vsize (KiB) 1187776



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.98 5/315 8077
/proc/meminfo: memFree=27694960/32950928 swapFree=60199044/67111528
[pid=7910] ppid=7908 vsize=8700 CPUtime=0.52 cores=0-7
/proc/7910/stat : 7910 (manysat.sh) S 7908 7910 7631 0 -1 4202496 358 5229 0 0 0 0 52 0 15 0 1 0 641769565 8908800 253 33554432000 4194304 4922060 140735441072896 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7910/statm: 2175 253 209 178 0 68 0
[pid=7913] ppid=7910 vsize=1179544 CPUtime=20396.1 cores=0-7
/proc/7913/stat : 7913 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202496 273329 0 0 0 2039192 415 0 0 25 0 4 0 641769618 1207853056 273276 33554432000 134512640 135305190 4288866736 18446744073709551615 134528399 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/7913/statm: 294886 273276 84 194 0 294690 0
[pid=7913/tid=7914] ppid=7910 vsize=1179544 CPUtime=5099.06 cores=0-7
/proc/7913/task/7914/stat : 7914 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 56861 0 0 0 509831 75 0 0 25 0 4 0 641769628 1207853056 273277 33554432000 134512640 135305190 4288866736 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=7913/tid=7915] ppid=7910 vsize=1179544 CPUtime=5098.74 cores=0-7
/proc/7913/task/7915/stat : 7915 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 92719 0 0 0 509749 125 0 0 25 0 4 0 641769629 1207853056 273277 33554432000 134512640 135305190 4288866736 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=7913/tid=7916] ppid=7910 vsize=1179544 CPUtime=5099.07 cores=0-7
/proc/7913/task/7916/stat : 7916 (manysat1.1_stat) R 7910 7910 7631 0 -1 4202560 54893 0 0 0 509806 101 0 0 25 0 4 0 641769629 1207853056 273277 33554432000 134512640 135305190 4288866736 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20396.6
Current children cumulated vsize (KiB) 1188244

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 7910 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=529919
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=7998
# CPU time returned by wait4() is 0.537917
# while last known CPU time is 20396.6
#
# 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): 20396.6
CPU user time (s): 20392.4
CPU system time (s): 4.15
CPU usage (%): 399.931
Max. virtual memory (cumulated for all children) (KiB): 1188244

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

runsolver used 13.9809 second user time and 37.0324 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-13 17:48:28
IDJOB=3362256
IDBENCH=83127
IDSOLVER=1839
FILE ID=node122/3362256-1305301708
RUNJOBID= node122-1305296393-7645
PBS_JOBID= 13321431
Free space on /tmp= 43888 MiB

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

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

MD5SUM BENCH= 9ece8f569c93ceee834817ef3350ed8e
RANDOM SEED=1486480940

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28795352 kB
Buffers:        208560 kB
Cached:        2647476 kB
SwapCached:      50072 kB
Active:         764040 kB
Inactive:      3196912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28795352 kB
SwapTotal:    67111528 kB
SwapFree:     60199044 kB
Dirty:            3496 kB
Writeback:           0 kB
AnonPages:     1065696 kB
Mapped:          13436 kB
Slab:            97844 kB
PageTables:      31340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52525652 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= 43884 MiB
End job on node122 at 2011-05-13 19:13:30