Trace number 1778122

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) 3678.49 1000.02

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/420/
unif-k3-r4.25-v420-c1785-S572248576-042.cnf
MD5SUM3dd081bf1c5f1756e6172fad5da9506e
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.06/0.08	c +------------------------------+
0.06/0.08	c | gNovelty+, version 1.0       |
0.06/0.08	c +------------------------------+
0.06/0.08	c gnovelty+ -h for help
0.06/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-1778122-1243465770/watcher-1778122-1243465770 -o /tmp/evaluation-result-1778122-1243465770/solver-1778122-1243465770 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1778122-1243465770.cnf 1990133625 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.77 3.77 3.81 3/96 30411
/proc/meminfo: memFree=3038924/3368532 swapFree=1954076/1959888
[pid=30411] ppid=30409 vsize=509228 CPUtime=0.01
/proc/30411/stat : 30411 (gnovelty+) R 30409 30411 15881 0 -1 4202496 1482 0 0 0 0 1 0 0 18 0 1 0 1100678128 521449472 1439 4294967295 134512640 135680988 3214505184 3214504448 134537167 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30411/statm: 127307 1448 99 286 0 127019 0

[startup+0.051702 s]
/proc/loadavg: 3.77 3.77 3.81 3/96 30411
/proc/meminfo: memFree=3038924/3368532 swapFree=1954076/1959888
[pid=30411] ppid=30409 vsize=517040 CPUtime=0.06
/proc/30411/stat : 30411 (gnovelty+) R 30409 30411 15881 0 -1 4202496 13671 0 0 0 2 4 0 0 18 0 1 0 1100678128 529448960 13628 4294967295 134512640 135680988 3214505184 3214504448 134537968 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30411/statm: 129260 13639 99 286 0 128972 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 517040

[startup+0.111712 s]
/proc/loadavg: 3.77 3.77 3.81 3/96 30411
/proc/meminfo: memFree=3038924/3368532 swapFree=1954076/1959888
[pid=30411] ppid=30409 vsize=545796 CPUtime=0.15
/proc/30411/stat : 30411 (gnovelty+) R 30409 30411 15881 0 -1 4202496 19798 0 0 0 8 7 0 0 19 0 4 0 1100678128 558895104 19754 4294967295 134512640 135680988 3214505184 3214504428 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/30411/statm: 136449 19754 103 286 0 136161 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 545796

[startup+0.311084 s]
/proc/loadavg: 3.77 3.77 3.81 3/96 30411
/proc/meminfo: memFree=3038924/3368532 swapFree=1954076/1959888
[pid=30411] ppid=30409 vsize=545796 CPUtime=0.82
/proc/30411/stat : 30411 (gnovelty+) S 30409 30411 15881 0 -1 4202496 19798 0 0 0 45 37 0 0 18 0 4 0 1100678128 558895104 19754 4294967295 134512640 135680988 3214505184 3214504428 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/30411/statm: 136449 19754 103 286 0 136161 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 545796

[startup+0.711061 s]
/proc/loadavg: 3.77 3.77 3.81 3/96 30411
/proc/meminfo: memFree=3038924/3368532 swapFree=1954076/1959888
[pid=30411] ppid=30409 vsize=545796 CPUtime=2.37
/proc/30411/stat : 30411 (gnovelty+) R 30409 30411 15881 0 -1 4202496 19798 0 0 0 118 119 0 0 15 0 4 0 1100678128 558895104 19754 4294967295 134512640 135680988 3214505184 3214504428 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/30411/statm: 136449 19754 103 286 0 136161 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 545796

