Trace number 1776199

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
ManySAT 1.1 aimd 1/2009-03-20 (4 threads)? (TO) 3990.32 1000.04

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.12.unsat.cnf
MD5SUM8d6acb9f6b752ad76c024133f5175c69
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 variables1694
Number of clauses5726
Sum of the clauses size14874
Maximum clause length23
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22490
Number of clauses of size 33143
Number of clauses of size 439
Number of clauses of size 538
Number of clauses of size over 513

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    5723    14871 |    1716       0        0     nan |  0.000 % |
0.00/0.02	c |         0 |    4834    14382 |      --       0       --      -- |     --   | -843/-394
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 1165   #clauses: 4834   #literals: 14382
0.00/0.02	c CPU time:   0.02 s
0.00/0.02	c ==============================================================================
3990.26/1000.03	HOME/manysat.sh: line 55: 21493 Terminated              $MS -verbosity=0 $TMP.cnf $TMP.result -$AIMD $AIMD_FLAG "$@"

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1776199-1243507694/watcher-1776199-1243507694 -o /tmp/evaluation-result-1776199-1243507694/solver-1776199-1243507694 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1776199-1243507694.cnf aimd 1 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 3.55 4.12 4.23 3/97 21490
/proc/meminfo: memFree=3024628/3368532 swapFree=1952996/1959888
[pid=21490] ppid=21488 vsize=2412 CPUtime=0
/proc/21490/stat : 21490 (manysat.sh) R 21488 21490 21691 0 -1 4194304 334 0 0 0 0 0 0 0 18 0 1 0 1104906620 2469888 273 4294967295 134512640 135169312 3220347504 3220345980 3085772660 0 65538 4 65536 0 0 0 17 3 0 0 0
/proc/21490/statm: 603 273 231 161 0 42 0
[pid=21491] ppid=21490 vsize=1160 CPUtime=0
/proc/21491/stat : 21491 (SatElite) R 21490 21490 21691 0 -1 4202496 222 0 0 0 0 0 0 0 18 0 1 0 1104906620 1187840 159 4294967295 134512640 135034092 3219011824 3219007784 134673244 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21491/statm: 290 159 51 128 0 160 0

[startup+0.02675 s]
/proc/loadavg: 3.55 4.12 4.23 3/97 21490
/proc/meminfo: memFree=3024628/3368532 swapFree=1952996/1959888
[pid=21490] ppid=21488 vsize=2412 CPUtime=0
/proc/21490/stat : 21490 (manysat.sh) S 21488 21490 21691 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1104906620 2469888 273 4294967295 134512640 135169312 3220347504 3220346040 3085770478 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21490/statm: 603 273 231 161 0 42 0
[pid=21491] ppid=21490 vsize=1712 CPUtime=0.02
/proc/21491/stat : 21491 (SatElite) R 21490 21490 21691 0 -1 4202496 380 0 0 0 2 0 0 0 20 0 1 0 1104906620 1753088 317 4294967295 134512640 135034092 3219011824 3219006700 134691101 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21491/statm: 428 317 68 128 0 298 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4124

[startup+0.107332 s]
/proc/loadavg: 3.55 4.12 4.23 3/97 21490
/proc/meminfo: memFree=3024628/3368532 swapFree=1952996/1959888
[pid=21490] ppid=21488 vsize=2416 CPUtime=0.03
/proc/21490/stat : 21490 (manysat.sh) S 21488 21490 21691 0 -1 4194304 370 384 0 0 0 0 3 0 18 0 1 0 1104906620 2473984 274 4294967295 134512640 135169312 3220347504 3220343720 3085770478 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21490/statm: 604 274 231 161 0 43 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2416

[startup+0.306735 s]
/proc/loadavg: 3.55 4.12 4.23 3/97 21490
/proc/meminfo: memFree=3024628/3368532 swapFree=1952996/1959888
[pid=21490] ppid=21488 vsize=2416 CPUtime=0.03
/proc/21490/stat : 21490 (manysat.sh) S 21488 21490 21691 0 -1 4194304 370 384 0 0 0 0 3 0 18 0 1 0 1104906620 2473984 274 4294967295 134512640 135169312 3220347504 3220343720 3085770478 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21490/statm: 604 274 231 161 0 43 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2416

[startup+0.706703 s]
/proc/loadavg: 3.55 4.12 4.23 3/97 21490
/proc/meminfo: memFree=3024628/3368532 swapFree=1952996/1959888
[pid=21490] ppid=21488 vsize=2416 CPUtime=0.03
/proc/21490/stat : 21490 (manysat.sh) S 21488 21490 21691 0 -1 4194304 370 384 0 0 0 0 3 0 18 0 1 0 1104906620 2473984 274 4294967295 134512640 135169312 3220347504 3220343720 3085770478 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21490/statm: 604 274 231 161 0 43 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2416

