Trace number 1779481

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 0/2009-03-20 (4 threads)? (TO) 3114.48 1000.04

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-33-s100.cnf
MD5SUMabeb2c5a0bb0ad39fbdbdbc07efbecf7
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 variables32402
Number of clauses97556
Sum of the clauses size230290
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 262250
Number of clauses of size 335242
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.04/0.07	c ==============================================================================
0.04/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.04/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.04/0.08	c ==============================================================================
0.04/0.08	c |         0 |   97364   229838 |   29209       0        0     nan |  0.000 % |
1.01/1.02	c |         0 |   60515   180710 |      --       0       --      -- |     --   | -36729/-48704
1.01/1.02	c ==============================================================================
1.01/1.02	c Result  :   #vars: 14564   #clauses: 60515   #literals: 180710
1.01/1.02	c CPU time:   1.01 s
1.01/1.02	c ==============================================================================
3114.42/1000.03	HOME/manysat.sh: line 55: 12189 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-1779481-1243525388/watcher-1779481-1243525388 -o /tmp/evaluation-result-1779481-1243525388/solver-1779481-1243525388 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1779481-1243525388.cnf aimd 0 

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: 5.82 5.88 5.79 4/125 12187
/proc/meminfo: memFree=2058512/3368532 swapFree=1957708/1959888
[pid=12186] ppid=12184 vsize=2412 CPUtime=0
/proc/12186/stat : 12186 (manysat.sh) R 12184 12186 21334 0 -1 4194304 334 0 0 0 0 0 0 0 20 0 1 0 1117202855 2469888 273 4294967295 134512640 135169312 3218024496 3218022972 3084937076 0 65538 4 65536 0 0 0 17 0 0 0 0
/proc/12186/statm: 603 273 231 161 0 42 0
[pid=12187] ppid=12186 vsize=2412 CPUtime=0
/proc/12187/stat : 12187 (manysat.sh) R 12186 12186 21334 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 1117202855 2469888 42 4294967295 134512640 135169312 3218024496 3218022972 3084937076 0 65538 4 65536 0 0 0 17 0 0 0 0
/proc/12187/statm: 603 42 0 161 0 42 0

[startup+0.041624 s]
/proc/loadavg: 5.82 5.88 5.79 4/125 12187
/proc/meminfo: memFree=2058512/3368532 swapFree=1957708/1959888
[pid=12186] ppid=12184 vsize=2412 CPUtime=0
/proc/12186/stat : 12186 (manysat.sh) S 12184 12186 21334 0 -1 4194304 349 0 0 0 0 0 0 0 20 0 1 0 1117202855 2469888 273 4294967295 134512640 135169312 3218024496 3218023032 3084934894 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12186/statm: 603 273 231 161 0 42 0
[pid=12187] ppid=12186 vsize=7680 CPUtime=0.04
/proc/12187/stat : 12187 (SatElite) R 12186 12186 21334 0 -1 4202496 1843 0 0 0 3 1 0 0 21 0 1 0 1117202855 7864320 1779 4294967295 134512640 135034092 3212839696 3212835656 134673244 0 0 0 3 0 0 0 17 0 0 0 0
/proc/12187/statm: 1920 1779 50 128 0 1790 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10092

[startup+0.106518 s]
/proc/loadavg: 5.82 5.88 5.79 4/125 12187
/proc/meminfo: memFree=2058512/3368532 swapFree=1957708/1959888
[pid=12186] ppid=12184 vsize=2412 CPUtime=0
/proc/12186/stat : 12186 (manysat.sh) S 12184 12186 21334 0 -1 4194304 349 0 0 0 0 0 0 0 20 0 1 0 1117202855 2469888 273 4294967295 134512640 135169312 3218024496 3218023032 3084934894 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12186/statm: 603 273 231 161 0 42 0
[pid=12187] ppid=12186 vsize=13960 CPUtime=0.11
/proc/12187/stat : 12187 (SatElite) R 12186 12186 21334 0 -1 4202496 3469 0 0 0 10 1 0 0 22 0 1 0 1117202855 14295040 3298 4294967295 134512640 135034092 3212839696 3212835692 134691101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/12187/statm: 3490 3298 67 128 0 3360 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 16372

[startup+0.306497 s]
/proc/loadavg: 5.82 5.88 5.79 4/125 12187
/proc/meminfo: memFree=2058512/3368532 swapFree=1957708/1959888
[pid=12186] ppid=12184 vsize=2412 CPUtime=0
/proc/12186/stat : 12186 (manysat.sh) S 12184 12186 21334 0 -1 4194304 349 0 0 0 0 0 0 0 20 0 1 0 1117202855 2469888 273 4294967295 134512640 135169312 3218024496 3218023032 3084934894 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12186/statm: 603 273 231 161 0 42 0
[pid=12187] ppid=12186 vsize=14824 CPUtime=0.31
/proc/12187/stat : 12187 (SatElite) R 12186 12186 21334 0 -1 4202496 3637 0 0 0 29 2 0 0 22 0 1 0 1117202855 15179776 3466 4294967295 134512640 135034092 3212839696 3212835692 134691101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/12187/statm: 3706 3466 67 128 0 3576 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 17236

