Trace number 3362226

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom15.cnf
MD5SUM1f0914c6141fdba914b73575a12b918a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16550.6
Satisfiable
(Un)Satisfiability was proved
Number of variables25972
Number of clauses86411
Sum of the clauses size219707
Maximum clause length879
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 245193
Number of clauses of size 340753
Number of clauses of size 4119
Number of clauses of size 513
Number of clauses of size over 5332

Solver Data

0.00/0.00	c Parsing...
0.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.04	c |         0 |   81213   207435 |   24363       0        0     nan |  0.000 % |
0.00/0.33	c |         0 |   55718   204634 |      --       0       --      -- |     --   | -25495/-2801
0.00/0.33	c ==============================================================================
0.00/0.33	c Result  :   #vars: 10123   #clauses: 55718   #literals: 204634
0.00/0.33	c CPU time:   0.329949 s
0.00/0.33	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-3362226-1305301417/watcher-3362226-1305301417 -o /tmp/evaluation-result-3362226-1305301417/solver-3362226-1305301417 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362226-1305301417.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.73 2.17 2.04 1/231 1958
/proc/meminfo: memFree=17588176/32951124 swapFree=66522240/67111528
[pid=1958] ppid=1956 vsize=8700 CPUtime=0 cores=0-7
/proc/1958/stat : 1958 (manysat.sh) S 1956 1958 1393 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 641742481 8908800 250 33554432000 4194304 4922060 140735423303248 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1958/statm: 2175 250 209 178 0 68 0

[startup+0.059421 s]
/proc/loadavg: 3.73 2.17 2.04 1/231 1958
/proc/meminfo: memFree=17588176/32951124 swapFree=66522240/67111528
[pid=1958] ppid=1956 vsize=8700 CPUtime=0 cores=0-7
/proc/1958/stat : 1958 (manysat.sh) S 1956 1958 1393 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 641742481 8908800 250 33554432000 4194304 4922060 140735423303248 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1958/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100415 s]
/proc/loadavg: 3.73 2.17 2.04 1/231 1958
/proc/meminfo: memFree=17588176/32951124 swapFree=66522240/67111528
[pid=1958] ppid=1956 vsize=8700 CPUtime=0 cores=0-7
/proc/1958/stat : 1958 (manysat.sh) S 1956 1958 1393 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 641742481 8908800 250 33554432000 4194304 4922060 140735423303248 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1958/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300398 s]
/proc/loadavg: 3.73 2.17 2.04 1/231 1958
/proc/meminfo: memFree=17588176/32951124 swapFree=66522240/67111528
[pid=1958] ppid=1956 vsize=8700 CPUtime=0 cores=0-7
/proc/1958/stat : 1958 (manysat.sh) S 1956 1958 1393 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 641742481 8908800 250 33554432000 4194304 4922060 140735423303248 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1958/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700266 s]
/proc/loadavg: 3.73 2.17 2.04 1/231 1958
/proc/meminfo: memFree=17588176/32951124 swapFree=66522240/67111528
[pid=1958] ppid=1956 vsize=8700 CPUtime=0.36 cores=0-7
/proc/1958/stat : 1958 (manysat.sh) S 1956 1958 1393 0 -1 4202496 357 3586 0 0 0 0 36 0 17 0 1 0 641742481 8908800 253 33554432000 4194304 4922060 140735423303248 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1958/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 8700

[startup+1.50116 s]
/proc/loadavg: 3.73 2.17 2.04 5/236 1964
/proc/meminfo: memFree=17561600/32951124 swapFree=66522240/67111528
[pid=1958] ppid=1956 vsize=8700 CPUtime=0.36 cores=0-7
/proc/1958/stat : 1958 (manysat.sh) S 1956 1958 1393 0 -1 4202496 357 3586 0 0 0 0 36 0 17 0 1 0 641742481 8908800 253 33554432000 4194304 4922060 140735423303248 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1958/statm: 2175 253 209 178 0 68 0
[pid=1961] ppid=1958 vsize=59972 CPUtime=4.21 cores=0-7
/proc/1961/stat : 1961 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202496 6577 0 0 0 416 5 0 0 18 0 4 0 641742519 61411328 6530 33554432000 134512640 135305190 4287784480 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1961/statm: 14993 6530 84 194 0 14797 0
[pid=1961/tid=1962] ppid=1958 vsize=59972 CPUtime=1.03 cores=0-7
/proc/1961/task/1962/stat : 1962 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 522 0 0 0 102 1 0 0 18 0 4 0 641742526 61411328 6530 33554432000 134512640 135305190 4287784480 18446744073709551615 134551691 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1961/tid=1963] ppid=1958 vsize=59972 CPUtime=1.02 cores=0-7
/proc/1961/task/1963/stat : 1963 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 551 0 0 0 102 0 0 0 18 0 4 0 641742526 61411328 6530 33554432000 134512640 135305190 4287784480 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1961/tid=1964] ppid=1958 vsize=59972 CPUtime=1.03 cores=0-7
/proc/1961/task/1964/stat : 1964 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 639 0 0 0 102 1 0 0 18 0 4 0 641742526 61411328 6530 33554432000 134512640 135305190 4287784480 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 68672

