Trace number 1778164

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) 3698.66 1000.03

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/560/
unif-k3-r4.25-v560-c2380-S1154116462-097.cnf
MD5SUM871cffda16697cd39cfc1811ad38c0e4
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 variables560
Number of clauses2380
Sum of the clauses size7140
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32380
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.04/0.08	c +------------------------------+
0.04/0.08	c | gNovelty+, version 1.0       |
0.04/0.08	c +------------------------------+
0.04/0.08	c gnovelty+ -h for help
0.04/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-1778164-1243468304/watcher-1778164-1243468304 -o /tmp/evaluation-result-1778164-1243468304/solver-1778164-1243468304 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1778164-1243468304.cnf 436415456 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: 3.90 3.94 3.90 2/97 27125
/proc/meminfo: memFree=3074540/3368532 swapFree=1952996/1959888
[pid=27125] ppid=27123 vsize=509232 CPUtime=0.01
/proc/27125/stat : 27125 (gnovelty+) R 27123 27125 8948 0 -1 4202496 2295 0 0 0 0 1 0 0 19 0 1 0 1100967640 521453568 2251 4294967295 134512640 135680988 3217997888 3217997152 134537167 0 0 0 0 0 0 0 17 2 0 0 0
/proc/27125/statm: 127308 2259 99 286 0 127020 0

[startup+0.032355 s]
/proc/loadavg: 3.90 3.94 3.90 2/97 27125
/proc/meminfo: memFree=3074540/3368532 swapFree=1952996/1959888
[pid=27125] ppid=27123 vsize=517048 CPUtime=0.04
/proc/27125/stat : 27125 (gnovelty+) R 27123 27125 8948 0 -1 4202496 9935 0 0 0 1 3 0 0 19 0 1 0 1100967640 529457152 9891 4294967295 134512640 135680988 3217997888 3217995996 134958286 0 0 0 0 0 0 0 17 2 0 0 0
/proc/27125/statm: 129262 9891 99 286 0 128974 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 517048

[startup+0.112366 s]
/proc/loadavg: 3.90 3.94 3.90 2/97 27125
/proc/meminfo: memFree=3074540/3368532 swapFree=1952996/1959888
[pid=27125] ppid=27123 vsize=545936 CPUtime=0.16
/proc/27125/stat : 27125 (gnovelty+) R 27123 27125 8948 0 -1 4202496 19832 0 0 0 8 8 0 0 22 0 4 0 1100967640 559038464 19787 4294967295 134512640 135680988 3217997888 3217997220 134534149 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/27125/statm: 136484 19787 103 286 0 136196 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 545936

[startup+0.31233 s]
/proc/loadavg: 3.90 3.94 3.90 2/97 27125
/proc/meminfo: memFree=3074540/3368532 swapFree=1952996/1959888
[pid=27125] ppid=27123 vsize=545936 CPUtime=0.89
/proc/27125/stat : 27125 (gnovelty+) R 27123 27125 8948 0 -1 4202496 19832 0 0 0 49 40 0 0 21 0 4 0 1100967640 559038464 19787 4294967295 134512640 135680988 3217997888 3217997124 134998512 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/27125/statm: 136484 19787 103 286 0 136196 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 545936

[startup+0.712301 s]
/proc/loadavg: 3.90 3.94 3.90 2/97 27125
/proc/meminfo: memFree=3074540/3368532 swapFree=1952996/1959888
[pid=27125] ppid=27123 vsize=545936 CPUtime=2.39
/proc/27125/stat : 27125 (gnovelty+) R 27123 27125 8948 0 -1 4202496 19832 0 0 0 146 93 0 0 18 0 4 0 1100967640 559038464 19787 4294967295 134512640 135680988 3217997888 3217997132 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/27125/statm: 136484 19787 103 286 0 136196 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 545936

