Trace number 1779187

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

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-16.cnf
MD5SUM3cb14750de2495357cf28b8ab826b9e3
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 variables70139
Number of clauses228634
Sum of the clauses size592458
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 293186
Number of clauses of size 3135319
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.12/0.18	c ==============================================================================
0.12/0.18	c |           |     ORIGINAL     |              LEARNT              |          |
0.12/0.18	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.12/0.18	c ==============================================================================
0.12/0.18	c |         0 |  227991   590788 |   68397       0        0     nan |  0.000 % |
0.82/0.89	c |         0 |  164401   556548 |      --       0       --      -- |     --   | -63590/-34240
0.82/0.89	c ==============================================================================
0.82/0.89	c Result  :   #vars: 28657   #clauses: 164401   #literals: 556548
0.82/0.89	c CPU time:   0.82 s
0.82/0.89	c ==============================================================================

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-1779187-1243521022/watcher-1779187-1243521022 -o /tmp/evaluation-result-1779187-1243521022/solver-1779187-1243521022 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1779187-1243521022.cnf aimd 2 

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: 4.95 4.84 4.70 3/99 31511
/proc/meminfo: memFree=3065820/3368532 swapFree=1953580/1959888
[pid=31511] ppid=31509 vsize=2412 CPUtime=0.01
/proc/31511/stat : 31511 (manysat.sh) S 31509 31511 19648 0 -1 4194304 349 0 0 0 0 1 0 0 18 0 1 0 1116766623 2469888 273 4294967295 134512640 135169312 3212854096 3212852632 3085147886 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/31511/statm: 603 273 231 161 0 42 0
[pid=31512] ppid=31511 vsize=2464 CPUtime=0
/proc/31512/stat : 31512 (SatElite) R 31511 31511 19648 0 -1 4202496 467 0 0 0 0 0 0 0 18 0 1 0 1116766623 2523136 404 4294967295 134512640 135034092 3215701440 3215697728 134544897 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31512/statm: 616 408 50 128 0 486 0

[startup+0.041029 s]
/proc/loadavg: 4.95 4.84 4.70 3/99 31511
/proc/meminfo: memFree=3065820/3368532 swapFree=1953580/1959888
[pid=31511] ppid=31509 vsize=2412 CPUtime=0.01
/proc/31511/stat : 31511 (manysat.sh) S 31509 31511 19648 0 -1 4194304 349 0 0 0 0 1 0 0 18 0 1 0 1116766623 2469888 273 4294967295 134512640 135169312 3212854096 3212852632 3085147886 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/31511/statm: 603 273 231 161 0 42 0
[pid=31512] ppid=31511 vsize=17336 CPUtime=0.04
/proc/31512/stat : 31512 (SatElite) R 31511 31511 19648 0 -1 4202496 3053 0 0 0 3 1 0 0 18 0 1 0 1116766623 17752064 2843 4294967295 134512640 135034092 3215701440 3215697400 134673244 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31512/statm: 4334 2844 50 128 0 4204 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 19748

[startup+0.111021 s]
/proc/loadavg: 4.95 4.84 4.70 3/99 31511
/proc/meminfo: memFree=3065820/3368532 swapFree=1953580/1959888
[pid=31511] ppid=31509 vsize=2412 CPUtime=0.01
/proc/31511/stat : 31511 (manysat.sh) S 31509 31511 19648 0 -1 4194304 349 0 0 0 0 1 0 0 18 0 1 0 1116766623 2469888 273 4294967295 134512640 135169312 3212854096 3212852632 3085147886 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/31511/statm: 603 273 231 161 0 42 0
[pid=31512] ppid=31511 vsize=26156 CPUtime=0.11
/proc/31512/stat : 31512 (SatElite) R 31511 31511 19648 0 -1 4202496 5179 0 0 0 10 1 0 0 18 0 1 0 1116766623 26783744 4969 4294967295 134512640 135034092 3215701440 3215697400 134673244 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31512/statm: 6539 4969 50 128 0 6409 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 28568

[startup+0.311002 s]
/proc/loadavg: 4.95 4.84 4.70 3/99 31511
/proc/meminfo: memFree=3065820/3368532 swapFree=1953580/1959888
[pid=31511] ppid=31509 vsize=2412 CPUtime=0.01
/proc/31511/stat : 31511 (manysat.sh) S 31509 31511 19648 0 -1 4194304 349 0 0 0 0 1 0 0 18 0 1 0 1116766623 2469888 273 4294967295 134512640 135169312 3212854096 3212852632 3085147886 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/31511/statm: 603 273 231 161 0 42 0
[pid=31512] ppid=31511 vsize=38220 CPUtime=0.31
/proc/31512/stat : 31512 (SatElite) R 31511 31511 19648 0 -1 4202496 8420 0 0 0 26 5 0 0 18 0 1 0 1116766623 39137280 8006 4294967295 134512640 135034092 3215701440 3215697436 134691101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31512/statm: 9555 8006 67 128 0 9425 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 40632