[startup+1.50623 s]
/proc/loadavg: 3.55 4.12 4.23 5/102 21497
/proc/meminfo: memFree=3018484/3368532 swapFree=1952996/1959888
[pid=21490] ppid=21488 vsize=2416 CPUtime=0.03
/proc/21490/stat : 21490 (manysat.sh) S 21488 21490 21691 0 -1 4194304 370 384 0 0 0 0 3 0 18 0 1 0 1104906620 2473984 274 4294967295 134512640 135169312 3220347504 3220343720 3085770478 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21490/statm: 604 274 231 161 0 43 0
[pid=21493] ppid=21490 vsize=35576 CPUtime=5.56
/proc/21493/stat : 21493 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202496 2061 0 0 0 553 3 0 0 15 0 4 0 1104906623 36429824 1992 4294967295 134512640 135305190 3213106048 3213103940 134695249 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/21493/statm: 8894 1992 79 194 0 8698 0
[pid=21493/tid=21494] ppid=21490 vsize=35576 CPUtime=1.42
/proc/21493/task/21494/stat : 21494 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 350 0 0 0 142 0 0 0 16 0 4 0 1104906624 36429824 1992 4294967295 134512640 135305190 3213106048 3086863476 134695249 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=21493/tid=21495] ppid=21490 vsize=35576 CPUtime=1.29
/proc/21493/task/21495/stat : 21495 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 397 0 0 0 129 0 0 0 15 0 4 0 1104906624 36429824 1992 4294967295 134512640 135305190 3213106048 3078474792 134695249 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=21493/tid=21496] ppid=21490 vsize=35576 CPUtime=1.38
/proc/21493/task/21496/stat : 21496 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 415 0 0 0 137 1 0 0 16 0 4 0 1104906624 36429824 1992 4294967295 134512640 135305190 3213106048 3070086088 134694990 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.59
Current children cumulated vsize (KiB) 37992

[startup+3.11252 s]
/proc/loadavg: 3.55 4.12 4.23 7/102 21497
/proc/meminfo: memFree=3015820/3368532 swapFree=1952996/1959888
[pid=21490] ppid=21488 vsize=2416 CPUtime=0.03
/proc/21490/stat : 21490 (manysat.sh) S 21488 21490 21691 0 -1 4194304 370 384 0 0 0 0 3 0 18 0 1 0 1104906620 2473984 274 4294967295 134512640 135169312 3220347504 3220343720 3085770478 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21490/statm: 604 274 231 161 0 43 0
[pid=21493] ppid=21490 vsize=41084 CPUtime=11.86
/proc/21493/stat : 21493 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202496 3503 0 0 0 1180 6 0 0 16 0 4 0 1104906623 42070016 3434 4294967295 134512640 135305190 3213106048 3213103940 134695249 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/21493/statm: 10271 3434 79 194 0 10075 0
[pid=21493/tid=21494] ppid=21490 vsize=41084 CPUtime=2.96
/proc/21493/task/21494/stat : 21494 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 688 0 0 0 296 0 0 0 15 0 4 0 1104906624 42070016 3434 4294967295 134512640 135305190 3213106048 3086863280 134557484 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21493/tid=21495] ppid=21490 vsize=41084 CPUtime=2.89
/proc/21493/task/21495/stat : 21495 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 784 0 0 0 289 0 0 0 15 0 4 0 1104906624 42070016 3434 4294967295 134512640 135305190 3213106048 3078474792 134694990 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=21493/tid=21496] ppid=21490 vsize=41084 CPUtime=2.93
/proc/21493/task/21496/stat : 21496 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 793 0 0 0 291 2 0 0 15 0 4 0 1104906624 42070016 3434 4294967295 134512640 135305190 3213106048 3070086228 134695249 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 43500

[startup+6.30626 s]
/proc/loadavg: 3.82 4.16 4.25 7/102 21498
/proc/meminfo: memFree=3008412/3368532 swapFree=1952996/1959888
[pid=21490] ppid=21488 vsize=2416 CPUtime=0.03
/proc/21490/stat : 21490 (manysat.sh) S 21488 21490 21691 0 -1 4194304 370 384 0 0 0 0 3 0 18 0 1 0 1104906620 2473984 274 4294967295 134512640 135169312 3220347504 3220343720 3085770478 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21490/statm: 604 274 231 161 0 43 0
[pid=21493] ppid=21490 vsize=46804 CPUtime=24.59
/proc/21493/stat : 21493 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202496 4651 0 0 0 2452 7 0 0 17 0 4 0 1104906623 47927296 4582 4294967295 134512640 135305190 3213106048 3213104224 134528503 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/21493/statm: 11701 4582 79 194 0 11505 0
[pid=21493/tid=21494] ppid=21490 vsize=46804 CPUtime=6.12
/proc/21493/task/21494/stat : 21494 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 920 0 0 0 612 0 0 0 18 0 4 0 1104906624 47927296 4582 4294967295 134512640 135305190 3213106048 3086863552 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21493/tid=21495] ppid=21490 vsize=46804 CPUtime=6.09
/proc/21493/task/21495/stat : 21495 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 1116 0 0 0 609 0 0 0 16 0 4 0 1104906624 47927296 4582 4294967295 134512640 135305190 3213106048 3078474944 134528263 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=21493/tid=21496] ppid=21490 vsize=46804 CPUtime=6.12
/proc/21493/task/21496/stat : 21496 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 1161 0 0 0 609 3 0 0 17 0 4 0 1104906624 47927296 4582 4294967295 134512640 135305190 3213106048 3070086080 134546704 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.62
Current children cumulated vsize (KiB) 49220

