Trace number 1780912

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) 3988.21 1000.06

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_08_UNSAT.cnf
MD5SUM66aa2e18c32a02f55a810347a9702c7f
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 variables1278
Number of clauses68055
Sum of the clauses size202155
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22148
Number of clauses of size 365884
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   68055   202155 |   20416       0        0     nan |  0.000 % |
0.31/0.35	c |         0 |   67183   284754 |      --       0       --      -- |     --   | -872/82599
0.31/0.35	c ==============================================================================
0.31/0.35	c Result  :   #vars: 763   #clauses: 67183   #literals: 284754
0.31/0.35	c CPU time:   0.35 s
0.31/0.35	c ==============================================================================
3988.14/1000.05	HOME/manysat.sh: line 55: 12090 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-1780912-1243538783/watcher-1780912-1243538783 -o /tmp/evaluation-result-1780912-1243538783/solver-1780912-1243538783 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1780912-1243538783.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.14 4.41 4.43 3/115 12087
/proc/meminfo: memFree=2925608/3368532 swapFree=1941392/1959888
[pid=12087] ppid=12085 vsize=2412 CPUtime=0
/proc/12087/stat : 12087 (manysat.sh) R 12085 12087 12261 0 -1 4194304 335 0 0 0 0 0 0 0 18 0 1 0 1118558118 2469888 273 4294967295 134512640 135169312 3215236496 3215234972 3085891444 0 65538 4 65536 0 0 0 17 0 0 0 0
/proc/12087/statm: 603 273 231 161 0 42 0
[pid=12088] ppid=12087 vsize=1184 CPUtime=0
/proc/12088/stat : 12088 (SatElite) R 12087 12087 12261 0 -1 4202496 244 0 0 0 0 0 0 0 18 0 1 0 1118558118 1212416 181 4294967295 134512640 135034092 3220767392 3220763384 134673244 0 0 0 3 0 0 0 17 0 0 0 0
/proc/12088/statm: 296 181 49 128 0 166 0

[startup+0.107634 s]
/proc/loadavg: 4.14 4.41 4.43 3/115 12087
/proc/meminfo: memFree=2925608/3368532 swapFree=1941392/1959888
[pid=12087] ppid=12085 vsize=2412 CPUtime=0
/proc/12087/stat : 12087 (manysat.sh) S 12085 12087 12261 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1118558118 2469888 273 4294967295 134512640 135169312 3215236496 3215235032 3085889262 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12087/statm: 603 273 231 161 0 42 0
[pid=12088] ppid=12087 vsize=6700 CPUtime=0.11
/proc/12088/stat : 12088 (SatElite) R 12087 12087 12261 0 -1 4202496 1586 0 0 0 11 0 0 0 20 0 1 0 1118558118 6860800 1523 4294967295 134512640 135034092 3220767392 3220763260 134673244 0 0 0 3 0 0 0 17 0 0 0 0
/proc/12088/statm: 1675 1523 67 128 0 1545 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9112

[startup+0.207629 s]
/proc/loadavg: 4.14 4.41 4.43 3/115 12087
/proc/meminfo: memFree=2925608/3368532 swapFree=1941392/1959888
[pid=12087] ppid=12085 vsize=2412 CPUtime=0
/proc/12087/stat : 12087 (manysat.sh) S 12085 12087 12261 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1118558118 2469888 273 4294967295 134512640 135169312 3215236496 3215235032 3085889262 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12087/statm: 603 273 231 161 0 42 0
[pid=12088] ppid=12087 vsize=8100 CPUtime=0.21
/proc/12088/stat : 12088 (SatElite) R 12087 12087 12261 0 -1 4202496 1868 0 0 0 21 0 0 0 20 0 1 0 1118558118 8294400 1805 4294967295 134512640 135034092 3220767392 3220763696 134569384 0 0 0 3 0 0 0 17 0 0 0 0
/proc/12088/statm: 2025 1805 67 128 0 1895 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 10512

[startup+0.307623 s]
/proc/loadavg: 4.14 4.41 4.43 3/115 12087
/proc/meminfo: memFree=2925608/3368532 swapFree=1941392/1959888
[pid=12087] ppid=12085 vsize=2412 CPUtime=0
/proc/12087/stat : 12087 (manysat.sh) S 12085 12087 12261 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1118558118 2469888 273 4294967295 134512640 135169312 3215236496 3215235032 3085889262 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12087/statm: 603 273 231 161 0 42 0
[pid=12088] ppid=12087 vsize=8100 CPUtime=0.31
/proc/12088/stat : 12088 (SatElite) R 12087 12087 12261 0 -1 4202496 1868 0 0 0 31 0 0 0 20 0 1 0 1118558118 8294400 1805 4294967295 134512640 135034092 3220767392 3220763696 134569526 0 0 0 3 0 0 0 17 0 0 0 0
/proc/12088/statm: 2025 1805 67 128 0 1895 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 10512

