Trace number 3362266

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom23.cnf
MD5SUMe560aa6505ddce6d3784f70d5b7aff66
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 variables57800
Number of clauses193923
Sum of the clauses size495331
Maximum clause length1803
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 298497
Number of clauses of size 394437
Number of clauses of size 4275
Number of clauses of size 521
Number of clauses of size over 5692

Solver Data

0.00/0.00	c Parsing...
0.00/0.08	c ==============================================================================
0.00/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.08	c ==============================================================================
0.00/0.08	c |         0 |  181861   467419 |   54558       0        0     nan |  0.000 % |
0.00/0.76	c |         0 |  126676   470112 |      --       0       --      -- |     --   | -55185/2693
0.00/0.76	c ==============================================================================
0.00/0.76	c Result  :   #vars: 22844   #clauses: 126676   #literals: 470112
0.00/0.76	c CPU time:   0.744886 s
0.00/0.76	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-3362266-1305301824/watcher-3362266-1305301824 -o /tmp/evaluation-result-3362266-1305301824/solver-3362266-1305301824 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362266-1305301824.cnf aimd 1 

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

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


[startup+0 s]
/proc/loadavg: 4.00 4.00 3.93 2/348 10050
/proc/meminfo: memFree=22158016/32951132 swapFree=64495980/67111528
[pid=10050] ppid=10048 vsize=8700 CPUtime=0 cores=0-7
/proc/10050/stat : 10050 (manysat.sh) S 10048 10050 9768 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 641782016 8908800 250 33554432000 4194304 4922060 140734398182640 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10050/statm: 2175 250 209 178 0 68 0

[startup+0.08036 s]
/proc/loadavg: 4.00 4.00 3.93 2/348 10050
/proc/meminfo: memFree=22158016/32951132 swapFree=64495980/67111528
[pid=10050] ppid=10048 vsize=8700 CPUtime=0 cores=0-7
/proc/10050/stat : 10050 (manysat.sh) S 10048 10050 9768 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 641782016 8908800 250 33554432000 4194304 4922060 140734398182640 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10050/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100357 s]
/proc/loadavg: 4.00 4.00 3.93 2/348 10050
/proc/meminfo: memFree=22158016/32951132 swapFree=64495980/67111528
[pid=10050] ppid=10048 vsize=8700 CPUtime=0 cores=0-7
/proc/10050/stat : 10050 (manysat.sh) S 10048 10050 9768 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 641782016 8908800 250 33554432000 4194304 4922060 140734398182640 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10050/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300323 s]
/proc/loadavg: 4.00 4.00 3.93 2/348 10050
/proc/meminfo: memFree=22158016/32951132 swapFree=64495980/67111528
[pid=10050] ppid=10048 vsize=8700 CPUtime=0 cores=0-7
/proc/10050/stat : 10050 (manysat.sh) S 10048 10050 9768 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 641782016 8908800 250 33554432000 4194304 4922060 140734398182640 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10050/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700256 s]
/proc/loadavg: 4.00 4.00 3.93 2/348 10050
/proc/meminfo: memFree=22158016/32951132 swapFree=64495980/67111528
[pid=10050] ppid=10048 vsize=8700 CPUtime=0 cores=0-7
/proc/10050/stat : 10050 (manysat.sh) S 10048 10050 9768 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 641782016 8908800 250 33554432000 4194304 4922060 140734398182640 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10050/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50108 s]
/proc/loadavg: 4.00 4.00 3.93 2/350 10054
/proc/meminfo: memFree=22114104/32951132 swapFree=64495980/67111528
[pid=10050] ppid=10048 vsize=8700 CPUtime=0.85 cores=0-7
/proc/10050/stat : 10050 (manysat.sh) S 10048 10050 9768 0 -1 4202496 356 8092 0 0 0 0 83 2 18 0 1 0 641782016 8908800 253 33554432000 4194304 4922060 140734398182640 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10050/statm: 2175 253 209 178 0 68 0
[pid=10054] ppid=10050 vsize=79964 CPUtime=1.97 cores=0-7
/proc/10054/stat : 10054 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202496 11534 0 0 0 185 12 0 0 18 0 4 0 641782103 81883136 11486 33554432000 134512640 135305190 4290640480 18446744073709551615 134840070 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10054/statm: 19991 11486 84 194 0 19795 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 88664