[startup+1.511 s]
/proc/loadavg: 3.77 3.77 3.81 5/100 30415
/proc/meminfo: memFree=2961112/3368532 swapFree=1954076/1959888
[pid=30411] ppid=30409 vsize=545796 CPUtime=5.31
/proc/30411/stat : 30411 (gnovelty+) R 30409 30411 15881 0 -1 4202496 19798 0 0 0 274 257 0 0 15 0 4 0 1100678128 558895104 19754 4294967295 134512640 135680988 3214505184 3214504428 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/30411/statm: 136449 19754 103 286 0 136161 0
[pid=30411/tid=30413] ppid=30409 vsize=545796 CPUtime=1.33
/proc/30411/task/30413/stat : 30413 (gnovelty+) R 30409 30411 15881 0 -1 4202560 3 0 0 0 66 67 0 0 15 0 4 0 1100678137 558895104 19754 4294967295 134512640 135680988 3214505184 3077874012 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=30411/tid=30414] ppid=30409 vsize=545796 CPUtime=1.31
/proc/30411/task/30414/stat : 30414 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 74 57 0 0 15 0 4 0 1100678137 558895104 19754 4294967295 134512640 135680988 3214505184 3068481884 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=30411/tid=30415] ppid=30409 vsize=545796 CPUtime=1.26
/proc/30411/task/30415/stat : 30415 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 59 67 0 0 15 0 4 0 1100678137 558895104 19754 4294967295 134512640 135680988 3214505184 3059089756 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.31
Current children cumulated vsize (KiB) 545796

[startup+3.1109 s]
/proc/loadavg: 3.71 3.76 3.80 5/100 30415
/proc/meminfo: memFree=2960960/3368532 swapFree=1954076/1959888
[pid=30411] ppid=30409 vsize=545796 CPUtime=11.36
/proc/30411/stat : 30411 (gnovelty+) R 30409 30411 15881 0 -1 4202496 19798 0 0 0 547 589 0 0 15 0 4 0 1100678128 558895104 19754 4294967295 134512640 135680988 3214505184 3214504428 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/30411/statm: 136449 19754 103 286 0 136161 0
[pid=30411/tid=30413] ppid=30409 vsize=545796 CPUtime=2.83
/proc/30411/task/30413/stat : 30413 (gnovelty+) R 30409 30411 15881 0 -1 4202560 3 0 0 0 144 139 0 0 15 0 4 0 1100678137 558895104 19754 4294967295 134512640 135680988 3214505184 3077874012 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=30411/tid=30414] ppid=30409 vsize=545796 CPUtime=2.85
/proc/30411/task/30414/stat : 30414 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 139 146 0 0 15 0 4 0 1100678137 558895104 19754 4294967295 134512640 135680988 3214505184 3068481884 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=30411/tid=30415] ppid=30409 vsize=545796 CPUtime=2.78
/proc/30411/task/30415/stat : 30415 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 122 156 0 0 15 0 4 0 1100678137 558895104 19754 4294967295 134512640 135680988 3214505184 3059089756 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.36
Current children cumulated vsize (KiB) 545796

[startup+6.31071 s]
/proc/loadavg: 3.71 3.76 3.80 5/100 30415
/proc/meminfo: memFree=2960992/3368532 swapFree=1954076/1959888
[pid=30411] ppid=30409 vsize=545796 CPUtime=23.17
/proc/30411/stat : 30411 (gnovelty+) R 30409 30411 15881 0 -1 4202496 19798 0 0 0 1136 1181 0 0 15 0 4 0 1100678128 558895104 19754 4294967295 134512640 135680988 3214505184 3214504428 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/30411/statm: 136449 19754 103 286 0 136161 0
[pid=30411/tid=30413] ppid=30409 vsize=545796 CPUtime=5.82
/proc/30411/task/30413/stat : 30413 (gnovelty+) R 30409 30411 15881 0 -1 4202560 3 0 0 0 306 276 0 0 15 0 4 0 1100678137 558895104 19754 4294967295 134512640 135680988 3214505184 3077874012 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=30411/tid=30414] ppid=30409 vsize=545796 CPUtime=5.82
/proc/30411/task/30414/stat : 30414 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 274 308 0 0 15 0 4 0 1100678137 558895104 19754 4294967295 134512640 135680988 3214505184 3068481884 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=30411/tid=30415] ppid=30409 vsize=545796 CPUtime=5.8
/proc/30411/task/30415/stat : 30415 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 262 318 0 0 15 0 4 0 1100678137 558895104 19754 4294967295 134512640 135680988 3214505184 3059089756 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.17
Current children cumulated vsize (KiB) 545796