[startup+3.10086 s]
/proc/loadavg: 3.73 2.17 2.04 5/236 1964
/proc/meminfo: memFree=17554848/32951124 swapFree=66522240/67111528
[pid=1958] ppid=1956 vsize=8700 CPUtime=0.36 cores=0-7
/proc/1958/stat : 1958 (manysat.sh) S 1956 1958 1393 0 -1 4202496 357 3586 0 0 0 0 36 0 17 0 1 0 641742481 8908800 253 33554432000 4194304 4922060 140735423303248 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1958/statm: 2175 253 209 178 0 68 0
[pid=1961] ppid=1958 vsize=69148 CPUtime=10.61 cores=0-7
/proc/1961/stat : 1961 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202496 8739 0 0 0 1055 6 0 0 18 0 4 0 641742519 70807552 8692 33554432000 134512640 135305190 4287784480 18446744073709551615 134528455 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1961/statm: 17287 8692 84 194 0 17091 0
[pid=1961/tid=1962] ppid=1958 vsize=69148 CPUtime=2.63 cores=0-7
/proc/1961/task/1962/stat : 1962 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 931 0 0 0 262 1 0 0 21 0 4 0 641742526 70807552 8692 33554432000 134512640 135305190 4287784480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1961/tid=1963] ppid=1958 vsize=69148 CPUtime=2.61 cores=0-7
/proc/1961/task/1963/stat : 1963 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 1087 0 0 0 261 0 0 0 18 0 4 0 641742526 70807552 8692 33554432000 134512640 135305190 4287784480 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1961/tid=1964] ppid=1958 vsize=69148 CPUtime=2.62 cores=0-7
/proc/1961/task/1964/stat : 1964 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 1253 0 0 0 261 1 0 0 18 0 4 0 641742526 70807552 8692 33554432000 134512640 135305190 4287784480 18446744073709551615 134541971 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.97
Current children cumulated vsize (KiB) 77848

[startup+6.30027 s]
/proc/loadavg: 3.75 2.20 2.05 5/236 1964
/proc/meminfo: memFree=17541704/32951124 swapFree=66522240/67111528
[pid=1958] ppid=1956 vsize=8700 CPUtime=0.36 cores=0-7
/proc/1958/stat : 1958 (manysat.sh) S 1956 1958 1393 0 -1 4202496 357 3586 0 0 0 0 36 0 17 0 1 0 641742481 8908800 253 33554432000 4194304 4922060 140735423303248 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1958/statm: 2175 253 209 178 0 68 0
[pid=1961] ppid=1958 vsize=80184 CPUtime=23.4 cores=0-7
/proc/1961/stat : 1961 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202496 11596 0 0 0 2332 8 0 0 18 0 4 0 641742519 82108416 11549 33554432000 134512640 135305190 4287784480 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1961/statm: 20046 11549 84 194 0 19850 0
[pid=1961/tid=1962] ppid=1958 vsize=80184 CPUtime=5.83 cores=0-7
/proc/1961/task/1962/stat : 1962 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 1572 0 0 0 582 1 0 0 25 0 4 0 641742526 82108416 11549 33554432000 134512640 135305190 4287784480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1961/tid=1963] ppid=1958 vsize=80184 CPUtime=5.82 cores=0-7
/proc/1961/task/1963/stat : 1963 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 1940 0 0 0 581 1 0 0 18 0 4 0 641742526 82108416 11549 33554432000 134512640 135305190 4287784480 18446744073709551615 134554281 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1961/tid=1964] ppid=1958 vsize=80184 CPUtime=5.83 cores=0-7
/proc/1961/task/1964/stat : 1964 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 1938 0 0 0 581 2 0 0 18 0 4 0 641742526 82108416 11549 33554432000 134512640 135305190 4287784480 18446744073709551615 134530613 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.76
Current children cumulated vsize (KiB) 88884

