Trace number 1779169

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) 3983.15 1000.05

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-15.cnf
MD5SUMc8a05d1e76535706c430a6b42d191d4b
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 variables69695
Number of clauses227171
Sum of the clauses size588683
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292572
Number of clauses of size 3134470
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.10/0.18	c ==============================================================================
0.10/0.18	c |           |     ORIGINAL     |              LEARNT              |          |
0.10/0.18	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.10/0.18	c ==============================================================================
0.10/0.18	c |         0 |  226528   587013 |   67958       0        0     nan |  0.000 % |
0.80/0.89	c |         0 |  163587   553632 |      --       0       --      -- |     --   | -62941/-33381
0.80/0.89	c ==============================================================================
0.80/0.89	c Result  :   #vars: 28546   #clauses: 163587   #literals: 553632
0.80/0.89	c CPU time:   0.85 s
0.80/0.89	c ==============================================================================
3983.06/1000.04	HOME/manysat.sh: line 55: 23005 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-1779169-1243521307/watcher-1779169-1243521307 -o /tmp/evaluation-result-1779169-1243521307/solver-1779169-1243521307 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1779169-1243521307.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.93 4.30 4.30 3/116 23003
/proc/meminfo: memFree=3026888/3368532 swapFree=1941392/1959888
[pid=23002] ppid=23000 vsize=2412 CPUtime=0
/proc/23002/stat : 23002 (manysat.sh) S 23000 23002 12261 0 -1 4194304 349 0 0 0 0 0 0 0 23 0 1 0 1116810600 2469888 272 4294967295 134512640 135169312 3217895440 3217893976 3085356782 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/23002/statm: 603 272 231 161 0 42 0
[pid=23003] ppid=23002 vsize=768 CPUtime=0
/proc/23003/stat : 23003 (SatElite) R 23002 23002 12261 0 -1 4202496 154 0 0 0 0 0 0 0 18 0 1 0 1116810600 786432 91 4294967295 134512640 135034092 3214111808 3214108096 134544856 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23003/statm: 225 92 49 128 0 95 0

[startup+0.034957 s]
/proc/loadavg: 3.93 4.30 4.30 3/116 23003
/proc/meminfo: memFree=3026888/3368532 swapFree=1941392/1959888
[pid=23002] ppid=23000 vsize=2412 CPUtime=0
/proc/23002/stat : 23002 (manysat.sh) S 23000 23002 12261 0 -1 4194304 349 0 0 0 0 0 0 0 23 0 1 0 1116810600 2469888 272 4294967295 134512640 135169312 3217895440 3217893976 3085356782 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/23002/statm: 603 272 231 161 0 42 0
[pid=23003] ppid=23002 vsize=15632 CPUtime=0.03
/proc/23003/stat : 23003 (SatElite) R 23002 23002 12261 0 -1 4202496 2620 0 0 0 2 1 0 0 18 0 1 0 1116810600 16007168 2410 4294967295 134512640 135034092 3214111808 3214108152 134691005 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23003/statm: 3908 2412 50 128 0 3778 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18044

[startup+0.104953 s]
/proc/loadavg: 3.93 4.30 4.30 3/116 23003
/proc/meminfo: memFree=3026888/3368532 swapFree=1941392/1959888
[pid=23002] ppid=23000 vsize=2412 CPUtime=0
/proc/23002/stat : 23002 (manysat.sh) S 23000 23002 12261 0 -1 4194304 349 0 0 0 0 0 0 0 23 0 1 0 1116810600 2469888 272 4294967295 134512640 135169312 3217895440 3217893976 3085356782 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/23002/statm: 603 272 231 161 0 42 0
[pid=23003] ppid=23002 vsize=25236 CPUtime=0.1
/proc/23003/stat : 23003 (SatElite) R 23002 23002 12261 0 -1 4202496 4920 0 0 0 7 3 0 0 18 0 1 0 1116810600 25841664 4710 4294967295 134512640 135034092 3214111808 3214108152 134691005 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23003/statm: 6309 4710 50 128 0 6179 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 27648

[startup+0.304945 s]
/proc/loadavg: 3.93 4.30 4.30 3/116 23003
/proc/meminfo: memFree=3026888/3368532 swapFree=1941392/1959888
[pid=23002] ppid=23000 vsize=2412 CPUtime=0
/proc/23002/stat : 23002 (manysat.sh) S 23000 23002 12261 0 -1 4194304 349 0 0 0 0 0 0 0 23 0 1 0 1116810600 2469888 272 4294967295 134512640 135169312 3217895440 3217893976 3085356782 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/23002/statm: 603 272 231 161 0 42 0
[pid=23003] ppid=23002 vsize=37840 CPUtime=0.3
/proc/23003/stat : 23003 (SatElite) R 23002 23002 12261 0 -1 4202496 8296 0 0 0 26 4 0 0 18 0 1 0 1116810600 38748160 7882 4294967295 134512640 135034092 3214111808 3214107676 134673244 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23003/statm: 9460 7883 67 128 0 9330 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 40252