[startup+0.706463 s]
/proc/loadavg: 5.82 5.88 5.79 4/125 12187
/proc/meminfo: memFree=2058512/3368532 swapFree=1957708/1959888
[pid=12186] ppid=12184 vsize=2412 CPUtime=0
/proc/12186/stat : 12186 (manysat.sh) S 12184 12186 21334 0 -1 4194304 349 0 0 0 0 0 0 0 20 0 1 0 1117202855 2469888 273 4294967295 134512640 135169312 3218024496 3218023032 3084934894 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12186/statm: 603 273 231 161 0 42 0
[pid=12187] ppid=12186 vsize=15604 CPUtime=0.71
/proc/12187/stat : 12187 (SatElite) R 12186 12186 21334 0 -1 4202496 3854 0 0 0 69 2 0 0 24 0 1 0 1117202855 15978496 3683 4294967295 134512640 135034092 3212839696 3212835936 134566432 0 0 0 3 0 0 0 17 0 0 0 0
/proc/12187/statm: 3901 3683 89 128 0 3771 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 18016

[startup+1.5064 s]
/proc/loadavg: 5.82 5.88 5.79 3/126 12188
/proc/meminfo: memFree=2094916/3368532 swapFree=1957708/1959888
[pid=12186] ppid=12184 vsize=2416 CPUtime=1.1
/proc/12186/stat : 12186 (manysat.sh) S 12184 12186 21334 0 -1 4194304 370 4072 0 0 0 0 106 4 18 0 1 0 1117202855 2473984 274 4294967295 134512640 135169312 3218024496 3218020712 3084934894 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12186/statm: 604 274 231 161 0 43 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 2416

[startup+3.10626 s]
/proc/loadavg: 5.82 5.88 5.79 6/129 12192
/proc/meminfo: memFree=2029352/3368532 swapFree=1957708/1959888
[pid=12186] ppid=12184 vsize=2416 CPUtime=1.1
/proc/12186/stat : 12186 (manysat.sh) S 12184 12186 21334 0 -1 4194304 370 4072 0 0 0 0 106 4 18 0 1 0 1117202855 2473984 274 4294967295 134512640 135169312 3218024496 3218020712 3084934894 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12186/statm: 604 274 231 161 0 43 0
[pid=12189] ppid=12186 vsize=48768 CPUtime=5.4
/proc/12189/stat : 12189 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202496 5598 0 0 0 540 0 0 0 21 0 4 0 1117202965 49938432 5516 4294967295 134512640 135305190 3220189760 3220187936 134528229 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/12189/statm: 12192 5516 79 194 0 11996 0
[pid=12189/tid=12190] ppid=12186 vsize=48768 CPUtime=1.65
/proc/12189/task/12190/stat : 12190 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 181 0 0 0 165 0 0 0 21 0 4 0 1117202979 49938432 5516 4294967295 134512640 135305190 3220189760 3081567424 134528539 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12189/tid=12191] ppid=12186 vsize=48768 CPUtime=1.17
/proc/12189/task/12191/stat : 12191 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 210 0 0 0 117 0 0 0 20 0 4 0 1117202979 49938432 5516 4294967295 134512640 135305190 3220189760 3073178496 134552865 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=12189/tid=12192] ppid=12186 vsize=48768 CPUtime=0.65
/proc/12189/task/12192/stat : 12192 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 224 0 0 0 65 0 0 0 19 0 4 0 1117202979 49938432 5516 4294967295 134512640 135305190 3220189760 3064790208 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.5
Current children cumulated vsize (KiB) 51184