[startup+0.70762 s]
/proc/loadavg: 4.14 4.41 4.43 3/115 12087
/proc/meminfo: memFree=2925608/3368532 swapFree=1941392/1959888
[pid=12087] ppid=12085 vsize=2416 CPUtime=0.44
/proc/12087/stat : 12087 (manysat.sh) S 12085 12087 12261 0 -1 4194304 372 1874 0 0 0 0 44 0 15 0 1 0 1118558118 2473984 275 4294967295 134512640 135169312 3215236496 3215232712 3085889262 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12087/statm: 604 275 231 161 0 43 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 2416

[startup+1.50759 s]
/proc/loadavg: 4.14 4.41 4.43 5/120 12093
/proc/meminfo: memFree=2902372/3368532 swapFree=1941392/1959888
[pid=12087] ppid=12085 vsize=2416 CPUtime=0.44
/proc/12087/stat : 12087 (manysat.sh) S 12085 12087 12261 0 -1 4194304 372 1874 0 0 0 0 44 0 15 0 1 0 1118558118 2473984 275 4294967295 134512640 135169312 3215236496 3215232712 3085889262 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12087/statm: 604 275 231 161 0 43 0
[pid=12090] ppid=12087 vsize=50688 CPUtime=3.85
/proc/12090/stat : 12090 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202496 6143 0 0 0 383 2 0 0 19 0 4 0 1118558162 51904512 6072 4294967295 134512640 135305190 3215115616 3215113736 134840070 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/12090/statm: 12672 6072 79 194 0 12476 0
[pid=12090/tid=12091] ppid=12087 vsize=50688 CPUtime=0.94
/proc/12090/task/12091/stat : 12091 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 432 0 0 0 94 0 0 0 20 0 4 0 1118558174 51904512 6072 4294967295 134512640 135305190 3215115616 3084893376 134528268 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=12090/tid=12092] ppid=12087 vsize=50688 CPUtime=0.93
/proc/12090/task/12092/stat : 12092 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 382 0 0 0 92 1 0 0 20 0 4 0 1118558174 51904512 6075 4294967295 134512640 135305190 3215115616 3076504768 134528237 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=12090/tid=12093] ppid=12087 vsize=50688 CPUtime=0.93
/proc/12090/task/12093/stat : 12093 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 402 0 0 0 93 0 0 0 20 0 4 0 1118558174 51904512 6075 4294967295 134512640 135305190 3215115616 3068116160 134528520 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 53104

[startup+3.10752 s]
/proc/loadavg: 4.14 4.41 4.43 5/120 12093
/proc/meminfo: memFree=2898280/3368532 swapFree=1941392/1959888
[pid=12087] ppid=12085 vsize=2416 CPUtime=0.44
/proc/12087/stat : 12087 (manysat.sh) S 12085 12087 12261 0 -1 4194304 372 1874 0 0 0 0 44 0 15 0 1 0 1118558118 2473984 275 4294967295 134512640 135169312 3215236496 3215232712 3085889262 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12087/statm: 604 275 231 161 0 43 0
[pid=12090] ppid=12087 vsize=56000 CPUtime=10.18
/proc/12090/stat : 12090 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202496 7443 0 0 0 1011 7 0 0 22 0 4 0 1118558162 57344000 7372 4294967295 134512640 135305190 3215115616 3215113736 134840070 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/12090/statm: 14000 7372 79 194 0 13804 0
[pid=12090/tid=12091] ppid=12087 vsize=56000 CPUtime=2.54
/proc/12090/task/12091/stat : 12091 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 762 0 0 0 253 1 0 0 25 0 4 0 1118558174 57344000 7372 4294967295 134512640 135305190 3215115616 3084893376 134528571 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=12090/tid=12092] ppid=12087 vsize=56000 CPUtime=2.53
/proc/12090/task/12092/stat : 12092 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 640 0 0 0 252 1 0 0 25 0 4 0 1118558174 57344000 7372 4294967295 134512640 135305190 3215115616 3076504768 134528248 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=12090/tid=12093] ppid=12087 vsize=56000 CPUtime=2.53
/proc/12090/task/12093/stat : 12093 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 714 0 0 0 253 0 0 0 24 0 4 0 1118558174 57344000 7372 4294967295 134512640 135305190 3215115616 3068116160 134528536 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.62
Current children cumulated vsize (KiB) 58416

