Trace number 1778128

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
gNovelty+-T 2009-03-22 (4 threads)? (TO) 3702.07 1000.02

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/420/
unif-k3-r4.25-v420-c1785-S1528023000-027.cnf
MD5SUM33b4b8b17ca915888003039597e2272b
Bench CategoryRANDOM (random 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 variables420
Number of clauses1785
Sum of the clauses size5355
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31785
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.09/0.08	c +------------------------------+
0.09/0.08	c | gNovelty+, version 1.0       |
0.09/0.08	c +------------------------------+
0.09/0.08	c gnovelty+ -h for help
0.09/0.08	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-1778128-1243466299/watcher-1778128-1243466299 -o /tmp/evaluation-result-1778128-1243466299/solver-1778128-1243466299 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1778128-1243466299.cnf 1303303745 4 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 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.07 3.91 3.85 3/97 20999
/proc/meminfo: memFree=3076596/3368532 swapFree=1952996/1959888
[pid=20999] ppid=20997 vsize=509228 CPUtime=0.01
/proc/20999/stat : 20999 (gnovelty+) R 20997 20999 8948 0 -1 4202496 1392 0 0 0 0 1 0 0 18 0 1 0 1100767174 521449472 1349 4294967295 134512640 135680988 3215707664 3215706928 134537167 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20999/statm: 127307 1356 99 286 0 127019 0

[startup+0.08189 s]
/proc/loadavg: 4.07 3.91 3.85 3/97 20999
/proc/meminfo: memFree=3076596/3368532 swapFree=1952996/1959888
[pid=20999] ppid=20997 vsize=517040 CPUtime=0.09
/proc/20999/stat : 20999 (gnovelty+) R 20997 20999 8948 0 -1 4202496 19521 0 0 0 2 7 0 0 18 0 1 0 1100767174 529448960 19477 4294967295 134512640 135680988 3215707664 3215706928 134537968 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20999/statm: 129260 19482 99 286 0 128972 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 517040

[startup+0.111888 s]
/proc/loadavg: 4.07 3.91 3.85 3/97 20999
/proc/meminfo: memFree=3076596/3368532 swapFree=1952996/1959888
[pid=20999] ppid=20997 vsize=545796 CPUtime=0.16
/proc/20999/stat : 20999 (gnovelty+) R 20997 20999 8948 0 -1 4202496 19798 0 0 0 5 11 0 0 19 0 4 0 1100767174 558895104 19754 4294967295 134512640 135680988 3215707664 3215706860 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20999/statm: 136449 19754 103 286 0 136161 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 545796

[startup+0.311874 s]
/proc/loadavg: 4.07 3.91 3.85 3/97 20999
/proc/meminfo: memFree=3076596/3368532 swapFree=1952996/1959888
[pid=20999] ppid=20997 vsize=545796 CPUtime=0.77
/proc/20999/stat : 20999 (gnovelty+) R 20997 20999 8948 0 -1 4202496 19798 0 0 0 40 37 0 0 16 0 4 0 1100767174 558895104 19754 4294967295 134512640 135680988 3215707664 3215706908 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20999/statm: 136449 19754 103 286 0 136161 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 545796

[startup+0.711842 s]
/proc/loadavg: 4.07 3.91 3.85 3/97 20999
/proc/meminfo: memFree=3076596/3368532 swapFree=1952996/1959888
[pid=20999] ppid=20997 vsize=545796 CPUtime=2.27
/proc/20999/stat : 20999 (gnovelty+) R 20997 20999 8948 0 -1 4202496 19798 0 0 0 112 115 0 0 15 0 4 0 1100767174 558895104 19754 4294967295 134512640 135680988 3215707664 3215706908 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20999/statm: 136449 19754 103 286 0 136161 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 545796

[startup+1.51178 s]
/proc/loadavg: 4.07 3.91 3.85 5/101 21003
/proc/meminfo: memFree=2998632/3368532 swapFree=1952996/1959888
[pid=20999] ppid=20997 vsize=545796 CPUtime=5.28
/proc/20999/stat : 20999 (gnovelty+) R 20997 20999 8948 0 -1 4202496 19798 0 0 0 265 263 0 0 15 0 4 0 1100767174 558895104 19754 4294967295 134512640 135680988 3215707664 3215706908 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20999/statm: 136449 19754 103 286 0 136161 0
[pid=20999/tid=21001] ppid=20997 vsize=545796 CPUtime=1.32
/proc/20999/task/21001/stat : 21001 (gnovelty+) R 20997 20999 8948 0 -1 4202560 3 0 0 0 65 67 0 0 16 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3077849436 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20999/tid=21002] ppid=20997 vsize=545796 CPUtime=1.34
/proc/20999/task/21002/stat : 21002 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 69 65 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3068457260 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20999/tid=21003] ppid=20997 vsize=545796 CPUtime=1.2
/proc/20999/task/21003/stat : 21003 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 58 62 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3059065180 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.28
Current children cumulated vsize (KiB) 545796

