Trace number 1778275

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

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/480/
unif-k3-r4.25-v480-c2040-S1007745655-097.cnf
MD5SUMf27b62ac5d581ce44726630650722106
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 variables480
Number of clauses2040
Sum of the clauses size6120
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32040
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-1778275-1243474661/watcher-1778275-1243474661 -o /tmp/evaluation-result-1778275-1243474661/solver-1778275-1243474661 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1778275-1243474661.cnf 1518280157 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.38 3.74 3.78 3/115 3839
/proc/meminfo: memFree=3160400/3368532 swapFree=1941392/1959888
[pid=3839] ppid=3837 vsize=509232 CPUtime=0
/proc/3839/stat : 3839 (gnovelty+) R 3837 3839 24991 0 -1 4202496 1414 0 0 0 0 0 0 0 18 0 1 0 1112145900 521453568 1371 4294967295 134512640 135680988 3215273376 3215272640 134537167 0 0 0 0 0 0 0 17 1 0 0 0
/proc/3839/statm: 127308 1379 99 286 0 127020 0

[startup+0.035694 s]
/proc/loadavg: 3.38 3.74 3.78 3/115 3839
/proc/meminfo: memFree=3160400/3368532 swapFree=1941392/1959888
[pid=3839] ppid=3837 vsize=517044 CPUtime=0.04
/proc/3839/stat : 3839 (gnovelty+) R 3837 3839 24991 0 -1 4202496 10436 0 0 0 1 3 0 0 18 0 1 0 1112145900 529453056 10392 4294967295 134512640 135680988 3215273376 3215272640 134537708 0 0 0 0 0 0 0 17 1 0 0 0
/proc/3839/statm: 129261 10398 99 286 0 128973 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 517044

[startup+0.11569 s]
/proc/loadavg: 3.38 3.74 3.78 3/115 3839
/proc/meminfo: memFree=3160400/3368532 swapFree=1941392/1959888
[pid=3839] ppid=3837 vsize=545800 CPUtime=0.16
/proc/3839/stat : 3839 (gnovelty+) R 3837 3839 24991 0 -1 4202496 19813 0 0 0 8 8 0 0 19 0 4 0 1112145900 558899200 19769 4294967295 134512640 135680988 3215273376 3215272620 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/3839/statm: 136450 19769 103 286 0 136162 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 545800

[startup+0.315682 s]
/proc/loadavg: 3.38 3.74 3.78 3/115 3839
/proc/meminfo: memFree=3160400/3368532 swapFree=1941392/1959888
[pid=3839] ppid=3837 vsize=545800 CPUtime=0.94
/proc/3839/stat : 3839 (gnovelty+) R 3837 3839 24991 0 -1 4202496 19813 0 0 0 47 47 0 0 17 0 4 0 1112145900 558899200 19769 4294967295 134512640 135680988 3215273376 3215272620 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/3839/statm: 136450 19769 103 286 0 136162 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 545800

[startup+0.715732 s]
/proc/loadavg: 3.38 3.74 3.78 3/115 3839
/proc/meminfo: memFree=3160400/3368532 swapFree=1941392/1959888
[pid=3839] ppid=3837 vsize=545800 CPUtime=2.41
/proc/3839/stat : 3839 (gnovelty+) R 3837 3839 24991 0 -1 4202496 19813 0 0 0 122 119 0 0 15 0 4 0 1112145900 558899200 19769 4294967295 134512640 135680988 3215273376 3215272620 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/3839/statm: 136450 19769 103 286 0 136162 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 545800