[startup+1.51225 s]
/proc/loadavg: 3.90 3.94 3.90 4/101 27129
/proc/meminfo: memFree=2999208/3368532 swapFree=1952996/1959888
[pid=27125] ppid=27123 vsize=545936 CPUtime=5.38
/proc/27125/stat : 27125 (gnovelty+) R 27123 27125 8948 0 -1 4202496 19832 0 0 0 290 248 0 0 15 0 4 0 1100967640 559038464 19787 4294967295 134512640 135680988 3217997888 3217997132 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/27125/statm: 136484 19787 103 286 0 136196 0
[pid=27125/tid=27127] ppid=27123 vsize=545936 CPUtime=1.35
/proc/27125/task/27127/stat : 27127 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 82 53 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3077173596 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27125/tid=27128] ppid=27123 vsize=545936 CPUtime=1.3
/proc/27125/task/27128/stat : 27128 (gnovelty+) S 27123 27125 8948 0 -1 4202560 12 0 0 0 76 54 0 0 16 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3067781468 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27125/tid=27129] ppid=27123 vsize=545936 CPUtime=1.32
/proc/27125/task/27129/stat : 27129 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 62 70 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3058389340 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.38
Current children cumulated vsize (KiB) 545936

[startup+3.11213 s]
/proc/loadavg: 3.91 3.94 3.90 5/101 27129
/proc/meminfo: memFree=2998836/3368532 swapFree=1952996/1959888
[pid=27125] ppid=27123 vsize=545936 CPUtime=11.28
/proc/27125/stat : 27125 (gnovelty+) R 27123 27125 8948 0 -1 4202496 19832 0 0 0 602 526 0 0 15 0 4 0 1100967640 559038464 19787 4294967295 134512640 135680988 3217997888 3217997132 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/27125/statm: 136484 19787 103 286 0 136196 0
[pid=27125/tid=27127] ppid=27123 vsize=545936 CPUtime=2.87
/proc/27125/task/27127/stat : 27127 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 166 121 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3077173596 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27125/tid=27128] ppid=27123 vsize=545936 CPUtime=2.79
/proc/27125/task/27128/stat : 27128 (gnovelty+) R 27123 27125 8948 0 -1 4202560 12 0 0 0 158 121 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3067781420 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=27125/tid=27129] ppid=27123 vsize=545936 CPUtime=2.76
/proc/27125/task/27129/stat : 27129 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 141 135 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3058389340 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.28
Current children cumulated vsize (KiB) 545936

[startup+6.31187 s]
/proc/loadavg: 3.91 3.94 3.90 5/101 27129
/proc/meminfo: memFree=2998712/3368532 swapFree=1952996/1959888
[pid=27125] ppid=27123 vsize=545936 CPUtime=22.97
/proc/27125/stat : 27125 (gnovelty+) R 27123 27125 8948 0 -1 4202496 19832 0 0 0 1219 1078 0 0 16 0 4 0 1100967640 559038464 19787 4294967295 134512640 135680988 3217997888 3217997084 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/27125/statm: 136484 19787 103 286 0 136196 0
[pid=27125/tid=27127] ppid=27123 vsize=545936 CPUtime=5.8
/proc/27125/task/27127/stat : 27127 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 325 255 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3077173596 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27125/tid=27128] ppid=27123 vsize=545936 CPUtime=5.72
/proc/27125/task/27128/stat : 27128 (gnovelty+) R 27123 27125 8948 0 -1 4202560 12 0 0 0 312 260 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3067781468 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27125/tid=27129] ppid=27123 vsize=545936 CPUtime=5.74
/proc/27125/task/27129/stat : 27129 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 293 281 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3058389340 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.97
Current children cumulated vsize (KiB) 545936