[startup+3.11171 s]
/proc/loadavg: 4.07 3.91 3.85 5/101 21003
/proc/meminfo: memFree=2998260/3368532 swapFree=1952996/1959888
[pid=20999] ppid=20997 vsize=545796 CPUtime=11.21
/proc/20999/stat : 20999 (gnovelty+) R 20997 20999 8948 0 -1 4202496 19798 0 0 0 597 524 0 0 15 0 4 0 1100767174 558895104 19754 4294967295 134512640 135680988 3215707664 3215706908 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20999/statm: 136449 19754 103 286 0 136161 0
[pid=20999/tid=21001] ppid=20997 vsize=545796 CPUtime=2.81
/proc/20999/task/21001/stat : 21001 (gnovelty+) R 20997 20999 8948 0 -1 4202560 3 0 0 0 155 126 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3077849436 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20999/tid=21002] ppid=20997 vsize=545796 CPUtime=2.86
/proc/20999/task/21002/stat : 21002 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 146 140 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3068457308 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20999/tid=21003] ppid=20997 vsize=545796 CPUtime=2.65
/proc/20999/task/21003/stat : 21003 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 142 123 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3059065180 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.21
Current children cumulated vsize (KiB) 545796

[startup+6.31185 s]
/proc/loadavg: 4.07 3.91 3.85 5/101 21003
/proc/meminfo: memFree=2998176/3368532 swapFree=1952996/1959888
[pid=20999] ppid=20997 vsize=545796 CPUtime=23
/proc/20999/stat : 20999 (gnovelty+) R 20997 20999 8948 0 -1 4202496 19798 0 0 0 1226 1074 0 0 15 0 4 0 1100767174 558895104 19754 4294967295 134512640 135680988 3215707664 3215706860 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/20999/statm: 136449 19754 103 286 0 136161 0
[pid=20999/tid=21001] ppid=20997 vsize=545796 CPUtime=5.78
/proc/20999/task/21001/stat : 21001 (gnovelty+) R 20997 20999 8948 0 -1 4202560 3 0 0 0 318 260 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3077849436 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20999/tid=21002] ppid=20997 vsize=545796 CPUtime=5.85
/proc/20999/task/21002/stat : 21002 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 300 285 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3068457260 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20999/tid=21003] ppid=20997 vsize=545796 CPUtime=5.56
/proc/20999/task/21003/stat : 21003 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 307 249 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3059065180 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23
Current children cumulated vsize (KiB) 545796

[startup+12.711 s]
/proc/loadavg: 3.98 3.90 3.85 5/101 21005
/proc/meminfo: memFree=2998132/3368532 swapFree=1952996/1959888
[pid=20999] ppid=20997 vsize=545796 CPUtime=46.57
/proc/20999/stat : 20999 (gnovelty+) R 20997 20999 8948 0 -1 4202496 19798 0 0 0 2449 2208 0 0 15 0 4 0 1100767174 558895104 19754 4294967295 134512640 135680988 3215707664 3215706908 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20999/statm: 136449 19754 103 286 0 136161 0
[pid=20999/tid=21001] ppid=20997 vsize=545796 CPUtime=11.6
/proc/20999/task/21001/stat : 21001 (gnovelty+) R 20997 20999 8948 0 -1 4202560 3 0 0 0 629 531 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3077849436 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20999/tid=21002] ppid=20997 vsize=545796 CPUtime=11.83
/proc/20999/task/21002/stat : 21002 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 595 588 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3068457308 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20999/tid=21003] ppid=20997 vsize=545796 CPUtime=11.44
/proc/20999/task/21003/stat : 21003 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 622 522 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3059065180 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 46.57
Current children cumulated vsize (KiB) 545796