[startup+1.51569 s]
/proc/loadavg: 3.38 3.74 3.78 5/119 3843
/proc/meminfo: memFree=3081504/3368532 swapFree=1941392/1959888
[pid=3839] ppid=3837 vsize=545800 CPUtime=5.43
/proc/3839/stat : 3839 (gnovelty+) R 3837 3839 24991 0 -1 4202496 19813 0 0 0 288 255 0 0 15 0 4 0 1112145900 558899200 19769 4294967295 134512640 135680988 3215273376 3215272620 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/3839/statm: 136450 19769 103 286 0 136162 0
[pid=3839/tid=3841] ppid=3837 vsize=545800 CPUtime=1.31
/proc/3839/task/3841/stat : 3841 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 68 63 0 0 15 0 4 0 1112145909 558899200 19769 4294967295 134512640 135680988 3215273376 3077697884 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3839/tid=3842] ppid=3837 vsize=545800 CPUtime=1.35
/proc/3839/task/3842/stat : 3842 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 76 59 0 0 15 0 4 0 1112145909 558899200 19769 4294967295 134512640 135680988 3215273376 3068305756 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3839/tid=3843] ppid=3837 vsize=545800 CPUtime=1.29
/proc/3839/task/3843/stat : 3843 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 60 69 0 0 15 0 4 0 1112145909 558899200 19769 4294967295 134512640 135680988 3215273376 3058913628 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.43
Current children cumulated vsize (KiB) 545800

[startup+3.11561 s]
/proc/loadavg: 3.38 3.74 3.78 4/119 3843
/proc/meminfo: memFree=3081356/3368532 swapFree=1941392/1959888
[pid=3839] ppid=3837 vsize=545800 CPUtime=11.38
/proc/3839/stat : 3839 (gnovelty+) R 3837 3839 24991 0 -1 4202496 19813 0 0 0 586 552 0 0 15 0 4 0 1112145900 558899200 19769 4294967295 134512640 135680988 3215273376 3215272620 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/3839/statm: 136450 19769 103 286 0 136162 0
[pid=3839/tid=3841] ppid=3837 vsize=545800 CPUtime=2.78
/proc/3839/task/3841/stat : 3841 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 135 143 0 0 15 0 4 0 1112145909 558899200 19769 4294967295 134512640 135680988 3215273376 3077697884 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3839/tid=3842] ppid=3837 vsize=545800 CPUtime=2.84
/proc/3839/task/3842/stat : 3842 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 150 134 0 0 15 0 4 0 1112145909 558899200 19769 4294967295 134512640 135680988 3215273376 3068305756 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3839/tid=3843] ppid=3837 vsize=545800 CPUtime=2.79
/proc/3839/task/3843/stat : 3843 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 144 135 0 0 15 0 4 0 1112145909 558899200 19769 4294967295 134512640 135680988 3215273376 3058913580 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.38
Current children cumulated vsize (KiB) 545800

[startup+6.31567 s]
/proc/loadavg: 3.43 3.74 3.78 5/119 3843
/proc/meminfo: memFree=3081256/3368532 swapFree=1941392/1959888
[pid=3839] ppid=3837 vsize=545800 CPUtime=23.05
/proc/3839/stat : 3839 (gnovelty+) S 3837 3839 24991 0 -1 4202496 19813 0 0 0 1211 1094 0 0 15 0 4 0 1112145900 558899200 19769 4294967295 134512640 135680988 3215273376 3215272620 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/3839/statm: 136450 19769 103 286 0 136162 0
[pid=3839/tid=3841] ppid=3837 vsize=545800 CPUtime=5.87
/proc/3839/task/3841/stat : 3841 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 320 267 0 0 16 0 4 0 1112145909 558899200 19769 4294967295 134512640 135680988 3215273376 3077697836 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3839/tid=3842] ppid=3837 vsize=545800 CPUtime=5.7
/proc/3839/task/3842/stat : 3842 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 308 262 0 0 15 0 4 0 1112145909 558899200 19769 4294967295 134512640 135680988 3215273376 3068305756 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3839/tid=3843] ppid=3837 vsize=545800 CPUtime=5.58
/proc/3839/task/3843/stat : 3843 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 274 284 0 0 15 0 4 0 1112145909 558899200 19769 4294967295 134512640 135680988 3215273376 3058913580 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.05
Current children cumulated vsize (KiB) 545800