[startup+12.7056 s]
/proc/loadavg: 3.84 4.16 4.25 7/103 21511
/proc/meminfo: memFree=2996456/3368532 swapFree=1952996/1959888
[pid=21490] ppid=21488 vsize=2416 CPUtime=0.03
/proc/21490/stat : 21490 (manysat.sh) S 21488 21490 21691 0 -1 4194304 370 384 0 0 0 0 3 0 18 0 1 0 1104906620 2473984 274 4294967295 134512640 135169312 3220347504 3220343720 3085770478 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21490/statm: 604 274 231 161 0 43 0
[pid=21493] ppid=21490 vsize=57900 CPUtime=49.95
/proc/21493/stat : 21493 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202496 7505 0 0 0 4984 11 0 0 25 0 4 0 1104906623 59289600 7436 4294967295 134512640 135305190 3213106048 3213104224 134528263 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/21493/statm: 14475 7436 79 194 0 14279 0
[pid=21493/tid=21494] ppid=21490 vsize=57900 CPUtime=12.47
/proc/21493/task/21494/stat : 21494 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 1399 0 0 0 1245 2 0 0 25 0 4 0 1104906624 59289600 7436 4294967295 134512640 135305190 3213106048 3086863552 134528329 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21493/tid=21495] ppid=21490 vsize=57900 CPUtime=12.48
/proc/21493/task/21495/stat : 21495 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 1928 0 0 0 1246 2 0 0 16 0 4 0 1104906624 59289600 7436 4294967295 134512640 135305190 3213106048 3078474944 134528559 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=21493/tid=21496] ppid=21490 vsize=57900 CPUtime=12.37
/proc/21493/task/21496/stat : 21496 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 2020 0 0 0 1234 3 0 0 25 0 4 0 1104906624 59289600 7436 4294967295 134512640 135305190 3213106048 3070086184 134694990 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.98
Current children cumulated vsize (KiB) 60316

[startup+25.5046 s]
/proc/loadavg: 3.87 4.15 4.24 6/102 21683
/proc/meminfo: memFree=2986900/3368532 swapFree=1952996/1959888
[pid=21490] ppid=21488 vsize=2416 CPUtime=0.03
/proc/21490/stat : 21490 (manysat.sh) S 21488 21490 21691 0 -1 4194304 370 384 0 0 0 0 3 0 18 0 1 0 1104906620 2473984 274 4294967295 134512640 135169312 3220347504 3220343720 3085770478 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21490/statm: 604 274 231 161 0 43 0
[pid=21493] ppid=21490 vsize=66844 CPUtime=100.9
/proc/21493/stat : 21493 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202496 9778 0 0 0 10075 15 0 0 25 0 4 0 1104906623 68448256 9709 4294967295 134512640 135305190 3213106048 3213104224 134528392 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/21493/statm: 16711 9709 79 194 0 16515 0
[pid=21493/tid=21494] ppid=21490 vsize=66844 CPUtime=25.21
/proc/21493/task/21494/stat : 21494 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 1849 0 0 0 2517 4 0 0 25 0 4 0 1104906624 68448256 9709 4294967295 134512640 135305190 3213106048 3086863552 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21493/tid=21495] ppid=21490 vsize=66844 CPUtime=25.28
/proc/21493/task/21495/stat : 21495 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 2795 0 0 0 2525 3 0 0 21 0 4 0 1104906624 68448256 9709 4294967295 134512640 135305190 3213106048 3078474944 134528875 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=21493/tid=21496] ppid=21490 vsize=66844 CPUtime=25.05
/proc/21493/task/21496/stat : 21496 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 2536 0 0 0 2501 4 0 0 25 0 4 0 1104906624 68448256 9709 4294967295 134512640 135305190 3213106048 3070086336 134528418 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 100.93
Current children cumulated vsize (KiB) 69260