[startup+0.704929 s]
/proc/loadavg: 3.93 4.30 4.30 3/116 23003
/proc/meminfo: memFree=3026888/3368532 swapFree=1941392/1959888
[pid=23002] ppid=23000 vsize=2412 CPUtime=0
/proc/23002/stat : 23002 (manysat.sh) S 23000 23002 12261 0 -1 4194304 349 0 0 0 0 0 0 0 23 0 1 0 1116810600 2469888 272 4294967295 134512640 135169312 3217895440 3217893976 3085356782 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/23002/statm: 603 272 231 161 0 42 0
[pid=23003] ppid=23002 vsize=42940 CPUtime=0.7
/proc/23003/stat : 23003 (SatElite) R 23002 23002 12261 0 -1 4202496 9638 0 0 0 66 4 0 0 18 0 1 0 1116810600 43970560 9088 4294967295 134512640 135034092 3214111808 3214108112 134569592 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23003/statm: 10735 9088 67 128 0 10605 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 45352

[startup+1.5049 s]
/proc/loadavg: 3.93 4.30 4.30 2/117 23004
/proc/meminfo: memFree=2985596/3368532 swapFree=1941392/1959888
[pid=23002] ppid=23000 vsize=2416 CPUtime=1.11
/proc/23002/stat : 23002 (manysat.sh) S 23000 23002 12261 0 -1 4194304 371 9934 0 0 0 0 106 5 18 0 1 0 1116810600 2473984 274 4294967295 134512640 135169312 3217895440 3217891656 3085356782 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/23002/statm: 604 274 231 161 0 43 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 2416

[startup+3.10485 s]
/proc/loadavg: 3.93 4.30 4.30 5/120 23008
/proc/meminfo: memFree=2966524/3368532 swapFree=1941392/1959888
[pid=23002] ppid=23000 vsize=2416 CPUtime=1.11
/proc/23002/stat : 23002 (manysat.sh) S 23000 23002 12261 0 -1 4194304 371 9934 0 0 0 0 106 5 18 0 1 0 1116810600 2473984 274 4294967295 134512640 135169312 3217895440 3217891656 3085356782 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/23002/statm: 604 274 231 161 0 43 0
[pid=23005] ppid=23002 vsize=85720 CPUtime=6.42
/proc/23005/stat : 23005 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202496 14370 0 0 0 593 49 0 0 16 0 4 0 1116810712 87777280 14304 4294967295 134512640 135305190 3218116672 3218114596 134840070 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/23005/statm: 21430 14304 79 194 0 21234 0
[pid=23005/tid=23006] ppid=23002 vsize=85720 CPUtime=1.54
/proc/23005/task/23006/stat : 23006 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 683 0 0 0 138 16 0 0 16 0 4 0 1116810748 87777280 14304 4294967295 134512640 135305190 3218116672 3074886848 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=23005/tid=23007] ppid=23002 vsize=85720 CPUtime=1.55
/proc/23005/task/23007/stat : 23007 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 748 0 0 0 144 11 0 0 16 0 4 0 1116810748 87777280 14304 4294967295 134512640 135305190 3218116672 3066498240 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=23005/tid=23008] ppid=23002 vsize=85720 CPUtime=1.46
/proc/23005/task/23008/stat : 23008 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 790 0 0 0 137 9 0 0 16 0 4 0 1116810748 87777280 14304 4294967295 134512640 135305190 3218116672 3058109632 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 88136

[startup+6.30472 s]
/proc/loadavg: 4.10 4.33 4.31 8/120 23008
/proc/meminfo: memFree=2961324/3368532 swapFree=1941392/1959888
[pid=23002] ppid=23000 vsize=2416 CPUtime=1.11
/proc/23002/stat : 23002 (manysat.sh) S 23000 23002 12261 0 -1 4194304 371 9934 0 0 0 0 106 5 18 0 1 0 1116810600 2473984 274 4294967295 134512640 135169312 3217895440 3217891656 3085356782 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/23002/statm: 604 274 231 161 0 43 0
[pid=23005] ppid=23002 vsize=88368 CPUtime=19.2
/proc/23005/stat : 23005 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202496 15073 0 0 0 1870 50 0 0 18 0 4 0 1116810712 90488832 15007 4294967295 134512640 135305190 3218116672 3218114596 134840070 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/23005/statm: 22092 15007 79 194 0 21896 0
[pid=23005/tid=23006] ppid=23002 vsize=88368 CPUtime=4.74
/proc/23005/task/23006/stat : 23006 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 862 0 0 0 458 16 0 0 19 0 4 0 1116810748 90488832 15007 4294967295 134512640 135305190 3218116672 3074886576 134556734 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=23005/tid=23007] ppid=23002 vsize=88368 CPUtime=4.75
/proc/23005/task/23007/stat : 23007 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 899 0 0 0 463 12 0 0 19 0 4 0 1116810748 90488832 15007 4294967295 134512640 135305190 3218116672 3066498240 134528189 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=23005/tid=23008] ppid=23002 vsize=88368 CPUtime=4.66
/proc/23005/task/23008/stat : 23008 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 930 0 0 0 457 9 0 0 19 0 4 0 1116810748 90488832 15007 4294967295 134512640 135305190 3218116672 3058109632 134528425 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.31
Current children cumulated vsize (KiB) 90784