[startup+12.7153 s]
/proc/loadavg: 3.47 3.74 3.78 6/119 3843
/proc/meminfo: memFree=3081072/3368532 swapFree=1941392/1959888
[pid=3839] ppid=3837 vsize=545800 CPUtime=46.89
/proc/3839/stat : 3839 (gnovelty+) R 3837 3839 24991 0 -1 4202496 19814 0 0 0 2532 2157 0 0 15 0 4 0 1112145900 558899200 19770 4294967295 134512640 135680988 3215273376 3215272620 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/3839/statm: 136450 19770 103 286 0 136162 0
[pid=3839/tid=3841] ppid=3837 vsize=545800 CPUtime=11.83
/proc/3839/task/3841/stat : 3841 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 641 542 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3077697884 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3839/tid=3842] ppid=3837 vsize=545800 CPUtime=11.65
/proc/3839/task/3842/stat : 3842 (gnovelty+) R 3837 3839 24991 0 -1 4202560 8 0 0 0 654 511 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3068305756 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3839/tid=3843] ppid=3837 vsize=545800 CPUtime=11.6
/proc/3839/task/3843/stat : 3843 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 585 575 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3058913628 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 46.89
Current children cumulated vsize (KiB) 545800

[startup+25.5147 s]
/proc/loadavg: 3.67 3.77 3.79 5/119 4027
/proc/meminfo: memFree=3081008/3368532 swapFree=1941392/1959888
[pid=3839] ppid=3837 vsize=545800 CPUtime=93.49
/proc/3839/stat : 3839 (gnovelty+) S 3837 3839 24991 0 -1 4202496 19814 0 0 0 5093 4256 0 0 15 0 4 0 1112145900 558899200 19770 4294967295 134512640 135680988 3215273376 3215272620 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/3839/statm: 136450 19770 103 286 0 136162 0
[pid=3839/tid=3841] ppid=3837 vsize=545800 CPUtime=23.39
/proc/3839/task/3841/stat : 3841 (gnovelty+) S 3837 3839 24991 0 -1 4202560 7 0 0 0 1255 1084 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3077697884 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3839/tid=3842] ppid=3837 vsize=545800 CPUtime=23.58
/proc/3839/task/3842/stat : 3842 (gnovelty+) R 3837 3839 24991 0 -1 4202560 8 0 0 0 1299 1059 0 0 16 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3068305748 134998512 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3839/tid=3843] ppid=3837 vsize=545800 CPUtime=23.15
/proc/3839/task/3843/stat : 3843 (gnovelty+) S 3837 3839 24991 0 -1 4202560 7 0 0 0 1219 1096 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3058913628 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 93.49
Current children cumulated vsize (KiB) 545800

[startup+51.1138 s]
/proc/loadavg: 3.65 3.76 3.78 6/119 4031
/proc/meminfo: memFree=3081012/3368532 swapFree=1941392/1959888
[pid=3839] ppid=3837 vsize=545800 CPUtime=188.84
/proc/3839/stat : 3839 (gnovelty+) R 3837 3839 24991 0 -1 4202496 19814 0 0 0 10247 8637 0 0 15 0 4 0 1112145900 558899200 19770 4294967295 134512640 135680988 3215273376 3215272572 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/3839/statm: 136450 19770 103 286 0 136162 0
[pid=3839/tid=3841] ppid=3837 vsize=545800 CPUtime=47.4
/proc/3839/task/3841/stat : 3841 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 2527 2213 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3077697884 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3839/tid=3842] ppid=3837 vsize=545800 CPUtime=47.48
/proc/3839/task/3842/stat : 3842 (gnovelty+) R 3837 3839 24991 0 -1 4202560 8 0 0 0 2613 2135 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3068305756 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3839/tid=3843] ppid=3837 vsize=545800 CPUtime=47.11
/proc/3839/task/3843/stat : 3843 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 2500 2211 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3058913628 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 188.84
Current children cumulated vsize (KiB) 545800