[startup+12.7011 s]
/proc/loadavg: 3.77 2.23 2.06 5/236 1964
/proc/meminfo: memFree=17522772/32951124 swapFree=66522240/67111528
[pid=1958] ppid=1956 vsize=8700 CPUtime=0.36 cores=0-7
/proc/1958/stat : 1958 (manysat.sh) S 1956 1958 1393 0 -1 4202496 357 3586 0 0 0 0 36 0 17 0 1 0 641742481 8908800 253 33554432000 4194304 4922060 140735423303248 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1958/statm: 2175 253 209 178 0 68 0
[pid=1961] ppid=1958 vsize=95264 CPUtime=49 cores=0-7
/proc/1961/stat : 1961 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202496 15603 0 0 0 4889 11 0 0 18 0 4 0 641742519 97550336 15556 33554432000 134512640 135305190 4287784480 18446744073709551615 134528939 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1961/statm: 23816 15556 84 194 0 23620 0
[pid=1961/tid=1962] ppid=1958 vsize=95264 CPUtime=12.23 cores=0-7
/proc/1961/task/1962/stat : 1962 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 2508 0 0 0 1221 2 0 0 25 0 4 0 641742526 97550336 15556 33554432000 134512640 135305190 4287784480 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1961/tid=1963] ppid=1958 vsize=95264 CPUtime=12.22 cores=0-7
/proc/1961/task/1963/stat : 1963 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 2853 0 0 0 1220 2 0 0 18 0 4 0 641742526 97550336 15556 33554432000 134512640 135305190 4287784480 18446744073709551615 134554232 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1961/tid=1964] ppid=1958 vsize=95264 CPUtime=12.23 cores=0-7
/proc/1961/task/1964/stat : 1964 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 2921 0 0 0 1220 3 0 0 18 0 4 0 641742526 97550336 15556 33554432000 134512640 135305190 4287784480 18446744073709551615 134548014 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 49.36
Current children cumulated vsize (KiB) 103964

[startup+25.5008 s]
/proc/loadavg: 3.82 2.32 2.09 5/236 1964
/proc/meminfo: memFree=17507596/32951124 swapFree=66522240/67111528
[pid=1958] ppid=1956 vsize=8700 CPUtime=0.36 cores=0-7
/proc/1958/stat : 1958 (manysat.sh) S 1956 1958 1393 0 -1 4202496 357 3586 0 0 0 0 36 0 17 0 1 0 641742481 8908800 253 33554432000 4194304 4922060 140735423303248 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1958/statm: 2175 253 209 178 0 68 0
[pid=1961] ppid=1958 vsize=112388 CPUtime=100.17 cores=0-7
/proc/1961/stat : 1961 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202496 19686 0 0 0 10003 14 0 0 18 0 4 0 641742519 115085312 19639 33554432000 134512640 135305190 4287784480 18446744073709551615 134528562 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1961/statm: 28097 19639 84 194 0 27901 0
[pid=1961/tid=1962] ppid=1958 vsize=112388 CPUtime=25.02 cores=0-7
/proc/1961/task/1962/stat : 1962 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 3494 0 0 0 2500 2 0 0 18 0 4 0 641742526 115085312 19639 33554432000 134512640 135305190 4287784480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1961/tid=1963] ppid=1958 vsize=112388 CPUtime=25 cores=0-7
/proc/1961/task/1963/stat : 1963 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 4003 0 0 0 2497 3 0 0 18 0 4 0 641742526 115085312 19639 33554432000 134512640 135305190 4287784480 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1961/tid=1964] ppid=1958 vsize=112388 CPUtime=25.01 cores=0-7
/proc/1961/task/1964/stat : 1964 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 3861 0 0 0 2498 3 0 0 18 0 4 0 641742526 115085312 19639 33554432000 134512640 135305190 4287784480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 100.53
Current children cumulated vsize (KiB) 121088