[startup+0.710964 s]
/proc/loadavg: 4.95 4.84 4.70 3/99 31511
/proc/meminfo: memFree=3065820/3368532 swapFree=1953580/1959888
[pid=31511] ppid=31509 vsize=2412 CPUtime=0.01
/proc/31511/stat : 31511 (manysat.sh) S 31509 31511 19648 0 -1 4194304 349 0 0 0 0 1 0 0 18 0 1 0 1116766623 2469888 273 4294967295 134512640 135169312 3212854096 3212852632 3085147886 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/31511/statm: 603 273 231 161 0 42 0
[pid=31512] ppid=31511 vsize=43112 CPUtime=0.71
/proc/31512/stat : 31512 (SatElite) R 31511 31511 19648 0 -1 4202496 9685 0 0 0 64 7 0 0 18 0 1 0 1116766623 44146688 9133 4294967295 134512640 135034092 3215701440 3215697696 134563316 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31512/statm: 10778 9133 67 128 0 10648 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 45524

[startup+1.51089 s]
/proc/loadavg: 4.63 4.77 4.68 2/101 31513
/proc/meminfo: memFree=3023836/3368532 swapFree=1953580/1959888
[pid=31511] ppid=31509 vsize=2416 CPUtime=1.12
/proc/31511/stat : 31511 (manysat.sh) S 31509 31511 19648 0 -1 4194304 370 9984 0 0 0 1 102 9 18 0 1 0 1116766623 2473984 274 4294967295 134512640 135169312 3212854096 3212850312 3085147886 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/31511/statm: 604 274 231 161 0 43 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 2416

[startup+3.11075 s]
/proc/loadavg: 4.63 4.77 4.68 6/104 31517
/proc/meminfo: memFree=3005836/3368532 swapFree=1953580/1959888
[pid=31511] ppid=31509 vsize=2416 CPUtime=1.12
/proc/31511/stat : 31511 (manysat.sh) S 31509 31511 19648 0 -1 4194304 370 9984 0 0 0 1 102 9 18 0 1 0 1116766623 2473984 274 4294967295 134512640 135169312 3212854096 3212850312 3085147886 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/31511/statm: 604 274 231 161 0 43 0
[pid=31514] ppid=31511 vsize=86056 CPUtime=6.64
/proc/31514/stat : 31514 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202496 14179 0 0 0 615 49 0 0 16 0 4 0 1116766734 88121344 14089 4294967295 134512640 135305190 3219190096 3219188272 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/31514/statm: 21514 14089 79 194 0 21318 0
[pid=31514/tid=31515] ppid=31511 vsize=86056 CPUtime=1.54
/proc/31514/task/31515/stat : 31515 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 581 0 0 0 143 11 0 0 16 0 4 0 1116766771 88121344 14089 4294967295 134512640 135305190 3219190096 3074092224 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=31514/tid=31516] ppid=31511 vsize=86056 CPUtime=1.56
/proc/31514/task/31516/stat : 31516 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 684 0 0 0 148 8 0 0 16 0 4 0 1116766771 88121344 14089 4294967295 134512640 135305190 3219190096 3065703616 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=31514/tid=31517] ppid=31511 vsize=86056 CPUtime=1.58
/proc/31514/task/31517/stat : 31517 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 676 0 0 0 147 11 0 0 16 0 4 0 1116766771 88121344 14089 4294967295 134512640 135305190 3219190096 3057315008 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.76
Current children cumulated vsize (KiB) 88472