[startup+6.30599 s]
/proc/loadavg: 5.75 5.87 5.78 6/129 12192
/proc/meminfo: memFree=2086620/3368532 swapFree=1957708/1959888
[pid=12186] ppid=12184 vsize=2416 CPUtime=1.1
/proc/12186/stat : 12186 (manysat.sh) S 12184 12186 21334 0 -1 4194304 370 4072 0 0 0 0 106 4 18 0 1 0 1117202855 2473984 274 4294967295 134512640 135169312 3218024496 3218020712 3084934894 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12186/statm: 604 274 231 161 0 43 0
[pid=12189] ppid=12186 vsize=49620 CPUtime=14.83
/proc/12189/stat : 12189 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202496 5808 0 0 0 1483 0 0 0 25 0 4 0 1117202965 50810880 5726 4294967295 134512640 135305190 3220189760 3220187936 134530636 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/12189/statm: 12405 5726 79 194 0 12209 0
[pid=12189/tid=12190] ppid=12186 vsize=49620 CPUtime=4.69
/proc/12189/task/12190/stat : 12190 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 200 0 0 0 469 0 0 0 25 0 4 0 1117202979 50810880 5726 4294967295 134512640 135305190 3220189760 3081567152 134556807 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12189/tid=12191] ppid=12186 vsize=49620 CPUtime=2.77
/proc/12189/task/12191/stat : 12191 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 235 0 0 0 277 0 0 0 25 0 4 0 1117202979 50810880 5726 4294967295 134512640 135305190 3220189760 3073178816 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=12189/tid=12192] ppid=12186 vsize=49620 CPUtime=2.25
/proc/12189/task/12192/stat : 12192 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 332 0 0 0 225 0 0 0 22 0 4 0 1117202979 50810880 5726 4294967295 134512640 135305190 3220189760 3064790208 134528252 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.93
Current children cumulated vsize (KiB) 52036

[startup+12.7154 s]
/proc/loadavg: 5.69 5.85 5.78 6/129 12193
/proc/meminfo: memFree=2085128/3368532 swapFree=1957708/1959888
[pid=12186] ppid=12184 vsize=2416 CPUtime=1.1
/proc/12186/stat : 12186 (manysat.sh) S 12184 12186 21334 0 -1 4194304 370 4072 0 0 0 0 106 4 18 0 1 0 1117202855 2473984 274 4294967295 134512640 135169312 3218024496 3218020712 3084934894 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12186/statm: 604 274 231 161 0 43 0
[pid=12189] ppid=12186 vsize=50796 CPUtime=33.88
/proc/12189/stat : 12189 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202496 6088 0 0 0 3388 0 0 0 25 0 4 0 1117202965 52015104 6006 4294967295 134512640 135305190 3220189760 3220187600 134551651 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/12189/statm: 12699 6006 79 194 0 12503 0
[pid=12189/tid=12190] ppid=12186 vsize=50796 CPUtime=10.93
/proc/12189/task/12190/stat : 12190 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 267 0 0 0 1093 0 0 0 25 0 4 0 1117202979 52015104 6006 4294967295 134512640 135305190 3220189760 3081567424 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12189/tid=12191] ppid=12186 vsize=50796 CPUtime=5.98
/proc/12189/task/12191/stat : 12191 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 268 0 0 0 598 0 0 0 25 0 4 0 1117202979 52015104 6006 4294967295 134512640 135305190 3220189760 3073178816 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=12189/tid=12192] ppid=12186 vsize=50796 CPUtime=5.45
/proc/12189/task/12192/stat : 12192 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 451 0 0 0 545 0 0 0 25 0 4 0 1117202979 52015104 6006 4294967295 134512640 135305190 3220189760 3064790208 134528744 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 34.98
Current children cumulated vsize (KiB) 53212

[startup+25.5144 s]
/proc/loadavg: 5.61 5.83 5.77 6/129 12194
/proc/meminfo: memFree=2082460/3368532 swapFree=1957708/1959888
[pid=12186] ppid=12184 vsize=2416 CPUtime=1.1
/proc/12186/stat : 12186 (manysat.sh) S 12184 12186 21334 0 -1 4194304 370 4072 0 0 0 0 106 4 18 0 1 0 1117202855 2473984 274 4294967295 134512640 135169312 3218024496 3218020712 3084934894 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12186/statm: 604 274 231 161 0 43 0
[pid=12189] ppid=12186 vsize=53676 CPUtime=71.77
/proc/12189/stat : 12189 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202496 6833 0 0 0 7172 5 0 0 25 0 4 0 1117202965 54964224 6751 4294967295 134512640 135305190 3220189760 3220187664 134557325 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/12189/statm: 13419 6751 79 194 0 13223 0
[pid=12189/tid=12190] ppid=12186 vsize=53676 CPUtime=23.28
/proc/12189/task/12190/stat : 12190 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 449 0 0 0 2326 2 0 0 25 0 4 0 1117202979 54964224 6751 4294967295 134512640 135305190 3220189760 3081567424 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12189/tid=12191] ppid=12186 vsize=53676 CPUtime=12.41
/proc/12189/task/12191/stat : 12191 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 462 0 0 0 1241 0 0 0 25 0 4 0 1117202979 54964224 6751 4294967295 134512640 135305190 3220189760 3073178816 134528576 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=12189/tid=12192] ppid=12186 vsize=53676 CPUtime=11.82
/proc/12189/task/12192/stat : 12192 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 683 0 0 0 1182 0 0 0 25 0 4 0 1117202979 54964224 6751 4294967295 134512640 135305190 3220189760 3064790208 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 72.87
Current children cumulated vsize (KiB) 56092