[startup+12.7045 s]
/proc/loadavg: 4.33 4.37 4.32 7/121 23069
/proc/meminfo: memFree=2957448/3368532 swapFree=1941392/1959888
[pid=23002] ppid=23000 vsize=2416 CPUtime=1.11
/proc/23002/stat : 23002 (manysat.sh) S 23000 23002 12261 0 -1 4194304 371 9934 0 0 0 0 106 5 18 0 1 0 1116810600 2473984 274 4294967295 134512640 135169312 3217895440 3217891656 3085356782 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/23002/statm: 604 274 231 161 0 43 0
[pid=23005] ppid=23002 vsize=92140 CPUtime=44.69
/proc/23005/stat : 23005 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202496 15803 0 0 0 4413 56 0 0 25 0 4 0 1116810712 94351360 15737 4294967295 134512640 135305190 3218116672 3218114388 134840070 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/23005/statm: 23035 15737 79 194 0 22839 0
[pid=23005/tid=23006] ppid=23002 vsize=92140 CPUtime=11.07
/proc/23005/task/23006/stat : 23006 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 1061 0 0 0 1090 17 0 0 25 0 4 0 1116810748 94351360 15737 4294967295 134512640 135305190 3218116672 3074886848 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=23005/tid=23007] ppid=23002 vsize=92140 CPUtime=11.15
/proc/23005/task/23007/stat : 23007 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 1044 0 0 0 1103 12 0 0 25 0 4 0 1116810748 94351360 15737 4294967295 134512640 135305190 3218116672 3066498240 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=23005/tid=23008] ppid=23002 vsize=92140 CPUtime=11.02
/proc/23005/task/23008/stat : 23008 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 1139 0 0 0 1088 14 0 0 25 0 4 0 1116810748 94351360 15737 4294967295 134512640 135305190 3218116672 3058109632 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 45.8
Current children cumulated vsize (KiB) 94556

[startup+25.5039 s]
/proc/loadavg: 4.47 4.40 4.33 5/120 23192
/proc/meminfo: memFree=2952616/3368532 swapFree=1941392/1959888
[pid=23002] ppid=23000 vsize=2416 CPUtime=1.11
/proc/23002/stat : 23002 (manysat.sh) S 23000 23002 12261 0 -1 4194304 371 9934 0 0 0 0 106 5 18 0 1 0 1116810600 2473984 274 4294967295 134512640 135169312 3217895440 3217891656 3085356782 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/23002/statm: 604 274 231 161 0 43 0
[pid=23005] ppid=23002 vsize=97296 CPUtime=95.59
/proc/23005/stat : 23005 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202496 17179 0 0 0 9499 60 0 0 25 0 4 0 1116810712 99631104 17113 4294967295 134512640 135305190 3218116672 3218114512 134551681 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/23005/statm: 24324 17113 79 194 0 24128 0
[pid=23005/tid=23006] ppid=23002 vsize=97296 CPUtime=23.71
/proc/23005/task/23006/stat : 23006 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 1371 0 0 0 2353 18 0 0 25 0 4 0 1116810748 99631104 17113 4294967295 134512640 135305190 3218116672 3074886512 134551639 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=23005/tid=23007] ppid=23002 vsize=97296 CPUtime=23.95
/proc/23005/task/23007/stat : 23007 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 1341 0 0 0 2380 15 0 0 25 0 4 0 1116810748 99631104 17113 4294967295 134512640 135305190 3218116672 3066498240 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=23005/tid=23008] ppid=23002 vsize=97296 CPUtime=23.73
/proc/23005/task/23008/stat : 23008 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 1491 0 0 0 2359 14 0 0 25 0 4 0 1116810748 99631104 17113 4294967295 134512640 135305190 3218116672 3058109632 134528851 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 96.7
Current children cumulated vsize (KiB) 99712