[startup+6.31045 s]
/proc/loadavg: 4.82 4.81 4.70 6/104 31517
/proc/meminfo: memFree=3000012/3368532 swapFree=1953580/1959888
[pid=31511] ppid=31509 vsize=2416 CPUtime=1.12
/proc/31511/stat : 31511 (manysat.sh) S 31509 31511 19648 0 -1 4194304 370 9984 0 0 0 1 102 9 18 0 1 0 1116766623 2473984 274 4294967295 134512640 135169312 3212854096 3212850312 3085147886 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/31511/statm: 604 274 231 161 0 43 0
[pid=31514] ppid=31511 vsize=89216 CPUtime=19.42
/proc/31514/stat : 31514 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202496 15040 0 0 0 1891 51 0 0 19 0 4 0 1116766734 91357184 14950 4294967295 134512640 135305190 3219190096 3219187936 134551793 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/31514/statm: 22304 14950 79 194 0 22108 0
[pid=31514/tid=31515] ppid=31511 vsize=89216 CPUtime=4.73
/proc/31514/task/31515/stat : 31515 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 872 0 0 0 460 13 0 0 18 0 4 0 1116766771 91357184 14950 4294967295 134512640 135305190 3219190096 3074092224 134528410 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=31514/tid=31516] ppid=31511 vsize=89216 CPUtime=4.76
/proc/31514/task/31516/stat : 31516 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 851 0 0 0 468 8 0 0 19 0 4 0 1116766771 91357184 14950 4294967295 134512640 135305190 3219190096 3065703616 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=31514/tid=31517] ppid=31511 vsize=89216 CPUtime=4.77
/proc/31514/task/31517/stat : 31517 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 935 0 0 0 466 11 0 0 18 0 4 0 1116766771 91357184 14950 4294967295 134512640 135305190 3219190096 3057315008 134528512 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20.54
Current children cumulated vsize (KiB) 91632

[startup+12.7098 s]
/proc/loadavg: 4.76 4.80 4.69 5/104 31517
/proc/meminfo: memFree=2996992/3368532 swapFree=1953580/1959888
[pid=31511] ppid=31509 vsize=2416 CPUtime=1.12
/proc/31511/stat : 31511 (manysat.sh) S 31509 31511 19648 0 -1 4194304 370 9984 0 0 0 1 102 9 18 0 1 0 1116766623 2473984 274 4294967295 134512640 135169312 3212854096 3212850312 3085147886 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/31511/statm: 604 274 231 161 0 43 0
[pid=31514] ppid=31511 vsize=92136 CPUtime=44.97
/proc/31514/stat : 31514 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202496 15797 0 0 0 4444 53 0 0 25 0 4 0 1116766734 94347264 15707 4294967295 134512640 135305190 3219190096 3219188272 134528576 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/31514/statm: 23034 15707 79 194 0 22838 0
[pid=31514/tid=31515] ppid=31511 vsize=92136 CPUtime=11.09
/proc/31514/task/31515/stat : 31515 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 1056 0 0 0 1096 13 0 0 25 0 4 0 1116766771 94347264 15707 4294967295 134512640 135305190 3219190096 3074091952 134557352 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=31514/tid=31516] ppid=31511 vsize=92136 CPUtime=11.16
/proc/31514/task/31516/stat : 31516 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 956 0 0 0 1108 8 0 0 25 0 4 0 1116766771 94347264 15707 4294967295 134512640 135305190 3219190096 3065703616 134528557 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=31514/tid=31517] ppid=31511 vsize=92136 CPUtime=11.16
/proc/31514/task/31517/stat : 31517 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 1217 0 0 0 1103 13 0 0 25 0 4 0 1116766771 94347264 15707 4294967295 134512640 135305190 3219190096 3057315008 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 46.09
Current children cumulated vsize (KiB) 94552

[startup+25.5186 s]
/proc/loadavg: 4.71 4.79 4.69 6/104 31517
/proc/meminfo: memFree=2990888/3368532 swapFree=1953580/1959888
[pid=31511] ppid=31509 vsize=2416 CPUtime=1.12
/proc/31511/stat : 31511 (manysat.sh) S 31509 31511 19648 0 -1 4194304 370 9984 0 0 0 1 102 9 18 0 1 0 1116766623 2473984 274 4294967295 134512640 135169312 3212854096 3212850312 3085147886 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/31511/statm: 604 274 231 161 0 43 0
[pid=31514] ppid=31511 vsize=98688 CPUtime=96.18
/proc/31514/stat : 31514 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202496 17271 0 0 0 9559 59 0 0 25 0 4 0 1116766734 101056512 17181 4294967295 134512640 135305190 3219190096 3219188272 134528319 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/31514/statm: 24672 17181 79 194 0 24476 0
[pid=31514/tid=31515] ppid=31511 vsize=98688 CPUtime=23.88
/proc/31514/task/31515/stat : 31515 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 1382 0 0 0 2373 15 0 0 25 0 4 0 1116766771 101056512 17181 4294967295 134512640 135305190 3219190096 3074091888 134551697 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=31514/tid=31516] ppid=31511 vsize=98688 CPUtime=23.97
/proc/31514/task/31516/stat : 31516 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 1308 0 0 0 2385 12 0 0 25 0 4 0 1116766771 101056512 17181 4294967295 134512640 135305190 3219190096 3065703616 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=31514/tid=31517] ppid=31511 vsize=98688 CPUtime=23.96
/proc/31514/task/31517/stat : 31517 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 1712 0 0 0 2383 13 0 0 25 0 4 0 1116766771 101056512 17181 4294967295 134512640 135305190 3219190096 3057315008 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 97.3
Current children cumulated vsize (KiB) 101104