[startup+102.312 s]
/proc/loadavg: 3.72 3.76 3.78 5/119 4216
/proc/meminfo: memFree=3081012/3368532 swapFree=1941392/1959888
[pid=3839] ppid=3837 vsize=545800 CPUtime=378.88
/proc/3839/stat : 3839 (gnovelty+) S 3837 3839 24991 0 -1 4202496 19814 0 0 0 20464 17424 0 0 15 0 4 0 1112145900 558899200 19770 4294967295 134512640 135680988 3215273376 3215272620 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/3839/statm: 136450 19770 103 286 0 136162 0
[pid=3839/tid=3841] ppid=3837 vsize=545800 CPUtime=95.12
/proc/3839/task/3841/stat : 3841 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 5135 4377 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3077697884 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=3839/tid=3842] ppid=3837 vsize=545800 CPUtime=95.06
/proc/3839/task/3842/stat : 3842 (gnovelty+) R 3837 3839 24991 0 -1 4202560 8 0 0 0 5134 4372 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3068305756 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3839/tid=3843] ppid=3837 vsize=545800 CPUtime=94.39
/proc/3839/task/3843/stat : 3843 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 5045 4394 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3058913628 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 378.88
Current children cumulated vsize (KiB) 545800

[startup+162.319 s]
/proc/loadavg: 3.90 3.80 3.79 5/119 4404
/proc/meminfo: memFree=3080268/3368532 swapFree=1941392/1959888
[pid=3839] ppid=3837 vsize=545800 CPUtime=600.55
/proc/3839/stat : 3839 (gnovelty+) R 3837 3839 24991 0 -1 4202496 19814 0 0 0 32419 27636 0 0 15 0 4 0 1112145900 558899200 19770 4294967295 134512640 135680988 3215273376 3215272620 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/3839/statm: 136450 19770 103 286 0 136162 0
[pid=3839/tid=3841] ppid=3837 vsize=545800 CPUtime=150.57
/proc/3839/task/3841/stat : 3841 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 8128 6929 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3077697884 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3839/tid=3842] ppid=3837 vsize=545800 CPUtime=150.51
/proc/3839/task/3842/stat : 3842 (gnovelty+) S 3837 3839 24991 0 -1 4202560 8 0 0 0 8189 6862 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3068305756 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3839/tid=3843] ppid=3837 vsize=545800 CPUtime=149.93
/proc/3839/task/3843/stat : 3843 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 7950 7043 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3058913628 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 600.55
Current children cumulated vsize (KiB) 545800

[startup+222.316 s]
/proc/loadavg: 3.76 3.77 3.78 5/119 4597
/proc/meminfo: memFree=3080756/3368532 swapFree=1941392/1959888
[pid=3839] ppid=3837 vsize=545800 CPUtime=822.01
/proc/3839/stat : 3839 (gnovelty+) R 3837 3839 24991 0 -1 4202496 19814 0 0 0 44449 37752 0 0 15 0 4 0 1112145900 558899200 19770 4294967295 134512640 135680988 3215273376 3215272620 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/3839/statm: 136450 19770 103 286 0 136162 0
[pid=3839/tid=3841] ppid=3837 vsize=545800 CPUtime=206.1
/proc/3839/task/3841/stat : 3841 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 11126 9484 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3077697884 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=3839/tid=3842] ppid=3837 vsize=545800 CPUtime=205.99
/proc/3839/task/3842/stat : 3842 (gnovelty+) R 3837 3839 24991 0 -1 4202560 8 0 0 0 11181 9418 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3068305756 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3839/tid=3843] ppid=3837 vsize=545800 CPUtime=205.4
/proc/3839/task/3843/stat : 3843 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 10981 9559 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3058913628 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 545800