[startup+51.1011 s]
/proc/loadavg: 3.88 2.45 2.14 5/236 1965
/proc/meminfo: memFree=17478920/32951124 swapFree=66522240/67111528
[pid=1958] ppid=1956 vsize=8700 CPUtime=0.36 cores=0-7
/proc/1958/stat : 1958 (manysat.sh) S 1956 1958 1393 0 -1 4202496 357 3586 0 0 0 0 36 0 17 0 1 0 641742481 8908800 253 33554432000 4194304 4922060 140735423303248 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1958/statm: 2175 253 209 178 0 68 0
[pid=1961] ppid=1958 vsize=141180 CPUtime=202.54 cores=0-7
/proc/1961/stat : 1961 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202496 26837 0 0 0 20233 21 0 0 18 0 4 0 641742519 144568320 26790 33554432000 134512640 135305190 4287784480 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1961/statm: 35295 26790 84 194 0 35099 0
[pid=1961/tid=1962] ppid=1958 vsize=141180 CPUtime=50.63 cores=0-7
/proc/1961/task/1962/stat : 1962 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 5182 0 0 0 5059 4 0 0 25 0 4 0 641742526 144568320 26790 33554432000 134512640 135305190 4287784480 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1961/tid=1963] ppid=1958 vsize=141180 CPUtime=50.59 cores=0-7
/proc/1961/task/1963/stat : 1963 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 5949 0 0 0 5053 6 0 0 18 0 4 0 641742526 144568320 26790 33554432000 134512640 135305190 4287784480 18446744073709551615 134528327 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1961/tid=1964] ppid=1958 vsize=141180 CPUtime=50.61 cores=0-7
/proc/1961/task/1964/stat : 1964 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 5527 0 0 0 5056 5 0 0 18 0 4 0 641742526 144568320 26790 33554432000 134512640 135305190 4287784480 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 202.9
Current children cumulated vsize (KiB) 149880

[startup+102.309 s]
/proc/loadavg: 3.95 2.69 2.23 5/236 1966
/proc/meminfo: memFree=17447660/32951124 swapFree=66522240/67111528
[pid=1958] ppid=1956 vsize=8700 CPUtime=0.36 cores=0-7
/proc/1958/stat : 1958 (manysat.sh) S 1956 1958 1393 0 -1 4202496 357 3586 0 0 0 0 36 0 17 0 1 0 641742481 8908800 253 33554432000 4194304 4922060 140735423303248 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1958/statm: 2175 253 209 178 0 68 0
[pid=1961] ppid=1958 vsize=174320 CPUtime=407.32 cores=0-7
/proc/1961/stat : 1961 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202496 34562 0 0 0 40705 27 0 0 23 0 4 0 641742519 178503680 34515 33554432000 134512640 135305190 4287784480 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1961/statm: 43580 34515 84 194 0 43384 0
[pid=1961/tid=1962] ppid=1958 vsize=174320 CPUtime=101.82 cores=0-7
/proc/1961/task/1962/stat : 1962 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 7045 0 0 0 10177 5 0 0 25 0 4 0 641742526 178503680 34515 33554432000 134512640 135305190 4287784480 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1961/tid=1963] ppid=1958 vsize=174320 CPUtime=101.78 cores=0-7
/proc/1961/task/1963/stat : 1963 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 8072 0 0 0 10169 9 0 0 25 0 4 0 641742526 178503680 34515 33554432000 134512640 135305190 4287784480 18446744073709551615 134524718 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1961/tid=1964] ppid=1958 vsize=174320 CPUtime=101.81 cores=0-7
/proc/1961/task/1964/stat : 1964 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 7297 0 0 0 10175 6 0 0 25 0 4 0 641742526 178503680 34515 33554432000 134512640 135305190 4287784480 18446744073709551615 134528489 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 407.68
Current children cumulated vsize (KiB) 183020