[startup+6.3074 s]
/proc/loadavg: 4.13 4.40 4.43 5/120 12093
/proc/meminfo: memFree=2888032/3368532 swapFree=1941392/1959888
[pid=12087] ppid=12085 vsize=2416 CPUtime=0.44
/proc/12087/stat : 12087 (manysat.sh) S 12085 12087 12261 0 -1 4194304 372 1874 0 0 0 0 44 0 15 0 1 0 1118558118 2473984 275 4294967295 134512640 135169312 3215236496 3215232712 3085889262 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12087/statm: 604 275 231 161 0 43 0
[pid=12090] ppid=12087 vsize=66512 CPUtime=22.98
/proc/12090/stat : 12090 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202496 9753 0 0 0 2289 9 0 0 25 0 4 0 1118558162 68108288 9682 4294967295 134512640 135305190 3215115616 3215113736 134840070 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/12090/statm: 16628 9682 79 194 0 16432 0
[pid=12090/tid=12091] ppid=12087 vsize=66512 CPUtime=5.74
/proc/12090/task/12091/stat : 12091 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 1450 0 0 0 573 1 0 0 25 0 4 0 1118558174 68108288 9682 4294967295 134512640 135305190 3215115616 3084893376 134528442 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=12090/tid=12092] ppid=12087 vsize=66512 CPUtime=5.73
/proc/12090/task/12092/stat : 12092 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 1174 0 0 0 572 1 0 0 25 0 4 0 1118558174 68108288 9682 4294967295 134512640 135305190 3215115616 3076504768 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=12090/tid=12093] ppid=12087 vsize=66512 CPUtime=5.73
/proc/12090/task/12093/stat : 12093 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 1321 0 0 0 573 0 0 0 25 0 4 0 1118558174 68108288 9682 4294967295 134512640 135305190 3215115616 3068116160 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.42
Current children cumulated vsize (KiB) 68928

[startup+12.7071 s]
/proc/loadavg: 4.12 4.39 4.43 6/120 12093
/proc/meminfo: memFree=2877580/3368532 swapFree=1941392/1959888
[pid=12087] ppid=12085 vsize=2416 CPUtime=0.44
/proc/12087/stat : 12087 (manysat.sh) S 12085 12087 12261 0 -1 4194304 372 1874 0 0 0 0 44 0 15 0 1 0 1118558118 2473984 275 4294967295 134512640 135169312 3215236496 3215232712 3085889262 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12087/statm: 604 275 231 161 0 43 0
[pid=12090] ppid=12087 vsize=76316 CPUtime=48.53
/proc/12090/stat : 12090 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202496 12143 0 0 0 4841 12 0 0 25 0 4 0 1118558162 78147584 12072 4294967295 134512640 135305190 3215115616 3215113792 134528774 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/12090/statm: 19079 12072 79 194 0 18883 0
[pid=12090/tid=12091] ppid=12087 vsize=76316 CPUtime=12.14
/proc/12090/task/12091/stat : 12091 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 2144 0 0 0 1212 2 0 0 25 0 4 0 1118558174 78147584 12072 4294967295 134512640 135305190 3215115616 3084893040 134551651 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=12090/tid=12092] ppid=12087 vsize=76316 CPUtime=12.13
/proc/12090/task/12092/stat : 12092 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 1641 0 0 0 1211 2 0 0 25 0 4 0 1118558174 78147584 12072 4294967295 134512640 135305190 3215115616 3076504768 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=12090/tid=12093] ppid=12087 vsize=76316 CPUtime=12.12
/proc/12090/task/12093/stat : 12093 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 1815 0 0 0 1211 1 0 0 25 0 4 0 1118558174 78147584 12072 4294967295 134512640 135305190 3215115616 3068116160 134528332 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 48.97
Current children cumulated vsize (KiB) 78732

[startup+25.5066 s]
/proc/loadavg: 4.33 4.42 4.43 6/120 12279
/proc/meminfo: memFree=2861484/3368532 swapFree=1941392/1959888
[pid=12087] ppid=12085 vsize=2416 CPUtime=0.44
/proc/12087/stat : 12087 (manysat.sh) S 12085 12087 12261 0 -1 4194304 372 1874 0 0 0 0 44 0 15 0 1 0 1118558118 2473984 275 4294967295 134512640 135169312 3215236496 3215232712 3085889262 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12087/statm: 604 275 231 161 0 43 0
[pid=12090] ppid=12087 vsize=89268 CPUtime=99.07
/proc/12090/stat : 12090 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202496 15501 0 0 0 9890 17 0 0 25 0 4 0 1118558162 91410432 15430 4294967295 134512640 135305190 3215115616 3215113792 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/12090/statm: 22317 15430 79 194 0 22121 0
[pid=12090/tid=12091] ppid=12087 vsize=89268 CPUtime=24.56
/proc/12090/task/12091/stat : 12091 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 3117 0 0 0 2452 4 0 0 25 0 4 0 1118558174 91410432 15430 4294967295 134512640 135305190 3215115616 3084893376 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=12090/tid=12092] ppid=12087 vsize=89268 CPUtime=24.91
/proc/12090/task/12092/stat : 12092 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 2430 0 0 0 2488 3 0 0 25 0 4 0 1118558174 91410432 15430 4294967295 134512640 135305190 3215115616 3076504768 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=12090/tid=12093] ppid=12087 vsize=89268 CPUtime=24.79
/proc/12090/task/12093/stat : 12093 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 2903 0 0 0 2477 2 0 0 25 0 4 0 1118558174 91410432 15430 4294967295 134512640 135305190 3215115616 3068116160 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 99.51
Current children cumulated vsize (KiB) 91684