[startup+282.304 s]
/proc/loadavg: 3.77 3.77 3.78 5/119 4786
/proc/meminfo: memFree=3080708/3368532 swapFree=1941392/1959888
[pid=3839] ppid=3837 vsize=545800 CPUtime=1044.07
/proc/3839/stat : 3839 (gnovelty+) R 3837 3839 24991 0 -1 4202496 19814 0 0 0 56359 48048 0 0 15 0 4 0 1112145900 558899200 19770 4294967295 134512640 135680988 3215273376 3215272620 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/3839/statm: 136450 19770 103 286 0 136162 0
[pid=3839/tid=3841] ppid=3837 vsize=545800 CPUtime=261.56
/proc/3839/task/3841/stat : 3841 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 14156 12000 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3077697884 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3839/tid=3842] ppid=3837 vsize=545800 CPUtime=261.62
/proc/3839/task/3842/stat : 3842 (gnovelty+) R 3837 3839 24991 0 -1 4202560 8 0 0 0 14207 11955 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3068305708 134957422 0 0 0 0 0 0 0 -1 1 0 0 0

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

[pid=3839] ppid=3837 vsize=545800 CPUtime=1485.65
/proc/3839/stat : 3839 (gnovelty+) R 3837 3839 24991 0 -1 4202496 19814 0 0 0 80139 68426 0 0 15 0 4 0 1112145900 558899200 19770 4294967295 134512640 135680988 3215273376 3215272620 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/3839/statm: 136450 19770 103 286 0 136162 0
[pid=3839/tid=3841] ppid=3837 vsize=545800 CPUtime=371.97
/proc/3839/task/3841/stat : 3841 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 20166 17031 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3077697884 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3839/tid=3842] ppid=3837 vsize=545800 CPUtime=372.58
/proc/3839/task/3842/stat : 3842 (gnovelty+) R 3837 3839 24991 0 -1 4202560 8 0 0 0 20102 17156 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3068305756 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=3839/tid=3843] ppid=3837 vsize=545800 CPUtime=371.46
/proc/3839/task/3843/stat : 3843 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 19825 17321 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3058913628 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1485.65
Current children cumulated vsize (KiB) 545800

[startup+462.307 s]
/proc/loadavg: 3.86 3.83 3.80 5/119 5352
/proc/meminfo: memFree=3081012/3368532 swapFree=1941392/1959888
[pid=3839] ppid=3837 vsize=545800 CPUtime=1709.18
/proc/3839/stat : 3839 (gnovelty+) R 3837 3839 24991 0 -1 4202496 19814 0 0 0 92276 78642 0 0 16 0 4 0 1112145900 558899200 19770 4294967295 134512640 135680988 3215273376 3215272620 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/3839/statm: 136450 19770 103 286 0 136162 0
[pid=3839/tid=3841] ppid=3837 vsize=545800 CPUtime=427.68
/proc/3839/task/3841/stat : 3841 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 23198 19570 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3077697884 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3839/tid=3842] ppid=3837 vsize=545800 CPUtime=428.2
/proc/3839/task/3842/stat : 3842 (gnovelty+) R 3837 3839 24991 0 -1 4202560 8 0 0 0 23141 19679 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3068305756 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3839/tid=3843] ppid=3837 vsize=545800 CPUtime=427.4
/proc/3839/task/3843/stat : 3843 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 22835 19905 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3058913628 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1709.18
Current children cumulated vsize (KiB) 545800

[startup+522.305 s]
/proc/loadavg: 3.95 3.85 3.81 5/119 5541
/proc/meminfo: memFree=3081004/3368532 swapFree=1941392/1959888
[pid=3839] ppid=3837 vsize=545800 CPUtime=1930.79
/proc/3839/stat : 3839 (gnovelty+) R 3837 3839 24991 0 -1 4202496 19814 0 0 0 104202 88877 0 0 15 0 4 0 1112145900 558899200 19770 4294967295 134512640 135680988 3215273376 3215272572 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/3839/statm: 136450 19770 103 286 0 136162 0
[pid=3839/tid=3841] ppid=3837 vsize=545800 CPUtime=483.13
/proc/3839/task/3841/stat : 3841 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 26159 22154 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3077697884 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=3839/tid=3842] ppid=3837 vsize=545800 CPUtime=483.96
/proc/3839/task/3842/stat : 3842 (gnovelty+) R 3837 3839 24991 0 -1 4202560 8 0 0 0 26163 22233 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3068305756 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3839/tid=3843] ppid=3837 vsize=545800 CPUtime=482.49
/proc/3839/task/3843/stat : 3843 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 25776 22473 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3058913628 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1930.79
Current children cumulated vsize (KiB) 545800