[startup+51.1162 s]
/proc/loadavg: 4.75 4.79 4.69 6/105 31588
/proc/meminfo: memFree=2980592/3368532 swapFree=1953580/1959888
[pid=31511] ppid=31509 vsize=2416 CPUtime=1.12
/proc/31511/stat : 31511 (manysat.sh) S 31509 31511 19648 0 -1 4194304 370 9984 0 0 0 1 102 9 18 0 1 0 1116766623 2473984 274 4294967295 134512640 135169312 3212854096 3212850312 3085147886 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/31511/statm: 604 274 231 161 0 43 0
[pid=31514] ppid=31511 vsize=106960 CPUtime=198.23
/proc/31514/stat : 31514 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202496 19461 0 0 0 19753 70 0 0 25 0 4 0 1116766734 109527040 19371 4294967295 134512640 135305190 3219190096 3219188272 134528768 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/31514/statm: 26740 19371 79 194 0 26544 0
[pid=31514/tid=31515] ppid=31511 vsize=106960 CPUtime=49.39
/proc/31514/task/31515/stat : 31515 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 1897 0 0 0 4921 18 0 0 25 0 4 0 1116766771 109527040 19371 4294967295 134512640 135305190 3219190096 3074092224 134528512 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=31514/tid=31516] ppid=31511 vsize=106960 CPUtime=49.56
/proc/31514/task/31516/stat : 31516 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 1797 0 0 0 4943 13 0 0 25 0 4 0 1116766771 109527040 19371 4294967295 134512640 135305190 3219190096 3065703232 134551628 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=31514/tid=31517] ppid=31511 vsize=106960 CPUtime=49.36
/proc/31514/task/31517/stat : 31517 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 2321 0 0 0 4917 19 0 0 25 0 4 0 1116766771 109527040 19371 4294967295 134512640 135305190 3219190096 3057315008 134528189 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 199.35
Current children cumulated vsize (KiB) 109376

[startup+102.311 s]
/proc/loadavg: 4.55 4.74 4.68 5/104 31708
/proc/meminfo: memFree=2964484/3368532 swapFree=1953580/1959888
[pid=31511] ppid=31509 vsize=2416 CPUtime=1.12
/proc/31511/stat : 31511 (manysat.sh) S 31509 31511 19648 0 -1 4194304 370 9984 0 0 0 1 102 9 18 0 1 0 1116766623 2473984 274 4294967295 134512640 135169312 3212854096 3212850312 3085147886 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/31511/statm: 604 274 231 161 0 43 0
[pid=31514] ppid=31511 vsize=124140 CPUtime=402.64
/proc/31514/stat : 31514 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202496 23707 0 0 0 40177 87 0 0 25 0 4 0 1116766734 127119360 23617 4294967295 134512640 135305190 3219190096 3219188272 134528518 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/31514/statm: 31035 23617 79 194 0 30839 0
[pid=31514/tid=31515] ppid=31511 vsize=124140 CPUtime=100.59
/proc/31514/task/31515/stat : 31515 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 2816 0 0 0 10039 20 0 0 25 0 4 0 1116766771 127119360 23617 4294967295 134512640 135305190 3219190096 3074091888 134551697 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=31514/tid=31516] ppid=31511 vsize=124140 CPUtime=100.62
/proc/31514/task/31516/stat : 31516 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 2782 0 0 0 10045 17 0 0 25 0 4 0 1116766771 127119360 23617 4294967295 134512640 135305190 3219190096 3065703616 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=31514/tid=31517] ppid=31511 vsize=124140 CPUtime=100.34
/proc/31514/task/31517/stat : 31517 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 3477 0 0 0 10008 26 0 0 25 0 4 0 1116766771 127119360 23617 4294967295 134512640 135305190 3219190096 3057315008 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 403.76
Current children cumulated vsize (KiB) 126556