[startup+51.1029 s]
/proc/loadavg: 4.57 4.43 4.34 6/120 23193
/proc/meminfo: memFree=2943160/3368532 swapFree=1941392/1959888
[pid=23002] ppid=23000 vsize=2416 CPUtime=1.11
/proc/23002/stat : 23002 (manysat.sh) S 23000 23002 12261 0 -1 4194304 371 9934 0 0 0 0 106 5 18 0 1 0 1116810600 2473984 274 4294967295 134512640 135169312 3217895440 3217891656 3085356782 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/23002/statm: 604 274 231 161 0 43 0
[pid=23005] ppid=23002 vsize=106228 CPUtime=197.93
/proc/23005/stat : 23005 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202496 19449 0 0 0 19725 68 0 0 25 0 4 0 1116810712 108777472 19383 4294967295 134512640 135305190 3218116672 3218114576 134556558 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/23005/statm: 26557 19383 79 194 0 26361 0
[pid=23005/tid=23006] ppid=23002 vsize=106228 CPUtime=49.31
/proc/23005/task/23006/stat : 23006 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 1799 0 0 0 4911 20 0 0 25 0 4 0 1116810748 108777472 19383 4294967295 134512640 135305190 3218116672 3074886576 134556770 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=23005/tid=23007] ppid=23002 vsize=106228 CPUtime=49.55
/proc/23005/task/23007/stat : 23007 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 1899 0 0 0 4940 15 0 0 25 0 4 0 1116810748 108777472 19383 4294967295 134512640 135305190 3218116672 3066498240 134528875 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=23005/tid=23008] ppid=23002 vsize=106228 CPUtime=49.33
/proc/23005/task/23008/stat : 23008 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 2192 0 0 0 4918 15 0 0 25 0 4 0 1116810748 108777472 19383 4294967295 134512640 135305190 3218116672 3058109632 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 199.04
Current children cumulated vsize (KiB) 108644

[startup+102.321 s]
/proc/loadavg: 4.54 4.45 4.35 5/120 23381
/proc/meminfo: memFree=2925080/3368532 swapFree=1941392/1959888
[pid=23002] ppid=23000 vsize=2416 CPUtime=1.11
/proc/23002/stat : 23002 (manysat.sh) S 23000 23002 12261 0 -1 4194304 371 9934 0 0 0 0 106 5 18 0 1 0 1116810600 2473984 274 4294967295 134512640 135169312 3217895440 3217891656 3085356782 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/23002/statm: 604 274 231 161 0 43 0
[pid=23005] ppid=23002 vsize=124708 CPUtime=402.38
/proc/23005/stat : 23005 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202496 23934 0 0 0 40152 86 0 0 25 0 4 0 1116810712 127700992 23868 4294967295 134512640 135305190 3218116672 3218114512 134551697 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/23005/statm: 31177 23868 79 194 0 30981 0
[pid=23005/tid=23006] ppid=23002 vsize=124708 CPUtime=100.34
/proc/23005/task/23006/stat : 23006 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 2776 0 0 0 10010 24 0 0 25 0 4 0 1116810748 127700992 23868 4294967295 134512640 135305190 3218116672 3074886848 134528392 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=23005/tid=23007] ppid=23002 vsize=124708 CPUtime=100.75
/proc/23005/task/23007/stat : 23007 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 2913 0 0 0 10059 16 0 0 25 0 4 0 1116810748 127700992 23868 4294967295 134512640 135305190 3218116672 3066497920 134552908 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=23005/tid=23008] ppid=23002 vsize=124708 CPUtime=100.38
/proc/23005/task/23008/stat : 23008 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 3682 0 0 0 10015 23 0 0 25 0 4 0 1116810748 127700992 23868 4294967295 134512640 135305190 3218116672 3058109632 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 403.49
Current children cumulated vsize (KiB) 127124

[startup+162.308 s]
/proc/loadavg: 4.86 4.54 4.39 6/120 23569
/proc/meminfo: memFree=2918004/3368532 swapFree=1941392/1959888
[pid=23002] ppid=23000 vsize=2416 CPUtime=1.11
/proc/23002/stat : 23002 (manysat.sh) S 23000 23002 12261 0 -1 4194304 371 9934 0 0 0 0 106 5 18 0 1 0 1116810600 2473984 274 4294967295 134512640 135169312 3217895440 3217891656 3085356782 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/23002/statm: 604 274 231 161 0 43 0
[pid=23005] ppid=23002 vsize=131028 CPUtime=641.27
/proc/23005/stat : 23005 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202496 25557 0 0 0 64022 105 0 0 25 0 4 0 1116810712 134172672 25491 4294967295 134512640 135305190 3218116672 3218114512 134551729 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/23005/statm: 32757 25491 79 194 0 32561 0
[pid=23005/tid=23006] ppid=23002 vsize=131028 CPUtime=159.48
/proc/23005/task/23006/stat : 23006 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 3105 0 0 0 15924 24 0 0 25 0 4 0 1116810748 134172672 25491 4294967295 134512640 135305190 3218116672 3074886512 134569921 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=23005/tid=23007] ppid=23002 vsize=131028 CPUtime=160.71
/proc/23005/task/23007/stat : 23007 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 3373 0 0 0 16052 19 0 0 25 0 4 0 1116810748 134172672 25491 4294967295 134512640 135305190 3218116672 3066498240 134528503 0 0 0 3 0 0 0 -1 1 0 0 0

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