[startup+51.1121 s]
/proc/loadavg: 5.68 5.83 5.77 6/129 12197
/proc/meminfo: memFree=2016500/3368532 swapFree=1957708/1959888
[pid=12186] ppid=12184 vsize=2416 CPUtime=1.1
/proc/12186/stat : 12186 (manysat.sh) S 12184 12186 21334 0 -1 4194304 370 4072 0 0 0 0 106 4 18 0 1 0 1117202855 2473984 274 4294967295 134512640 135169312 3218024496 3218020712 3084934894 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12186/statm: 604 274 231 161 0 43 0
[pid=12189] ppid=12186 vsize=58236 CPUtime=147.44
/proc/12189/stat : 12189 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202496 7982 0 0 0 14734 10 0 0 25 0 4 0 1117202965 59633664 7900 4294967295 134512640 135305190 3220189760 3220187664 134556558 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/12189/statm: 14559 7900 79 194 0 14363 0
[pid=12189/tid=12190] ppid=12186 vsize=58236 CPUtime=47.82
/proc/12189/task/12190/stat : 12190 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 637 0 0 0 4776 6 0 0 25 0 4 0 1117202979 59633664 7900 4294967295 134512640 135305190 3220189760 3081567424 134528189 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12189/tid=12191] ppid=12186 vsize=58236 CPUtime=25.31
/proc/12189/task/12191/stat : 12191 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 722 0 0 0 2530 1 0 0 25 0 4 0 1117202979 59633664 7900 4294967295 134512640 135305190 3220189760 3073178816 134528283 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=12189/tid=12192] ppid=12186 vsize=58236 CPUtime=24.52
/proc/12189/task/12192/stat : 12192 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 1005 0 0 0 2452 0 0 0 25 0 4 0 1117202979 59633664 7900 4294967295 134512640 135305190 3220189760 3064789936 134557264 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 148.54
Current children cumulated vsize (KiB) 60652

[startup+102.308 s]
/proc/loadavg: 5.38 5.72 5.74 7/129 12383
/proc/meminfo: memFree=2070752/3368532 swapFree=1957708/1959888
[pid=12186] ppid=12184 vsize=2416 CPUtime=1.1
/proc/12186/stat : 12186 (manysat.sh) S 12184 12186 21334 0 -1 4194304 370 4072 0 0 0 0 106 4 18 0 1 0 1117202855 2473984 274 4294967295 134512640 135169312 3218024496 3218020712 3084934894 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12186/statm: 604 274 231 161 0 43 0
[pid=12189] ppid=12186 vsize=65304 CPUtime=305.66
/proc/12189/stat : 12189 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202496 9790 0 0 0 30548 18 0 0 25 0 4 0 1117202965 66871296 9708 4294967295 134512640 135305190 3220189760 3220187600 134551651 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/12189/statm: 16326 9708 79 194 0 16130 0
[pid=12189/tid=12190] ppid=12186 vsize=65304 CPUtime=82.31
/proc/12189/task/12190/stat : 12190 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 874 0 0 0 8221 10 0 0 25 0 4 0 1117202979 66871296 9708 4294967295 134512640 135305190 3220189760 3081567088 134551651 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12189/tid=12191] ppid=12186 vsize=65304 CPUtime=72.97
/proc/12189/task/12191/stat : 12191 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 1341 0 0 0 7294 3 0 0 25 0 4 0 1117202979 66871296 9708 4294967295 134512640 135305190 3220189760 3073178432 134551974 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=12189/tid=12192] ppid=12186 vsize=65304 CPUtime=49.5
/proc/12189/task/12192/stat : 12192 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 1487 0 0 0 4950 0 0 0 25 0 4 0 1117202979 66871296 9708 4294967295 134512640 135305190 3220189760 3064790000 134550968 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 306.76
Current children cumulated vsize (KiB) 67720

[startup+162.313 s]
/proc/loadavg: 5.48 5.68 5.72 6/129 12575
/proc/meminfo: memFree=2104524/3368532 swapFree=1957708/1959888
[pid=12186] ppid=12184 vsize=2416 CPUtime=1.1
/proc/12186/stat : 12186 (manysat.sh) S 12184 12186 21334 0 -1 4194304 370 4072 0 0 0 0 106 4 18 0 1 0 1117202855 2473984 274 4294967295 134512640 135169312 3218024496 3218020712 3084934894 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12186/statm: 604 274 231 161 0 43 0
[pid=12189] ppid=12186 vsize=74856 CPUtime=485.41
/proc/12189/stat : 12189 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202496 12180 0 0 0 48511 30 0 0 25 0 4 0 1117202965 76652544 12098 4294967295 134512640 135305190 3220189760 3220187936 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/12189/statm: 18714 12098 79 194 0 18518 0
[pid=12189/tid=12190] ppid=12186 vsize=74856 CPUtime=132.36
/proc/12189/task/12190/stat : 12190 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 1255 0 0 0 13221 15 0 0 25 0 4 0 1117202979 76652544 12098 4294967295 134512640 135305190 3220189760 3081567424 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12189/tid=12191] ppid=12186 vsize=74856 CPUtime=130.71
/proc/12189/task/12191/stat : 12191 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 2082 0 0 0 13066 5 0 0 25 0 4 0 1117202979 76652544 12098 4294967295 134512640 135305190 3220189760 3073178496 134553312 0 0 0 3 0 0 0 -1 0 0 0 0

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