[startup+3.10085 s]
/proc/loadavg: 4.00 4.00 3.93 5/353 10057
/proc/meminfo: memFree=22100148/32951132 swapFree=64495980/67111528
[pid=10050] ppid=10048 vsize=8700 CPUtime=0.85 cores=0-7
/proc/10050/stat : 10050 (manysat.sh) S 10048 10050 9768 0 -1 4202496 356 8092 0 0 0 0 83 2 18 0 1 0 641782016 8908800 253 33554432000 4194304 4922060 140734398182640 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10050/statm: 2175 253 209 178 0 68 0
[pid=10054] ppid=10050 vsize=88660 CPUtime=8.36 cores=0-7
/proc/10054/stat : 10054 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202496 13776 0 0 0 822 14 0 0 18 0 4 0 641782103 90787840 13728 33554432000 134512640 135305190 4290640480 18446744073709551615 134530633 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10054/statm: 22165 13728 84 194 0 21969 0
[pid=10054/tid=10055] ppid=10050 vsize=88660 CPUtime=2.04 cores=0-7
/proc/10054/task/10055/stat : 10055 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 962 0 0 0 201 3 0 0 17 0 4 0 641782119 90787840 13728 33554432000 134512640 135305190 4290640480 18446744073709551615 134542019 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=10054/tid=10056] ppid=10050 vsize=88660 CPUtime=2.04 cores=0-7
/proc/10054/task/10056/stat : 10056 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 1062 0 0 0 201 3 0 0 18 0 4 0 641782119 90787840 13728 33554432000 134512640 135305190 4290640480 18446744073709551615 134528573 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10054/tid=10057] ppid=10050 vsize=88660 CPUtime=2.05 cores=0-7
/proc/10054/task/10057/stat : 10057 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 1321 0 0 0 202 3 0 0 18 0 4 0 641782119 90787840 13728 33554432000 134512640 135305190 4290640480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.21
Current children cumulated vsize (KiB) 97360

[startup+6.30031 s]
/proc/loadavg: 4.00 4.00 3.93 5/353 10057
/proc/meminfo: memFree=22084648/32951132 swapFree=64495980/67111528
[pid=10050] ppid=10048 vsize=8700 CPUtime=0.85 cores=0-7
/proc/10050/stat : 10050 (manysat.sh) S 10048 10050 9768 0 -1 4202496 356 8092 0 0 0 0 83 2 18 0 1 0 641782016 8908800 253 33554432000 4194304 4922060 140734398182640 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10050/statm: 2175 253 209 178 0 68 0
[pid=10054] ppid=10050 vsize=102612 CPUtime=21.16 cores=0-7
/proc/10054/stat : 10054 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202496 17164 0 0 0 2099 17 0 0 18 0 4 0 641782103 105074688 17116 33554432000 134512640 135305190 4290640480 18446744073709551615 134528455 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10054/statm: 25653 17116 84 194 0 25457 0
[pid=10054/tid=10055] ppid=10050 vsize=102612 CPUtime=5.24 cores=0-7
/proc/10054/task/10055/stat : 10055 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 1569 0 0 0 520 4 0 0 25 0 4 0 641782119 105074688 17116 33554432000 134512640 135305190 4290640480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=10054/tid=10056] ppid=10050 vsize=102612 CPUtime=5.23 cores=0-7
/proc/10054/task/10056/stat : 10056 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 1954 0 0 0 520 3 0 0 18 0 4 0 641782119 105074688 17116 33554432000 134512640 135305190 4290640480 18446744073709551615 134555045 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10054/tid=10057] ppid=10050 vsize=102612 CPUtime=5.25 cores=0-7
/proc/10054/task/10057/stat : 10057 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 2259 0 0 0 521 4 0 0 18 0 4 0 641782119 105074688 17116 33554432000 134512640 135305190 4290640480 18446744073709551615 134528442 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.01
Current children cumulated vsize (KiB) 111312