[startup+162.306 s]
/proc/loadavg: 4.50 4.70 4.67 5/104 31899
/proc/meminfo: memFree=2955580/3368532 swapFree=1953580/1959888
[pid=31511] ppid=31509 vsize=2416 CPUtime=1.12
/proc/31511/stat : 31511 (manysat.sh) S 31509 31511 19648 0 -1 4194304 370 9984 0 0 0 1 102 9 18 0 1 0 1116766623 2473984 274 4294967295 134512640 135169312 3212854096 3212850312 3085147886 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/31511/statm: 604 274 231 161 0 43 0
[pid=31514] ppid=31511 vsize=132736 CPUtime=641.97
/proc/31514/stat : 31514 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202496 25937 0 0 0 64083 114 0 0 25 0 4 0 1116766734 135921664 25775 4294967295 134512640 135305190 3219190096 3219188272 134528229 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/31514/statm: 33184 25775 79 194 0 32988 0
[pid=31514/tid=31515] ppid=31511 vsize=132736 CPUtime=160.34
/proc/31514/task/31515/stat : 31515 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 3279 0 0 0 16006 28 0 0 25 0 4 0 1116766771 135921664 25775 4294967295 134512640 135305190 3219190096 3074091888 134551651 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=31514/tid=31516] ppid=31511 vsize=132736 CPUtime=160.57
/proc/31514/task/31516/stat : 31516 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 3215 0 0 0 16030 27 0 0 25 0 4 0 1116766771 135921664 25775 4294967295 134512640 135305190 3219190096 3065703616 134528480 0 0 0 3 0 0 0 -1 0 0 0 0

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

/proc/31514/task/31517/stat : 31517 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 10173 0 0 0 51854 62 0 0 25 0 4 0 1116766771 219156480 46031 4294967295 134512640 135305190 3219190096 3057315008 134528252 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2080.38
Current children cumulated vsize (KiB) 216436

[startup+582.316 s]
/proc/loadavg: 4.52 4.56 4.60 6/104 751
/proc/meminfo: memFree=2873492/3368532 swapFree=1953580/1959888
[pid=31511] ppid=31509 vsize=2416 CPUtime=1.12
/proc/31511/stat : 31511 (manysat.sh) S 31509 31511 19648 0 -1 4194304 370 9984 0 0 0 1 102 9 18 0 1 0 1116766623 2473984 274 4294967295 134512640 135169312 3212854096 3212850312 3085147886 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/31511/statm: 604 274 231 161 0 43 0
[pid=31514] ppid=31511 vsize=214304 CPUtime=2318.82
/proc/31514/stat : 31514 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202496 46292 0 0 0 231651 231 0 0 25 0 4 0 1116766734 219447296 46130 4294967295 134512640 135305190 3219190096 3219188272 134528341 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/31514/statm: 53576 46130 79 194 0 53380 0
[pid=31514/tid=31515] ppid=31511 vsize=214304 CPUtime=579.64
/proc/31514/task/31515/stat : 31515 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 7479 0 0 0 57906 58 0 0 25 0 4 0 1116766771 219447296 46130 4294967295 134512640 135305190 3219190096 3074092224 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=31514/tid=31516] ppid=31511 vsize=214304 CPUtime=580.03
/proc/31514/task/31516/stat : 31516 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 8262 0 0 0 57945 58 0 0 25 0 4 0 1116766771 219447296 46130 4294967295 134512640 135305190 3219190096 3065703296 134552302 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=31514/tid=31517] ppid=31511 vsize=214304 CPUtime=579.04
/proc/31514/task/31517/stat : 31517 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 10173 0 0 0 57839 65 0 0 25 0 4 0 1116766771 219447296 46130 4294967295 134512640 135305190 3219190096 3057315008 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2319.94
Current children cumulated vsize (KiB) 216720

[startup+642.31 s]
/proc/loadavg: 4.44 4.53 4.59 5/104 948
/proc/meminfo: memFree=2867244/3368532 swapFree=1953580/1959888
[pid=31511] ppid=31509 vsize=2416 CPUtime=1.12
/proc/31511/stat : 31511 (manysat.sh) S 31509 31511 19648 0 -1 4194304 370 9984 0 0 0 1 102 9 18 0 1 0 1116766623 2473984 274 4294967295 134512640 135169312 3212854096 3212850312 3085147886 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/31511/statm: 604 274 231 161 0 43 0
[pid=31514] ppid=31511 vsize=221632 CPUtime=2558.14
/proc/31514/stat : 31514 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202496 48111 0 0 0 255564 250 0 0 25 0 4 0 1116766734 226951168 47949 4294967295 134512640 135305190 3219190096 3219188272 134528229 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/31514/statm: 55408 47949 79 194 0 55212 0
[pid=31514/tid=31515] ppid=31511 vsize=221632 CPUtime=639.62
/proc/31514/task/31515/stat : 31515 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 7907 0 0 0 63896 66 0 0 25 0 4 0 1116766771 226951168 47949 4294967295 134512640 135305190 3219190096 3074092224 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=31514/tid=31516] ppid=31511 vsize=221632 CPUtime=640.01
/proc/31514/task/31516/stat : 31516 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 8813 0 0 0 63940 61 0 0 25 0 4 0 1116766771 226951168 47949 4294967295 134512640 135305190 3219190096 3065703616 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=31514/tid=31517] ppid=31511 vsize=221632 CPUtime=638.87
/proc/31514/task/31517/stat : 31517 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 10648 0 0 0 63815 72 0 0 25 0 4 0 1116766771 226951168 47949 4294967295 134512640 135305190 3219190096 3057314736 134557414 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2559.26
Current children cumulated vsize (KiB) 224048