[startup+51.1026 s]
/proc/loadavg: 3.99 4.16 4.24 5/102 21685
/proc/meminfo: memFree=2974412/3368532 swapFree=1952996/1959888
[pid=21490] ppid=21488 vsize=2416 CPUtime=0.03
/proc/21490/stat : 21490 (manysat.sh) S 21488 21490 21691 0 -1 4194304 370 384 0 0 0 0 3 0 18 0 1 0 1104906620 2473984 274 4294967295 134512640 135169312 3220347504 3220343720 3085770478 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21490/statm: 604 274 231 161 0 43 0
[pid=21493] ppid=21490 vsize=79628 CPUtime=203.23
/proc/21493/stat : 21493 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202496 12850 0 0 0 20301 22 0 0 25 0 4 0 1104906623 81539072 12781 4294967295 134512640 135305190 3213106048 3213104224 134528421 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/21493/statm: 19907 12781 79 194 0 19711 0
[pid=21493/tid=21494] ppid=21490 vsize=79628 CPUtime=50.81
/proc/21493/task/21494/stat : 21494 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 2504 0 0 0 5076 5 0 0 25 0 4 0 1104906624 81539072 12781 4294967295 134512640 135305190 3213106048 3086863552 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21493/tid=21495] ppid=21490 vsize=79628 CPUtime=50.88
/proc/21493/task/21495/stat : 21495 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 3909 0 0 0 5082 6 0 0 25 0 4 0 1104906624 81539072 12781 4294967295 134512640 135305190 3213106048 3078474944 134531006 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=21493/tid=21496] ppid=21490 vsize=79628 CPUtime=50.61
/proc/21493/task/21496/stat : 21496 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 3110 0 0 0 5056 5 0 0 25 0 4 0 1104906624 81539072 12781 4294967295 134512640 135305190 3213106048 3070086336 134528506 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.26
Current children cumulated vsize (KiB) 82044

[startup+102.319 s]
/proc/loadavg: 4.38 4.22 4.26 5/102 21875
/proc/meminfo: memFree=2962708/3368532 swapFree=1952996/1959888
[pid=21490] ppid=21488 vsize=2416 CPUtime=0.03
/proc/21490/stat : 21490 (manysat.sh) S 21488 21490 21691 0 -1 4194304 370 384 0 0 0 0 3 0 18 0 1 0 1104906620 2473984 274 4294967295 134512640 135169312 3220347504 3220343720 3085770478 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21490/statm: 604 274 231 161 0 43 0
[pid=21493] ppid=21490 vsize=90268 CPUtime=407.56
/proc/21493/stat : 21493 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202496 15556 0 0 0 40711 45 0 0 25 0 4 0 1104906623 92434432 15487 4294967295 134512640 135305190 3213106048 3213104224 134528256 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/21493/statm: 22567 15487 79 194 0 22371 0
[pid=21493/tid=21494] ppid=21490 vsize=90268 CPUtime=102.02
/proc/21493/task/21494/stat : 21494 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 3046 0 0 0 10191 11 0 0 25 0 4 0 1104906624 92434432 15487 4294967295 134512640 135305190 3213106048 3086863552 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21493/tid=21495] ppid=21490 vsize=90268 CPUtime=101.96
/proc/21493/task/21495/stat : 21495 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 5013 0 0 0 10183 13 0 0 25 0 4 0 1104906624 92434432 15487 4294967295 134512640 135305190 3213106048 3078474944 134528539 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=21493/tid=21496] ppid=21490 vsize=90268 CPUtime=101.75
/proc/21493/task/21496/stat : 21496 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 3486 0 0 0 10166 9 0 0 25 0 4 0 1104906624 92434432 15487 4294967295 134512640 135305190 3213106048 3070086128 134547909 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.59
Current children cumulated vsize (KiB) 92684

[startup+162.314 s]
/proc/loadavg: 4.31 4.24 4.26 5/102 22062
/proc/meminfo: memFree=2948860/3368532 swapFree=1952996/1959888
[pid=21490] ppid=21488 vsize=2416 CPUtime=0.03
/proc/21490/stat : 21490 (manysat.sh) S 21488 21490 21691 0 -1 4194304 370 384 0 0 0 0 3 0 18 0 1 0 1104906620 2473984 274 4294967295 134512640 135169312 3220347504 3220343720 3085770478 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21490/statm: 604 274 231 161 0 43 0
[pid=21493] ppid=21490 vsize=105868 CPUtime=646.92
/proc/21493/stat : 21493 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202496 18979 0 0 0 64623 69 0 0 25 0 4 0 1104906623 108408832 18910 4294967295 134512640 135305190 3213106048 3213104224 134528229 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/21493/statm: 26467 18910 79 194 0 26271 0
[pid=21493/tid=21494] ppid=21490 vsize=105868 CPUtime=162
/proc/21493/task/21494/stat : 21494 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 3885 0 0 0 16184 16 0 0 25 0 4 0 1104906624 108408832 18910 4294967295 134512640 135305190 3213106048 3086863280 134556792 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21493/tid=21495] ppid=21490 vsize=105868 CPUtime=161.75
/proc/21493/task/21495/stat : 21495 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 6480 0 0 0 16154 21 0 0 25 0 4 0 1104906624 108408832 18910 4294967295 134512640 135305190 3213106048 3078474944 134528310 0 0 0 3 0 0 0 -1 1 0 0 0

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