[startup+12.7012 s]
/proc/loadavg: 4.15 4.03 3.94 5/353 10057
/proc/meminfo: memFree=22061868/32951132 swapFree=64495980/67111528
[pid=10050] ppid=10048 vsize=8700 CPUtime=0.85 cores=0-7
/proc/10050/stat : 10050 (manysat.sh) S 10048 10050 9768 0 -1 4202496 356 8092 0 0 0 0 83 2 18 0 1 0 641782016 8908800 253 33554432000 4194304 4922060 140734398182640 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10050/statm: 2175 253 209 178 0 68 0
[pid=10054] ppid=10050 vsize=125204 CPUtime=46.75 cores=0-7
/proc/10054/stat : 10054 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202496 22809 0 0 0 4655 20 0 0 18 0 4 0 641782103 128208896 22761 33554432000 134512640 135305190 4290640480 18446744073709551615 134840070 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10054/statm: 31301 22761 84 194 0 31105 0
[pid=10054/tid=10055] ppid=10050 vsize=125204 CPUtime=11.65 cores=0-7
/proc/10054/task/10055/stat : 10055 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 2577 0 0 0 1160 5 0 0 25 0 4 0 641782119 128208896 22761 33554432000 134512640 135305190 4290640480 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=10054/tid=10056] ppid=10050 vsize=125204 CPUtime=11.64 cores=0-7
/proc/10054/task/10056/stat : 10056 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 3691 0 0 0 1159 5 0 0 18 0 4 0 641782119 128208896 22761 33554432000 134512640 135305190 4290640480 18446744073709551615 134552926 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10054/tid=10057] ppid=10050 vsize=125204 CPUtime=11.64 cores=0-7
/proc/10054/task/10057/stat : 10057 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 3653 0 0 0 1160 4 0 0 18 0 4 0 641782119 128208896 22761 33554432000 134512640 135305190 4290640480 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 47.6
Current children cumulated vsize (KiB) 133904

[startup+25.5011 s]
/proc/loadavg: 4.12 4.03 3.94 5/353 10057
/proc/meminfo: memFree=22031360/32951132 swapFree=64495980/67111528
[pid=10050] ppid=10048 vsize=8700 CPUtime=0.85 cores=0-7
/proc/10050/stat : 10050 (manysat.sh) S 10048 10050 9768 0 -1 4202496 356 8092 0 0 0 0 83 2 18 0 1 0 641782016 8908800 253 33554432000 4194304 4922060 140734398182640 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10050/statm: 2175 253 209 178 0 68 0
[pid=10054] ppid=10050 vsize=155636 CPUtime=97.92 cores=0-7
/proc/10054/stat : 10054 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202496 30197 0 0 0 9764 28 0 0 20 0 4 0 641782103 159371264 30149 33554432000 134512640 135305190 4290640480 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/10054/statm: 38909 30149 84 194 0 38713 0
[pid=10054/tid=10055] ppid=10050 vsize=155636 CPUtime=24.44 cores=0-7
/proc/10054/task/10055/stat : 10055 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 4245 0 0 0 2438 6 0 0 18 0 4 0 641782119 159371264 30149 33554432000 134512640 135305190 4290640480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10054/tid=10056] ppid=10050 vsize=155636 CPUtime=24.43 cores=0-7
/proc/10054/task/10056/stat : 10056 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 5923 0 0 0 2437 6 0 0 25 0 4 0 641782119 159371264 30149 33554432000 134512640 135305190 4290640480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10054/tid=10057] ppid=10050 vsize=155636 CPUtime=24.43 cores=0-7
/proc/10054/task/10057/stat : 10057 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 5490 0 0 0 2436 7 0 0 18 0 4 0 641782119 159371264 30149 33554432000 134512640 135305190 4290640480 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 98.77
Current children cumulated vsize (KiB) 164336