[startup+702.314 s]
/proc/loadavg: 4.20 4.44 4.55 5/104 1140
/proc/meminfo: memFree=2856736/3368532 swapFree=1953580/1959888
[pid=31511] ppid=31509 vsize=2416 CPUtime=1.12
/proc/31511/stat : 31511 (manysat.sh) S 31509 31511 19648 0 -1 4194304 370 9984 0 0 0 1 102 9 18 0 1 0 1116766623 2473984 274 4294967295 134512640 135169312 3212854096 3212850312 3085147886 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/31511/statm: 604 274 231 161 0 43 0
[pid=31514] ppid=31511 vsize=232648 CPUtime=2797.77
/proc/31514/stat : 31514 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202496 50701 0 0 0 279518 259 0 0 25 0 4 0 1116766734 238231552 50539 4294967295 134512640 135305190 3219190096 3219188272 134528301 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/31514/statm: 58162 50539 79 194 0 57966 0
[pid=31514/tid=31515] ppid=31511 vsize=232648 CPUtime=699.56
/proc/31514/task/31515/stat : 31515 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 8462 0 0 0 69887 69 0 0 25 0 4 0 1116766771 238231552 50539 4294967295 134512640 135305190 3219190096 3074092224 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=31514/tid=31516] ppid=31511 vsize=232648 CPUtime=699.9
/proc/31514/task/31516/stat : 31516 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 9436 0 0 0 69925 65 0 0 25 0 4 0 1116766771 238231552 50539 4294967295 134512640 135305190 3219190096 3065703616 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=31514/tid=31517] ppid=31511 vsize=232648 CPUtime=698.77
/proc/31514/task/31517/stat : 31517 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 11551 0 0 0 69803 74 0 0 25 0 4 0 1116766771 238231552 50539 4294967295 134512640 135305190 3219190096 3057315008 134528512 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2798.89
Current children cumulated vsize (KiB) 235064

[startup+762.308 s]
/proc/loadavg: 4.49 4.49 4.56 5/104 1327
/proc/meminfo: memFree=2839640/3368532 swapFree=1953580/1959888
[pid=31511] ppid=31509 vsize=2416 CPUtime=1.12
/proc/31511/stat : 31511 (manysat.sh) S 31509 31511 19648 0 -1 4194304 370 9984 0 0 0 1 102 9 18 0 1 0 1116766623 2473984 274 4294967295 134512640 135169312 3212854096 3212850312 3085147886 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/31511/statm: 604 274 231 161 0 43 0
[pid=31514] ppid=31511 vsize=249732 CPUtime=3037.23
/proc/31514/stat : 31514 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202496 54975 0 0 0 303454 269 0 0 25 0 4 0 1116766734 255725568 54813 4294967295 134512640 135305190 3219190096 3219187936 134551930 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/31514/statm: 62433 54813 79 194 0 62237 0
[pid=31514/tid=31515] ppid=31511 vsize=249732 CPUtime=759.46
/proc/31514/task/31515/stat : 31515 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 9567 0 0 0 75873 73 0 0 25 0 4 0 1116766771 255725568 54813 4294967295 134512640 135305190 3219190096 3074091888 134551651 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=31514/tid=31516] ppid=31511 vsize=249732 CPUtime=759.83
/proc/31514/task/31516/stat : 31516 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 9966 0 0 0 75917 66 0 0 25 0 4 0 1116766771 255725568 54813 4294967295 134512640 135305190 3219190096 3065703616 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=31514/tid=31517] ppid=31511 vsize=249732 CPUtime=758.58
/proc/31514/task/31517/stat : 31517 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 12987 0 0 0 75781 77 0 0 25 0 4 0 1116766771 255725568 54813 4294967295 134512640 135305190 3219190096 3057315008 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3038.35
Current children cumulated vsize (KiB) 252148