[startup+51.1056 s]
/proc/loadavg: 4.36 4.42 4.43 5/120 12281
/proc/meminfo: memFree=2844796/3368532 swapFree=1941392/1959888
[pid=12087] ppid=12085 vsize=2416 CPUtime=0.44
/proc/12087/stat : 12087 (manysat.sh) S 12085 12087 12261 0 -1 4194304 372 1874 0 0 0 0 44 0 15 0 1 0 1118558118 2473984 275 4294967295 134512640 135169312 3215236496 3215232712 3085889262 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12087/statm: 604 275 231 161 0 43 0
[pid=12090] ppid=12087 vsize=108728 CPUtime=201.39
/proc/12090/stat : 12090 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202496 19982 0 0 0 20104 35 0 0 25 0 4 0 1118558162 111337472 19911 4294967295 134512640 135305190 3215115616 3215113792 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/12090/statm: 27182 19911 79 194 0 26986 0
[pid=12090/tid=12091] ppid=12087 vsize=108728 CPUtime=50.12
/proc/12090/task/12091/stat : 12091 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 4114 0 0 0 5000 12 0 0 25 0 4 0 1118558174 111337472 19911 4294967295 134512640 135305190 3215115616 3084893376 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=12090/tid=12092] ppid=12087 vsize=108728 CPUtime=50.51
/proc/12090/task/12092/stat : 12092 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 3567 0 0 0 5048 3 0 0 25 0 4 0 1118558174 111337472 19911 4294967295 134512640 135305190 3215115616 3076504768 134528875 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=12090/tid=12093] ppid=12087 vsize=108728 CPUtime=50.38
/proc/12090/task/12093/stat : 12093 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 4262 0 0 0 5031 7 0 0 25 0 4 0 1118558174 111337472 19911 4294967295 134512640 135305190 3215115616 3068116160 134528277 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 201.83
Current children cumulated vsize (KiB) 111144

[startup+102.314 s]
/proc/loadavg: 4.61 4.46 4.45 6/120 12469
/proc/meminfo: memFree=2822568/3368532 swapFree=1941392/1959888
[pid=12087] ppid=12085 vsize=2416 CPUtime=0.44
/proc/12087/stat : 12087 (manysat.sh) S 12085 12087 12261 0 -1 4194304 372 1874 0 0 0 0 44 0 15 0 1 0 1118558118 2473984 275 4294967295 134512640 135169312 3215236496 3215232712 3085889262 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12087/statm: 604 275 231 161 0 43 0
[pid=12090] ppid=12087 vsize=132116 CPUtime=405.79
/proc/12090/stat : 12090 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202496 25487 0 0 0 40532 47 0 0 25 0 4 0 1118558162 135286784 25416 4294967295 134512640 135305190 3215115616 3215113792 134528768 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/12090/statm: 33029 25416 79 194 0 32833 0
[pid=12090/tid=12091] ppid=12087 vsize=132116 CPUtime=101.05
/proc/12090/task/12091/stat : 12091 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 5584 0 0 0 10090 15 0 0 25 0 4 0 1118558174 135286784 25416 4294967295 134512640 135305190 3215115616 3084893376 134528501 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=12090/tid=12092] ppid=12087 vsize=132116 CPUtime=101.69
/proc/12090/task/12092/stat : 12092 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 5140 0 0 0 10164 5 0 0 25 0 4 0 1118558174 135286784 25416 4294967295 134512640 135305190 3215115616 3076504768 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=12090/tid=12093] ppid=12087 vsize=132116 CPUtime=101.52
/proc/12090/task/12093/stat : 12093 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 5712 0 0 0 10142 10 0 0 25 0 4 0 1118558174 135286784 25416 4294967295 134512640 135305190 3215115616 3068116160 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 406.23
Current children cumulated vsize (KiB) 134532