[startup+12.7114 s]
/proc/loadavg: 3.92 3.94 3.91 5/101 27131
/proc/meminfo: memFree=2998628/3368532 swapFree=1952996/1959888
[pid=27125] ppid=27123 vsize=545936 CPUtime=46.85
/proc/27125/stat : 27125 (gnovelty+) R 27123 27125 8948 0 -1 4202496 19832 0 0 0 2433 2252 0 0 15 0 4 0 1100967640 559038464 19787 4294967295 134512640 135680988 3217997888 3217997132 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/27125/statm: 136484 19787 103 286 0 136196 0
[pid=27125/tid=27127] ppid=27123 vsize=545936 CPUtime=11.84
/proc/27125/task/27127/stat : 27127 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 628 556 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3077173596 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27125/tid=27128] ppid=27123 vsize=545936 CPUtime=11.67
/proc/27125/task/27128/stat : 27128 (gnovelty+) R 27123 27125 8948 0 -1 4202560 12 0 0 0 615 552 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3067781468 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27125/tid=27129] ppid=27123 vsize=545936 CPUtime=11.71
/proc/27125/task/27129/stat : 27129 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 594 577 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3058389340 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 46.85
Current children cumulated vsize (KiB) 545936

[startup+25.5105 s]
/proc/loadavg: 3.86 3.92 3.90 4/101 27131
/proc/meminfo: memFree=2998600/3368532 swapFree=1952996/1959888
[pid=27125] ppid=27123 vsize=545936 CPUtime=94.34
/proc/27125/stat : 27125 (gnovelty+) R 27123 27125 8948 0 -1 4202496 19832 0 0 0 4956 4478 0 0 15 0 4 0 1100967640 559038464 19787 4294967295 134512640 135680988 3217997888 3217997132 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/27125/statm: 136484 19787 103 286 0 136196 0
[pid=27125/tid=27127] ppid=27123 vsize=545936 CPUtime=23.79
/proc/27125/task/27127/stat : 27127 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 1244 1135 0 0 16 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3077173596 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27125/tid=27128] ppid=27123 vsize=545936 CPUtime=23.44
/proc/27125/task/27128/stat : 27128 (gnovelty+) R 27123 27125 8948 0 -1 4202560 12 0 0 0 1252 1092 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3067781468 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27125/tid=27129] ppid=27123 vsize=545936 CPUtime=23.49
/proc/27125/task/27129/stat : 27129 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 1219 1130 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3058389340 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 94.34
Current children cumulated vsize (KiB) 545936

[startup+51.1084 s]
/proc/loadavg: 3.83 3.91 3.90 5/101 27318
/proc/meminfo: memFree=2998560/3368532 swapFree=1952996/1959888
[pid=27125] ppid=27123 vsize=545936 CPUtime=188.34
/proc/27125/stat : 27125 (gnovelty+) S 27123 27125 8948 0 -1 4202496 19832 0 0 0 9933 8901 0 0 15 0 4 0 1100967640 559038464 19787 4294967295 134512640 135680988 3217997888 3217997132 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/27125/statm: 136484 19787 103 286 0 136196 0
[pid=27125/tid=27127] ppid=27123 vsize=545936 CPUtime=47.26
/proc/27125/task/27127/stat : 27127 (gnovelty+) S 27123 27125 8948 0 -1 4202560 11 0 0 0 2459 2267 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3077173596 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=27125/tid=27128] ppid=27123 vsize=545936 CPUtime=47
/proc/27125/task/27128/stat : 27128 (gnovelty+) S 27123 27125 8948 0 -1 4202560 12 0 0 0 2509 2191 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3067781468 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27125/tid=27129] ppid=27123 vsize=545936 CPUtime=46.93
/proc/27125/task/27129/stat : 27129 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 2466 2227 0 0 16 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3058389340 134957426 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 188.34
Current children cumulated vsize (KiB) 545936