[startup+51.1008 s]
/proc/loadavg: 4.08 4.03 3.94 5/353 10058
/proc/meminfo: memFree=21986440/32951132 swapFree=64495980/67111528
[pid=10050] ppid=10048 vsize=8700 CPUtime=0.85 cores=0-7
/proc/10050/stat : 10050 (manysat.sh) S 10048 10050 9768 0 -1 4202496 356 8092 0 0 0 0 83 2 18 0 1 0 641782016 8908800 253 33554432000 4194304 4922060 140734398182640 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10050/statm: 2175 253 209 178 0 68 0
[pid=10054] ppid=10050 vsize=199964 CPUtime=200.23 cores=0-7
/proc/10054/stat : 10054 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202496 41376 0 0 0 19986 37 0 0 25 0 4 0 641782103 204763136 41328 33554432000 134512640 135305190 4290640480 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/10054/statm: 49991 41328 84 194 0 49795 0
[pid=10054/tid=10055] ppid=10050 vsize=199964 CPUtime=50.01 cores=0-7
/proc/10054/task/10055/stat : 10055 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 6889 0 0 0 4993 8 0 0 18 0 4 0 641782119 204763136 41328 33554432000 134512640 135305190 4290640480 18446744073709551615 134557302 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10054/tid=10056] ppid=10050 vsize=199964 CPUtime=50.01 cores=0-7
/proc/10054/task/10056/stat : 10056 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 8801 0 0 0 4992 9 0 0 23 0 4 0 641782119 204763136 41328 33554432000 134512640 135305190 4290640480 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10054/tid=10057] ppid=10050 vsize=199964 CPUtime=50.02 cores=0-7
/proc/10054/task/10057/stat : 10057 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 8407 0 0 0 4993 9 0 0 18 0 4 0 641782119 204763136 41328 33554432000 134512640 135305190 4290640480 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 201.08
Current children cumulated vsize (KiB) 208664

[startup+102.314 s]
/proc/loadavg: 4.09 4.04 3.94 5/353 10059
/proc/meminfo: memFree=21921200/32951132 swapFree=64495980/67111528
[pid=10050] ppid=10048 vsize=8700 CPUtime=0.85 cores=0-7
/proc/10050/stat : 10050 (manysat.sh) S 10048 10050 9768 0 -1 4202496 356 8092 0 0 0 0 83 2 18 0 1 0 641782016 8908800 253 33554432000 4194304 4922060 140734398182640 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10050/statm: 2175 253 209 178 0 68 0
[pid=10054] ppid=10050 vsize=265140 CPUtime=405.03 cores=0-7
/proc/10054/stat : 10054 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202496 57608 0 0 0 40450 53 0 0 19 0 4 0 641782103 271503360 57560 33554432000 134512640 135305190 4290640480 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/10054/statm: 66285 57560 84 194 0 66089 0
[pid=10054/tid=10055] ppid=10050 vsize=265140 CPUtime=101.2 cores=0-7
/proc/10054/task/10055/stat : 10055 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 10584 0 0 0 10110 10 0 0 18 0 4 0 641782119 271503360 57560 33554432000 134512640 135305190 4290640480 18446744073709551615 134542104 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10054/tid=10056] ppid=10050 vsize=265140 CPUtime=101.21 cores=0-7
/proc/10054/task/10056/stat : 10056 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 12602 0 0 0 10110 11 0 0 25 0 4 0 641782119 271503360 57560 33554432000 134512640 135305190 4290640480 18446744073709551615 134551939 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=10054/tid=10057] ppid=10050 vsize=265140 CPUtime=101.21 cores=0-7
/proc/10054/task/10057/stat : 10057 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 12860 0 0 0 10108 13 0 0 18 0 4 0 641782119 271503360 57560 33554432000 134512640 135305190 4290640480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 405.88
Current children cumulated vsize (KiB) 273840

[startup+162.301 s]
/proc/loadavg: 4.04 4.03 3.94 5/353 10061
/proc/meminfo: memFree=21902584/32951132 swapFree=64495980/67111528
[pid=10050] ppid=10048 vsize=8700 CPUtime=0.85 cores=0-7
/proc/10050/stat : 10050 (manysat.sh) S 10048 10050 9768 0 -1 4202496 356 8092 0 0 0 0 83 2 18 0 1 0 641782016 8908800 253 33554432000 4194304 4922060 140734398182640 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10050/statm: 2175 253 209 178 0 68 0
[pid=10054] ppid=10050 vsize=284824 CPUtime=644.89 cores=0-7
/proc/10054/stat : 10054 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202496 62360 0 0 0 64429 60 0 0 20 0 4 0 641782103 291659776 62312 33554432000 134512640 135305190 4290640480 18446744073709551615 134528548 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/10054/statm: 71206 62312 84 194 0 71010 0
[pid=10054/tid=10055] ppid=10050 vsize=284824 CPUtime=161.17 cores=0-7
/proc/10054/task/10055/stat : 10055 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 11489 0 0 0 16106 11 0 0 18 0 4 0 641782119 291659776 62312 33554432000 134512640 135305190 4290640480 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10054/tid=10056] ppid=10050 vsize=284824 CPUtime=161.17 cores=0-7
/proc/10054/task/10056/stat : 10056 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 13818 0 0 0 16105 12 0 0 25 0 4 0 641782119 291659776 62312 33554432000 134512640 135305190 4290640480 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=10054/tid=10057] ppid=10050 vsize=284824 CPUtime=161.17 cores=0-7
/proc/10054/task/10057/stat : 10057 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 14117 0 0 0 16103 14 0 0 18 0 4 0 641782119 291659776 62312 33554432000 134512640 135305190 4290640480 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 645.74

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