[startup+12.7103 s]
/proc/loadavg: 3.75 3.77 3.80 5/100 30416
/proc/meminfo: memFree=2960916/3368532 swapFree=1954076/1959888
[pid=30411] ppid=30409 vsize=545796 CPUtime=47.11
/proc/30411/stat : 30411 (gnovelty+) R 30409 30411 15881 0 -1 4202496 19798 0 0 0 2326 2385 0 0 15 0 4 0 1100678128 558895104 19754 4294967295 134512640 135680988 3214505184 3214504428 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/30411/statm: 136449 19754 103 286 0 136161 0
[pid=30411/tid=30413] ppid=30409 vsize=545796 CPUtime=11.8
/proc/30411/task/30413/stat : 30413 (gnovelty+) R 30409 30411 15881 0 -1 4202560 3 0 0 0 598 582 0 0 15 0 4 0 1100678137 558895104 19754 4294967295 134512640 135680988 3214505184 3077874012 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=30411/tid=30414] ppid=30409 vsize=545796 CPUtime=11.85
/proc/30411/task/30414/stat : 30414 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 563 622 0 0 15 0 4 0 1100678137 558895104 19754 4294967295 134512640 135680988 3214505184 3068481884 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=30411/tid=30415] ppid=30409 vsize=545796 CPUtime=11.74
/proc/30411/task/30415/stat : 30415 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 556 618 0 0 15 0 4 0 1100678137 558895104 19754 4294967295 134512640 135680988 3214505184 3059089756 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 47.11
Current children cumulated vsize (KiB) 545796

[startup+25.5094 s]
/proc/loadavg: 3.79 3.77 3.81 5/100 30417
/proc/meminfo: memFree=2960980/3368532 swapFree=1954076/1959888
[pid=30411] ppid=30409 vsize=545796 CPUtime=94.08
/proc/30411/stat : 30411 (gnovelty+) R 30409 30411 15881 0 -1 4202496 19798 0 0 0 4745 4663 0 0 15 0 4 0 1100678128 558895104 19754 4294967295 134512640 135680988 3214505184 3214504428 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/30411/statm: 136449 19754 103 286 0 136161 0
[pid=30411/tid=30413] ppid=30409 vsize=545796 CPUtime=23.56
/proc/30411/task/30413/stat : 30413 (gnovelty+) R 30409 30411 15881 0 -1 4202560 3 0 0 0 1218 1138 0 0 15 0 4 0 1100678137 558895104 19754 4294967295 134512640 135680988 3214505184 3077874012 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=30411/tid=30414] ppid=30409 vsize=545796 CPUtime=23.62
/proc/30411/task/30414/stat : 30414 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 1187 1175 0 0 15 0 4 0 1100678137 558895104 19754 4294967295 134512640 135680988 3214505184 3068481884 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=30411/tid=30415] ppid=30409 vsize=545796 CPUtime=23.47
/proc/30411/task/30415/stat : 30415 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 1156 1191 0 0 15 0 4 0 1100678137 558895104 19754 4294967295 134512640 135680988 3214505184 3059089708 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 94.08
Current children cumulated vsize (KiB) 545796

[startup+51.1177 s]
/proc/loadavg: 3.79 3.77 3.81 6/100 30418
/proc/meminfo: memFree=2961028/3368532 swapFree=1954076/1959888
[pid=30411] ppid=30409 vsize=545796 CPUtime=188.22
/proc/30411/stat : 30411 (gnovelty+) R 30409 30411 15881 0 -1 4202496 19798 0 0 0 9609 9213 0 0 15 0 4 0 1100678128 558895104 19754 4294967295 134512640 135680988 3214505184 3214504428 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/30411/statm: 136449 19754 103 286 0 136161 0
[pid=30411/tid=30413] ppid=30409 vsize=545796 CPUtime=47.14
/proc/30411/task/30413/stat : 30413 (gnovelty+) R 30409 30411 15881 0 -1 4202560 3 0 0 0 2468 2246 0 0 15 0 4 0 1100678137 558895104 19754 4294967295 134512640 135680988 3214505184 3077874012 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=30411/tid=30414] ppid=30409 vsize=545796 CPUtime=47.27
/proc/30411/task/30414/stat : 30414 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 2404 2323 0 0 15 0 4 0 1100678137 558895104 19754 4294967295 134512640 135680988 3214505184 3068481884 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=30411/tid=30415] ppid=30409 vsize=545796 CPUtime=46.77
/proc/30411/task/30415/stat : 30415 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 2357 2320 0 0 15 0 4 0 1100678137 558895104 19754 4294967295 134512640 135680988 3214505184 3059089756 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 188.22
Current children cumulated vsize (KiB) 545796