[startup+522.315 s]
/proc/loadavg: 4.57 4.33 4.28 5/102 23194
/proc/meminfo: memFree=2897276/3368532 swapFree=1952996/1959888
[pid=21490] ppid=21488 vsize=2416 CPUtime=0.03
/proc/21490/stat : 21490 (manysat.sh) S 21488 21490 21691 0 -1 4194304 370 384 0 0 0 0 3 0 18 0 1 0 1104906620 2473984 274 4294967295 134512640 135169312 3220347504 3220343720 3085770478 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21490/statm: 604 274 231 161 0 43 0
[pid=21493] ppid=21490 vsize=159924 CPUtime=2083.77
/proc/21493/stat : 21493 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202496 31992 0 0 0 208206 171 0 0 25 0 4 0 1104906623 163762176 31911 4294967295 134512640 135305190 3213106048 3213104224 134528768 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/21493/statm: 39981 31911 79 194 0 39785 0
[pid=21493/tid=21494] ppid=21490 vsize=159924 CPUtime=521.6
/proc/21493/task/21494/stat : 21494 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 6082 0 0 0 52120 40 0 0 25 0 4 0 1104906624 163762176 31911 4294967295 134512640 135305190 3213106048 3086863552 134528256 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=21493/tid=21495] ppid=21490 vsize=159924 CPUtime=521.05
/proc/21493/task/21495/stat : 21495 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 13230 0 0 0 52061 44 0 0 25 0 4 0 1104906624 163762176 31911 4294967295 134512640 135305190 3213106048 3078474944 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21493/tid=21496] ppid=21490 vsize=159924 CPUtime=520.22
/proc/21493/task/21496/stat : 21496 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 6279 0 0 0 51978 44 0 0 25 0 4 0 1104906624 163762176 31911 4294967295 134512640 135305190 3213106048 3070086336 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2083.8
Current children cumulated vsize (KiB) 162340

[startup+582.311 s]
/proc/loadavg: 4.32 4.31 4.28 6/102 23387
/proc/meminfo: memFree=2889448/3368532 swapFree=1952996/1959888
[pid=21490] ppid=21488 vsize=2416 CPUtime=0.03
/proc/21490/stat : 21490 (manysat.sh) S 21488 21490 21691 0 -1 4194304 370 384 0 0 0 0 3 0 18 0 1 0 1104906620 2473984 274 4294967295 134512640 135169312 3220347504 3220343720 3085770478 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21490/statm: 604 274 231 161 0 43 0
[pid=21493] ppid=21490 vsize=166224 CPUtime=2323.19
/proc/21493/stat : 21493 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202496 33553 0 0 0 232131 188 0 0 25 0 4 0 1104906623 170213376 33472 4294967295 134512640 135305190 3213106048 3213104016 134547906 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/21493/statm: 41556 33472 79 194 0 41360 0
[pid=21493/tid=21494] ppid=21490 vsize=166224 CPUtime=581.55
/proc/21493/task/21494/stat : 21494 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 6492 0 0 0 58113 42 0 0 25 0 4 0 1104906624 170213376 33472 4294967295 134512640 135305190 3213106048 3086863552 134528392 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=21493/tid=21495] ppid=21490 vsize=166224 CPUtime=581.02
/proc/21493/task/21495/stat : 21495 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 13942 0 0 0 58057 45 0 0 25 0 4 0 1104906624 170213376 33472 4294967295 134512640 135305190 3213106048 3078474944 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21493/tid=21496] ppid=21490 vsize=166224 CPUtime=579.87
/proc/21493/task/21496/stat : 21496 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 6565 0 0 0 57931 56 0 0 25 0 4 0 1104906624 170213376 33472 4294967295 134512640 135305190 3213106048 3070086080 134546214 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2323.22
Current children cumulated vsize (KiB) 168640