[startup+162.301 s]
/proc/loadavg: 3.98 2.92 2.34 5/236 1968
/proc/meminfo: memFree=17425320/32951124 swapFree=66522240/67111528
[pid=1958] ppid=1956 vsize=8700 CPUtime=0.36 cores=0-7
/proc/1958/stat : 1958 (manysat.sh) S 1956 1958 1393 0 -1 4202496 357 3586 0 0 0 0 36 0 17 0 1 0 641742481 8908800 253 33554432000 4194304 4922060 140735423303248 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1958/statm: 2175 253 209 178 0 68 0
[pid=1961] ppid=1958 vsize=196324 CPUtime=647.24 cores=0-7
/proc/1961/stat : 1961 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202496 40225 0 0 0 64688 36 0 0 19 0 4 0 641742519 201035776 40175 33554432000 134512640 135305190 4287784480 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1961/statm: 49081 40175 84 194 0 48885 0
[pid=1961/tid=1962] ppid=1958 vsize=196324 CPUtime=161.81 cores=0-7

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

/proc/1961/task/1964/stat : 1964 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 37707 0 0 0 466116 45 0 0 24 0 4 0 641742526 990146560 220630 33554432000 134512640 135305190 4287784480 18446744073709551615 134528458 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18646.8
Current children cumulated vsize (KiB) 975640