[startup+102.314 s]
/proc/loadavg: 3.75 3.76 3.80 5/100 30610
/proc/meminfo: memFree=2960284/3368532 swapFree=1954076/1959888
[pid=30411] ppid=30409 vsize=545796 CPUtime=377.32
/proc/30411/stat : 30411 (gnovelty+) R 30409 30411 15881 0 -1 4202496 19798 0 0 0 19275 18457 0 0 15 0 4 0 1100678128 558895104 19754 4294967295 134512640 135680988 3214505184 3214504428 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/30411/statm: 136449 19754 103 286 0 136161 0
[pid=30411/tid=30413] ppid=30409 vsize=545796 CPUtime=94.5
/proc/30411/task/30413/stat : 30413 (gnovelty+) R 30409 30411 15881 0 -1 4202560 3 0 0 0 4903 4547 0 0 15 0 4 0 1100678137 558895104 19754 4294967295 134512640 135680988 3214505184 3077873964 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=30411/tid=30414] ppid=30409 vsize=545796 CPUtime=94.59
/proc/30411/task/30414/stat : 30414 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 4867 4592 0 0 15 0 4 0 1100678137 558895104 19754 4294967295 134512640 135680988 3214505184 3068481884 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=30411/tid=30415] ppid=30409 vsize=545796 CPUtime=94.09
/proc/30411/task/30415/stat : 30415 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 4770 4639 0 0 15 0 4 0 1100678137 558895104 19754 4294967295 134512640 135680988 3214505184 3059089756 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 377.32
Current children cumulated vsize (KiB) 545796

[startup+162.31 s]
/proc/loadavg: 3.74 3.76 3.80 5/100 30798
/proc/meminfo: memFree=2960028/3368532 swapFree=1954076/1959888
[pid=30411] ppid=30409 vsize=545796 CPUtime=598.39
/proc/30411/stat : 30411 (gnovelty+) R 30409 30411 15881 0 -1 4202496 19799 0 0 0 30531 29308 0 0 15 0 4 0 1100678128 558895104 19755 4294967295 134512640 135680988 3214505184 3214504428 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/30411/statm: 136449 19755 103 286 0 136161 0
[pid=30411/tid=30413] ppid=30409 vsize=545796 CPUtime=149.93
/proc/30411/task/30413/stat : 30413 (gnovelty+) R 30409 30411 15881 0 -1 4202560 4 0 0 0 7687 7306 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3077874012 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=30411/tid=30414] ppid=30409 vsize=545796 CPUtime=149.24
/proc/30411/task/30414/stat : 30414 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 7659 7265 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3068481884 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=30411/tid=30415] ppid=30409 vsize=545796 CPUtime=149.53
/proc/30411/task/30415/stat : 30415 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 7623 7330 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3059089756 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 598.39
Current children cumulated vsize (KiB) 545796

[startup+222.306 s]
/proc/loadavg: 3.83 3.77 3.80 5/100 30986
/proc/meminfo: memFree=2959904/3368532 swapFree=1954076/1959888
[pid=30411] ppid=30409 vsize=545796 CPUtime=818.28
/proc/30411/stat : 30411 (gnovelty+) R 30409 30411 15881 0 -1 4202496 19799 0 0 0 41798 40030 0 0 15 0 4 0 1100678128 558895104 19755 4294967295 134512640 135680988 3214505184 3214504428 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/30411/statm: 136449 19755 103 286 0 136161 0
[pid=30411/tid=30413] ppid=30409 vsize=545796 CPUtime=205.45
/proc/30411/task/30413/stat : 30413 (gnovelty+) R 30409 30411 15881 0 -1 4202560 4 0 0 0 10567 9978 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3077874012 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=30411/tid=30414] ppid=30409 vsize=545796 CPUtime=203.71
/proc/30411/task/30414/stat : 30414 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 10441 9930 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3068481884 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=30411/tid=30415] ppid=30409 vsize=545796 CPUtime=204.36
/proc/30411/task/30415/stat : 30415 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 10412 10024 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3059089756 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 818.28
Current children cumulated vsize (KiB) 545796