[startup+582.312 s]
/proc/loadavg: 3.80 3.83 3.81 5/119 5734
/proc/meminfo: memFree=3081172/3368532 swapFree=1941392/1959888
[pid=3839] ppid=3837 vsize=545800 CPUtime=2153.05
/proc/3839/stat : 3839 (gnovelty+) R 3837 3839 24991 0 -1 4202496 19814 0 0 0 116322 98983 0 0 15 0 4 0 1112145900 558899200 19770 4294967295 134512640 135680988 3215273376 3215272620 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/3839/statm: 136450 19770 103 286 0 136162 0
[pid=3839/tid=3841] ppid=3837 vsize=545800 CPUtime=538.83
/proc/3839/task/3841/stat : 3841 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 29253 24630 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3077697884 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3839/tid=3842] ppid=3837 vsize=545800 CPUtime=539.81
/proc/3839/task/3842/stat : 3842 (gnovelty+) R 3837 3839 24991 0 -1 4202560 8 0 0 0 29176 24805 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3068305756 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3839/tid=3843] ppid=3837 vsize=545800 CPUtime=538.05
/proc/3839/task/3843/stat : 3843 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 28825 24980 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3058913628 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2153.05
Current children cumulated vsize (KiB) 545800

[startup+642.31 s]
/proc/loadavg: 3.86 3.83 3.81 5/119 5921
/proc/meminfo: memFree=3081212/3368532 swapFree=1941392/1959888
[pid=3839] ppid=3837 vsize=545800 CPUtime=2374.79
/proc/3839/stat : 3839 (gnovelty+) R 3837 3839 24991 0 -1 4202496 19814 0 0 0 128189 109290 0 0 15 0 4 0 1112145900 558899200 19770 4294967295 134512640 135680988 3215273376 3215272620 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/3839/statm: 136450 19770 103 286 0 136162 0
[pid=3839/tid=3841] ppid=3837 vsize=545800 CPUtime=593.9
/proc/3839/task/3841/stat : 3841 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 32164 27226 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3077697884 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3839/tid=3842] ppid=3837 vsize=545800 CPUtime=595.39
/proc/3839/task/3842/stat : 3842 (gnovelty+) R 3837 3839 24991 0 -1 4202560 8 0 0 0 32187 27352 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3068305756 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3839/tid=3843] ppid=3837 vsize=545800 CPUtime=593.87
/proc/3839/task/3843/stat : 3843 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 31777 27610 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3058913628 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2374.79
Current children cumulated vsize (KiB) 545800

[startup+702.307 s]
/proc/loadavg: 3.90 3.84 3.81 2/119 6112
/proc/meminfo: memFree=3081236/3368532 swapFree=1941392/1959888
[pid=3839] ppid=3837 vsize=545800 CPUtime=2598.14
/proc/3839/stat : 3839 (gnovelty+) R 3837 3839 24991 0 -1 4202496 19814 0 0 0 140232 119582 0 0 15 0 4 0 1112145900 558899200 19770 4294967295 134512640 135680988 3215273376 3215272620 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/3839/statm: 136450 19770 103 286 0 136162 0
[pid=3839/tid=3841] ppid=3837 vsize=545800 CPUtime=649.71
/proc/3839/task/3841/stat : 3841 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 35150 29821 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3077697884 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3839/tid=3842] ppid=3837 vsize=545800 CPUtime=651.38
/proc/3839/task/3842/stat : 3842 (gnovelty+) R 3837 3839 24991 0 -1 4202560 8 0 0 0 35170 29968 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3068305756 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3839/tid=3843] ppid=3837 vsize=545800 CPUtime=649.79
/proc/3839/task/3843/stat : 3843 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 34813 30166 0 0 16 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3058913628 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2598.14
Current children cumulated vsize (KiB) 545800