[startup+522.311 s]
/proc/loadavg: 5.97 5.78 5.74 6/129 13708
/proc/meminfo: memFree=1973844/3368532 swapFree=1957708/1959888
[pid=12186] ppid=12184 vsize=2416 CPUtime=1.1
/proc/12186/stat : 12186 (manysat.sh) S 12184 12186 21334 0 -1 4194304 370 4072 0 0 0 0 106 4 18 0 1 0 1117202855 2473984 274 4294967295 134512640 135169312 3218024496 3218020712 3084934894 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12186/statm: 604 274 231 161 0 43 0
[pid=12189] ppid=12186 vsize=98844 CPUtime=1564.05
/proc/12189/stat : 12189 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202496 17844 0 0 0 156271 134 0 0 25 0 4 0 1117202965 101216256 17762 4294967295 134512640 135305190 3220189760 3220187936 134528520 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/12189/statm: 24711 17762 79 194 0 24515 0
[pid=12189/tid=12190] ppid=12186 vsize=98844 CPUtime=492.1
/proc/12189/task/12190/stat : 12190 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 2475 0 0 0 49163 47 0 0 25 0 4 0 1117202979 101216256 17762 4294967295 134512640 135305190 3220189760 3081567152 134556558 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12189/tid=12191] ppid=12186 vsize=98844 CPUtime=489.59
/proc/12189/task/12191/stat : 12191 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 4128 0 0 0 48913 46 0 0 25 0 4 0 1117202979 101216256 17762 4294967295 134512640 135305190 3220189760 3073178816 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=12189/tid=12192] ppid=12186 vsize=98844 CPUtime=261.05
/proc/12189/task/12192/stat : 12192 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 3892 0 0 0 26083 22 0 0 25 0 4 0 1117202979 101216256 17762 4294967295 134512640 135305190 3220189760 3064790208 134528428 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1565.15
Current children cumulated vsize (KiB) 101260

[startup+582.306 s]
/proc/loadavg: 5.86 5.78 5.74 7/130 13880
/proc/meminfo: memFree=2077112/3368532 swapFree=1957708/1959888
[pid=12186] ppid=12184 vsize=2416 CPUtime=1.1
/proc/12186/stat : 12186 (manysat.sh) S 12184 12186 21334 0 -1 4194304 370 4072 0 0 0 0 106 4 18 0 1 0 1117202855 2473984 274 4294967295 134512640 135169312 3218024496 3218020712 3084934894 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12186/statm: 604 274 231 161 0 43 0
[pid=12189] ppid=12186 vsize=102836 CPUtime=1743.63
/proc/12189/stat : 12189 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202496 18843 0 0 0 174217 146 0 0 25 0 4 0 1117202965 105304064 18761 4294967295 134512640 135305190 3220189760 3220187936 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/12189/statm: 25709 18761 79 194 0 25513 0
[pid=12189/tid=12190] ppid=12186 vsize=102836 CPUtime=552.08
/proc/12189/task/12190/stat : 12190 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 2723 0 0 0 55159 49 0 0 25 0 4 0 1117202979 105304064 18761 4294967295 134512640 135305190 3220189760 3081567424 134528252 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12189/tid=12191] ppid=12186 vsize=102836 CPUtime=549.19
/proc/12189/task/12191/stat : 12191 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 4343 0 0 0 54864 55 0 0 25 0 4 0 1117202979 105304064 18761 4294967295 134512640 135305190 3220189760 3073178432 134551651 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=12189/tid=12192] ppid=12186 vsize=102836 CPUtime=290.98
/proc/12189/task/12192/stat : 12192 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 4201 0 0 0 29075 23 0 0 25 0 4 0 1117202979 105304064 18761 4294967295 134512640 135305190 3220189760 3064790208 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1744.73
Current children cumulated vsize (KiB) 105252