[startup+282.312 s]
/proc/loadavg: 3.81 3.77 3.79 5/100 31172
/proc/meminfo: memFree=2960036/3368532 swapFree=1954076/1959888
[pid=30411] ppid=30409 vsize=545796 CPUtime=1037.92
/proc/30411/stat : 30411 (gnovelty+) R 30409 30411 15881 0 -1 4202496 19799 0 0 0 52969 50823 0 0 15 0 4 0 1100678128 558895104 19755 4294967295 134512640 135680988 3214505184 3214504428 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/30411/statm: 136449 19755 103 286 0 136161 0
[pid=30411/tid=30413] ppid=30409 vsize=545796 CPUtime=260.08
/proc/30411/task/30413/stat : 30413 (gnovelty+) R 30409 30411 15881 0 -1 4202560 4 0 0 0 13336 12672 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3077874012 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=30411/tid=30414] ppid=30409 vsize=545796 CPUtime=258.6
/proc/30411/task/30414/stat : 30414 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 13237 12623 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3068481884 134957681 0 0 0 0 0 0 0 -1 3 0 0 0

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

[pid=30411] ppid=30409 vsize=545796 CPUtime=1480.75
/proc/30411/stat : 30411 (gnovelty+) R 30409 30411 15881 0 -1 4202496 19799 0 0 0 75450 72625 0 0 15 0 4 0 1100678128 558895104 19755 4294967295 134512640 135680988 3214505184 3214504428 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/30411/statm: 136449 19755 103 286 0 136161 0
[pid=30411/tid=30413] ppid=30409 vsize=545796 CPUtime=370.76
/proc/30411/task/30413/stat : 30413 (gnovelty+) R 30409 30411 15881 0 -1 4202560 4 0 0 0 18906 18170 0 0 16 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3077873964 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=30411/tid=30414] ppid=30409 vsize=545796 CPUtime=369.23
/proc/30411/task/30414/stat : 30414 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 18853 18070 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3068481836 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=30411/tid=30415] ppid=30409 vsize=545796 CPUtime=370.08
/proc/30411/task/30415/stat : 30415 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 18851 18157 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3059089756 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1480.75
Current children cumulated vsize (KiB) 545796

[startup+462.31 s]
/proc/loadavg: 4.01 3.80 3.80 5/100 31746
/proc/meminfo: memFree=2959904/3368532 swapFree=1954076/1959888
[pid=30411] ppid=30409 vsize=545796 CPUtime=1701.87
/proc/30411/stat : 30411 (gnovelty+) S 30409 30411 15881 0 -1 4202496 19799 0 0 0 86609 83578 0 0 15 0 4 0 1100678128 558895104 19755 4294967295 134512640 135680988 3214505184 3214504380 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/30411/statm: 136449 19755 103 286 0 136161 0
[pid=30411/tid=30413] ppid=30409 vsize=545796 CPUtime=425.93
/proc/30411/task/30413/stat : 30413 (gnovelty+) R 30409 30411 15881 0 -1 4202560 4 0 0 0 21731 20862 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3077874012 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=30411/tid=30414] ppid=30409 vsize=545796 CPUtime=424.38
/proc/30411/task/30414/stat : 30414 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 21668 20770 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3068481884 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=30411/tid=30415] ppid=30409 vsize=545796 CPUtime=425.59
/proc/30411/task/30415/stat : 30415 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 21609 20950 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3059089756 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1701.87
Current children cumulated vsize (KiB) 545796