/proc/10054/task/10057/stat : 10057 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 76951 0 0 0 465888 136 0 0 25 0 4 0 641782119 1565863936 365296 33554432000 134512640 135305190 4290640480 18446744073709551615 134528408 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18642.8
Current children cumulated vsize (KiB) 1537864

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 4.00 5/353 10206
/proc/meminfo: memFree=20683684/32951132 swapFree=64495980/67111528
[pid=10050] ppid=10048 vsize=8700 CPUtime=0.85 cores=0-7
/proc/10050/stat : 10050 (manysat.sh) S 10048 10050 9768 0 -1 4202496 356 8092 0 0 0 0 83 2 18 0 1 0 641782016 8908800 253 33554432000 4194304 4922060 140734398182640 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10050/statm: 2175 253 209 178 0 68 0
[pid=10054] ppid=10050 vsize=1531312 CPUtime=18882 cores=0-7
/proc/10054/stat : 10054 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202496 365695 0 0 0 1887737 459 0 0 25 0 4 0 641782103 1568063488 365647 33554432000 134512640 135305190 4290640480 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/10054/statm: 382828 365647 84 194 0 382632 0
[pid=10054/tid=10055] ppid=10050 vsize=1531312 CPUtime=4720.57 cores=0-7
/proc/10054/task/10055/stat : 10055 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 80799 0 0 0 471966 91 0 0 25 0 4 0 641782119 1568063488 365647 33554432000 134512640 135305190 4290640480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10054/tid=10056] ppid=10050 vsize=1531312 CPUtime=4720.25 cores=0-7
/proc/10054/task/10056/stat : 10056 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 119151 0 0 0 471905 120 0 0 20 0 4 0 641782119 1568063488 365647 33554432000 134512640 135305190 4290640480 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10054/tid=10057] ppid=10050 vsize=1531312 CPUtime=4720.26 cores=0-7
/proc/10054/task/10057/stat : 10057 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 76952 0 0 0 471890 136 0 0 25 0 4 0 641782119 1568063488 365647 33554432000 134512640 135305190 4290640480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18882.8
Current children cumulated vsize (KiB) 1540012

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/353 10208
/proc/meminfo: memFree=20682432/32951132 swapFree=64495980/67111528
[pid=10050] ppid=10048 vsize=8700 CPUtime=0.85 cores=0-7
/proc/10050/stat : 10050 (manysat.sh) S 10048 10050 9768 0 -1 4202496 356 8092 0 0 0 0 83 2 18 0 1 0 641782016 8908800 253 33554432000 4194304 4922060 140734398182640 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10050/statm: 2175 253 209 178 0 68 0
[pid=10054] ppid=10050 vsize=1532800 CPUtime=19121.9 cores=0-7
/proc/10054/stat : 10054 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202496 366006 0 0 0 1911732 459 0 0 25 0 4 0 641782103 1569587200 365958 33554432000 134512640 135305190 4290640480 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/10054/statm: 383200 365958 84 194 0 383004 0
[pid=10054/tid=10055] ppid=10050 vsize=1532800 CPUtime=4780.56 cores=0-7
/proc/10054/task/10055/stat : 10055 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 80800 0 0 0 477965 91 0 0 25 0 4 0 641782119 1569587200 365958 33554432000 134512640 135305190 4290640480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10054/tid=10056] ppid=10050 vsize=1532800 CPUtime=4780.24 cores=0-7
/proc/10054/task/10056/stat : 10056 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 119258 0 0 0 477903 121 0 0 18 0 4 0 641782119 1569587200 365958 33554432000 134512640 135305190 4290640480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10054/tid=10057] ppid=10050 vsize=1532800 CPUtime=4780.24 cores=0-7
/proc/10054/task/10057/stat : 10057 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 76956 0 0 0 477888 136 0 0 25 0 4 0 641782119 1569587200 365958 33554432000 134512640 135305190 4290640480 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19122.8
Current children cumulated vsize (KiB) 1541500