[startup+102.314 s]
/proc/loadavg: 3.86 3.91 3.90 5/101 27504
/proc/meminfo: memFree=2998032/3368532 swapFree=1952996/1959888
[pid=27125] ppid=27123 vsize=545936 CPUtime=378.37
/proc/27125/stat : 27125 (gnovelty+) R 27123 27125 8948 0 -1 4202496 19832 0 0 0 19886 17951 0 0 15 0 4 0 1100967640 559038464 19787 4294967295 134512640 135680988 3217997888 3217997132 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/27125/statm: 136484 19787 103 286 0 136196 0
[pid=27125/tid=27127] ppid=27123 vsize=545936 CPUtime=94.95
/proc/27125/task/27127/stat : 27127 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 4970 4525 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3077173596 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27125/tid=27128] ppid=27123 vsize=545936 CPUtime=94.41
/proc/27125/task/27128/stat : 27128 (gnovelty+) R 27123 27125 8948 0 -1 4202560 12 0 0 0 5007 4434 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3067781468 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=27125/tid=27129] ppid=27123 vsize=545936 CPUtime=94.24
/proc/27125/task/27129/stat : 27129 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 4891 4533 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3058389340 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 378.37
Current children cumulated vsize (KiB) 545936

[startup+162.309 s]
/proc/loadavg: 3.94 3.91 3.90 5/101 27691
/proc/meminfo: memFree=2997908/3368532 swapFree=1952996/1959888
[pid=27125] ppid=27123 vsize=545936 CPUtime=600.47
/proc/27125/stat : 27125 (gnovelty+) R 27123 27125 8948 0 -1 4202496 19832 0 0 0 31544 28503 0 0 15 0 4 0 1100967640 559038464 19787 4294967295 134512640 135680988 3217997888 3217997132 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/27125/statm: 136484 19787 103 286 0 136196 0
[pid=27125/tid=27127] ppid=27123 vsize=545936 CPUtime=150.09
/proc/27125/task/27127/stat : 27127 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 7879 7130 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3077173596 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27125/tid=27128] ppid=27123 vsize=545936 CPUtime=150.05
/proc/27125/task/27128/stat : 27128 (gnovelty+) R 27123 27125 8948 0 -1 4202560 12 0 0 0 7897 7108 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3067781468 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27125/tid=27129] ppid=27123 vsize=545936 CPUtime=149.64
/proc/27125/task/27129/stat : 27129 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 7799 7165 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3058389340 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 600.47
Current children cumulated vsize (KiB) 545936

[startup+222.315 s]
/proc/loadavg: 3.86 3.89 3.89 5/101 27883
/proc/meminfo: memFree=2997828/3368532 swapFree=1952996/1959888
[pid=27125] ppid=27123 vsize=545936 CPUtime=822.44
/proc/27125/stat : 27125 (gnovelty+) R 27123 27125 8948 0 -1 4202496 19832 0 0 0 43258 38986 0 0 15 0 4 0 1100967640 559038464 19787 4294967295 134512640 135680988 3217997888 3217997132 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/27125/statm: 136484 19787 103 286 0 136196 0
[pid=27125/tid=27127] ppid=27123 vsize=545936 CPUtime=205.64
/proc/27125/task/27127/stat : 27127 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 10802 9762 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3077173548 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27125/tid=27128] ppid=27123 vsize=545936 CPUtime=205.79
/proc/27125/task/27128/stat : 27128 (gnovelty+) R 27123 27125 8948 0 -1 4202560 12 0 0 0 10814 9765 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3067781468 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=27125/tid=27129] ppid=27123 vsize=545936 CPUtime=204.93
/proc/27125/task/27129/stat : 27129 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 10727 9766 0 0 16 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3058389340 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 822.44
Current children cumulated vsize (KiB) 545936

[startup+282.31 s]
/proc/loadavg: 3.78 3.86 3.88 5/101 28072
/proc/meminfo: memFree=2997936/3368532 swapFree=1952996/1959888
[pid=27125] ppid=27123 vsize=545936 CPUtime=1044.37
/proc/27125/stat : 27125 (gnovelty+) R 27123 27125 8948 0 -1 4202496 19832 0 0 0 55014 49423 0 0 15 0 4 0 1100967640 559038464 19787 4294967295 134512640 135680988 3217997888 3217997132 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/27125/statm: 136484 19787 103 286 0 136196 0
[pid=27125/tid=27127] ppid=27123 vsize=545936 CPUtime=261.16
/proc/27125/task/27127/stat : 27127 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 13724 12392 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3077173548 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27125/tid=27128] ppid=27123 vsize=545936 CPUtime=260.91
/proc/27125/task/27128/stat : 27128 (gnovelty+) R 27123 27125 8948 0 -1 4202560 12 0 0 0 13717 12374 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3067781468 134957681 0 0 0 0 0 0 0 -1 0 0 0 0

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