[startup+522.306 s]
/proc/loadavg: 3.97 3.82 3.80 5/100 31933
/proc/meminfo: memFree=2960284/3368532 swapFree=1954076/1959888
[pid=30411] ppid=30409 vsize=545796 CPUtime=1921.39
/proc/30411/stat : 30411 (gnovelty+) R 30409 30411 15881 0 -1 4202496 19799 0 0 0 97712 94427 0 0 16 0 4 0 1100678128 558895104 19755 4294967295 134512640 135680988 3214505184 3214504428 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/30411/statm: 136449 19755 103 286 0 136161 0
[pid=30411/tid=30413] ppid=30409 vsize=545796 CPUtime=480.43
/proc/30411/task/30413/stat : 30413 (gnovelty+) R 30409 30411 15881 0 -1 4202560 4 0 0 0 24469 23574 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3077874012 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=30411/tid=30414] ppid=30409 vsize=545796 CPUtime=479.63
/proc/30411/task/30414/stat : 30414 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 24490 23473 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3068481884 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=30411/tid=30415] ppid=30409 vsize=545796 CPUtime=480.19
/proc/30411/task/30415/stat : 30415 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 24357 23662 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3059089756 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1921.39
Current children cumulated vsize (KiB) 545796

[startup+582.312 s]
/proc/loadavg: 3.83 3.81 3.80 5/100 32120
/proc/meminfo: memFree=2960284/3368532 swapFree=1954076/1959888
[pid=30411] ppid=30409 vsize=545796 CPUtime=2141.8
/proc/30411/stat : 30411 (gnovelty+) R 30409 30411 15881 0 -1 4202496 19799 0 0 0 109029 105151 0 0 15 0 4 0 1100678128 558895104 19755 4294967295 134512640 135680988 3214505184 3214504428 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/30411/statm: 136449 19755 103 286 0 136161 0
[pid=30411/tid=30413] ppid=30409 vsize=545796 CPUtime=535.73
/proc/30411/task/30413/stat : 30413 (gnovelty+) R 30409 30411 15881 0 -1 4202560 4 0 0 0 27257 26316 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3077874012 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=30411/tid=30414] ppid=30409 vsize=545796 CPUtime=534.7
/proc/30411/task/30414/stat : 30414 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 27307 26163 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3068481884 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=30411/tid=30415] ppid=30409 vsize=545796 CPUtime=535.46
/proc/30411/task/30415/stat : 30415 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 27188 26358 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3059089756 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2141.8
Current children cumulated vsize (KiB) 545796

[startup+642.318 s]
/proc/loadavg: 3.94 3.84 3.81 5/100 32310
/proc/meminfo: memFree=2960532/3368532 swapFree=1954076/1959888
[pid=30411] ppid=30409 vsize=545796 CPUtime=2360.6
/proc/30411/stat : 30411 (gnovelty+) S 30409 30411 15881 0 -1 4202496 19799 0 0 0 120218 115842 0 0 15 0 4 0 1100678128 558895104 19755 4294967295 134512640 135680988 3214505184 3214504428 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/30411/statm: 136449 19755 103 286 0 136161 0
[pid=30411/tid=30413] ppid=30409 vsize=545796 CPUtime=590.05
/proc/30411/task/30413/stat : 30413 (gnovelty+) R 30409 30411 15881 0 -1 4202560 4 0 0 0 30038 28967 0 0 16 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3077873964 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=30411/tid=30414] ppid=30409 vsize=545796 CPUtime=588.97
/proc/30411/task/30414/stat : 30414 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 30096 28801 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3068481836 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=30411/tid=30415] ppid=30409 vsize=545796 CPUtime=590.62
/proc/30411/task/30415/stat : 30415 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 29989 29073 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3059089756 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2360.6
Current children cumulated vsize (KiB) 545796

[startup+702.314 s]
/proc/loadavg: 3.68 3.79 3.79 5/100 32498
/proc/meminfo: memFree=2960160/3368532 swapFree=1954076/1959888
[pid=30411] ppid=30409 vsize=545796 CPUtime=2580.72
/proc/30411/stat : 30411 (gnovelty+) R 30409 30411 15881 0 -1 4202496 19799 0 0 0 131422 126650 0 0 15 0 4 0 1100678128 558895104 19755 4294967295 134512640 135680988 3214505184 3214504428 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/30411/statm: 136449 19755 103 286 0 136161 0
[pid=30411/tid=30413] ppid=30409 vsize=545796 CPUtime=645.07
/proc/30411/task/30413/stat : 30413 (gnovelty+) R 30409 30411 15881 0 -1 4202560 4 0 0 0 32901 31606 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3077874012 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=30411/tid=30414] ppid=30409 vsize=545796 CPUtime=644.03
/proc/30411/task/30414/stat : 30414 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 32875 31528 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3068481836 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=30411/tid=30415] ppid=30409 vsize=545796 CPUtime=645.91
/proc/30411/task/30415/stat : 30415 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 32773 31818 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3059089756 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2580.72
Current children cumulated vsize (KiB) 545796