[startup+642.311 s]
/proc/loadavg: 6.09 5.85 5.76 8/130 14075
/proc/meminfo: memFree=2032184/3368532 swapFree=1957708/1959888
[pid=12186] ppid=12184 vsize=2416 CPUtime=1.1
/proc/12186/stat : 12186 (manysat.sh) S 12184 12186 21334 0 -1 4194304 370 4072 0 0 0 0 106 4 18 0 1 0 1117202855 2473984 274 4294967295 134512640 135169312 3218024496 3218020712 3084934894 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12186/statm: 604 274 231 161 0 43 0
[pid=12189] ppid=12186 vsize=103268 CPUtime=1923.46
/proc/12189/stat : 12189 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202496 18993 0 0 0 192187 159 0 0 25 0 4 0 1117202965 105746432 18911 4294967295 134512640 135305190 3220189760 3220187936 134528399 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/12189/statm: 25817 18911 79 194 0 25621 0
[pid=12189/tid=12190] ppid=12186 vsize=103268 CPUtime=612.09
/proc/12189/task/12190/stat : 12190 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 2723 0 0 0 61157 52 0 0 25 0 4 0 1117202979 105746432 18911 4294967295 134512640 135305190 3220189760 3081567152 134558326 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12189/tid=12191] ppid=12186 vsize=103268 CPUtime=609
/proc/12189/task/12191/stat : 12191 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 4419 0 0 0 60842 58 0 0 25 0 4 0 1117202979 105746432 18911 4294967295 134512640 135305190 3220189760 3073178816 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=12189/tid=12192] ppid=12186 vsize=103268 CPUtime=321.19
/proc/12189/task/12192/stat : 12192 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 4260 0 0 0 32093 26 0 0 25 0 4 0 1117202979 105746432 18911 4294967295 134512640 135305190 3220189760 3064789936 134556770 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1924.56
Current children cumulated vsize (KiB) 105684

[startup+702.306 s]
/proc/loadavg: 6.12 5.89 5.78 7/130 14249
/proc/meminfo: memFree=2036040/3368532 swapFree=1957708/1959888
[pid=12186] ppid=12184 vsize=2416 CPUtime=1.1
/proc/12186/stat : 12186 (manysat.sh) S 12184 12186 21334 0 -1 4194304 370 4072 0 0 0 0 106 4 18 0 1 0 1117202855 2473984 274 4294967295 134512640 135169312 3218024496 3218020712 3084934894 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12186/statm: 604 274 231 161 0 43 0
[pid=12189] ppid=12186 vsize=104748 CPUtime=2105.82
/proc/12189/stat : 12189 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202496 19322 0 0 0 210415 167 0 0 25 0 4 0 1117202965 107261952 19240 4294967295 134512640 135305190 3220189760 3220187936 134528539 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/12189/statm: 26187 19240 79 194 0 25991 0
[pid=12189/tid=12190] ppid=12186 vsize=104748 CPUtime=671.85
/proc/12189/task/12190/stat : 12190 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 2739 0 0 0 67131 54 0 0 25 0 4 0 1117202979 107261952 19240 4294967295 134512640 135305190 3220189760 3081567424 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12189/tid=12191] ppid=12186 vsize=104748 CPUtime=668.61
/proc/12189/task/12191/stat : 12191 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 4691 0 0 0 66800 61 0 0 25 0 4 0 1117202979 107261952 19240 4294967295 134512640 135305190 3220189760 3073178816 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=12189/tid=12192] ppid=12186 vsize=104748 CPUtime=354.28
/proc/12189/task/12192/stat : 12192 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 4301 0 0 0 35399 29 0 0 25 0 4 0 1117202979 107261952 19240 4294967295 134512640 135305190 3220189760 3064790208 134528189 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2106.92
Current children cumulated vsize (KiB) 107164

[startup+762.321 s]
/proc/loadavg: 5.96 5.88 5.78 8/130 14402
/proc/meminfo: memFree=2031132/3368532 swapFree=1957708/1959888
[pid=12186] ppid=12184 vsize=2416 CPUtime=1.1
/proc/12186/stat : 12186 (manysat.sh) S 12184 12186 21334 0 -1 4194304 370 4072 0 0 0 0 106 4 18 0 1 0 1117202855 2473984 274 4294967295 134512640 135169312 3218024496 3218020712 3084934894 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12186/statm: 604 274 231 161 0 43 0
[pid=12189] ppid=12186 vsize=105300 CPUtime=2293.07
/proc/12189/stat : 12189 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202496 19480 0 0 0 229129 178 0 0 25 0 4 0 1117202965 107827200 19398 4294967295 134512640 135305190 3220189760 3220187936 134528263 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/12189/statm: 26325 19398 79 194 0 26129 0
[pid=12189/tid=12190] ppid=12186 vsize=105300 CPUtime=731.41
/proc/12189/task/12190/stat : 12190 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 2772 0 0 0 73083 58 0 0 25 0 4 0 1117202979 107827200 19398 4294967295 134512640 135305190 3220189760 3081567424 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12189/tid=12191] ppid=12186 vsize=105300 CPUtime=706.9
/proc/12189/task/12191/stat : 12191 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 4774 0 0 0 70627 63 0 0 25 0 4 0 1117202979 107827200 19398 4294967295 134512640 135305190 3220189760 3073178816 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=12189/tid=12192] ppid=12186 vsize=105300 CPUtime=414.28
/proc/12189/task/12192/stat : 12192 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 4323 0 0 0 41398 30 0 0 25 0 4 0 1117202979 107827200 19398 4294967295 134512640 135305190 3220189760 3064790208 134528523 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2294.17
Current children cumulated vsize (KiB) 107716