[startup+162.311 s]
/proc/loadavg: 4.42 4.44 4.44 5/120 12657
/proc/meminfo: memFree=2799584/3368532 swapFree=1941392/1959888
[pid=12087] ppid=12085 vsize=2416 CPUtime=0.44
/proc/12087/stat : 12087 (manysat.sh) S 12085 12087 12261 0 -1 4194304 372 1874 0 0 0 0 44 0 15 0 1 0 1118558118 2473984 275 4294967295 134512640 135169312 3215236496 3215232712 3085889262 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12087/statm: 604 275 231 161 0 43 0
[pid=12090] ppid=12087 vsize=156560 CPUtime=645.3

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

Current children cumulated CPU time (s) 2081.37
Current children cumulated vsize (KiB) 245004

[startup+582.304 s]
/proc/loadavg: 4.59 4.53 4.47 5/120 13793
/proc/meminfo: memFree=2714784/3368532 swapFree=1941392/1959888
[pid=12087] ppid=12085 vsize=2416 CPUtime=0.44
/proc/12087/stat : 12087 (manysat.sh) S 12085 12087 12261 0 -1 4194304 372 1874 0 0 0 0 44 0 15 0 1 0 1118558118 2473984 275 4294967295 134512640 135169312 3215236496 3215232712 3085889262 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12087/statm: 604 275 231 161 0 43 0
[pid=12090] ppid=12087 vsize=251724 CPUtime=2320.66
/proc/12090/stat : 12090 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202496 52587 0 0 0 231815 251 0 0 25 0 4 0 1118558162 257765376 52493 4294967295 134512640 135305190 3215115616 3215113792 134528768 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/12090/statm: 62931 52493 79 194 0 62735 0
[pid=12090/tid=12091] ppid=12087 vsize=251724 CPUtime=579.94
/proc/12090/task/12091/stat : 12091 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 11818 0 0 0 57933 61 0 0 25 0 4 0 1118558174 257765376 52493 4294967295 134512640 135305190 3215115616 3084893376 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12090/tid=12092] ppid=12087 vsize=251724 CPUtime=580.42
/proc/12090/task/12092/stat : 12092 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 12333 0 0 0 57989 53 0 0 25 0 4 0 1118558174 257765376 52493 4294967295 134512640 135305190 3215115616 3076504768 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=12090/tid=12093] ppid=12087 vsize=251724 CPUtime=580.26
/proc/12090/task/12093/stat : 12093 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 13301 0 0 0 57965 61 0 0 25 0 4 0 1118558174 257765376 52493 4294967295 134512640 135305190 3215115616 3068116160 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2321.1
Current children cumulated vsize (KiB) 254140

[startup+642.312 s]
/proc/loadavg: 4.36 4.46 4.45 6/120 13981
/proc/meminfo: memFree=2710444/3368532 swapFree=1941392/1959888
[pid=12087] ppid=12085 vsize=2416 CPUtime=0.44
/proc/12087/stat : 12087 (manysat.sh) S 12085 12087 12261 0 -1 4194304 372 1874 0 0 0 0 44 0 15 0 1 0 1118558118 2473984 275 4294967295 134512640 135169312 3215236496 3215232712 3085889262 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12087/statm: 604 275 231 161 0 43 0
[pid=12090] ppid=12087 vsize=256532 CPUtime=2560.13
/proc/12090/stat : 12090 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202496 53559 0 0 0 255736 277 0 0 25 0 4 0 1118558162 262688768 53465 4294967295 134512640 135305190 3215115616 3215113792 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/12090/statm: 64133 53465 79 194 0 63937 0
[pid=12090/tid=12091] ppid=12087 vsize=256532 CPUtime=639.89
/proc/12090/task/12091/stat : 12091 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 12071 0 0 0 63926 63 0 0 25 0 4 0 1118558174 262688768 53465 4294967295 134512640 135305190 3215115616 3084893376 134528392 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12090/tid=12092] ppid=12087 vsize=256532 CPUtime=640.23
/proc/12090/task/12092/stat : 12092 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 12630 0 0 0 63968 55 0 0 25 0 4 0 1118558174 262688768 53465 4294967295 134512640 135305190 3215115616 3076504768 134528252 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=12090/tid=12093] ppid=12087 vsize=256532 CPUtime=639.98
/proc/12090/task/12093/stat : 12093 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 13385 0 0 0 63923 75 0 0 25 0 4 0 1118558174 262688768 53465 4294967295 134512640 135305190 3215115616 3068116160 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2560.57
Current children cumulated vsize (KiB) 258948