Current children cumulated vsize (KiB) 184252

[startup+522.314 s]
/proc/loadavg: 4.56 4.63 4.47 5/120 24520
/proc/meminfo: memFree=2846076/3368532 swapFree=1941392/1959888
[pid=23002] ppid=23000 vsize=2416 CPUtime=1.11
/proc/23002/stat : 23002 (manysat.sh) S 23000 23002 12261 0 -1 4194304 371 9934 0 0 0 0 106 5 18 0 1 0 1116810600 2473984 274 4294967295 134512640 135169312 3217895440 3217891656 3085356782 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/23002/statm: 604 274 231 161 0 43 0
[pid=23005] ppid=23002 vsize=204880 CPUtime=2076.81
/proc/23005/stat : 23005 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202496 43873 0 0 0 207438 243 0 0 25 0 4 0 1116810712 209797120 43807 4294967295 134512640 135305190 3218116672 3218114576 134557342 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/23005/statm: 51220 43807 79 194 0 51024 0
[pid=23005/tid=23006] ppid=23002 vsize=204880 CPUtime=518.72
/proc/23005/task/23006/stat : 23006 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 7153 0 0 0 51816 56 0 0 25 0 4 0 1116810748 209797120 43807 4294967295 134512640 135305190 3218116672 3074886848 134528379 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=23005/tid=23007] ppid=23002 vsize=204880 CPUtime=520.46
/proc/23005/task/23007/stat : 23007 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 7450 0 0 0 51999 47 0 0 25 0 4 0 1116810748 209797120 43807 4294967295 134512640 135305190 3218116672 3066498240 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=23005/tid=23008] ppid=23002 vsize=204880 CPUtime=518.95
/proc/23005/task/23008/stat : 23008 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 9709 0 0 0 51810 85 0 0 25 0 4 0 1116810748 209797120 43807 4294967295 134512640 135305190 3218116672 3058109632 134528301 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2077.92
Current children cumulated vsize (KiB) 207296

[startup+582.312 s]
/proc/loadavg: 4.67 4.66 4.49 5/120 24709
/proc/meminfo: memFree=2840488/3368532 swapFree=1941392/1959888
[pid=23002] ppid=23000 vsize=2416 CPUtime=1.11
/proc/23002/stat : 23002 (manysat.sh) S 23000 23002 12261 0 -1 4194304 371 9934 0 0 0 0 106 5 18 0 1 0 1116810600 2473984 274 4294967295 134512640 135169312 3217895440 3217891656 3085356782 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/23002/statm: 604 274 231 161 0 43 0
[pid=23005] ppid=23002 vsize=208984 CPUtime=2316.48
/proc/23005/stat : 23005 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202496 44854 0 0 0 231393 255 0 0 25 0 4 0 1116810712 213999616 44788 4294967295 134512640 135305190 3218116672 3218114848 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/23005/statm: 52246 44788 79 194 0 52050 0
[pid=23005/tid=23006] ppid=23002 vsize=208984 CPUtime=578.65
/proc/23005/task/23006/stat : 23006 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 7364 0 0 0 57806 59 0 0 25 0 4 0 1116810748 213999616 44788 4294967295 134512640 135305190 3218116672 3074886576 134556558 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=23005/tid=23007] ppid=23002 vsize=208984 CPUtime=580.4
/proc/23005/task/23007/stat : 23007 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 7729 0 0 0 57992 48 0 0 25 0 4 0 1116810748 213999616 44788 4294967295 134512640 135305190 3218116672 3066498240 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=23005/tid=23008] ppid=23002 vsize=208984 CPUtime=578.93
/proc/23005/task/23008/stat : 23008 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 9975 0 0 0 57803 90 0 0 25 0 4 0 1116810748 213999616 44788 4294967295 134512640 135305190 3218116672 3058109632 134528480 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2317.59
Current children cumulated vsize (KiB) 211400