[startup+25.51 s]
/proc/loadavg: 3.98 3.90 3.85 4/101 21007
/proc/meminfo: memFree=2998196/3368532 swapFree=1952996/1959888
[pid=20999] ppid=20997 vsize=545796 CPUtime=93.67
/proc/20999/stat : 20999 (gnovelty+) R 20997 20999 8948 0 -1 4202496 19798 0 0 0 4927 4440 0 0 15 0 4 0 1100767174 558895104 19754 4294967295 134512640 135680988 3215707664 3215706908 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20999/statm: 136449 19754 103 286 0 136161 0
[pid=20999/tid=21001] ppid=20997 vsize=545796 CPUtime=23.31
/proc/20999/task/21001/stat : 21001 (gnovelty+) R 20997 20999 8948 0 -1 4202560 3 0 0 0 1232 1099 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3077849388 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20999/tid=21002] ppid=20997 vsize=545796 CPUtime=23.54
/proc/20999/task/21002/stat : 21002 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 1204 1150 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3068457308 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20999/tid=21003] ppid=20997 vsize=545796 CPUtime=23.35
/proc/20999/task/21003/stat : 21003 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 1259 1076 0 0 16 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3059065180 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 93.67
Current children cumulated vsize (KiB) 545796

[startup+51.118 s]
/proc/loadavg: 4.07 3.92 3.86 4/101 21190
/proc/meminfo: memFree=2997892/3368532 swapFree=1952996/1959888
[pid=20999] ppid=20997 vsize=545796 CPUtime=187.8
/proc/20999/stat : 20999 (gnovelty+) R 20997 20999 8948 0 -1 4202496 19798 0 0 0 9946 8834 0 0 15 0 4 0 1100767174 558895104 19754 4294967295 134512640 135680988 3215707664 3215706908 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/20999/statm: 136449 19754 103 286 0 136161 0
[pid=20999/tid=21001] ppid=20997 vsize=545796 CPUtime=46.9
/proc/20999/task/21001/stat : 21001 (gnovelty+) R 20997 20999 8948 0 -1 4202560 3 0 0 0 2468 2222 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3077849436 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20999/tid=21002] ppid=20997 vsize=545796 CPUtime=46.96
/proc/20999/task/21002/stat : 21002 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 2439 2257 0 0 16 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3068457260 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20999/tid=21003] ppid=20997 vsize=545796 CPUtime=47.17
/proc/20999/task/21003/stat : 21003 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 2539 2178 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3059065180 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 187.8
Current children cumulated vsize (KiB) 545796

[startup+102.313 s]
/proc/loadavg: 3.87 3.90 3.85 5/101 21196
/proc/meminfo: memFree=2998252/3368532 swapFree=1952996/1959888
[pid=20999] ppid=20997 vsize=545796 CPUtime=377.18
/proc/20999/stat : 20999 (gnovelty+) R 20997 20999 8948 0 -1 4202496 19798 0 0 0 19899 17819 0 0 15 0 4 0 1100767174 558895104 19754 4294967295 134512640 135680988 3215707664 3215706908 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/20999/statm: 136449 19754 103 286 0 136161 0
[pid=20999/tid=21001] ppid=20997 vsize=545796 CPUtime=94.61
/proc/20999/task/21001/stat : 21001 (gnovelty+) R 20997 20999 8948 0 -1 4202560 3 0 0 0 4974 4487 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3077849388 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20999/tid=21002] ppid=20997 vsize=545796 CPUtime=94.24
/proc/20999/task/21002/stat : 21002 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 4890 4534 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3068457260 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20999/tid=21003] ppid=20997 vsize=545796 CPUtime=94.34
/proc/20999/task/21003/stat : 21003 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 5030 4404 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3059065180 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 377.18
Current children cumulated vsize (KiB) 545796