[startup+4722.31 s]
/proc/loadavg: 4.01 4.01 3.92 5/236 2111
/proc/meminfo: memFree=16698216/32951124 swapFree=66522240/67111528
[pid=1958] ppid=1956 vsize=8700 CPUtime=0.36 cores=0-7
/proc/1958/stat : 1958 (manysat.sh) S 1956 1958 1393 0 -1 4202496 357 3586 0 0 0 0 36 0 17 0 1 0 641742481 8908800 253 33554432000 4194304 4922060 140735423303248 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1958/statm: 2175 253 209 178 0 68 0
[pid=1961] ppid=1958 vsize=969988 CPUtime=18886.4 cores=0-7
/proc/1961/stat : 1961 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202496 221405 0 0 0 1888315 328 0 0 25 0 4 0 641742519 993267712 221222 33554432000 134512640 135305190 4287784480 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1961/statm: 242497 221222 84 194 0 242301 0
[pid=1961/tid=1962] ppid=1958 vsize=969988 CPUtime=4721.74 cores=0-7
/proc/1961/task/1962/stat : 1962 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 51930 0 0 0 472119 55 0 0 25 0 4 0 641742526 993267712 221222 33554432000 134512640 135305190 4287784480 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1961/tid=1963] ppid=1958 vsize=969988 CPUtime=4721.33 cores=0-7
/proc/1961/task/1963/stat : 1963 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 79456 0 0 0 471959 174 0 0 25 0 4 0 641742526 993267712 221222 33554432000 134512640 135305190 4287784480 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1961/tid=1964] ppid=1958 vsize=969988 CPUtime=4721.62 cores=0-7
/proc/1961/task/1964/stat : 1964 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 37719 0 0 0 472117 45 0 0 25 0 4 0 641742526 993267712 221222 33554432000 134512640 135305190 4287784480 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18886.8
Current children cumulated vsize (KiB) 978688

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/236 2112
/proc/meminfo: memFree=16688276/32951124 swapFree=66522240/67111528
[pid=1958] ppid=1956 vsize=8700 CPUtime=0.36 cores=0-7
/proc/1958/stat : 1958 (manysat.sh) S 1956 1958 1393 0 -1 4202496 357 3586 0 0 0 0 36 0 17 0 1 0 641742481 8908800 253 33554432000 4194304 4922060 140735423303248 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1958/statm: 2175 253 209 178 0 68 0
[pid=1961] ppid=1958 vsize=979364 CPUtime=19126.4 cores=0-7
/proc/1961/stat : 1961 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202496 223993 0 0 0 1912306 335 0 0 25 0 4 0 641742519 1002868736 223810 33554432000 134512640 135305190 4287784480 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1961/statm: 244841 223810 84 194 0 244645 0
[pid=1961/tid=1962] ppid=1958 vsize=979364 CPUtime=4781.72 cores=0-7
/proc/1961/task/1962/stat : 1962 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 52407 0 0 0 478117 55 0 0 25 0 4 0 641742526 1002868736 223810 33554432000 134512640 135305190 4287784480 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1961/tid=1963] ppid=1958 vsize=979364 CPUtime=4781.32 cores=0-7
/proc/1961/task/1963/stat : 1963 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 80908 0 0 0 477953 179 0 0 25 0 4 0 641742526 1002868736 223810 33554432000 134512640 135305190 4287784480 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1961/tid=1964] ppid=1958 vsize=979364 CPUtime=4781.62 cores=0-7
/proc/1961/task/1964/stat : 1964 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 38058 0 0 0 478116 46 0 0 18 0 4 0 641742526 1002868736 223810 33554432000 134512640 135305190 4287784480 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19126.8
Current children cumulated vsize (KiB) 988064

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/236 2117
/proc/meminfo: memFree=16683772/32951124 swapFree=66522240/67111528
[pid=1958] ppid=1956 vsize=8700 CPUtime=0.36 cores=0-7
/proc/1958/stat : 1958 (manysat.sh) S 1956 1958 1393 0 -1 4202496 357 3586 0 0 0 0 36 0 17 0 1 0 641742481 8908800 253 33554432000 4194304 4922060 140735423303248 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1958/statm: 2175 253 209 178 0 68 0
[pid=1961] ppid=1958 vsize=983212 CPUtime=19366.4 cores=0-7
/proc/1961/stat : 1961 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202496 224766 0 0 0 1936303 338 0 0 25 0 4 0 641742519 1006809088 224583 33554432000 134512640 135305190 4287784480 18446744073709551615 134528557 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1961/statm: 245803 224583 84 194 0 245607 0
[pid=1961/tid=1962] ppid=1958 vsize=983212 CPUtime=4841.73 cores=0-7
/proc/1961/task/1962/stat : 1962 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 52653 0 0 0 484117 56 0 0 25 0 4 0 641742526 1006809088 224583 33554432000 134512640 135305190 4287784480 18446744073709551615 134538136 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1961/tid=1963] ppid=1958 vsize=983212 CPUtime=4841.31 cores=0-7
/proc/1961/task/1963/stat : 1963 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 81333 0 0 0 483950 181 0 0 25 0 4 0 641742526 1006809088 224583 33554432000 134512640 135305190 4287784480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1961/tid=1964] ppid=1958 vsize=983212 CPUtime=4841.62 cores=0-7
/proc/1961/task/1964/stat : 1964 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 38100 0 0 0 484116 46 0 0 25 0 4 0 641742526 1006809088 224583 33554432000 134512640 135305190 4287784480 18446744073709551615 134528458 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19366.8
Current children cumulated vsize (KiB) 991912

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/236 2118
/proc/meminfo: memFree=16683284/32951124 swapFree=66522240/67111528
[pid=1958] ppid=1956 vsize=8700 CPUtime=0.36 cores=0-7
/proc/1958/stat : 1958 (manysat.sh) S 1956 1958 1393 0 -1 4202496 357 3586 0 0 0 0 36 0 17 0 1 0 641742481 8908800 253 33554432000 4194304 4922060 140735423303248 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1958/statm: 2175 253 209 178 0 68 0
[pid=1961] ppid=1958 vsize=984200 CPUtime=19606.4 cores=0-7
/proc/1961/stat : 1961 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202496 224969 0 0 0 1960300 339 0 0 25 0 4 0 641742519 1007820800 224786 33554432000 134512640 135305190 4287784480 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1961/statm: 246050 224786 84 194 0 245854 0
[pid=1961/tid=1962] ppid=1958 vsize=984200 CPUtime=4901.71 cores=0-7
/proc/1961/task/1962/stat : 1962 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 52653 0 0 0 490115 56 0 0 25 0 4 0 641742526 1007820800 224786 33554432000 134512640 135305190 4287784480 18446744073709551615 134538909 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1961/tid=1963] ppid=1958 vsize=984200 CPUtime=4901.31 cores=0-7
/proc/1961/task/1963/stat : 1963 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 81412 0 0 0 489950 181 0 0 25 0 4 0 641742526 1007820800 224786 33554432000 134512640 135305190 4287784480 18446744073709551615 134554276 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1961/tid=1964] ppid=1958 vsize=984200 CPUtime=4901.62 cores=0-7
/proc/1961/task/1964/stat : 1964 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 38167 0 0 0 490116 46 0 0 25 0 4 0 641742526 1007820800 224786 33554432000 134512640 135305190 4287784480 18446744073709551615 134528286 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19606.8
Current children cumulated vsize (KiB) 992900

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/236 2120
/proc/meminfo: memFree=16682896/32951124 swapFree=66522240/67111528
[pid=1958] ppid=1956 vsize=8700 CPUtime=0.36 cores=0-7
/proc/1958/stat : 1958 (manysat.sh) S 1956 1958 1393 0 -1 4202496 357 3586 0 0 0 0 36 0 17 0 1 0 641742481 8908800 253 33554432000 4194304 4922060 140735423303248 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1958/statm: 2175 253 209 178 0 68 0
[pid=1961] ppid=1958 vsize=985412 CPUtime=19846.4 cores=0-7
/proc/1961/stat : 1961 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202496 225210 0 0 0 1984298 339 0 0 25 0 4 0 641742519 1009061888 225027 33554432000 134512640 135305190 4287784480 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1961/statm: 246353 225027 84 194 0 246157 0
[pid=1961/tid=1962] ppid=1958 vsize=985412 CPUtime=4961.69 cores=0-7
/proc/1961/task/1962/stat : 1962 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 52653 0 0 0 496113 56 0 0 25 0 4 0 641742526 1009061888 225027 33554432000 134512640 135305190 4287784480 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1961/tid=1963] ppid=1958 vsize=985412 CPUtime=4961.31 cores=0-7
/proc/1961/task/1963/stat : 1963 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 81486 0 0 0 495949 182 0 0 25 0 4 0 641742526 1009061888 225027 33554432000 134512640 135305190 4287784480 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1961/tid=1964] ppid=1958 vsize=985412 CPUtime=4961.62 cores=0-7
/proc/1961/task/1964/stat : 1964 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 38220 0 0 0 496116 46 0 0 25 0 4 0 641742526 1009061888 225027 33554432000 134512640 135305190 4287784480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19846.7
Current children cumulated vsize (KiB) 994112

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/236 2122
/proc/meminfo: memFree=16681988/32951124 swapFree=66522240/67111528
[pid=1958] ppid=1956 vsize=8700 CPUtime=0.36 cores=0-7
/proc/1958/stat : 1958 (manysat.sh) S 1956 1958 1393 0 -1 4202496 357 3586 0 0 0 0 36 0 17 0 1 0 641742481 8908800 253 33554432000 4194304 4922060 140735423303248 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1958/statm: 2175 253 209 178 0 68 0
[pid=1961] ppid=1958 vsize=986128 CPUtime=20086.4 cores=0-7
/proc/1961/stat : 1961 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202496 225477 0 0 0 2008296 340 0 0 25 0 4 0 641742519 1009795072 225294 33554432000 134512640 135305190 4287784480 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1961/statm: 246532 225294 84 194 0 246336 0
[pid=1961/tid=1962] ppid=1958 vsize=986128 CPUtime=5021.7 cores=0-7
/proc/1961/task/1962/stat : 1962 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 52653 0 0 0 502113 57 0 0 25 0 4 0 641742526 1009795072 225294 33554432000 134512640 135305190 4287784480 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1961/tid=1963] ppid=1958 vsize=986128 CPUtime=5021.3 cores=0-7
/proc/1961/task/1963/stat : 1963 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 81520 0 0 0 501948 182 0 0 25 0 4 0 641742526 1009795072 225294 33554432000 134512640 135305190 4287784480 18446744073709551615 134552908 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1961/tid=1964] ppid=1958 vsize=986128 CPUtime=5021.62 cores=0-7
/proc/1961/task/1964/stat : 1964 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 38303 0 0 0 502116 46 0 0 19 0 4 0 641742526 1009795072 225294 33554432000 134512640 135305190 4287784480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20086.7
Current children cumulated vsize (KiB) 994828

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/236 2123
/proc/meminfo: memFree=16680368/32951124 swapFree=66522240/67111528
[pid=1958] ppid=1956 vsize=8700 CPUtime=0.36 cores=0-7
/proc/1958/stat : 1958 (manysat.sh) S 1956 1958 1393 0 -1 4202496 357 3586 0 0 0 0 36 0 17 0 1 0 641742481 8908800 253 33554432000 4194304 4922060 140735423303248 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1958/statm: 2175 253 209 178 0 68 0
[pid=1961] ppid=1958 vsize=987336 CPUtime=20326.4 cores=0-7
/proc/1961/stat : 1961 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202496 225912 0 0 0 2032297 341 0 0 25 0 4 0 641742519 1011032064 225729 33554432000 134512640 135305190 4287784480 18446744073709551615 134556804 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1961/statm: 246834 225729 84 194 0 246638 0
[pid=1961/tid=1962] ppid=1958 vsize=987336 CPUtime=5081.7 cores=0-7
/proc/1961/task/1962/stat : 1962 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 52653 0 0 0 508113 57 0 0 25 0 4 0 641742526 1011032064 225729 33554432000 134512640 135305190 4287784480 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1961/tid=1963] ppid=1958 vsize=987336 CPUtime=5081.3 cores=0-7
/proc/1961/task/1963/stat : 1963 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 81591 0 0 0 507948 182 0 0 25 0 4 0 641742526 1011032064 225729 33554432000 134512640 135305190 4287784480 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1961/tid=1964] ppid=1958 vsize=987336 CPUtime=5081.62 cores=0-7
/proc/1961/task/1964/stat : 1964 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 38402 0 0 0 508116 46 0 0 25 0 4 0 641742526 1011032064 225729 33554432000 134512640 135305190 4287784480 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20326.7
Current children cumulated vsize (KiB) 996036



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.92 5/236 2124
/proc/meminfo: memFree=16680112/32951124 swapFree=66522240/67111528
[pid=1958] ppid=1956 vsize=8700 CPUtime=0.36 cores=0-7
/proc/1958/stat : 1958 (manysat.sh) S 1956 1958 1393 0 -1 4202496 357 3586 0 0 0 0 36 0 17 0 1 0 641742481 8908800 253 33554432000 4194304 4922060 140735423303248 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1958/statm: 2175 253 209 178 0 68 0
[pid=1961] ppid=1958 vsize=987408 CPUtime=20397.2 cores=0-7
/proc/1961/stat : 1961 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202496 225972 0 0 0 2039377 341 0 0 25 0 4 0 641742519 1011105792 225789 33554432000 134512640 135305190 4287784480 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1961/statm: 246852 225789 84 194 0 246656 0
[pid=1961/tid=1962] ppid=1958 vsize=987408 CPUtime=5099.41 cores=0-7
/proc/1961/task/1962/stat : 1962 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 52653 0 0 0 509884 57 0 0 25 0 4 0 641742526 1011105792 225789 33554432000 134512640 135305190 4287784480 18446744073709551615 134551746 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1961/tid=1963] ppid=1958 vsize=987408 CPUtime=5099 cores=0-7
/proc/1961/task/1963/stat : 1963 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 81592 0 0 0 509718 182 0 0 18 0 4 0 641742526 1011105792 225789 33554432000 134512640 135305190 4287784480 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1961/tid=1964] ppid=1958 vsize=987408 CPUtime=5099.33 cores=0-7
/proc/1961/task/1964/stat : 1964 (manysat1.1_stat) R 1958 1958 1393 0 -1 4202560 38456 0 0 0 509887 46 0 0 22 0 4 0 641742526 1011105792 225789 33554432000 134512640 135305190 4287784480 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20397.5
Current children cumulated vsize (KiB) 996108

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 1958 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=369943
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=10998
# CPU time returned by wait4() is 0.380941
# while last known CPU time is 20397.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): 20397.5
CPU user time (s): 20394.1
CPU system time (s): 3.41
CPU usage (%): 399.95
Max. virtual memory (cumulated for all children) (KiB): 996108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.369943
system time used= 0.010998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3943
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 10.5954 second user time and 26.509 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-13 17:43:37
IDJOB=3362226
IDBENCH=83108
IDSOLVER=1839
FILE ID=node109/3362226-1305301417
RUNJOBID= node109-1305296396-1407
PBS_JOBID= 13321444
Free space on /tmp= 36492 MiB

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

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

MD5SUM BENCH= 1f0914c6141fdba914b73575a12b918a
RANDOM SEED=1011775827

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17588324 kB
Buffers:        220628 kB
Cached:        3996264 kB
SwapCached:      19036 kB
Active:        6334220 kB
Inactive:      8770352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17588324 kB
SwapTotal:    67111528 kB
SwapFree:     66522240 kB
Dirty:            2688 kB
Writeback:           0 kB
AnonPages:    10875012 kB
Mapped:          17928 kB
Slab:           163748 kB
PageTables:      30404 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 17853252 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= 36488 MiB
End job on node109 at 2011-05-13 19:08:39