[startup+822.316 s]
/proc/loadavg: 5.62 5.79 5.75 8/130 14590
/proc/meminfo: memFree=2028068/3368532 swapFree=1957708/1959888
[pid=12186] ppid=12184 vsize=2416 CPUtime=1.1
/proc/12186/stat : 12186 (manysat.sh) S 12184 12186 21334 0 -1 4194304 370 4072 0 0 0 0 106 4 18 0 1 0 1117202855 2473984 274 4294967295 134512640 135169312 3218024496 3218020712 3084934894 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12186/statm: 604 274 231 161 0 43 0
[pid=12189] ppid=12186 vsize=108624 CPUtime=2497.37
/proc/12189/stat : 12189 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202496 20300 0 0 0 249547 190 0 0 25 0 4 0 1117202965 111230976 20218 4294967295 134512640 135305190 3220189760 3220187936 134528858 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/12189/statm: 27156 20218 79 194 0 26960 0
[pid=12189/tid=12190] ppid=12186 vsize=108624 CPUtime=790.64
/proc/12189/task/12190/stat : 12190 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 2911 0 0 0 78998 66 0 0 25 0 4 0 1117202979 111230976 20218 4294967295 134512640 135305190 3220189760 3081567424 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12189/tid=12191] ppid=12186 vsize=108624 CPUtime=760.81
/proc/12189/task/12191/stat : 12191 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 5018 0 0 0 76017 64 0 0 25 0 4 0 1117202979 111230976 20218 4294967295 134512640 135305190 3220189760 3073178496 134552302 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=12189/tid=12192] ppid=12186 vsize=108624 CPUtime=474.19
/proc/12189/task/12192/stat : 12192 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 4701 0 0 0 47386 33 0 0 25 0 4 0 1117202979 111230976 20218 4294967295 134512640 135305190 3220189760 3064790208 134528503 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2498.47
Current children cumulated vsize (KiB) 111040

[startup+882.31 s]
/proc/loadavg: 5.64 5.75 5.74 8/130 14779
/proc/meminfo: memFree=2059624/3368532 swapFree=1957708/1959888
[pid=12186] ppid=12184 vsize=2416 CPUtime=1.1
/proc/12186/stat : 12186 (manysat.sh) S 12184 12186 21334 0 -1 4194304 370 4072 0 0 0 0 106 4 18 0 1 0 1117202855 2473984 274 4294967295 134512640 135169312 3218024496 3218020712 3084934894 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12186/statm: 604 274 231 161 0 43 0
[pid=12189] ppid=12186 vsize=109096 CPUtime=2704.8
/proc/12189/stat : 12189 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202496 20420 0 0 0 270272 208 0 0 25 0 4 0 1117202965 111714304 20338 4294967295 134512640 135305190 3220189760 3220187664 134557163 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/12189/statm: 27274 20338 79 194 0 27078 0
[pid=12189/tid=12190] ppid=12186 vsize=109096 CPUtime=849.27
/proc/12189/task/12190/stat : 12190 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 2925 0 0 0 84858 69 0 0 25 0 4 0 1117202979 111714304 20338 4294967295 134512640 135305190 3220189760 3081567424 134528256 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12189/tid=12191] ppid=12186 vsize=109096 CPUtime=818.6
/proc/12189/task/12191/stat : 12191 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 5034 0 0 0 81793 67 0 0 25 0 4 0 1117202979 111714304 20338 4294967295 134512640 135305190 3220189760 3073178816 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=12189/tid=12192] ppid=12186 vsize=109096 CPUtime=533.85
/proc/12189/task/12192/stat : 12192 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 4757 0 0 0 53342 43 0 0 25 0 4 0 1117202979 111714304 20338 4294967295 134512640 135305190 3220189760 3064790208 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2705.9
Current children cumulated vsize (KiB) 111512