[startup+162.309 s]
/proc/loadavg: 3.99 3.93 3.86 6/101 21383
/proc/meminfo: memFree=2997880/3368532 swapFree=1952996/1959888
[pid=20999] ppid=20997 vsize=545796 CPUtime=599.13
/proc/20999/stat : 20999 (gnovelty+) R 20997 20999 8948 0 -1 4202496 19798 0 0 0 31471 28442 0 0 15 0 4 0 1100767174 558895104 19754 4294967295 134512640 135680988 3215707664 3215706860 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/20999/statm: 136449 19754 103 286 0 136161 0
[pid=20999/tid=21001] ppid=20997 vsize=545796 CPUtime=149.77
/proc/20999/task/21001/stat : 21001 (gnovelty+) R 20997 20999 8948 0 -1 4202560 3 0 0 0 7797 7180 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3077849436 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20999/tid=21002] ppid=20997 vsize=545796 CPUtime=149.71
/proc/20999/task/21002/stat : 21002 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 7784 7187 0 0 16 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3068457308 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20999/tid=21003] ppid=20997 vsize=545796 CPUtime=150.09
/proc/20999/task/21003/stat : 21003 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 7932 7077 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3059065180 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 599.13
Current children cumulated vsize (KiB) 545796

[startup+222.304 s]
/proc/loadavg: 4.17 3.98 3.88 5/101 21570
/proc/meminfo: memFree=2997880/3368532 swapFree=1952996/1959888
[pid=20999] ppid=20997 vsize=545796 CPUtime=821.27
/proc/20999/stat : 20999 (gnovelty+) R 20997 20999 8948 0 -1 4202496 19798 0 0 0 43059 39068 0 0 15 0 4 0 1100767174 558895104 19754 4294967295 134512640 135680988 3215707664 3215706908 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/20999/statm: 136449 19754 103 286 0 136161 0
[pid=20999/tid=21001] ppid=20997 vsize=545796 CPUtime=204.88
/proc/20999/task/21001/stat : 21001 (gnovelty+) R 20997 20999 8948 0 -1 4202560 3 0 0 0 10692 9796 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3077849436 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20999/tid=21002] ppid=20997 vsize=545796 CPUtime=205.26
/proc/20999/task/21002/stat : 21002 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 10669 9857 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3068457308 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20999/tid=21003] ppid=20997 vsize=545796 CPUtime=205.92
/proc/20999/task/21003/stat : 21003 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 10843 9749 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3059065180 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 821.27
Current children cumulated vsize (KiB) 545796

[startup+282.31 s]
/proc/loadavg: 4.20 4.02 3.90 5/101 21757
/proc/meminfo: memFree=2997888/3368532 swapFree=1952996/1959888
[pid=20999] ppid=20997 vsize=545796 CPUtime=1042.63
/proc/20999/stat : 20999 (gnovelty+) R 20997 20999 8948 0 -1 4202496 19798 0 0 0 54803 49460 0 0 15 0 4 0 1100767174 558895104 19754 4294967295 134512640 135680988 3215707664 3215706908 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/20999/statm: 136449 19754 103 286 0 136161 0
[pid=20999/tid=21001] ppid=20997 vsize=545796 CPUtime=260.26
/proc/20999/task/21001/stat : 21001 (gnovelty+) R 20997 20999 8948 0 -1 4202560 3 0 0 0 13659 12367 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3077849388 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20999/tid=21002] ppid=20997 vsize=545796 CPUtime=260.72
/proc/20999/task/21002/stat : 21002 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 13612 12460 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3068457308 134957422 0 0 0 0 0 0 0 -1 0 0 0 0

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

[pid=20999] ppid=20997 vsize=545796 CPUtime=1487.77
/proc/20999/stat : 20999 (gnovelty+) R 20997 20999 8948 0 -1 4202496 19798 0 0 0 78291 70486 0 0 15 0 4 0 1100767174 558895104 19754 4294967295 134512640 135680988 3215707664 3215706908 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/20999/statm: 136449 19754 103 286 0 136161 0
[pid=20999/tid=21001] ppid=20997 vsize=545796 CPUtime=371.84
/proc/20999/task/21001/stat : 21001 (gnovelty+) R 20997 20999 8948 0 -1 4202560 3 0 0 0 19607 17577 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3077849436 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20999/tid=21002] ppid=20997 vsize=545796 CPUtime=372
/proc/20999/task/21002/stat : 21002 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 19417 17783 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3068457308 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20999/tid=21003] ppid=20997 vsize=545796 CPUtime=372.41
/proc/20999/task/21003/stat : 21003 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 19655 17586 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3059065180 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1487.77
Current children cumulated vsize (KiB) 545796