[startup+642.306 s]
/proc/loadavg: 4.30 4.31 4.27 6/102 23576
/proc/meminfo: memFree=2888036/3368532 swapFree=1952996/1959888
[pid=21490] ppid=21488 vsize=2416 CPUtime=0.03
/proc/21490/stat : 21490 (manysat.sh) S 21488 21490 21691 0 -1 4194304 370 384 0 0 0 0 3 0 18 0 1 0 1104906620 2473984 274 4294967295 134512640 135169312 3220347504 3220343720 3085770478 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21490/statm: 604 274 231 161 0 43 0
[pid=21493] ppid=21490 vsize=168196 CPUtime=2562.63
/proc/21493/stat : 21493 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202496 34086 0 0 0 256065 198 0 0 25 0 4 0 1104906623 172232704 34005 4294967295 134512640 135305190 3213106048 3213103888 134551671 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/21493/statm: 42049 34005 79 194 0 41853 0
[pid=21493/tid=21494] ppid=21490 vsize=168196 CPUtime=641.43
/proc/21493/task/21494/stat : 21494 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 6492 0 0 0 64100 43 0 0 25 0 4 0 1104906624 172232704 34005 4294967295 134512640 135305190 3213106048 3086863552 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=21493/tid=21495] ppid=21490 vsize=168196 CPUtime=640.94
/proc/21493/task/21495/stat : 21495 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 13993 0 0 0 64046 48 0 0 25 0 4 0 1104906624 172232704 34005 4294967295 134512640 135305190 3213106048 3078474944 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=21493/tid=21496] ppid=21490 vsize=168196 CPUtime=639.71
/proc/21493/task/21496/stat : 21496 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 6581 0 0 0 63912 59 0 0 25 0 4 0 1104906624 172232704 34005 4294967295 134512640 135305190 3213106048 3070086336 134528252 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2562.66
Current children cumulated vsize (KiB) 170612

[startup+702.311 s]
/proc/loadavg: 4.43 4.35 4.29 5/102 23763
/proc/meminfo: memFree=2885688/3368532 swapFree=1952996/1959888
[pid=21490] ppid=21488 vsize=2416 CPUtime=0.03
/proc/21490/stat : 21490 (manysat.sh) S 21488 21490 21691 0 -1 4194304 370 384 0 0 0 0 3 0 18 0 1 0 1104906620 2473984 274 4294967295 134512640 135169312 3220347504 3220343720 3085770478 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21490/statm: 604 274 231 161 0 43 0
[pid=21493] ppid=21490 vsize=170636 CPUtime=2801.88
/proc/21493/stat : 21493 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202496 34778 0 0 0 279972 216 0 0 25 0 4 0 1104906623 174731264 34697 4294967295 134512640 135305190 3213106048 3213104224 134528418 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/21493/statm: 42659 34697 79 194 0 42463 0
[pid=21493/tid=21494] ppid=21490 vsize=170636 CPUtime=701.08
/proc/21493/task/21494/stat : 21494 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 6553 0 0 0 70059 49 0 0 25 0 4 0 1104906624 174731264 34697 4294967295 134512640 135305190 3213106048 3086863552 134528536 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=21493/tid=21495] ppid=21490 vsize=170636 CPUtime=700.61
/proc/21493/task/21495/stat : 21495 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 14370 0 0 0 70004 57 0 0 25 0 4 0 1104906624 174731264 34697 4294967295 134512640 135305190 3213106048 3078474944 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=21493/tid=21496] ppid=21490 vsize=170636 CPUtime=699.69
/proc/21493/task/21496/stat : 21496 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 6835 0 0 0 69907 62 0 0 25 0 4 0 1104906624 174731264 34697 4294967295 134512640 135305190 3213106048 3070086336 134528480 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2801.91
Current children cumulated vsize (KiB) 173052

[startup+762.306 s]
/proc/loadavg: 4.62 4.42 4.31 5/102 23950
/proc/meminfo: memFree=2874116/3368532 swapFree=1952996/1959888
[pid=21490] ppid=21488 vsize=2416 CPUtime=0.03
/proc/21490/stat : 21490 (manysat.sh) S 21488 21490 21691 0 -1 4194304 370 384 0 0 0 0 3 0 18 0 1 0 1104906620 2473984 274 4294967295 134512640 135169312 3220347504 3220343720 3085770478 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21490/statm: 604 274 231 161 0 43 0
[pid=21493] ppid=21490 vsize=183212 CPUtime=3041.35
/proc/21493/stat : 21493 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202496 37866 0 0 0 303907 228 0 0 25 0 4 0 1104906623 187609088 37785 4294967295 134512640 135305190 3213106048 3213104224 134528768 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/21493/statm: 45803 37785 79 194 0 45607 0
[pid=21493/tid=21494] ppid=21490 vsize=183212 CPUtime=760.9
/proc/21493/task/21494/stat : 21494 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 6866 0 0 0 76040 50 0 0 25 0 4 0 1104906624 187609088 37785 4294967295 134512640 135305190 3213106048 3086863552 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=21493/tid=21495] ppid=21490 vsize=183212 CPUtime=760.47
/proc/21493/task/21495/stat : 21495 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 16351 0 0 0 75986 61 0 0 25 0 4 0 1104906624 187609088 37785 4294967295 134512640 135305190 3213106048 3078474944 134528872 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=21493/tid=21496] ppid=21490 vsize=183212 CPUtime=759.54
/proc/21493/task/21496/stat : 21496 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 7514 0 0 0 75888 66 0 0 25 0 4 0 1104906624 187609088 37785 4294967295 134512640 135305190 3213106048 3070086336 134528237 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3041.38
Current children cumulated vsize (KiB) 185628