[startup+4842.3 s]
/proc/loadavg: 4.14 4.04 4.01 5/353 10209
/proc/meminfo: memFree=20681304/32951132 swapFree=64495980/67111528
[pid=10050] ppid=10048 vsize=8700 CPUtime=0.85 cores=0-7
/proc/10050/stat : 10050 (manysat.sh) S 10048 10050 9768 0 -1 4202496 356 8092 0 0 0 0 83 2 18 0 1 0 641782016 8908800 253 33554432000 4194304 4922060 140734398182640 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10050/statm: 2175 253 209 178 0 68 0
[pid=10054] ppid=10050 vsize=1533832 CPUtime=19361.9 cores=0-7
/proc/10054/stat : 10054 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202496 366236 0 0 0 1935728 460 0 0 25 0 4 0 641782103 1570643968 366188 33554432000 134512640 135305190 4290640480 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/10054/statm: 383458 366188 84 194 0 383262 0
[pid=10054/tid=10055] ppid=10050 vsize=1533832 CPUtime=4840.56 cores=0-7
/proc/10054/task/10055/stat : 10055 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 80800 0 0 0 483965 91 0 0 25 0 4 0 641782119 1570643968 366188 33554432000 134512640 135305190 4290640480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10054/tid=10056] ppid=10050 vsize=1533832 CPUtime=4840.2 cores=0-7
/proc/10054/task/10056/stat : 10056 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 119403 0 0 0 483899 121 0 0 25 0 4 0 641782119 1570643968 366188 33554432000 134512640 135305190 4290640480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10054/tid=10057] ppid=10050 vsize=1533832 CPUtime=4840.25 cores=0-7
/proc/10054/task/10057/stat : 10057 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 76962 0 0 0 483888 137 0 0 25 0 4 0 641782119 1570643968 366188 33554432000 134512640 135305190 4290640480 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19362.7
Current children cumulated vsize (KiB) 1542532

[startup+4902.3 s]
/proc/loadavg: 4.05 4.03 4.00 5/353 10211
/proc/meminfo: memFree=20679436/32951132 swapFree=64495980/67111528
[pid=10050] ppid=10048 vsize=8700 CPUtime=0.85 cores=0-7
/proc/10050/stat : 10050 (manysat.sh) S 10048 10050 9768 0 -1 4202496 356 8092 0 0 0 0 83 2 18 0 1 0 641782016 8908800 253 33554432000 4194304 4922060 140734398182640 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10050/statm: 2175 253 209 178 0 68 0
[pid=10054] ppid=10050 vsize=1536044 CPUtime=19601.9 cores=0-7
/proc/10054/stat : 10054 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202496 366748 0 0 0 1959727 461 0 0 25 0 4 0 641782103 1572909056 366700 33554432000 134512640 135305190 4290640480 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/10054/statm: 384011 366700 84 194 0 383815 0
[pid=10054/tid=10055] ppid=10050 vsize=1536044 CPUtime=4900.56 cores=0-7
/proc/10054/task/10055/stat : 10055 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 80848 0 0 0 489965 91 0 0 25 0 4 0 641782119 1572909056 366700 33554432000 134512640 135305190 4290640480 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10054/tid=10056] ppid=10050 vsize=1536044 CPUtime=4900.2 cores=0-7
/proc/10054/task/10056/stat : 10056 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 119649 0 0 0 489899 121 0 0 25 0 4 0 641782119 1572909056 366700 33554432000 134512640 135305190 4290640480 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10054/tid=10057] ppid=10050 vsize=1536044 CPUtime=4900.24 cores=0-7
/proc/10054/task/10057/stat : 10057 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 76991 0 0 0 489887 137 0 0 25 0 4 0 641782119 1572909056 366700 33554432000 134512640 135305190 4290640480 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19602.7
Current children cumulated vsize (KiB) 1544744