[startup+462.316 s]
/proc/loadavg: 3.92 3.96 3.90 5/101 22328
/proc/meminfo: memFree=2997508/3368532 swapFree=1952996/1959888
[pid=20999] ppid=20997 vsize=545796 CPUtime=1709.42
/proc/20999/stat : 20999 (gnovelty+) R 20997 20999 8948 0 -1 4202496 19798 0 0 0 90062 80880 0 0 15 0 4 0 1100767174 558895104 19754 4294967295 134512640 135680988 3215707664 3215706908 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/20999/statm: 136449 19754 103 286 0 136161 0
[pid=20999/tid=21001] ppid=20997 vsize=545796 CPUtime=426.96
/proc/20999/task/21001/stat : 21001 (gnovelty+) R 20997 20999 8948 0 -1 4202560 3 0 0 0 22550 20146 0 0 16 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3077849524 134533342 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20999/tid=21002] ppid=20997 vsize=545796 CPUtime=427.6
/proc/20999/task/21002/stat : 21002 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 22305 20455 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3068457308 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20999/tid=21003] ppid=20997 vsize=545796 CPUtime=428.01
/proc/20999/task/21003/stat : 21003 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 22703 20098 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3059065132 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1709.42
Current children cumulated vsize (KiB) 545796

[startup+522.311 s]
/proc/loadavg: 3.88 3.95 3.90 5/101 22515
/proc/meminfo: memFree=2998004/3368532 swapFree=1952996/1959888
[pid=20999] ppid=20997 vsize=545796 CPUtime=1931.92
/proc/20999/stat : 20999 (gnovelty+) R 20997 20999 8948 0 -1 4202496 19798 0 0 0 101823 91369 0 0 15 0 4 0 1100767174 558895104 19754 4294967295 134512640 135680988 3215707664 3215706908 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/20999/statm: 136449 19754 103 286 0 136161 0
[pid=20999/tid=21001] ppid=20997 vsize=545796 CPUtime=482.4
/proc/20999/task/21001/stat : 21001 (gnovelty+) R 20997 20999 8948 0 -1 4202560 3 0 0 0 25493 22747 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3077849436 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20999/tid=21002] ppid=20997 vsize=545796 CPUtime=483.24
/proc/20999/task/21002/stat : 21002 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 25250 23074 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3068457308 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20999/tid=21003] ppid=20997 vsize=545796 CPUtime=483.95
/proc/20999/task/21003/stat : 21003 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 25695 22700 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3059065180 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1931.92
Current children cumulated vsize (KiB) 545796

[startup+582.307 s]
/proc/loadavg: 4.00 3.97 3.91 4/101 22702
/proc/meminfo: memFree=2997764/3368532 swapFree=1952996/1959888
[pid=20999] ppid=20997 vsize=545796 CPUtime=2153.75
/proc/20999/stat : 20999 (gnovelty+) R 20997 20999 8948 0 -1 4202496 19798 0 0 0 113519 101856 0 0 15 0 4 0 1100767174 558895104 19754 4294967295 134512640 135680988 3215707664 3215706908 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/20999/statm: 136449 19754 103 286 0 136161 0
[pid=20999/tid=21001] ppid=20997 vsize=545796 CPUtime=538.13
/proc/20999/task/21001/stat : 21001 (gnovelty+) R 20997 20999 8948 0 -1 4202560 3 0 0 0 28442 25371 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3077849436 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20999/tid=21002] ppid=20997 vsize=545796 CPUtime=539.07
/proc/20999/task/21002/stat : 21002 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 28142 25765 0 0 16 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3068457308 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20999/tid=21003] ppid=20997 vsize=545796 CPUtime=538.98
/proc/20999/task/21003/stat : 21003 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 28538 25360 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3059065180 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2153.75
Current children cumulated vsize (KiB) 545796