[startup+822.312 s]
/proc/loadavg: 4.34 4.39 4.31 5/102 24137
/proc/meminfo: memFree=2870748/3368532 swapFree=1952996/1959888
[pid=21490] ppid=21488 vsize=2416 CPUtime=0.03
/proc/21490/stat : 21490 (manysat.sh) S 21488 21490 21691 0 -1 4194304 370 384 0 0 0 0 3 0 18 0 1 0 1104906620 2473984 274 4294967295 134512640 135169312 3220347504 3220343720 3085770478 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21490/statm: 604 274 231 161 0 43 0
[pid=21493] ppid=21490 vsize=185304 CPUtime=3280.82
/proc/21493/stat : 21493 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202496 38359 0 0 0 327837 245 0 0 25 0 4 0 1104906623 189751296 38278 4294967295 134512640 135305190 3213106048 3213104224 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/21493/statm: 46326 38278 79 194 0 46130 0
[pid=21493/tid=21494] ppid=21490 vsize=185304 CPUtime=820.8
/proc/21493/task/21494/stat : 21494 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 7172 0 0 0 82028 52 0 0 25 0 4 0 1104906624 189751296 38278 4294967295 134512640 135305190 3213106048 3086863552 134528518 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=21493/tid=21495] ppid=21490 vsize=185304 CPUtime=820.38
/proc/21493/task/21495/stat : 21495 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 16352 0 0 0 81974 64 0 0 25 0 4 0 1104906624 189751296 38278 4294967295 134512640 135305190 3213106048 3078474944 134528341 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=21493/tid=21496] ppid=21490 vsize=185304 CPUtime=819.37
/proc/21493/task/21496/stat : 21496 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 7528 0 0 0 81863 74 0 0 25 0 4 0 1104906624 189751296 38278 4294967295 134512640 135305190 3213106048 3070086336 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3280.85
Current children cumulated vsize (KiB) 187720

[startup+882.317 s]
/proc/loadavg: 4.89 4.51 4.35 5/102 24326
/proc/meminfo: memFree=2869792/3368532 swapFree=1952996/1959888
[pid=21490] ppid=21488 vsize=2416 CPUtime=0.03
/proc/21490/stat : 21490 (manysat.sh) S 21488 21490 21691 0 -1 4194304 370 384 0 0 0 0 3 0 18 0 1 0 1104906620 2473984 274 4294967295 134512640 135169312 3220347504 3220343720 3085770478 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21490/statm: 604 274 231 161 0 43 0
[pid=21493] ppid=21490 vsize=187716 CPUtime=3520.33
/proc/21493/stat : 21493 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202496 38824 0 0 0 351779 254 0 0 25 0 4 0 1104906623 192221184 38743 4294967295 134512640 135305190 3213106048 3213104224 134528768 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/21493/statm: 46929 38743 79 194 0 46733 0
[pid=21493/tid=21494] ppid=21490 vsize=187716 CPUtime=880.67
/proc/21493/task/21494/stat : 21494 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 7172 0 0 0 88014 53 0 0 25 0 4 0 1104906624 192221184 38743 4294967295 134512640 135305190 3213106048 3086863552 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=21493/tid=21495] ppid=21490 vsize=187716 CPUtime=880.34
/proc/21493/task/21495/stat : 21495 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 16359 0 0 0 87967 67 0 0 25 0 4 0 1104906624 192221184 38743 4294967295 134512640 135305190 3213106048 3078474944 134528418 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=21493/tid=21496] ppid=21490 vsize=187716 CPUtime=879.13
/proc/21493/task/21496/stat : 21496 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 7612 0 0 0 87836 77 0 0 25 0 4 0 1104906624 192221184 38743 4294967295 134512640 135305190 3213106048 3070086336 134528415 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3520.36
Current children cumulated vsize (KiB) 190132