[pid=27125] ppid=27123 vsize=545936 CPUtime=1486.87
/proc/27125/stat : 27125 (gnovelty+) R 27123 27125 8948 0 -1 4202496 19832 0 0 0 78496 70191 0 0 15 0 4 0 1100967640 559038464 19787 4294967295 134512640 135680988 3217997888 3217997084 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/27125/statm: 136484 19787 103 286 0 136196 0
[pid=27125/tid=27127] ppid=27123 vsize=545936 CPUtime=371.84
/proc/27125/task/27127/stat : 27127 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 19644 17540 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3077173596 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27125/tid=27128] ppid=27123 vsize=545936 CPUtime=371.52
/proc/27125/task/27128/stat : 27128 (gnovelty+) R 27123 27125 8948 0 -1 4202560 12 0 0 0 19618 17534 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3067781468 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27125/tid=27129] ppid=27123 vsize=545936 CPUtime=371.59
/proc/27125/task/27129/stat : 27129 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 19577 17582 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3058389292 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1486.87
Current children cumulated vsize (KiB) 545936

[startup+462.316 s]
/proc/loadavg: 4.11 3.91 3.89 4/101 28637
/proc/meminfo: memFree=2996904/3368532 swapFree=1952996/1959888
[pid=27125] ppid=27123 vsize=545936 CPUtime=1709.43
/proc/27125/stat : 27125 (gnovelty+) R 27123 27125 8948 0 -1 4202496 19832 0 0 0 90427 80516 0 0 15 0 4 0 1100967640 559038464 19787 4294967295 134512640 135680988 3217997888 3217997084 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/27125/statm: 136484 19787 103 286 0 136196 0
[pid=27125/tid=27127] ppid=27123 vsize=545936 CPUtime=427.62
/proc/27125/task/27127/stat : 27127 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 22601 20161 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3077173596 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27125/tid=27128] ppid=27123 vsize=545936 CPUtime=426.9
/proc/27125/task/27128/stat : 27128 (gnovelty+) R 27123 27125 8948 0 -1 4202560 12 0 0 0 22586 20104 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3067781468 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27125/tid=27129] ppid=27123 vsize=545936 CPUtime=426.78
/proc/27125/task/27129/stat : 27129 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 22554 20124 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3058389340 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1709.43
Current children cumulated vsize (KiB) 545936

[startup+522.312 s]
/proc/loadavg: 3.85 3.88 3.88 5/101 28641
/proc/meminfo: memFree=2997144/3368532 swapFree=1952996/1959888
[pid=27125] ppid=27123 vsize=545936 CPUtime=1932.52
/proc/27125/stat : 27125 (gnovelty+) R 27123 27125 8948 0 -1 4202496 19832 0 0 0 102317 90935 0 0 15 0 4 0 1100967640 559038464 19787 4294967295 134512640 135680988 3217997888 3217997084 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/27125/statm: 136484 19787 103 286 0 136196 0
[pid=27125/tid=27127] ppid=27123 vsize=545936 CPUtime=483.1
/proc/27125/task/27127/stat : 27127 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 25554 22756 0 0 16 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3077173596 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27125/tid=27128] ppid=27123 vsize=545936 CPUtime=482.64
/proc/27125/task/27128/stat : 27128 (gnovelty+) R 27123 27125 8948 0 -1 4202560 12 0 0 0 25552 22712 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3067781468 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=27125/tid=27129] ppid=27123 vsize=545936 CPUtime=482.62
/proc/27125/task/27129/stat : 27129 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 25543 22719 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3058389340 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1932.52
Current children cumulated vsize (KiB) 545936