[startup+762.315 s]
/proc/loadavg: 3.96 3.87 3.82 4/119 6300
/proc/meminfo: memFree=3081276/3368532 swapFree=1941392/1959888
[pid=3839] ppid=3837 vsize=545800 CPUtime=2821.72
/proc/3839/stat : 3839 (gnovelty+) R 3837 3839 24991 0 -1 4202496 19814 0 0 0 152264 129908 0 0 15 0 4 0 1112145900 558899200 19770 4294967295 134512640 135680988 3215273376 3215272620 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/3839/statm: 136450 19770 103 286 0 136162 0
[pid=3839/tid=3841] ppid=3837 vsize=545800 CPUtime=705.71
/proc/3839/task/3841/stat : 3841 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 38140 32431 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3077697884 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3839/tid=3842] ppid=3837 vsize=545800 CPUtime=707.23
/proc/3839/task/3842/stat : 3842 (gnovelty+) R 3837 3839 24991 0 -1 4202560 8 0 0 0 38152 32571 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3068305756 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3839/tid=3843] ppid=3837 vsize=545800 CPUtime=705.39
/proc/3839/task/3843/stat : 3843 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 37850 32689 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3058913628 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2821.72
Current children cumulated vsize (KiB) 545800

[startup+822.313 s]
/proc/loadavg: 3.93 3.88 3.82 5/119 6489
/proc/meminfo: memFree=3080988/3368532 swapFree=1941392/1959888
[pid=3839] ppid=3837 vsize=545800 CPUtime=3044.77
/proc/3839/stat : 3839 (gnovelty+) R 3837 3839 24991 0 -1 4202496 19814 0 0 0 164292 140185 0 0 15 0 4 0 1112145900 558899200 19770 4294967295 134512640 135680988 3215273376 3215272620 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/3839/statm: 136450 19770 103 286 0 136162 0
[pid=3839/tid=3841] ppid=3837 vsize=545800 CPUtime=761.92
/proc/3839/task/3841/stat : 3841 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 41175 35017 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3077697884 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=3839/tid=3842] ppid=3837 vsize=545800 CPUtime=762.84
/proc/3839/task/3842/stat : 3842 (gnovelty+) R 3837 3839 24991 0 -1 4202560 8 0 0 0 41142 35142 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3068305756 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3839/tid=3843] ppid=3837 vsize=545800 CPUtime=760.85
/proc/3839/task/3843/stat : 3843 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 40827 35258 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3058913628 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3044.77
Current children cumulated vsize (KiB) 545800

[startup+882.31 s]
/proc/loadavg: 3.75 3.83 3.81 5/119 6678
/proc/meminfo: memFree=3080832/3368532 swapFree=1941392/1959888
[pid=3839] ppid=3837 vsize=545800 CPUtime=3269.17
/proc/3839/stat : 3839 (gnovelty+) R 3837 3839 24991 0 -1 4202496 19814 0 0 0 176409 150508 0 0 15 0 4 0 1112145900 558899200 19770 4294967295 134512640 135680988 3215273376 3215272620 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/3839/statm: 136450 19770 103 286 0 136162 0
[pid=3839/tid=3841] ppid=3837 vsize=545800 CPUtime=818.07
/proc/3839/task/3841/stat : 3841 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 44233 37574 0 0 16 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3077697884 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=3839/tid=3842] ppid=3837 vsize=545800 CPUtime=818.98
/proc/3839/task/3842/stat : 3842 (gnovelty+) R 3837 3839 24991 0 -1 4202560 8 0 0 0 44123 37775 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3068305756 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3839/tid=3843] ppid=3837 vsize=545800 CPUtime=817.21
/proc/3839/task/3843/stat : 3843 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 43906 37815 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3058913628 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3269.17
Current children cumulated vsize (KiB) 545800