[startup+702.31 s]
/proc/loadavg: 4.45 4.48 4.45 5/120 14170
/proc/meminfo: memFree=2704236/3368532 swapFree=1941392/1959888
[pid=12087] ppid=12085 vsize=2416 CPUtime=0.44
/proc/12087/stat : 12087 (manysat.sh) S 12085 12087 12261 0 -1 4194304 372 1874 0 0 0 0 44 0 15 0 1 0 1118558118 2473984 275 4294967295 134512640 135169312 3215236496 3215232712 3085889262 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12087/statm: 604 275 231 161 0 43 0
[pid=12090] ppid=12087 vsize=263212 CPUtime=2799.41
/proc/12090/stat : 12090 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202496 54952 0 0 0 279642 299 0 0 25 0 4 0 1118558162 269529088 54858 4294967295 134512640 135305190 3215115616 3215113792 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/12090/statm: 65803 54858 79 194 0 65607 0
[pid=12090/tid=12091] ppid=12087 vsize=263212 CPUtime=699.67
/proc/12090/task/12091/stat : 12091 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 12908 0 0 0 69901 66 0 0 25 0 4 0 1118558174 269529088 54858 4294967295 134512640 135305190 3215115616 3084893376 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12090/tid=12092] ppid=12087 vsize=263212 CPUtime=700.18
/proc/12090/task/12092/stat : 12092 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 12780 0 0 0 69961 57 0 0 25 0 4 0 1118558174 269529088 54858 4294967295 134512640 135305190 3215115616 3076504768 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=12090/tid=12093] ppid=12087 vsize=263212 CPUtime=699.77
/proc/12090/task/12093/stat : 12093 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 13573 0 0 0 69892 85 0 0 25 0 4 0 1118558174 269529088 54858 4294967295 134512640 135305190 3215115616 3068116160 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2799.85
Current children cumulated vsize (KiB) 265628

[startup+762.307 s]
/proc/loadavg: 4.52 4.49 4.46 5/120 14362
/proc/meminfo: memFree=2694448/3368532 swapFree=1941392/1959888
[pid=12087] ppid=12085 vsize=2416 CPUtime=0.44
/proc/12087/stat : 12087 (manysat.sh) S 12085 12087 12261 0 -1 4194304 372 1874 0 0 0 0 44 0 15 0 1 0 1118558118 2473984 275 4294967295 134512640 135169312 3215236496 3215232712 3085889262 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12087/statm: 604 275 231 161 0 43 0
[pid=12090] ppid=12087 vsize=274680 CPUtime=3038.92
/proc/12090/stat : 12090 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202496 57677 0 0 0 303562 330 0 0 25 0 4 0 1118558162 281272320 57583 4294967295 134512640 135305190 3215115616 3215113792 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/12090/statm: 68670 57583 79 194 0 68474 0
[pid=12090/tid=12091] ppid=12087 vsize=274680 CPUtime=759.65
/proc/12090/task/12091/stat : 12091 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 13223 0 0 0 75898 67 0 0 25 0 4 0 1118558174 281272320 57583 4294967295 134512640 135305190 3215115616 3084893376 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12090/tid=12092] ppid=12087 vsize=274680 CPUtime=760.06
/proc/12090/task/12092/stat : 12092 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 13433 0 0 0 75933 73 0 0 25 0 4 0 1118558174 281272320 57583 4294967295 134512640 135305190 3215115616 3076504768 134528503 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=12090/tid=12093] ppid=12087 vsize=274680 CPUtime=759.43
/proc/12090/task/12093/stat : 12093 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 14354 0 0 0 75848 95 0 0 25 0 4 0 1118558174 281272320 57583 4294967295 134512640 135305190 3215115616 3068116160 134528392 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3039.36
Current children cumulated vsize (KiB) 277096

[startup+822.315 s]
/proc/loadavg: 4.68 4.54 4.47 5/120 14551
/proc/meminfo: memFree=2669772/3368532 swapFree=1941392/1959888
[pid=12087] ppid=12085 vsize=2416 CPUtime=0.44
/proc/12087/stat : 12087 (manysat.sh) S 12085 12087 12261 0 -1 4194304 372 1874 0 0 0 0 44 0 15 0 1 0 1118558118 2473984 275 4294967295 134512640 135169312 3215236496 3215232712 3085889262 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12087/statm: 604 275 231 161 0 43 0
[pid=12090] ppid=12087 vsize=299720 CPUtime=3278.38
/proc/12090/stat : 12090 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202496 63610 0 0 0 327485 353 0 0 25 0 4 0 1118558162 306913280 63516 4294967295 134512640 135305190 3215115616 3215113792 134528418 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/12090/statm: 74930 63516 79 194 0 74734 0
[pid=12090/tid=12091] ppid=12087 vsize=299720 CPUtime=819.62
/proc/12090/task/12091/stat : 12091 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 13715 0 0 0 81893 69 0 0 25 0 4 0 1118558174 306913280 63516 4294967295 134512640 135305190 3215115616 3084893376 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12090/tid=12092] ppid=12087 vsize=299720 CPUtime=819.91
/proc/12090/task/12092/stat : 12092 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 15508 0 0 0 81912 79 0 0 25 0 4 0 1118558174 306913280 63516 4294967295 134512640 135305190 3215115616 3076504768 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=12090/tid=12093] ppid=12087 vsize=299720 CPUtime=819.11
/proc/12090/task/12093/stat : 12093 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 15763 0 0 0 81808 103 0 0 25 0 4 0 1118558174 306913280 63516 4294967295 134512640 135305190 3215115616 3068116160 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3278.82
Current children cumulated vsize (KiB) 302136