[startup+4962.3 s]
/proc/loadavg: 4.02 4.02 4.00 5/353 10213
/proc/meminfo: memFree=20667404/32951132 swapFree=64495980/67111528
[pid=10050] ppid=10048 vsize=8700 CPUtime=0.85 cores=0-7
/proc/10050/stat : 10050 (manysat.sh) S 10048 10050 9768 0 -1 4202496 356 8092 0 0 0 0 83 2 18 0 1 0 641782016 8908800 253 33554432000 4194304 4922060 140734398182640 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10050/statm: 2175 253 209 178 0 68 0
[pid=10054] ppid=10050 vsize=1547508 CPUtime=19841.9 cores=0-7
/proc/10054/stat : 10054 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202496 369760 0 0 0 1983723 465 0 0 25 0 4 0 641782103 1584648192 369712 33554432000 134512640 135305190 4290640480 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/10054/statm: 386877 369712 84 194 0 386681 0
[pid=10054/tid=10055] ppid=10050 vsize=1547508 CPUtime=4960.56 cores=0-7
/proc/10054/task/10055/stat : 10055 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 81256 0 0 0 495964 92 0 0 25 0 4 0 641782119 1584648192 369712 33554432000 134512640 135305190 4290640480 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10054/tid=10056] ppid=10050 vsize=1547508 CPUtime=4960.2 cores=0-7
/proc/10054/task/10056/stat : 10056 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 121521 0 0 0 495897 123 0 0 18 0 4 0 641782119 1584648192 369712 33554432000 134512640 135305190 4290640480 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10054/tid=10057] ppid=10050 vsize=1547508 CPUtime=4960.24 cores=0-7
/proc/10054/task/10057/stat : 10057 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 77299 0 0 0 495886 138 0 0 25 0 4 0 641782119 1584648192 369712 33554432000 134512640 135305190 4290640480 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19842.7
Current children cumulated vsize (KiB) 1556208

[startup+5022.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/353 10214
/proc/meminfo: memFree=20651508/32951132 swapFree=64495980/67111528
[pid=10050] ppid=10048 vsize=8700 CPUtime=0.85 cores=0-7
/proc/10050/stat : 10050 (manysat.sh) S 10048 10050 9768 0 -1 4202496 356 8092 0 0 0 0 83 2 18 0 1 0 641782016 8908800 253 33554432000 4194304 4922060 140734398182640 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10050/statm: 2175 253 209 178 0 68 0
[pid=10054] ppid=10050 vsize=1565524 CPUtime=20081.9 cores=0-7
/proc/10054/stat : 10054 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202496 373828 0 0 0 2007715 473 0 0 25 0 4 0 641782103 1603096576 373780 33554432000 134512640 135305190 4290640480 18446744073709551615 134528224 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/10054/statm: 391381 373780 84 194 0 391185 0
[pid=10054/tid=10055] ppid=10050 vsize=1565524 CPUtime=5020.56 cores=0-7
/proc/10054/task/10055/stat : 10055 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 82147 0 0 0 501963 93 0 0 25 0 4 0 641782119 1603096576 373780 33554432000 134512640 135305190 4290640480 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10054/tid=10056] ppid=10050 vsize=1565524 CPUtime=5020.21 cores=0-7
/proc/10054/task/10056/stat : 10056 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 123016 0 0 0 501895 126 0 0 19 0 4 0 641782119 1603096576 373780 33554432000 134512640 135305190 4290640480 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10054/tid=10057] ppid=10050 vsize=1565524 CPUtime=5020.23 cores=0-7
/proc/10054/task/10057/stat : 10057 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 77965 0 0 0 501883 140 0 0 25 0 4 0 641782119 1603096576 373780 33554432000 134512640 135305190 4290640480 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20082.7
Current children cumulated vsize (KiB) 1574224