[startup+642.302 s]
/proc/loadavg: 4.04 3.99 3.91 5/101 22891
/proc/meminfo: memFree=2998012/3368532 swapFree=1952996/1959888
[pid=20999] ppid=20997 vsize=545796 CPUtime=2376.41
/proc/20999/stat : 20999 (gnovelty+) R 20997 20999 8948 0 -1 4202496 19798 0 0 0 125289 112352 0 0 15 0 4 0 1100767174 558895104 19754 4294967295 134512640 135680988 3215707664 3215706908 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/20999/statm: 136449 19754 103 286 0 136161 0
[pid=20999/tid=21001] ppid=20997 vsize=545796 CPUtime=593.55
/proc/20999/task/21001/stat : 21001 (gnovelty+) R 20997 20999 8948 0 -1 4202560 3 0 0 0 31409 27946 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3077849436 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20999/tid=21002] ppid=20997 vsize=545796 CPUtime=594.81
/proc/20999/task/21002/stat : 21002 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 31069 28412 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3068457308 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20999/tid=21003] ppid=20997 vsize=545796 CPUtime=594.98
/proc/20999/task/21003/stat : 21003 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 31438 28060 0 0 16 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3059065180 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2376.41
Current children cumulated vsize (KiB) 545796

[startup+702.317 s]
/proc/loadavg: 3.92 3.96 3.91 5/101 23084
/proc/meminfo: memFree=2998004/3368532 swapFree=1952996/1959888
[pid=20999] ppid=20997 vsize=545796 CPUtime=2598.87
/proc/20999/stat : 20999 (gnovelty+) R 20997 20999 8948 0 -1 4202496 19798 0 0 0 136946 122941 0 0 16 0 4 0 1100767174 558895104 19754 4294967295 134512640 135680988 3215707664 3215706908 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20999/statm: 136449 19754 103 286 0 136161 0
[pid=20999/tid=21001] ppid=20997 vsize=545796 CPUtime=649.31
/proc/20999/task/21001/stat : 21001 (gnovelty+) R 20997 20999 8948 0 -1 4202560 3 0 0 0 34279 30652 0 0 16 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3077849436 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20999/tid=21002] ppid=20997 vsize=545796 CPUtime=650.06
/proc/20999/task/21002/stat : 21002 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 33939 31067 0 0 16 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3068457308 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20999/tid=21003] ppid=20997 vsize=545796 CPUtime=650.65
/proc/20999/task/21003/stat : 21003 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 34418 30647 0 0 15 0 4 0 1100767183 558895104 19754 4294967295 134512640 135680988 3215707664 3059065180 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2598.87
Current children cumulated vsize (KiB) 545796

[startup+762.313 s]
/proc/loadavg: 3.77 3.90 3.89 5/101 23271
/proc/meminfo: memFree=2998004/3368532 swapFree=1952996/1959888
[pid=20999] ppid=20997 vsize=545796 CPUtime=2821.34
/proc/20999/stat : 20999 (gnovelty+) R 20997 20999 8948 0 -1 4202496 19799 0 0 0 148455 133679 0 0 15 0 4 0 1100767174 558895104 19755 4294967295 134512640 135680988 3215707664 3215706908 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/20999/statm: 136449 19755 103 286 0 136161 0
[pid=20999/tid=21001] ppid=20997 vsize=545796 CPUtime=704.94
/proc/20999/task/21001/stat : 21001 (gnovelty+) R 20997 20999 8948 0 -1 4202560 4 0 0 0 37139 33355 0 0 15 0 4 0 1100767183 558895104 19755 4294967295 134512640 135680988 3215707664 3077849436 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20999/tid=21002] ppid=20997 vsize=545796 CPUtime=705.37
/proc/20999/task/21002/stat : 21002 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 36807 33730 0 0 15 0 4 0 1100767183 558895104 19755 4294967295 134512640 135680988 3215707664 3068457308 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20999/tid=21003] ppid=20997 vsize=545796 CPUtime=706.69
/proc/20999/task/21003/stat : 21003 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 37299 33370 0 0 15 0 4 0 1100767183 558895104 19755 4294967295 134512640 135680988 3215707664 3059065132 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2821.34
Current children cumulated vsize (KiB) 545796