[startup+642.309 s]
/proc/loadavg: 4.50 4.63 4.48 6/120 24897
/proc/meminfo: memFree=2840520/3368532 swapFree=1941392/1959888
[pid=23002] ppid=23000 vsize=2416 CPUtime=1.11
/proc/23002/stat : 23002 (manysat.sh) S 23000 23002 12261 0 -1 4194304 371 9934 0 0 0 0 106 5 18 0 1 0 1116810600 2473984 274 4294967295 134512640 135169312 3217895440 3217891656 3085356782 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/23002/statm: 604 274 231 161 0 43 0
[pid=23005] ppid=23002 vsize=209568 CPUtime=2555.74
/proc/23005/stat : 23005 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202496 44985 0 0 0 255302 272 0 0 25 0 4 0 1116810712 214597632 44919 4294967295 134512640 135305190 3218116672 3218114576 134557181 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/23005/statm: 52392 44919 79 194 0 52196 0
[pid=23005/tid=23006] ppid=23002 vsize=209568 CPUtime=638.6
/proc/23005/task/23006/stat : 23006 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 7369 0 0 0 63801 59 0 0 25 0 4 0 1116810748 214597632 44919 4294967295 134512640 135305190 3218116672 3074886512 134551729 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=23005/tid=23007] ppid=23002 vsize=209568 CPUtime=640.2
/proc/23005/task/23007/stat : 23007 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 7845 0 0 0 63965 55 0 0 25 0 4 0 1116810748 214597632 44919 4294967295 134512640 135305190 3218116672 3066497920 134552738 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=23005/tid=23008] ppid=23002 vsize=209568 CPUtime=638.88
/proc/23005/task/23008/stat : 23008 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 9980 0 0 0 63794 94 0 0 25 0 4 0 1116810748 214597632 44919 4294967295 134512640 135305190 3218116672 3058109424 134548225 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2556.85
Current children cumulated vsize (KiB) 211984

[startup+702.307 s]
/proc/loadavg: 4.55 4.63 4.49 5/120 25086
/proc/meminfo: memFree=2838900/3368532 swapFree=1941392/1959888
[pid=23002] ppid=23000 vsize=2416 CPUtime=1.11
/proc/23002/stat : 23002 (manysat.sh) S 23000 23002 12261 0 -1 4194304 371 9934 0 0 0 0 106 5 18 0 1 0 1116810600 2473984 274 4294967295 134512640 135169312 3217895440 3217891656 3085356782 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/23002/statm: 604 274 231 161 0 43 0
[pid=23005] ppid=23002 vsize=210132 CPUtime=2794.83
/proc/23005/stat : 23005 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202496 45160 0 0 0 279187 296 0 0 25 0 4 0 1116810712 215175168 45094 4294967295 134512640 135305190 3218116672 3218114848 134528229 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/23005/statm: 52533 45094 79 194 0 52337 0
[pid=23005/tid=23006] ppid=23002 vsize=210132 CPUtime=698.53
/proc/23005/task/23006/stat : 23006 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 7385 0 0 0 69786 67 0 0 25 0 4 0 1116810748 215175168 45094 4294967295 134512640 135305190 3218116672 3074886592 134546757 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=23005/tid=23007] ppid=23002 vsize=210132 CPUtime=700.07
/proc/23005/task/23007/stat : 23007 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 7979 0 0 0 69949 58 0 0 25 0 4 0 1116810748 215175168 45094 4294967295 134512640 135305190 3218116672 3066497980 134541465 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=23005/tid=23008] ppid=23002 vsize=210132 CPUtime=698.64
/proc/23005/task/23008/stat : 23008 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 9995 0 0 0 69766 98 0 0 25 0 4 0 1116810748 215175168 45094 4294967295 134512640 135305190 3218116672 3058109360 134557241 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2795.94
Current children cumulated vsize (KiB) 212548

[startup+762.315 s]
/proc/loadavg: 4.70 4.66 4.51 5/120 25274
/proc/meminfo: memFree=2829732/3368532 swapFree=1941392/1959888
[pid=23002] ppid=23000 vsize=2416 CPUtime=1.11
/proc/23002/stat : 23002 (manysat.sh) S 23000 23002 12261 0 -1 4194304 371 9934 0 0 0 0 106 5 18 0 1 0 1116810600 2473984 274 4294967295 134512640 135169312 3217895440 3217891656 3085356782 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/23002/statm: 604 274 231 161 0 43 0
[pid=23005] ppid=23002 vsize=220548 CPUtime=3033.92
/proc/23005/stat : 23005 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202496 47781 0 0 0 303076 316 0 0 25 0 4 0 1116810712 225841152 47715 4294967295 134512640 135305190 3218116672 3218114576 134557241 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/23005/statm: 55137 47715 79 194 0 54941 0
[pid=23005/tid=23006] ppid=23002 vsize=220548 CPUtime=758.48
/proc/23005/task/23006/stat : 23006 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 7834 0 0 0 75778 70 0 0 25 0 4 0 1116810748 225841152 47715 4294967295 134512640 135305190 3218116672 3074886512 134551697 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=23005/tid=23007] ppid=23002 vsize=220548 CPUtime=760.07
/proc/23005/task/23007/stat : 23007 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 8775 0 0 0 75948 59 0 0 25 0 4 0 1116810748 225841152 47715 4294967295 134512640 135305190 3218116672 3066498240 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=23005/tid=23008] ppid=23002 vsize=220548 CPUtime=758.27
/proc/23005/task/23008/stat : 23008 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 10822 0 0 0 75721 106 0 0 25 0 4 0 1116810748 225841152 47715 4294967295 134512640 135305190 3218116672 3058109296 134551808 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3035.03
Current children cumulated vsize (KiB) 222964