[startup+582.307 s]
/proc/loadavg: 3.65 3.82 3.86 5/101 28834
/proc/meminfo: memFree=2997268/3368532 swapFree=1952996/1959888
[pid=27125] ppid=27123 vsize=545936 CPUtime=2154.22
/proc/27125/stat : 27125 (gnovelty+) R 27123 27125 8948 0 -1 4202496 19832 0 0 0 114068 101354 0 0 15 0 4 0 1100967640 559038464 19787 4294967295 134512640 135680988 3217997888 3217997132 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/27125/statm: 136484 19787 103 286 0 136196 0
[pid=27125/tid=27127] ppid=27123 vsize=545936 CPUtime=538.73
/proc/27125/task/27127/stat : 27127 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 28504 25369 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3077173596 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27125/tid=27128] ppid=27123 vsize=545936 CPUtime=537.59
/proc/27125/task/27128/stat : 27128 (gnovelty+) R 27123 27125 8948 0 -1 4202560 12 0 0 0 28434 25325 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3067781468 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=27125/tid=27129] ppid=27123 vsize=545936 CPUtime=538.34
/proc/27125/task/27129/stat : 27129 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 28510 25324 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3058389340 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2154.22
Current children cumulated vsize (KiB) 545936

[startup+642.313 s]
/proc/loadavg: 3.65 3.79 3.84 5/101 29022
/proc/meminfo: memFree=2997268/3368532 swapFree=1952996/1959888
[pid=27125] ppid=27123 vsize=545936 CPUtime=2376.09
/proc/27125/stat : 27125 (gnovelty+) R 27123 27125 8948 0 -1 4202496 19832 0 0 0 125615 111994 0 0 16 0 4 0 1100967640 559038464 19787 4294967295 134512640 135680988 3217997888 3217997132 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/27125/statm: 136484 19787 103 286 0 136196 0
[pid=27125/tid=27127] ppid=27123 vsize=545936 CPUtime=594.08
/proc/27125/task/27127/stat : 27127 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 31342 28066 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3077173596 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27125/tid=27128] ppid=27123 vsize=545936 CPUtime=592.92
/proc/27125/task/27128/stat : 27128 (gnovelty+) R 27123 27125 8948 0 -1 4202560 12 0 0 0 31304 27988 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3067781468 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27125/tid=27129] ppid=27123 vsize=545936 CPUtime=594.06
/proc/27125/task/27129/stat : 27129 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 31457 27949 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3058389340 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2376.09
Current children cumulated vsize (KiB) 545936

[startup+702.308 s]
/proc/loadavg: 3.82 3.81 3.84 5/101 29208
/proc/meminfo: memFree=2997392/3368532 swapFree=1952996/1959888
[pid=27125] ppid=27123 vsize=545936 CPUtime=2598.62
/proc/27125/stat : 27125 (gnovelty+) R 27123 27125 8948 0 -1 4202496 19832 0 0 0 137313 122549 0 0 15 0 4 0 1100967640 559038464 19787 4294967295 134512640 135680988 3217997888 3217997132 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/27125/statm: 136484 19787 103 286 0 136196 0
[pid=27125/tid=27127] ppid=27123 vsize=545936 CPUtime=649.32
/proc/27125/task/27127/stat : 27127 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 34285 30647 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3077173596 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27125/tid=27128] ppid=27123 vsize=545936 CPUtime=648.65
/proc/27125/task/27128/stat : 27128 (gnovelty+) R 27123 27125 8948 0 -1 4202560 12 0 0 0 34212 30653 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3067781468 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27125/tid=27129] ppid=27123 vsize=545936 CPUtime=649.92
/proc/27125/task/27129/stat : 27129 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 34386 30606 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3058389340 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2598.62
Current children cumulated vsize (KiB) 545936