[startup+822.308 s]
/proc/loadavg: 3.88 3.90 3.89 5/101 23458
/proc/meminfo: memFree=2998004/3368532 swapFree=1952996/1959888
[pid=20999] ppid=20997 vsize=545796 CPUtime=3043.03
/proc/20999/stat : 20999 (gnovelty+) R 20997 20999 8948 0 -1 4202496 19799 0 0 0 160156 144147 0 0 15 0 4 0 1100767174 558895104 19755 4294967295 134512640 135680988 3215707664 3215706908 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20999/statm: 136449 19755 103 286 0 136161 0
[pid=20999/tid=21001] ppid=20997 vsize=545796 CPUtime=759.98
/proc/20999/task/21001/stat : 21001 (gnovelty+) R 20997 20999 8948 0 -1 4202560 4 0 0 0 40026 35972 0 0 15 0 4 0 1100767183 558895104 19755 4294967295 134512640 135680988 3215707664 3077849436 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20999/tid=21002] ppid=20997 vsize=545796 CPUtime=760.85
/proc/20999/task/21002/stat : 21002 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 39763 36322 0 0 15 0 4 0 1100767183 558895104 19755 4294967295 134512640 135680988 3215707664 3068457308 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20999/tid=21003] ppid=20997 vsize=545796 CPUtime=762.15
/proc/20999/task/21003/stat : 21003 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 40195 36020 0 0 15 0 4 0 1100767183 558895104 19755 4294967295 134512640 135680988 3215707664 3059065180 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3043.03
Current children cumulated vsize (KiB) 545796

[startup+882.313 s]
/proc/loadavg: 3.77 3.88 3.89 5/101 23645
/proc/meminfo: memFree=2998012/3368532 swapFree=1952996/1959888
[pid=20999] ppid=20997 vsize=545796 CPUtime=3266.04
/proc/20999/stat : 20999 (gnovelty+) R 20997 20999 8948 0 -1 4202496 19799 0 0 0 171890 154714 0 0 15 0 4 0 1100767174 558895104 19755 4294967295 134512640 135680988 3215707664 3215706908 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/20999/statm: 136449 19755 103 286 0 136161 0
[pid=20999/tid=21001] ppid=20997 vsize=545796 CPUtime=815.72
/proc/20999/task/21001/stat : 21001 (gnovelty+) R 20997 20999 8948 0 -1 4202560 4 0 0 0 42978 38594 0 0 15 0 4 0 1100767183 558895104 19755 4294967295 134512640 135680988 3215707664 3077849436 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20999/tid=21002] ppid=20997 vsize=545796 CPUtime=817.05
/proc/20999/task/21002/stat : 21002 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 42681 39024 0 0 15 0 4 0 1100767183 558895104 19755 4294967295 134512640 135680988 3215707664 3068457308 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20999/tid=21003] ppid=20997 vsize=545796 CPUtime=817.74
/proc/20999/task/21003/stat : 21003 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 43098 38676 0 0 15 0 4 0 1100767183 558895104 19755 4294967295 134512640 135680988 3215707664 3059065180 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3266.04
Current children cumulated vsize (KiB) 545796