[startup+942.305 s]
/proc/loadavg: 5.68 5.74 5.73 7/130 14901
/proc/meminfo: memFree=2030556/3368532 swapFree=1957708/1959888
[pid=12186] ppid=12184 vsize=2416 CPUtime=1.1
/proc/12186/stat : 12186 (manysat.sh) S 12184 12186 21334 0 -1 4194304 370 4072 0 0 0 0 106 4 18 0 1 0 1117202855 2473984 274 4294967295 134512640 135169312 3218024496 3218020712 3084934894 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12186/statm: 604 274 231 161 0 43 0
[pid=12189] ppid=12186 vsize=112828 CPUtime=2912.96
/proc/12189/stat : 12189 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202496 21109 0 0 0 291065 231 0 0 25 0 4 0 1117202965 115535872 21027 4294967295 134512640 135305190 3220189760 3220187936 134528229 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/12189/statm: 28207 21027 79 194 0 28011 0
[pid=12189/tid=12190] ppid=12186 vsize=112828 CPUtime=908.02
/proc/12189/task/12190/stat : 12190 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 3097 0 0 0 90732 70 0 0 25 0 4 0 1117202979 115535872 21027 4294967295 134512640 135305190 3220189760 3081567424 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12189/tid=12191] ppid=12186 vsize=112828 CPUtime=857.46
/proc/12189/task/12191/stat : 12191 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 5162 0 0 0 85671 75 0 0 25 0 4 0 1117202979 115535872 21027 4294967295 134512640 135305190 3220189760 3073178816 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=12189/tid=12192] ppid=12186 vsize=112828 CPUtime=591.45
/proc/12189/task/12192/stat : 12192 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 4963 0 0 0 59093 52 0 0 25 0 4 0 1117202979 115535872 21027 4294967295 134512640 135305190 3220189760 3064790208 134528341 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2914.06
Current children cumulated vsize (KiB) 115244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 5.57 5.71 5.72 6/129 15031
/proc/meminfo: memFree=1959280/3368532 swapFree=1957708/1959888
[pid=12186] ppid=12184 vsize=2416 CPUtime=1.1
/proc/12186/stat : 12186 (manysat.sh) S 12184 12186 21334 0 -1 4194304 370 4072 0 0 0 0 106 4 18 0 1 0 1117202855 2473984 274 4294967295 134512640 135169312 3218024496 3218020712 3084934894 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12186/statm: 604 274 231 161 0 43 0
[pid=12189] ppid=12186 vsize=113684 CPUtime=3113.32
/proc/12189/stat : 12189 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202496 21282 0 0 0 311086 246 0 0 25 0 4 0 1117202965 116412416 21200 4294967295 134512640 135305190 3220189760 3220187664 134557385 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/12189/statm: 28421 21200 79 194 0 28225 0
[pid=12189/tid=12190] ppid=12186 vsize=113684 CPUtime=964.52
/proc/12189/task/12190/stat : 12190 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 3181 0 0 0 96379 73 0 0 25 0 4 0 1117202979 116412416 21200 4294967295 134512640 135305190 3220189760 3081567424 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12189/tid=12191] ppid=12186 vsize=113684 CPUtime=913.83
/proc/12189/task/12191/stat : 12191 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 5176 0 0 0 91303 80 0 0 25 0 4 0 1117202979 116412416 21200 4294967295 134512640 135305190 3220189760 3073178432 134551986 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=12189/tid=12192] ppid=12186 vsize=113684 CPUtime=621.27
/proc/12189/task/12192/stat : 12192 (manysat1.1_stat) R 12186 12186 21334 0 -1 4202560 4963 0 0 0 62074 53 0 0 25 0 4 0 1117202979 116412416 21200 4294967295 134512640 135305190 3220189760 3064789936 134558470 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3114.42
Current children cumulated vsize (KiB) 116100

Sending SIGTERM to process tree (bottom up)

S seconds

Child status: 143
Real time (s): 1000.04
CPU time (s): 3114.48
CPU user time (s): 3111.98
CPU system time (s): 2.5
CPU usage (%): 311.436
Max. virtual memory (cumulated for all children) (KiB): 116100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3111.98
system time used= 2.5
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25998
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= 878
involuntary context switches= 184686

runsolver used 0.02 second user time and 0.04 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 17:43:08
IDJOB=1779481
IDBENCH=70865
IDSOLVER=620
FILE ID=/1779481-1243525388
PBS_JOBID=
Free space on /tmp= 15883 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-33-s100.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1779481-1243525388/watcher-1779481-1243525388 -o /tmp/evaluation-result-1779481-1243525388/solver-1779481-1243525388 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1779481-1243525388.cnf aimd 0

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

MD5SUM BENCH= abeb2c5a0bb0ad39fbdbdbc07efbecf7
RANDOM SEED= 861882426

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.105
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.43
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.105
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.105
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.105
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:       2058512 kB
Buffers:          5328 kB
Cached:         557188 kB
SwapCached:         40 kB
Active:         748220 kB
Inactive:       516792 kB
HighTotal:     2489216 kB
HighFree:      1226316 kB
LowTotal:       879316 kB
LowFree:        832196 kB
SwapTotal:     1959888 kB
SwapFree:      1957708 kB
Dirty:            3152 kB
Writeback:           0 kB
AnonPages:      702480 kB
Mapped:          35372 kB
Slab:            34252 kB
SReclaimable:    25556 kB
SUnreclaim:       8696 kB
PageTables:       1400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   955704 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15883 MiB
End job on  at 2009-05-28 17:59:49