[startup+822.313 s]
/proc/loadavg: 4.47 4.49 4.55 5/104 1516
/proc/meminfo: memFree=2838600/3368532 swapFree=1953580/1959888
[pid=31511] ppid=31509 vsize=2416 CPUtime=1.12
/proc/31511/stat : 31511 (manysat.sh) S 31509 31511 19648 0 -1 4194304 370 9984 0 0 0 1 102 9 18 0 1 0 1116766623 2473984 274 4294967295 134512640 135169312 3212854096 3212850312 3085147886 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/31511/statm: 604 274 231 161 0 43 0
[pid=31514] ppid=31511 vsize=251124 CPUtime=3276.83
/proc/31514/stat : 31514 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202496 55246 0 0 0 327401 282 0 0 25 0 4 0 1116766734 257150976 55084 4294967295 134512640 135305190 3219190096 3219187936 134551808 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/31514/statm: 62781 55084 79 194 0 62585 0
[pid=31514/tid=31515] ppid=31511 vsize=251124 CPUtime=819.4
/proc/31514/task/31515/stat : 31515 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 9594 0 0 0 81866 74 0 0 25 0 4 0 1116766771 257150976 55084 4294967295 134512640 135305190 3219190096 3074092224 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=31514/tid=31516] ppid=31511 vsize=251124 CPUtime=819.82
/proc/31514/task/31516/stat : 31516 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 10129 0 0 0 81909 73 0 0 25 0 4 0 1116766771 257150976 55084 4294967295 134512640 135305190 3219190096 3065703616 134528332 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=31514/tid=31517] ppid=31511 vsize=251124 CPUtime=818.43
/proc/31514/task/31517/stat : 31517 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 12987 0 0 0 81762 81 0 0 25 0 4 0 1116766771 257150976 55084 4294967295 134512640 135305190 3219190096 3057314752 134541978 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3277.95
Current children cumulated vsize (KiB) 253540

[startup+882.317 s]
/proc/loadavg: 4.45 4.49 4.54 6/104 1706
/proc/meminfo: memFree=2837780/3368532 swapFree=1953580/1959888
[pid=31511] ppid=31509 vsize=2416 CPUtime=1.12
/proc/31511/stat : 31511 (manysat.sh) S 31509 31511 19648 0 -1 4194304 370 9984 0 0 0 1 102 9 18 0 1 0 1116766623 2473984 274 4294967295 134512640 135169312 3212854096 3212850312 3085147886 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/31511/statm: 604 274 231 161 0 43 0
[pid=31514] ppid=31511 vsize=251536 CPUtime=3516.57
/proc/31514/stat : 31514 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202496 55399 0 0 0 351364 293 0 0 25 0 4 0 1116766734 257572864 55237 4294967295 134512640 135305190 3219190096 3219188272 134528784 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/31514/statm: 62884 55237 79 194 0 62688 0
[pid=31514/tid=31515] ppid=31511 vsize=251536 CPUtime=879.27
/proc/31514/task/31515/stat : 31515 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 9628 0 0 0 87850 77 0 0 25 0 4 0 1116766771 257572864 55237 4294967295 134512640 135305190 3219190096 3074092224 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=31514/tid=31516] ppid=31511 vsize=251536 CPUtime=879.78
/proc/31514/task/31516/stat : 31516 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 10244 0 0 0 87903 75 0 0 25 0 4 0 1116766771 257572864 55237 4294967295 134512640 135305190 3219190096 3065703616 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=31514/tid=31517] ppid=31511 vsize=251536 CPUtime=878.43
/proc/31514/task/31517/stat : 31517 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 12991 0 0 0 87757 86 0 0 25 0 4 0 1116766771 257572864 55237 4294967295 134512640 135305190 3219190096 3057315008 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3517.69
Current children cumulated vsize (KiB) 253952