[startup+942.308 s]
/proc/loadavg: 3.90 3.90 3.89 5/101 23834
/proc/meminfo: memFree=2997996/3368532 swapFree=1952996/1959888
[pid=20999] ppid=20997 vsize=545796 CPUtime=3487.92
/proc/20999/stat : 20999 (gnovelty+) R 20997 20999 8948 0 -1 4202496 19799 0 0 0 183590 165202 0 0 15 0 4 0 1100767174 558895104 19755 4294967295 134512640 135680988 3215707664 3215706860 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/20999/statm: 136449 19755 103 286 0 136161 0
[pid=20999/tid=21001] ppid=20997 vsize=545796 CPUtime=871.85
/proc/20999/task/21001/stat : 21001 (gnovelty+) R 20997 20999 8948 0 -1 4202560 4 0 0 0 45962 41223 0 0 15 0 4 0 1100767183 558895104 19755 4294967295 134512640 135680988 3215707664 3077849436 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20999/tid=21002] ppid=20997 vsize=545796 CPUtime=872.03
/proc/20999/task/21002/stat : 21002 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 45564 41639 0 0 15 0 4 0 1100767183 558895104 19755 4294967295 134512640 135680988 3215707664 3068457308 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20999/tid=21003] ppid=20997 vsize=545796 CPUtime=873.13
/proc/20999/task/21003/stat : 21003 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 46017 41296 0 0 15 0 4 0 1100767183 558895104 19755 4294967295 134512640 135680988 3215707664 3059065180 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3487.92
Current children cumulated vsize (KiB) 545796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000 s]
/proc/loadavg: 3.86 3.88 3.89 5/101 24023
/proc/meminfo: memFree=2998312/3368532 swapFree=1952996/1959888
[pid=20999] ppid=20997 vsize=545796 CPUtime=3702.05
/proc/20999/stat : 20999 (gnovelty+) R 20997 20999 8948 0 -1 4202496 19799 0 0 0 194827 175378 0 0 15 0 4 0 1100767174 558895104 19755 4294967295 134512640 135680988 3215707664 3215706908 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/20999/statm: 136449 19755 103 286 0 136161 0
[pid=20999/tid=21001] ppid=20997 vsize=545796 CPUtime=924.82
/proc/20999/task/21001/stat : 21001 (gnovelty+) R 20997 20999 8948 0 -1 4202560 4 0 0 0 48742 43740 0 0 15 0 4 0 1100767183 558895104 19755 4294967295 134512640 135680988 3215707664 3077849436 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20999/tid=21002] ppid=20997 vsize=545796 CPUtime=925.52
/proc/20999/task/21002/stat : 21002 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 48350 44202 0 0 15 0 4 0 1100767183 558895104 19755 4294967295 134512640 135680988 3215707664 3068457308 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20999/tid=21003] ppid=20997 vsize=545796 CPUtime=926.85
/proc/20999/task/21003/stat : 21003 (gnovelty+) R 20997 20999 8948 0 -1 4202560 6 0 0 0 48856 43829 0 0 16 0 4 0 1100767183 558895104 19755 4294967295 134512640 135680988 3215707664 3059065180 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3702.05
Current children cumulated vsize (KiB) 545796

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1000.02
CPU time (s): 3702.07
CPU user time (s): 1948.27
CPU system time (s): 1753.8
CPU usage (%): 370.2
Max. virtual memory (cumulated for all children) (KiB): 545796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1948.27
system time used= 1753.8
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19799
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= 97896878
involuntary context switches= 226214

runsolver used 0.01 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi45 at 2009-05-28 01:18:19
IDJOB=1778128
IDBENCH=70558
IDSOLVER=617
FILE ID=tipi45/1778128-1243466299
PBS_JOBID=
Free space on /tmp= 15502 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (4 threads)
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/420/unif-k3-r4.25-v420-c1785-S1528023000-027.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1778128-1243466299/watcher-1778128-1243466299 -o /tmp/evaluation-result-1778128-1243466299/solver-1778128-1243466299 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1778128-1243466299.cnf 1303303745 4

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

MD5SUM BENCH= 33b4b8b17ca915888003039597e2272b
RANDOM SEED= 1303303745

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.081
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.41
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.081
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.10
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.081
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.16
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.081
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3076596 kB
Buffers:        123452 kB
Cached:          61124 kB
SwapCached:       2100 kB
Active:          64260 kB
Inactive:       129672 kB
HighTotal:     2489216 kB
HighFree:      2415024 kB
LowTotal:       879316 kB
LowFree:        661572 kB
SwapTotal:     1959888 kB
SwapFree:      1952996 kB
Dirty:            1400 kB
Writeback:           0 kB
AnonPages:        8164 kB
Mapped:           3280 kB
Slab:            85132 kB
SReclaimable:    74188 kB
SUnreclaim:      10944 kB
PageTables:        512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    89412 kB
VmallocTotal:   114680 kB
VmallocUsed:     17900 kB
VmallocChunk:    96244 kB

Free space on /tmp at the end= 15502 MiB
End job on tipi45 at 2009-05-28 01:35:01