[startup+882.312 s]
/proc/loadavg: 4.58 4.53 4.47 5/120 14736
/proc/meminfo: memFree=2665804/3368532 swapFree=1941392/1959888
[pid=12087] ppid=12085 vsize=2416 CPUtime=0.44
/proc/12087/stat : 12087 (manysat.sh) S 12085 12087 12261 0 -1 4194304 372 1874 0 0 0 0 44 0 15 0 1 0 1118558118 2473984 275 4294967295 134512640 135169312 3215236496 3215232712 3085889262 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12087/statm: 604 275 231 161 0 43 0
[pid=12090] ppid=12087 vsize=303184 CPUtime=3517.86
/proc/12090/stat : 12090 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202496 64598 0 0 0 351407 379 0 0 25 0 4 0 1118558162 310460416 64504 4294967295 134512640 135305190 3215115616 3215113792 134528768 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/12090/statm: 75796 64504 79 194 0 75600 0
[pid=12090/tid=12091] ppid=12087 vsize=303184 CPUtime=879.56
/proc/12090/task/12091/stat : 12091 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 13759 0 0 0 87884 72 0 0 25 0 4 0 1118558174 310460416 64504 4294967295 134512640 135305190 3215115616 3084893376 134528399 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12090/tid=12092] ppid=12087 vsize=303184 CPUtime=879.61
/proc/12090/task/12092/stat : 12092 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 15971 0 0 0 87870 91 0 0 25 0 4 0 1118558174 310460416 64504 4294967295 134512640 135305190 3215115616 3076504768 134528559 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=12090/tid=12093] ppid=12087 vsize=303184 CPUtime=879.05
/proc/12090/task/12093/stat : 12093 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 15871 0 0 0 87793 112 0 0 25 0 4 0 1118558174 310460416 64504 4294967295 134512640 135305190 3215115616 3068116160 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3518.3
Current children cumulated vsize (KiB) 305600

[startup+942.31 s]
/proc/loadavg: 4.67 4.57 4.48 5/120 14924
/proc/meminfo: memFree=2659728/3368532 swapFree=1941392/1959888
[pid=12087] ppid=12085 vsize=2416 CPUtime=0.44
/proc/12087/stat : 12087 (manysat.sh) S 12085 12087 12261 0 -1 4194304 372 1874 0 0 0 0 44 0 15 0 1 0 1118558118 2473984 275 4294967295 134512640 135169312 3215236496 3215232712 3085889262 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12087/statm: 604 275 231 161 0 43 0
[pid=12090] ppid=12087 vsize=310008 CPUtime=3757.4
/proc/12090/stat : 12090 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202496 66212 0 0 0 375338 402 0 0 25 0 4 0 1118558162 317448192 66118 4294967295 134512640 135305190 3215115616 3215113792 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/12090/statm: 77502 66118 79 194 0 77306 0
[pid=12090/tid=12091] ppid=12087 vsize=310008 CPUtime=939.33
/proc/12090/task/12091/stat : 12091 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 13974 0 0 0 93853 80 0 0 25 0 4 0 1118558174 317448192 66118 4294967295 134512640 135305190 3215115616 3084893376 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12090/tid=12092] ppid=12087 vsize=310008 CPUtime=939.38
/proc/12090/task/12092/stat : 12092 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 16561 0 0 0 93845 93 0 0 25 0 4 0 1118558174 317448192 66118 4294967295 134512640 135305190 3215115616 3076504768 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=12090/tid=12093] ppid=12087 vsize=310008 CPUtime=939.05
/proc/12090/task/12093/stat : 12093 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 16232 0 0 0 93784 121 0 0 25 0 4 0 1118558174 317448192 66118 4294967295 134512640 135305190 3215115616 3068116160 134528458 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3757.84
Current children cumulated vsize (KiB) 312424



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.02 s]
/proc/loadavg: 4.31 4.49 4.46 6/120 15112
/proc/meminfo: memFree=2642492/3368532 swapFree=1941392/1959888
[pid=12087] ppid=12085 vsize=2416 CPUtime=0.44
/proc/12087/stat : 12087 (manysat.sh) S 12085 12087 12261 0 -1 4194304 372 1874 0 0 0 0 44 0 15 0 1 0 1118558118 2473984 275 4294967295 134512640 135169312 3215236496 3215232712 3085889262 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12087/statm: 604 275 231 161 0 43 0
[pid=12090] ppid=12087 vsize=328644 CPUtime=3987.7
/proc/12090/stat : 12090 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202496 70459 0 0 0 398356 414 0 0 25 0 4 0 1118558162 336531456 70365 4294967295 134512640 135305190 3215115616 3215113792 134528768 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/12090/statm: 82161 70365 79 194 0 81965 0
[pid=12090/tid=12091] ppid=12087 vsize=328644 CPUtime=996.77
/proc/12090/task/12091/stat : 12091 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 14280 0 0 0 99595 82 0 0 25 0 4 0 1118558174 336531456 70365 4294967295 134512640 135305190 3215115616 3084893104 134556572 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12090/tid=12092] ppid=12087 vsize=328644 CPUtime=997.05
/proc/12090/task/12092/stat : 12092 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 18395 0 0 0 99607 98 0 0 25 0 4 0 1118558174 336531456 70365 4294967295 134512640 135305190 3215115616 3076504656 134538540 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=12090/tid=12093] ppid=12087 vsize=328644 CPUtime=996.61
/proc/12090/task/12093/stat : 12093 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 17455 0 0 0 99535 126 0 0 25 0 4 0 1118558174 336531456 70365 4294967295 134512640 135305190 3215115616 3068116104 134840070 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3988.14
Current children cumulated vsize (KiB) 331060