[startup+762.31 s]
/proc/loadavg: 3.88 3.82 3.81 5/100 32686
/proc/meminfo: memFree=2960400/3368532 swapFree=1954076/1959888
[pid=30411] ppid=30409 vsize=545796 CPUtime=2803.09
/proc/30411/stat : 30411 (gnovelty+) R 30409 30411 15881 0 -1 4202496 19799 0 0 0 142587 137722 0 0 15 0 4 0 1100678128 558895104 19755 4294967295 134512640 135680988 3214505184 3214504428 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/30411/statm: 136449 19755 103 286 0 136161 0
[pid=30411/tid=30413] ppid=30409 vsize=545796 CPUtime=700.2
/proc/30411/task/30413/stat : 30413 (gnovelty+) R 30409 30411 15881 0 -1 4202560 4 0 0 0 35708 34312 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3077873964 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=30411/tid=30414] ppid=30409 vsize=545796 CPUtime=699.74
/proc/30411/task/30414/stat : 30414 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 35704 34270 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3068481836 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=30411/tid=30415] ppid=30409 vsize=545796 CPUtime=701.76
/proc/30411/task/30415/stat : 30415 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 35529 34647 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3059089756 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2803.09
Current children cumulated vsize (KiB) 545796

[startup+822.306 s]
/proc/loadavg: 3.80 3.81 3.80 5/100 408
/proc/meminfo: memFree=2960532/3368532 swapFree=1954076/1959888
[pid=30411] ppid=30409 vsize=545796 CPUtime=3024.07
/proc/30411/stat : 30411 (gnovelty+) R 30409 30411 15881 0 -1 4202496 19799 0 0 0 153830 148577 0 0 15 0 4 0 1100678128 558895104 19755 4294967295 134512640 135680988 3214505184 3214504428 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/30411/statm: 136449 19755 103 286 0 136161 0
[pid=30411/tid=30413] ppid=30409 vsize=545796 CPUtime=755.49
/proc/30411/task/30413/stat : 30413 (gnovelty+) R 30409 30411 15881 0 -1 4202560 4 0 0 0 38502 37047 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3077874012 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=30411/tid=30414] ppid=30409 vsize=545796 CPUtime=755.15
/proc/30411/task/30414/stat : 30414 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 38548 36967 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3068481884 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=30411/tid=30415] ppid=30409 vsize=545796 CPUtime=757.21
/proc/30411/task/30415/stat : 30415 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 38392 37329 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3059089756 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3024.07
Current children cumulated vsize (KiB) 545796

[startup+882.312 s]
/proc/loadavg: 3.83 3.81 3.80 5/100 597
/proc/meminfo: memFree=2960408/3368532 swapFree=1954076/1959888
[pid=30411] ppid=30409 vsize=545796 CPUtime=3245.56
/proc/30411/stat : 30411 (gnovelty+) R 30409 30411 15881 0 -1 4202496 19799 0 0 0 165119 159437 0 0 15 0 4 0 1100678128 558895104 19755 4294967295 134512640 135680988 3214505184 3214504428 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/30411/statm: 136449 19755 103 286 0 136161 0
[pid=30411/tid=30413] ppid=30409 vsize=545796 CPUtime=810.71
/proc/30411/task/30413/stat : 30413 (gnovelty+) R 30409 30411 15881 0 -1 4202560 4 0 0 0 41323 39748 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3077874012 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=30411/tid=30414] ppid=30409 vsize=545796 CPUtime=810.37
/proc/30411/task/30414/stat : 30414 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 41356 39681 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3068481884 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=30411/tid=30415] ppid=30409 vsize=545796 CPUtime=813.35
/proc/30411/task/30415/stat : 30415 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 41258 40077 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3059089756 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3245.56
Current children cumulated vsize (KiB) 545796