[startup+762.313 s]
/proc/loadavg: 3.95 3.87 3.86 5/101 29397
/proc/meminfo: memFree=2997508/3368532 swapFree=1952996/1959888
[pid=27125] ppid=27123 vsize=545936 CPUtime=2820.2
/proc/27125/stat : 27125 (gnovelty+) R 27123 27125 8948 0 -1 4202496 19832 0 0 0 148982 133038 0 0 15 0 4 0 1100967640 559038464 19787 4294967295 134512640 135680988 3217997888 3217997132 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/27125/statm: 136484 19787 103 286 0 136196 0
[pid=27125/tid=27127] ppid=27123 vsize=545936 CPUtime=704.41
/proc/27125/task/27127/stat : 27127 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 37115 33326 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3077173596 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27125/tid=27128] ppid=27123 vsize=545936 CPUtime=704.08
/proc/27125/task/27128/stat : 27128 (gnovelty+) R 27123 27125 8948 0 -1 4202560 12 0 0 0 37120 33288 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3067781420 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27125/tid=27129] ppid=27123 vsize=545936 CPUtime=705.45
/proc/27125/task/27129/stat : 27129 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 37370 33175 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3058389340 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2820.2
Current children cumulated vsize (KiB) 545936

[startup+822.319 s]
/proc/loadavg: 3.90 3.86 3.86 5/101 29584
/proc/meminfo: memFree=2997144/3368532 swapFree=1952996/1959888
[pid=27125] ppid=27123 vsize=545936 CPUtime=3042.1
/proc/27125/stat : 27125 (gnovelty+) R 27123 27125 8948 0 -1 4202496 19832 0 0 0 160682 143528 0 0 15 0 4 0 1100967640 559038464 19787 4294967295 134512640 135680988 3217997888 3217997132 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/27125/statm: 136484 19787 103 286 0 136196 0
[pid=27125/tid=27127] ppid=27123 vsize=545936 CPUtime=759.86
/proc/27125/task/27127/stat : 27127 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 40076 35910 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3077173548 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=27125/tid=27128] ppid=27123 vsize=545936 CPUtime=759.75
/proc/27125/task/27128/stat : 27128 (gnovelty+) R 27123 27125 8948 0 -1 4202560 12 0 0 0 40011 35964 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3067781468 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27125/tid=27129] ppid=27123 vsize=545936 CPUtime=760.86
/proc/27125/task/27129/stat : 27129 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 40298 35788 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3058389340 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3042.1
Current children cumulated vsize (KiB) 545936

[startup+882.313 s]
/proc/loadavg: 3.96 3.88 3.86 5/101 29773
/proc/meminfo: memFree=2996896/3368532 swapFree=1952996/1959888
[pid=27125] ppid=27123 vsize=545936 CPUtime=3264.47
/proc/27125/stat : 27125 (gnovelty+) R 27123 27125 8948 0 -1 4202496 19832 0 0 0 172336 154111 0 0 15 0 4 0 1100967640 559038464 19787 4294967295 134512640 135680988 3217997888 3217997132 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/27125/statm: 136484 19787 103 286 0 136196 0
[pid=27125/tid=27127] ppid=27123 vsize=545936 CPUtime=815.36
/proc/27125/task/27127/stat : 27127 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 42997 38539 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3077173596 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=27125/tid=27128] ppid=27123 vsize=545936 CPUtime=815.2
/proc/27125/task/27128/stat : 27128 (gnovelty+) R 27123 27125 8948 0 -1 4202560 12 0 0 0 42862 38658 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3067781468 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27125/tid=27129] ppid=27123 vsize=545936 CPUtime=816.65
/proc/27125/task/27129/stat : 27129 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 43248 38417 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3058389340 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3264.47
Current children cumulated vsize (KiB) 545936