Sending SIGTERM to process tree (bottom up)

[startup+t ended. D1000.02 s]
/proc/loadavg: 4.31 4.49 4.46 6/120 15112
/proc/meminfo: memFree=2642492/3368532 swapFree=1941392/1959888
[pid=12087] ppid=12085 vsize=2416 CPUtime=0.44
/proc/12087/stat : 12087 (manysat.sh) S 12085 12087 12261 0 -1 4194304 372 1874 0 0 0 0 44 0 15 0 1 0 1118558118 2473984 275 4294967295 134512640 135169312 3215236496 3215232712 3085889262 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12087/statm: 604 275 231 161 0 43 0
[pid=12090] ppid=12087 vsize=328644 CPUtime=3987.7
/proc/12090/stat : 12090 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202496 70459 0 0 0 398356 414 0 0 25 0 4 0 1118558162 336531456 70365 4294967295 134512640 135305190 3215115616 3215113792 134528768 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/12090/statm: 82161 70365 79 194 0 81965 0
[pid=12090/tid=12091] ppid=12087 vsize=328644 CPUtime=996.77
/proc/12090/task/12091/stat : 12091 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 14280 0 0 0 99595 82 0 0 25 0 4 0 1118558174 336531456 70365 4294967295 134512640 135305190 3215115616 3084893104 134556572 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12090/tid=12092] ppid=12087 vsize=328644 CPUtime=997.05
/proc/12090/task/12092/stat : 12092 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 18395 0 0 0 99607 98 0 0 25 0 4 0 1118558174 336531456 70365 4294967295 134512640 135305190 3215115616 3076504656 134538540 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=12090/tid=12093] ppid=12087 vsize=328644 CPUtime=996.61
/proc/12090/task/12093/stat : 12093 (manysat1.1_stat) R 12087 12087 12261 0 -1 4202560 17455 0 0 0 99535 126 0 0 25 0 4 0 1118558174 336531456 70365 4294967295 134512640 135305190 3215115616 3068116104 134840070 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3988.14
Current children cumulated vsize (KiB) 331060

Child status: 143
Real time (s): 1000.06
CPU time (s): 3988.21
CPU user time (s): 3984.06
CPU system time (s): 4.15
CPU usage (%): 398.799
Max. virtual memory (cumulated for all children) (KiB): 331060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3984.06
system time used= 4.15
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72980
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= 8823
involuntary context switches= 215035

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 21:26:23
IDJOB=1780912
IDBENCH=71078
IDSOLVER=626
FILE ID=/1780912-1243538783
PBS_JOBID=
Free space on /tmp= 15728 MiB

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

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

MD5SUM BENCH= 66aa2e18c32a02f55a810347a9702c7f
RANDOM SEED= 574774293

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:       2925904 kB
Buffers:         39120 kB
Cached:         322548 kB
SwapCached:       4320 kB
Active:         142948 kB
Inactive:       229656 kB
HighTotal:     2489216 kB
HighFree:      2153948 kB
LowTotal:       879316 kB
LowFree:        771956 kB
SwapTotal:     1959888 kB
SwapFree:      1941392 kB
Dirty:            2764 kB
Writeback:           0 kB
AnonPages:        9532 kB
Mapped:           4296 kB
Slab:            59580 kB
SReclaimable:    51156 kB
SUnreclaim:       8424 kB
PageTables:        748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   127448 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15728 MiB
End job on  at 2009-05-28 21:43:03