[startup+822.312 s]
/proc/loadavg: 4.83 4.69 4.53 5/120 25463
/proc/meminfo: memFree=2825972/3368532 swapFree=1941392/1959888
[pid=23002] ppid=23000 vsize=2416 CPUtime=1.11
/proc/23002/stat : 23002 (manysat.sh) S 23000 23002 12261 0 -1 4194304 371 9934 0 0 0 0 106 5 18 0 1 0 1116810600 2473984 274 4294967295 134512640 135169312 3217895440 3217891656 3085356782 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/23002/statm: 604 274 231 161 0 43 0
[pid=23005] ppid=23002 vsize=222792 CPUtime=3273.08
/proc/23005/stat : 23005 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202496 48463 0 0 0 326964 344 0 0 25 0 4 0 1116810712 228139008 48397 4294967295 134512640 135305190 3218116672 3218114848 134528319 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/23005/statm: 55698 48397 79 194 0 55502 0
[pid=23005/tid=23006] ppid=23002 vsize=222792 CPUtime=818.46
/proc/23005/task/23006/stat : 23006 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 7982 0 0 0 81769 77 0 0 25 0 4 0 1116810748 228139008 48397 4294967295 134512640 135305190 3218116672 3074886848 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=23005/tid=23007] ppid=23002 vsize=222792 CPUtime=820.06
/proc/23005/task/23007/stat : 23007 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 8993 0 0 0 81943 63 0 0 25 0 4 0 1116810748 228139008 48397 4294967295 134512640 135305190 3218116672 3066498240 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=23005/tid=23008] ppid=23002 vsize=222792 CPUtime=818.03
/proc/23005/task/23008/stat : 23008 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 11008 0 0 0 81687 116 0 0 25 0 4 0 1116810748 228139008 48397 4294967295 134512640 135305190 3218116672 3058109296 134551804 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3274.19
Current children cumulated vsize (KiB) 225208

[startup+882.31 s]
/proc/loadavg: 4.72 4.67 4.53 5/120 25650
/proc/meminfo: memFree=2816112/3368532 swapFree=1941392/1959888
[pid=23002] ppid=23000 vsize=2416 CPUtime=1.11
/proc/23002/stat : 23002 (manysat.sh) S 23000 23002 12261 0 -1 4194304 371 9934 0 0 0 0 106 5 18 0 1 0 1116810600 2473984 274 4294967295 134512640 135169312 3217895440 3217891656 3085356782 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/23002/statm: 604 274 231 161 0 43 0
[pid=23005] ppid=23002 vsize=232448 CPUtime=3512.63
/proc/23005/stat : 23005 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202496 50645 0 0 0 350899 364 0 0 25 0 4 0 1116810712 238026752 50579 4294967295 134512640 135305190 3218116672 3218114848 134528768 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/23005/statm: 58112 50579 79 194 0 57916 0
[pid=23005/tid=23006] ppid=23002 vsize=232448 CPUtime=878.35
/proc/23005/task/23006/stat : 23006 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 8556 0 0 0 87756 79 0 0 25 0 4 0 1116810748 238026752 50579 4294967295 134512640 135305190 3218116672 3074886848 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=23005/tid=23007] ppid=23002 vsize=232448 CPUtime=880.06
/proc/23005/task/23007/stat : 23007 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 9684 0 0 0 87937 69 0 0 25 0 4 0 1116810748 238026752 50579 4294967295 134512640 135305190 3218116672 3066497856 134551998 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=23005/tid=23008] ppid=23002 vsize=232448 CPUtime=877.76
/proc/23005/task/23008/stat : 23008 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 11382 0 0 0 87653 123 0 0 25 0 4 0 1116810748 238026752 50579 4294967295 134512640 135305190 3218116672 3058109360 134557493 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3513.74
Current children cumulated vsize (KiB) 234864