[startup+5082.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/353 10216
/proc/meminfo: memFree=20645164/32951132 swapFree=64495980/67111528
[pid=10050] ppid=10048 vsize=8700 CPUtime=0.85 cores=0-7
/proc/10050/stat : 10050 (manysat.sh) S 10048 10050 9768 0 -1 4202496 356 8092 0 0 0 0 83 2 18 0 1 0 641782016 8908800 253 33554432000 4194304 4922060 140734398182640 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10050/statm: 2175 253 209 178 0 68 0
[pid=10054] ppid=10050 vsize=1572548 CPUtime=20321.8 cores=0-7
/proc/10054/stat : 10054 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202496 375279 0 0 0 2031710 475 0 0 25 0 4 0 641782103 1610289152 375231 33554432000 134512640 135305190 4290640480 18446744073709551615 134528573 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/10054/statm: 393137 375231 84 194 0 392941 0
[pid=10054/tid=10055] ppid=10050 vsize=1572548 CPUtime=5080.56 cores=0-7
/proc/10054/task/10055/stat : 10055 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 82320 0 0 0 507963 93 0 0 25 0 4 0 641782119 1610289152 375231 33554432000 134512640 135305190 4290640480 18446744073709551615 134528446 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10054/tid=10056] ppid=10050 vsize=1572548 CPUtime=5080.17 cores=0-7
/proc/10054/task/10056/stat : 10056 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 123387 0 0 0 507891 126 0 0 25 0 4 0 641782119 1610289152 375231 33554432000 134512640 135305190 4290640480 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10054/tid=10057] ppid=10050 vsize=1572548 CPUtime=5080.24 cores=0-7
/proc/10054/task/10057/stat : 10057 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 78371 0 0 0 507882 142 0 0 25 0 4 0 641782119 1610289152 375231 33554432000 134512640 135305190 4290640480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20322.7
Current children cumulated vsize (KiB) 1581248



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.01 4.00 5/353 10216
/proc/meminfo: memFree=20644416/32951132 swapFree=64495980/67111528
[pid=10050] ppid=10048 vsize=8700 CPUtime=0.85 cores=0-7
/proc/10050/stat : 10050 (manysat.sh) S 10048 10050 9768 0 -1 4202496 356 8092 0 0 0 0 83 2 18 0 1 0 641782016 8908800 253 33554432000 4194304 4922060 140734398182640 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10050/statm: 2175 253 209 178 0 68 0
[pid=10054] ppid=10050 vsize=1573436 CPUtime=20392.7 cores=0-7
/proc/10054/stat : 10054 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202496 375493 0 0 0 2038795 475 0 0 25 0 4 0 641782103 1611198464 375445 33554432000 134512640 135305190 4290640480 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/10054/statm: 393359 375445 84 194 0 393163 0
[pid=10054/tid=10055] ppid=10050 vsize=1573436 CPUtime=5098.27 cores=0-7
/proc/10054/task/10055/stat : 10055 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 82341 0 0 0 509734 93 0 0 25 0 4 0 641782119 1611198464 375445 33554432000 134512640 135305190 4290640480 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10054/tid=10056] ppid=10050 vsize=1573436 CPUtime=5097.88 cores=0-7
/proc/10054/task/10056/stat : 10056 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 123458 0 0 0 509662 126 0 0 25 0 4 0 641782119 1611198464 375445 33554432000 134512640 135305190 4290640480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10054/tid=10057] ppid=10050 vsize=1573436 CPUtime=5097.96 cores=0-7
/proc/10054/task/10057/stat : 10057 (manysat1.1_stat) R 10050 10050 9768 0 -1 4202560 78383 0 0 0 509654 142 0 0 25 0 4 0 641782119 1611198464 375445 33554432000 134512640 135305190 4290640480 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20393.5
Current children cumulated vsize (KiB) 1582136

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 10050 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=840872
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=23996
# CPU time returned by wait4() is 0.864868
# while last known CPU time is 20393.5
#
# 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): 20393.5
CPU user time (s): 20388.8
CPU system time (s): 4.77
CPU usage (%): 399.872
Max. virtual memory (cumulated for all children) (KiB): 1582136

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

runsolver used 17.8703 second user time and 41.8566 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-13 17:50:24
IDJOB=3362266
IDBENCH=83137
IDSOLVER=1839
FILE ID=node129/3362266-1305301824
RUNJOBID= node129-1305296392-9782
PBS_JOBID= 13321424
Free space on /tmp= 48120 MiB

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

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

MD5SUM BENCH= e560aa6505ddce6d3784f70d5b7aff66
RANDOM SEED=1189986079

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.831
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.831
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.831
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.83
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.831
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.831
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:     32951132 kB
MemFree:      22158172 kB
Buffers:        203800 kB
Cached:        5426716 kB
SwapCached:      52668 kB
Active:        2840336 kB
Inactive:      7738416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      22158172 kB
SwapTotal:    67111528 kB
SwapFree:     64495980 kB
Dirty:            4704 kB
Writeback:           8 kB
AnonPages:     4904896 kB
Mapped:          16960 kB
Slab:           111272 kB
PageTables:      37716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 79732464 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 48112 MiB
End job on node129 at 2011-05-13 19:15:26