[startup+942.312 s]
/proc/loadavg: 4.78 4.53 4.37 6/102 24519
/proc/meminfo: memFree=2865776/3368532 swapFree=1952996/1959888
[pid=21490] ppid=21488 vsize=2416 CPUtime=0.03
/proc/21490/stat : 21490 (manysat.sh) S 21488 21490 21691 0 -1 4194304 370 384 0 0 0 0 3 0 18 0 1 0 1104906620 2473984 274 4294967295 134512640 135169312 3220347504 3220343720 3085770478 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21490/statm: 604 274 231 161 0 43 0
[pid=21493] ppid=21490 vsize=190792 CPUtime=3759.84
/proc/21493/stat : 21493 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202496 39589 0 0 0 375714 270 0 0 25 0 4 0 1104906623 195371008 39508 4294967295 134512640 135305190 3213106048 3213103952 134557464 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/21493/statm: 47698 39508 79 194 0 47502 0
[pid=21493/tid=21494] ppid=21490 vsize=190792 CPUtime=940.51
/proc/21493/task/21494/stat : 21494 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 7197 0 0 0 93997 54 0 0 25 0 4 0 1104906624 195371008 39508 4294967295 134512640 135305190 3213106048 3086863552 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=21493/tid=21495] ppid=21490 vsize=190792 CPUtime=940.29
/proc/21493/task/21495/stat : 21495 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 16757 0 0 0 93961 68 0 0 25 0 4 0 1104906624 195371008 39508 4294967295 134512640 135305190 3213106048 3078474944 134528195 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=21493/tid=21496] ppid=21490 vsize=190792 CPUtime=939.01
/proc/21493/task/21496/stat : 21496 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 7819 0 0 0 93816 85 0 0 25 0 4 0 1104906624 195371008 39508 4294967295 134512640 135305190 3213106048 3070086336 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3759.87
Current children cumulated vsize (KiB) 193208



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.50 4.49 4.36 6/102 24706
/proc/meminfo: memFree=2859908/3368532 swapFree=1952996/1959888
[pid=21490] ppid=21488 vsize=2416 CPUtime=0.03
/proc/21490/stat : 21490 (manysat.sh) S 21488 21490 21691 0 -1 4194304 370 384 0 0 0 0 3 0 18 0 1 0 1104906620 2473984 274 4294967295 134512640 135169312 3220347504 3220343720 3085770478 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21490/statm: 604 274 231 161 0 43 0
[pid=21493] ppid=21490 vsize=198816 CPUtime=3990.23
/proc/21493/stat : 21493 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202496 41112 0 0 0 398732 291 0 0 25 0 4 0 1104906623 203587584 41031 4294967295 134512640 135305190 3213106048 3213104224 134528503 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/21493/statm: 49704 41031 79 194 0 49508 0
[pid=21493/tid=21494] ppid=21490 vsize=198816 CPUtime=998.09
/proc/21493/task/21494/stat : 21494 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 7303 0 0 0 99751 58 0 0 25 0 4 0 1104906624 203587584 41031 4294967295 134512640 135305190 3213106048 3086863552 134528503 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=21493/tid=21495] ppid=21490 vsize=198816 CPUtime=997.94
/proc/21493/task/21495/stat : 21495 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 17785 0 0 0 99721 73 0 0 25 0 4 0 1104906624 203587584 41031 4294967295 134512640 135305190 3213106048 3078474888 134840070 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=21493/tid=21496] ppid=21490 vsize=198816 CPUtime=996.54
/proc/21493/task/21496/stat : 21496 (manysat1.1_stat) R 21490 21490 21691 0 -1 4202560 8183 0 0 0 99562 92 0 0 25 0 4 0 1104906624 203587584 41031 4294967295 134512640 135305190 3213106048 3070086336 134528480 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3990.26
Current children cumulated vsize (KiB) 201232

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)
Real time (s): 1000.04
CPU time (s): 3990.32
CPU user time (s): 3987.41
CPU system time (s): 2.91
CPU usage (%): 399.017
Max. virtual memory (cumulated for all children) (KiB): 201232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3987.41
system time used= 2.91
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41947
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= 16624
involuntary context switches= 179606

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi45 at 2009-05-28 12:48:14
IDJOB=1776199
IDBENCH=20468
IDSOLVER=623
FILE ID=tipi45/1776199-1243507694
PBS_JOBID=
Free space on /tmp= 15501 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.12.unsat.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776199-1243507694/watcher-1776199-1243507694 -o /tmp/evaluation-result-1776199-1243507694/solver-1776199-1243507694 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1776199-1243507694.cnf aimd 1

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 4

MD5SUM BENCH= 8d6acb9f6b752ad76c024133f5175c69
RANDOM SEED= 1562225183

Linux tipi45 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.081
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.41
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.081
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.10
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.081
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.16
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.081
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3024628 kB
Buffers:        127860 kB
Cached:         109660 kB
SwapCached:       2100 kB
Active:          73072 kB
Inactive:       173680 kB
HighTotal:     2489216 kB
HighFree:      2367304 kB
LowTotal:       879316 kB
LowFree:        657324 kB
SwapTotal:     1959888 kB
SwapFree:      1952996 kB
Dirty:            3128 kB
Writeback:           0 kB
AnonPages:        8352 kB
Mapped:           3124 kB
Slab:            85284 kB
SReclaimable:    73952 kB
SUnreclaim:      11332 kB
PageTables:        388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    89600 kB
VmallocTotal:   114680 kB
VmallocUsed:     17900 kB
VmallocChunk:    96244 kB

Free space on /tmp at the end= 15501 MiB
End job on tipi45 at 2009-05-28 13:04:56