[startup+942.308 s]
/proc/loadavg: 3.93 3.84 3.81 5/100 785
/proc/meminfo: memFree=2960284/3368532 swapFree=1954076/1959888
[pid=30411] ppid=30409 vsize=545796 CPUtime=3466.45
/proc/30411/stat : 30411 (gnovelty+) R 30409 30411 15881 0 -1 4202496 19799 0 0 0 176223 170422 0 0 15 0 4 0 1100678128 558895104 19755 4294967295 134512640 135680988 3214505184 3214504428 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/30411/statm: 136449 19755 103 286 0 136161 0
[pid=30411/tid=30413] ppid=30409 vsize=545796 CPUtime=866.02
/proc/30411/task/30413/stat : 30413 (gnovelty+) R 30409 30411 15881 0 -1 4202560 4 0 0 0 44131 42471 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3077874012 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=30411/tid=30414] ppid=30409 vsize=545796 CPUtime=865.74
/proc/30411/task/30414/stat : 30414 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 44078 42496 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3068481884 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=30411/tid=30415] ppid=30409 vsize=545796 CPUtime=868.6
/proc/30411/task/30415/stat : 30415 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 44057 42803 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3059089756 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3466.45
Current children cumulated vsize (KiB) 545796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000 s]
/proc/loadavg: 3.97 3.87 3.82 5/100 982
/proc/meminfo: memFree=2960532/3368532 swapFree=1954076/1959888
[pid=30411] ppid=30409 vsize=545796 CPUtime=3678.47
/proc/30411/stat : 30411 (gnovelty+) R 30409 30411 15881 0 -1 4202496 19799 0 0 0 187053 180794 0 0 15 0 4 0 1100678128 558895104 19755 4294967295 134512640 135680988 3214505184 3214504428 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/30411/statm: 136449 19755 103 286 0 136161 0
[pid=30411/tid=30413] ppid=30409 vsize=545796 CPUtime=919.05
/proc/30411/task/30413/stat : 30413 (gnovelty+) R 30409 30411 15881 0 -1 4202560 4 0 0 0 46820 45085 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3077874012 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=30411/tid=30414] ppid=30409 vsize=545796 CPUtime=918.88
/proc/30411/task/30414/stat : 30414 (gnovelty+) R 30409 30411 15881 0 -1 4202560 6 0 0 0 46776 45112 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3068481884 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=30411/tid=30415] ppid=30409 vsize=545796 CPUtime=921.31
/proc/30411/task/30415/stat : 30415 (gnovelty+) S 30409 30411 15881 0 -1 4202560 6 0 0 0 46766 45365 0 0 15 0 4 0 1100678137 558895104 19755 4294967295 134512640 135680988 3214505184 3059089708 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3678.47
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): 3678.49
CPU user time (s): 1870.55
CPU system time (s): 1807.94
CPU usage (%): 367.842
Max. virtual memory (cumulated for all children) (KiB): 545796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1870.55
system time used= 1807.94
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= 107442562
involuntary context switches= 231042

runsolver used 0.01 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi44 at 2009-05-28 01:09:30
IDJOB=1778122
IDBENCH=70556
IDSOLVER=617
FILE ID=tipi44/1778122-1243465770
PBS_JOBID=
Free space on /tmp= 15894 MiB

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

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

MD5SUM BENCH= 3dd081bf1c5f1756e6172fad5da9506e
RANDOM SEED= 1990133625

Linux tipi44 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.116
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.116
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.116
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.14
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.116
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.16
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3039468 kB
Buffers:        130912 kB
Cached:          91292 kB
SwapCached:       2180 kB
Active:          88448 kB
Inactive:       143332 kB
HighTotal:     2489216 kB
HighFree:      2385688 kB
LowTotal:       879316 kB
LowFree:        653780 kB
SwapTotal:     1959888 kB
SwapFree:      1954076 kB
Dirty:            1372 kB
Writeback:           0 kB
AnonPages:        8796 kB
Mapped:           3464 kB
Slab:            87196 kB
SReclaimable:    77080 kB
SUnreclaim:      10116 kB
PageTables:        440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    87896 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15894 MiB
End job on tipi44 at 2009-05-28 01:26:12