[startup+942.308 s]
/proc/loadavg: 3.85 3.85 3.82 5/119 6869
/proc/meminfo: memFree=3080568/3368532 swapFree=1941392/1959888
[pid=3839] ppid=3837 vsize=545800 CPUtime=3493.37
/proc/3839/stat : 3839 (gnovelty+) R 3837 3839 24991 0 -1 4202496 19814 0 0 0 188367 160970 0 0 15 0 4 0 1112145900 558899200 19770 4294967295 134512640 135680988 3215273376 3215272620 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/3839/statm: 136450 19770 103 286 0 136162 0
[pid=3839/tid=3841] ppid=3837 vsize=545800 CPUtime=874.32
/proc/3839/task/3841/stat : 3841 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 47268 40164 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3077697884 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3839/tid=3842] ppid=3837 vsize=545800 CPUtime=874.93
/proc/3839/task/3842/stat : 3842 (gnovelty+) R 3837 3839 24991 0 -1 4202560 8 0 0 0 47117 40376 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3068305756 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3839/tid=3843] ppid=3837 vsize=545800 CPUtime=872.88
/proc/3839/task/3843/stat : 3843 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 46875 40413 0 0 16 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3058913628 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3493.37
Current children cumulated vsize (KiB) 545800



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 3.89 3.86 3.82 5/119 7055
/proc/meminfo: memFree=3080740/3368532 swapFree=1941392/1959888
[pid=3839] ppid=3837 vsize=545800 CPUtime=3706.4
/proc/3839/stat : 3839 (gnovelty+) R 3837 3839 24991 0 -1 4202496 19814 0 0 0 199930 170710 0 0 16 0 4 0 1112145900 558899200 19770 4294967295 134512640 135680988 3215273376 3215272620 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/3839/statm: 136450 19770 103 286 0 136162 0
[pid=3839/tid=3841] ppid=3837 vsize=545800 CPUtime=928.01
/proc/3839/task/3841/stat : 3841 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 50229 42572 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3077697884 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3839/tid=3842] ppid=3837 vsize=545800 CPUtime=927.96
/proc/3839/task/3842/stat : 3842 (gnovelty+) R 3837 3839 24991 0 -1 4202560 8 0 0 0 50010 42786 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3068305756 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3839/tid=3843] ppid=3837 vsize=545800 CPUtime=925.75
/proc/3839/task/3843/stat : 3843 (gnovelty+) R 3837 3839 24991 0 -1 4202560 7 0 0 0 49726 42849 0 0 15 0 4 0 1112145909 558899200 19770 4294967295 134512640 135680988 3215273376 3058913580 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3706.4
Current children cumulated vsize (KiB) 545800

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): 3706.46
CPU user time (s): 1999.33
CPU system time (s): 1707.13
CPU usage (%): 370.635
Max. virtual memory (cumulated for all children) (KiB): 545800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1999.33
system time used= 1707.13
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19814
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= 95588779
involuntary context switches= 221872

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 03:37:41
IDJOB=1778275
IDBENCH=70607
IDSOLVER=617
FILE ID=/1778275-1243474661
PBS_JOBID=
Free space on /tmp= 15730 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (4 threads)
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/480/unif-k3-r4.25-v480-c2040-S1007745655-097.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1778275-1243474661/watcher-1778275-1243474661 -o /tmp/evaluation-result-1778275-1243474661/solver-1778275-1243474661 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1778275-1243474661.cnf 1518280157 4

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

MD5SUM BENCH= f27b62ac5d581ce44726630650722106
RANDOM SEED= 1518280157

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:       3160400 kB
Buffers:         13112 kB
Cached:         122888 kB
SwapCached:       4320 kB
Active:         105240 kB
Inactive:        41356 kB
HighTotal:     2489216 kB
HighFree:      2353660 kB
LowTotal:       879316 kB
LowFree:        806740 kB
SwapTotal:     1959888 kB
SwapFree:      1941392 kB
Dirty:            1372 kB
Writeback:           0 kB
AnonPages:        9384 kB
Mapped:           4064 kB
Slab:            51072 kB
SReclaimable:    43380 kB
SUnreclaim:       7692 kB
PageTables:        780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   127264 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

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