[startup+942.311 s]
/proc/loadavg: 4.51 4.51 4.55 6/104 1895
/proc/meminfo: memFree=2828216/3368532 swapFree=1953580/1959888
[pid=31511] ppid=31509 vsize=2416 CPUtime=1.12
/proc/31511/stat : 31511 (manysat.sh) S 31509 31511 19648 0 -1 4194304 370 9984 0 0 0 1 102 9 18 0 1 0 1116766623 2473984 274 4294967295 134512640 135169312 3212854096 3212850312 3085147886 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/31511/statm: 604 274 231 161 0 43 0
[pid=31514] ppid=31511 vsize=260912 CPUtime=3756.15
/proc/31514/stat : 31514 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202496 57963 0 0 0 375300 315 0 0 25 0 4 0 1116766734 267173888 57801 4294967295 134512640 135305190 3219190096 3219188272 134528252 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/31514/statm: 65228 57801 79 194 0 65032 0
[pid=31514/tid=31515] ppid=31511 vsize=260912 CPUtime=939.18
/proc/31514/task/31515/stat : 31515 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 10065 0 0 0 93837 81 0 0 25 0 4 0 1116766771 267173888 57801 4294967295 134512640 135305190 3219190096 3074092224 134528189 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=31514/tid=31516] ppid=31511 vsize=260912 CPUtime=939.77
/proc/31514/task/31516/stat : 31516 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 11065 0 0 0 93901 76 0 0 25 0 4 0 1116766771 267173888 57801 4294967295 134512640 135305190 3219190096 3065703616 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=31514/tid=31517] ppid=31511 vsize=260912 CPUtime=938.38
/proc/31514/task/31517/stat : 31517 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 13694 0 0 0 93744 94 0 0 25 0 4 0 1116766771 267173888 57801 4294967295 134512640 135305190 3219190096 3057314736 134556558 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3757.27
Current children cumulated vsize (KiB) 263328



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.70 4.56 4.56 6/104 2081
/proc/meminfo: memFree=2805292/3368532 swapFree=1953580/1959888
[pid=31511] ppid=31509 vsize=2416 CPUtime=1.12
/proc/31511/stat : 31511 (manysat.sh) S 31509 31511 19648 0 -1 4194304 370 9984 0 0 0 1 102 9 18 0 1 0 1116766623 2473984 274 4294967295 134512640 135169312 3212854096 3212850312 3085147886 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/31511/statm: 604 274 231 161 0 43 0
[pid=31514] ppid=31511 vsize=284132 CPUtime=3986.19
/proc/31514/stat : 31514 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202496 63663 0 0 0 398288 331 0 0 25 0 4 0 1116766734 290951168 63501 4294967295 134512640 135305190 3219190096 3219188272 134528277 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/31514/statm: 71033 63501 79 194 0 70837 0
[pid=31514/tid=31515] ppid=31511 vsize=284132 CPUtime=996.34
/proc/31514/task/31515/stat : 31515 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 11298 0 0 0 99551 83 0 0 25 0 4 0 1116766771 290951168 63501 4294967295 134512640 135305190 3219190096 3074092224 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=31514/tid=31516] ppid=31511 vsize=284132 CPUtime=997.47
/proc/31514/task/31516/stat : 31516 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 12733 0 0 0 99667 80 0 0 25 0 4 0 1116766771 290951168 63501 4294967295 134512640 135305190 3219190096 3065703296 134552923 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=31514/tid=31517] ppid=31511 vsize=284132 CPUtime=995.87
/proc/31514/task/31517/stat : 31517 (manysat1.1_stat) R 31511 31511 19648 0 -1 4202560 15309 0 0 0 99486 101 0 0 25 0 4 0 1116766771 290951168 63501 4294967295 134512640 135305190 3219190096 3057315008 134528512 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3987.31
Current children cumulated vsize (KiB) 286548

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31511 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=20000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=100000
# CPU time returned by wait4() is 1.12
# while last known CPU time is 3987.31
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1000.04
CPU time (s): 3987.31
CPU user time (s): 3983.9
CPU system time (s): 3.41
CPU usage (%): 398.717
Max. virtual memory (cumulated for all children) (KiB): 286548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.02
system time used= 0.1
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10354
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 24

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 16:30:22
IDJOB=1779187
IDBENCH=70820
IDSOLVER=626
FILE ID=/1779187-1243521022
PBS_JOBID=
Free space on /tmp= 15881 MiB

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

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

MD5SUM BENCH= 3cb14750de2495357cf28b8ab826b9e3
RANDOM SEED= 1240209007

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.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.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:       3065820 kB
Buffers:         27096 kB
Cached:         197464 kB
SwapCached:       2424 kB
Active:          92764 kB
Inactive:       142280 kB
HighTotal:     2489216 kB
HighFree:      2278764 kB
LowTotal:       879316 kB
LowFree:        787056 kB
SwapTotal:     1959888 kB
SwapFree:      1953580 kB
Dirty:            5724 kB
Writeback:           0 kB
AnonPages:       10012 kB
Mapped:           4984 kB
Slab:            58076 kB
SReclaimable:    49640 kB
SUnreclaim:       8436 kB
PageTables:        508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    93920 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15873 MiB
End job on  at 2009-05-28 16:47:04