[startup+942.307 s]
/proc/loadavg: 4.97 4.74 4.56 7/121 25816
/proc/meminfo: memFree=2815540/3368532 swapFree=1941392/1959888
[pid=23002] ppid=23000 vsize=2416 CPUtime=1.11
/proc/23002/stat : 23002 (manysat.sh) S 23000 23002 12261 0 -1 4194304 371 9934 0 0 0 0 106 5 18 0 1 0 1116810600 2473984 274 4294967295 134512640 135169312 3217895440 3217891656 3085356782 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/23002/statm: 604 274 231 161 0 43 0
[pid=23005] ppid=23002 vsize=233960 CPUtime=3751.63
/proc/23005/stat : 23005 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202496 50973 0 0 0 374781 382 0 0 25 0 4 0 1116810712 239575040 50907 4294967295 134512640 135305190 3218116672 3218114848 134528371 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/23005/statm: 58490 50907 79 194 0 58294 0
[pid=23005/tid=23006] ppid=23002 vsize=233960 CPUtime=938.33
/proc/23005/task/23006/stat : 23006 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 8607 0 0 0 93748 85 0 0 25 0 4 0 1116810748 239575040 50907 4294967295 134512640 135305190 3218116672 3074886848 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=23005/tid=23007] ppid=23002 vsize=233960 CPUtime=940.04
/proc/23005/task/23007/stat : 23007 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 9868 0 0 0 93932 72 0 0 25 0 4 0 1116810748 239575040 50907 4294967295 134512640 135305190 3218116672 3066498240 134528263 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=23005/tid=23008] ppid=23002 vsize=233960 CPUtime=937.66
/proc/23005/task/23008/stat : 23008 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 11448 0 0 0 93639 127 0 0 25 0 4 0 1116810748 239575040 50907 4294967295 134512640 135305190 3218116672 3058109360 134556558 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3752.74
Current children cumulated vsize (KiB) 236376



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.02 s]
/proc/loadavg: 4.52 4.66 4.54 5/120 26029
/proc/meminfo: memFree=2797364/3368532 swapFree=1941392/1959888
[pid=23002] ppid=23000 vsize=2416 CPUtime=1.11
/proc/23002/stat : 23002 (manysat.sh) S 23000 23002 12261 0 -1 4194304 371 9934 0 0 0 0 106 5 18 0 1 0 1116810600 2473984 274 4294967295 134512640 135169312 3217895440 3217891656 3085356782 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/23002/statm: 604 274 231 161 0 43 0
[pid=23005] ppid=23002 vsize=253024 CPUtime=3981.95
/proc/23005/stat : 23005 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202496 55844 0 0 0 397786 409 0 0 25 0 4 0 1116810712 259096576 55778 4294967295 134512640 135305190 3218116672 3218114848 134528229 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/23005/statm: 63256 55778 79 194 0 63060 0
[pid=23005/tid=23006] ppid=23002 vsize=253024 CPUtime=995.94
/proc/23005/task/23006/stat : 23006 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 9799 0 0 0 99502 92 0 0 25 0 4 0 1116810748 259096576 55778 4294967295 134512640 135305190 3218116672 3074886848 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=23005/tid=23007] ppid=23002 vsize=253024 CPUtime=997.46
/proc/23005/task/23007/stat : 23007 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 11248 0 0 0 99665 81 0 0 25 0 4 0 1116810748 259096576 55778 4294967295 134512640 135305190 3218116672 3066498240 134528480 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=23005/tid=23008] ppid=23002 vsize=253024 CPUtime=995.36
/proc/23005/task/23008/stat : 23008 (manysat1.1_stat) R 23002 23002 12261 0 -1 4202560 12704 0 0 0 99401 135 0 0 25 0 4 0 1116810748 259096576 55778 4294967295 134512640 135305190 3218116672 3058109360 134556558 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3983.06
Current children cumulated vsize (KiB) 255440

Sending SIGTERM to process tree (bottom up)
SSolver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1000.05
CPU time (s): 3983.15
CPU user time (s): 3978.99
CPU system time (s): 4.16
CPU usage (%): 398.294
Max. virtual memory (cumulated for all children) (KiB): 255440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3978.99
system time used= 4.16
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66426
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= 38582
involuntary context switches= 189120

runsolver used 0.03 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 16:35:07
IDJOB=1779169
IDBENCH=70819
IDSOLVER=623
FILE ID=/1779169-1243521307
PBS_JOBID=
Free space on /tmp= 15726 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-15.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1779169-1243521307/watcher-1779169-1243521307 -o /tmp/evaluation-result-1779169-1243521307/solver-1779169-1243521307 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1779169-1243521307.cnf aimd 1

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

MD5SUM BENCH= c8a05d1e76535706c430a6b42d191d4b
RANDOM SEED= 1818553584

Linux (none) 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.143
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.42
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.143
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.11
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.143
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.17
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.143
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.15
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3026888 kB
Buffers:         31036 kB
Cached:         229796 kB
SwapCached:       4320 kB
Active:         137056 kB
Inactive:       134504 kB
HighTotal:     2489216 kB
HighFree:      2245972 kB
LowTotal:       879316 kB
LowFree:        780916 kB
SwapTotal:     1959888 kB
SwapFree:      1941392 kB
Dirty:            5708 kB
Writeback:           0 kB
AnonPages:        9752 kB
Mapped:           4296 kB
Slab:            58604 kB
SReclaimable:    50248 kB
SUnreclaim:       8356 kB
PageTables:        748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   127444 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15725 MiB
End job on  at 2009-05-28 16:51:48