[startup+942.309 s]
/proc/loadavg: 3.94 3.89 3.86 5/101 29965
/proc/meminfo: memFree=2996896/3368532 swapFree=1952996/1959888
[pid=27125] ppid=27123 vsize=545936 CPUtime=3485.86
/proc/27125/stat : 27125 (gnovelty+) R 27123 27125 8948 0 -1 4202496 19832 0 0 0 184071 164515 0 0 16 0 4 0 1100967640 559038464 19787 4294967295 134512640 135680988 3217997888 3217997084 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/27125/statm: 136484 19787 103 286 0 136196 0
[pid=27125/tid=27127] ppid=27123 vsize=545936 CPUtime=870.65
/proc/27125/task/27127/stat : 27127 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 45958 41107 0 0 16 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3077173596 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27125/tid=27128] ppid=27123 vsize=545936 CPUtime=870.44
/proc/27125/task/27128/stat : 27128 (gnovelty+) S 27123 27125 8948 0 -1 4202560 12 0 0 0 45758 41286 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3067781468 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27125/tid=27129] ppid=27123 vsize=545936 CPUtime=872.1
/proc/27125/task/27129/stat : 27129 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 46248 40962 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3058389340 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3485.86
Current children cumulated vsize (KiB) 545936



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000 s]
/proc/loadavg: 3.71 3.83 3.84 5/101 30151
/proc/meminfo: memFree=2997268/3368532 swapFree=1952996/1959888
[pid=27125] ppid=27123 vsize=545936 CPUtime=3698.62
/proc/27125/stat : 27125 (gnovelty+) R 27123 27125 8948 0 -1 4202496 19832 0 0 0 195490 174372 0 0 15 0 4 0 1100967640 559038464 19787 4294967295 134512640 135680988 3217997888 3217997132 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/27125/statm: 136484 19787 103 286 0 136196 0
[pid=27125/tid=27127] ppid=27123 vsize=545936 CPUtime=923.79
/proc/27125/task/27127/stat : 27127 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 48802 43577 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3077173548 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27125/tid=27128] ppid=27123 vsize=545936 CPUtime=923.2
/proc/27125/task/27128/stat : 27128 (gnovelty+) R 27123 27125 8948 0 -1 4202560 12 0 0 0 48594 43726 0 0 15 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3067781468 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27125/tid=27129] ppid=27123 vsize=545936 CPUtime=925.86
/proc/27125/task/27129/stat : 27129 (gnovelty+) R 27123 27125 8948 0 -1 4202560 11 0 0 0 49144 43442 0 0 16 0 4 0 1100967648 559038464 19787 4294967295 134512640 135680988 3217997888 3058389340 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3698.62
Current children cumulated vsize (KiB) 545936

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.03
CPU time (s): 3698.66
CPU user time (s): 1954.93
CPU system time (s): 1743.73
CPU usage (%): 369.855
Max. virtual memory (cumulated for all children) (KiB): 545936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1954.93
system time used= 1743.73
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19832
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= 98997054
involuntary context switches= 194209

runsolver used 0.01 second user time and 0.02 second system time

The end

Launcher Data

Begin job on tipi45 at 2009-05-28 01:51:44
IDJOB=1778164
IDBENCH=70570
IDSOLVER=617
FILE ID=tipi45/1778164-1243468304
PBS_JOBID=
Free space on /tmp= 15502 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (4 threads)
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/560/unif-k3-r4.25-v560-c2380-S1154116462-097.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1778164-1243468304/watcher-1778164-1243468304 -o /tmp/evaluation-result-1778164-1243468304/solver-1778164-1243468304 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1778164-1243468304.cnf 436415456 4

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

MD5SUM BENCH= 871cffda16697cd39cfc1811ad38c0e4
RANDOM SEED= 436415456

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:       3077648 kB
Buffers:        123452 kB
Cached:          61280 kB
SwapCached:       2100 kB
Active:          64140 kB
Inactive:       129740 kB
HighTotal:     2489216 kB
HighFree:      2415656 kB
LowTotal:       879316 kB
LowFree:        661992 kB
SwapTotal:     1959888 kB
SwapFree:      1952996 kB
Dirty:            1368 kB
Writeback:           0 kB
AnonPages:        7972 kB
Mapped:           3080 kB
Slab:            85116 kB
SReclaimable:    74196 kB
SUnreclaim:      10920 kB
PageTables:        480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    89416 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 02:08:24