Trace number 1778323

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) 3717.1 1000.04

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/460/
unif-k3-r4.25-v460-c1955-S190880026-038.cnf
MD5SUM1c16225d4e571234b78d9dbdbb77e015
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 variables460
Number of clauses1955
Sum of the clauses size5865
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31955
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-1778323-1243476725/watcher-1778323-1243476725 -o /tmp/evaluation-result-1778323-1243476725/solver-1778323-1243476725 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1778323-1243476725.cnf 1358837130 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.71 3.84 3.81 3/96 27063
/proc/meminfo: memFree=218044/3368532 swapFree=1953788/1959888
[pid=27063] ppid=27061 vsize=509236 CPUtime=0
/proc/27063/stat : 27063 (gnovelty+) R 27061 27063 10015 0 -1 4202496 1398 0 0 0 0 0 0 0 18 0 1 0 1112336606 521457664 1354 4294967295 134512640 135680988 3212839760 3212839024 134537167 0 0 0 0 0 0 0 17 1 0 0 0
/proc/27063/statm: 127309 1362 99 286 0 127021 0

[startup+0.059554 s]
/proc/loadavg: 3.71 3.84 3.81 3/96 27063
/proc/meminfo: memFree=218044/3368532 swapFree=1953788/1959888
[pid=27063] ppid=27061 vsize=517048 CPUtime=0.06
/proc/27063/stat : 27063 (gnovelty+) R 27061 27063 10015 0 -1 4202496 14956 0 0 0 3 3 0 0 18 0 1 0 1112336606 529457152 14911 4294967295 134512640 135680988 3212839760 3212839024 134537779 0 0 0 0 0 0 0 17 1 0 0 0
/proc/27063/statm: 129262 14916 99 286 0 128974 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 517048

[startup+0.109535 s]
/proc/loadavg: 3.71 3.84 3.81 3/96 27063
/proc/meminfo: memFree=218044/3368532 swapFree=1953788/1959888
[pid=27063] ppid=27061 vsize=545812 CPUtime=0.13
/proc/27063/stat : 27063 (gnovelty+) R 27061 27063 10015 0 -1 4202496 19807 0 0 0 9 4 0 0 19 0 4 0 1112336606 558911488 19762 4294967295 134512640 135680988 3212839760 3212839004 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/27063/statm: 136453 19762 103 286 0 136165 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 545812

[startup+0.309519 s]
/proc/loadavg: 3.71 3.84 3.81 3/96 27063
/proc/meminfo: memFree=218044/3368532 swapFree=1953788/1959888
[pid=27063] ppid=27061 vsize=545812 CPUtime=0.85
/proc/27063/stat : 27063 (gnovelty+) R 27061 27063 10015 0 -1 4202496 19808 0 0 0 51 34 0 0 17 0 4 0 1112336606 558911488 19763 4294967295 134512640 135680988 3212839760 3212839004 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/27063/statm: 136453 19763 103 286 0 136165 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 545812

[startup+0.709486 s]
/proc/loadavg: 3.71 3.84 3.81 3/96 27063
/proc/meminfo: memFree=218044/3368532 swapFree=1953788/1959888
[pid=27063] ppid=27061 vsize=545812 CPUtime=2.36
/proc/27063/stat : 27063 (gnovelty+) R 27061 27063 10015 0 -1 4202496 19808 0 0 0 128 108 0 0 15 0 4 0 1112336606 558911488 19763 4294967295 134512640 135680988 3212839760 3212839004 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/27063/statm: 136453 19763 103 286 0 136165 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 545812

[startup+1.50947 s]
/proc/loadavg: 3.71 3.84 3.81 5/100 27067
/proc/meminfo: memFree=139476/3368532 swapFree=1953788/1959888
[pid=27063] ppid=27061 vsize=545812 CPUtime=5.35
/proc/27063/stat : 27063 (gnovelty+) R 27061 27063 10015 0 -1 4202496 19808 0 0 0 301 234 0 0 15 0 4 0 1112336606 558911488 19763 4294967295 134512640 135680988 3212839760 3212839004 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/27063/statm: 136453 19763 103 286 0 136165 0
[pid=27063/tid=27065] ppid=27061 vsize=545812 CPUtime=1.34
/proc/27063/task/27065/stat : 27065 (gnovelty+) R 27061 27063 10015 0 -1 4202560 5 0 0 0 67 67 0 0 16 0 4 0 1112336615 558911488 19763 4294967295 134512640 135680988 3212839760 3077452124 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=545812 CPUtime=1.34
/proc/27063/task/27066/stat : 27066 (gnovelty+) R 27061 27063 10015 0 -1 4202560 7 0 0 0 79 55 0 0 15 0 4 0 1112336615 558911488 19763 4294967295 134512640 135680988 3212839760 3068059996 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=27063/tid=27067] ppid=27061 vsize=545812 CPUtime=1.3
/proc/27063/task/27067/stat : 27067 (gnovelty+) R 27061 27063 10015 0 -1 4202560 7 0 0 0 73 57 0 0 16 0 4 0 1112336615 558911488 19763 4294967295 134512640 135680988 3212839760 3058667868 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.35
Current children cumulated vsize (KiB) 545812

[startup+3.10929 s]
/proc/loadavg: 3.73 3.84 3.81 5/100 27067
/proc/meminfo: memFree=139328/3368532 swapFree=1953788/1959888
[pid=27063] ppid=27061 vsize=545812 CPUtime=11.32
/proc/27063/stat : 27063 (gnovelty+) R 27061 27063 10015 0 -1 4202496 19808 0 0 0 618 514 0 0 15 0 4 0 1112336606 558911488 19763 4294967295 134512640 135680988 3212839760 3212839004 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/27063/statm: 136453 19763 103 286 0 136165 0
[pid=27063/tid=27065] ppid=27061 vsize=545812 CPUtime=2.82
/proc/27063/task/27065/stat : 27065 (gnovelty+) R 27061 27063 10015 0 -1 4202560 5 0 0 0 143 139 0 0 15 0 4 0 1112336615 558911488 19763 4294967295 134512640 135680988 3212839760 3077452124 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=545812 CPUtime=2.81
/proc/27063/task/27066/stat : 27066 (gnovelty+) R 27061 27063 10015 0 -1 4202560 7 0 0 0 162 119 0 0 15 0 4 0 1112336615 558911488 19763 4294967295 134512640 135680988 3212839760 3068059996 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27063/tid=27067] ppid=27061 vsize=545812 CPUtime=2.8
/proc/27063/task/27067/stat : 27067 (gnovelty+) R 27061 27063 10015 0 -1 4202560 7 0 0 0 146 134 0 0 15 0 4 0 1112336615 558911488 19763 4294967295 134512640 135680988 3212839760 3058667868 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.32
Current children cumulated vsize (KiB) 545812

[startup+6.30904 s]
/proc/loadavg: 3.73 3.84 3.81 5/100 27250
/proc/meminfo: memFree=138916/3368532 swapFree=1953788/1959888
[pid=27063] ppid=27061 vsize=545812 CPUtime=23.02
/proc/27063/stat : 27063 (gnovelty+) R 27061 27063 10015 0 -1 4202496 19808 0 0 0 1260 1042 0 0 15 0 4 0 1112336606 558911488 19763 4294967295 134512640 135680988 3212839760 3212839004 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/27063/statm: 136453 19763 103 286 0 136165 0
[pid=27063/tid=27065] ppid=27061 vsize=545812 CPUtime=5.82
/proc/27063/task/27065/stat : 27065 (gnovelty+) R 27061 27063 10015 0 -1 4202560 5 0 0 0 315 267 0 0 15 0 4 0 1112336615 558911488 19763 4294967295 134512640 135680988 3212839760 3077452124 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=545812 CPUtime=5.61
/proc/27063/task/27066/stat : 27066 (gnovelty+) R 27061 27063 10015 0 -1 4202560 7 0 0 0 318 243 0 0 15 0 4 0 1112336615 558911488 19763 4294967295 134512640 135680988 3212839760 3068059996 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27063/tid=27067] ppid=27061 vsize=545812 CPUtime=5.74
/proc/27063/task/27067/stat : 27067 (gnovelty+) R 27061 27063 10015 0 -1 4202560 7 0 0 0 305 269 0 0 15 0 4 0 1112336615 558911488 19763 4294967295 134512640 135680988 3212839760 3058667868 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.02
Current children cumulated vsize (KiB) 545812

[startup+12.7086 s]
/proc/loadavg: 3.77 3.85 3.81 5/100 27252
/proc/meminfo: memFree=138856/3368532 swapFree=1953788/1959888
[pid=27063] ppid=27061 vsize=545812 CPUtime=46.79
/proc/27063/stat : 27063 (gnovelty+) R 27061 27063 10015 0 -1 4202496 19808 0 0 0 2541 2138 0 0 15 0 4 0 1112336606 558911488 19763 4294967295 134512640 135680988 3212839760 3212839004 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/27063/statm: 136453 19763 103 286 0 136165 0
[pid=27063/tid=27065] ppid=27061 vsize=545812 CPUtime=11.79
/proc/27063/task/27065/stat : 27065 (gnovelty+) R 27061 27063 10015 0 -1 4202560 5 0 0 0 637 542 0 0 15 0 4 0 1112336615 558911488 19763 4294967295 134512640 135680988 3212839760 3077452124 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=545812 CPUtime=11.59
/proc/27063/task/27066/stat : 27066 (gnovelty+) R 27061 27063 10015 0 -1 4202560 7 0 0 0 632 527 0 0 15 0 4 0 1112336615 558911488 19763 4294967295 134512640 135680988 3212839760 3068059996 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27063/tid=27067] ppid=27061 vsize=545812 CPUtime=11.68
/proc/27063/task/27067/stat : 27067 (gnovelty+) R 27061 27063 10015 0 -1 4202560 7 0 0 0 648 520 0 0 15 0 4 0 1112336615 558911488 19763 4294967295 134512640 135680988 3212839760 3058667868 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 46.79
Current children cumulated vsize (KiB) 545812

[startup+25.5076 s]
/proc/loadavg: 3.80 3.85 3.82 5/100 27253
/proc/meminfo: memFree=138968/3368532 swapFree=1953788/1959888
[pid=27063] ppid=27061 vsize=545812 CPUtime=94.99
/proc/27063/stat : 27063 (gnovelty+) R 27061 27063 10015 0 -1 4202496 19808 0 0 0 5135 4364 0 0 15 0 4 0 1112336606 558911488 19763 4294967295 134512640 135680988 3212839760 3212839004 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/27063/statm: 136453 19763 103 286 0 136165 0
[pid=27063/tid=27065] ppid=27061 vsize=545812 CPUtime=23.7
/proc/27063/task/27065/stat : 27065 (gnovelty+) R 27061 27063 10015 0 -1 4202560 5 0 0 0 1279 1091 0 0 15 0 4 0 1112336615 558911488 19763 4294967295 134512640 135680988 3212839760 3077452124 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=545812 CPUtime=23.62
/proc/27063/task/27066/stat : 27066 (gnovelty+) R 27061 27063 10015 0 -1 4202560 7 0 0 0 1275 1087 0 0 15 0 4 0 1112336615 558911488 19763 4294967295 134512640 135680988 3212839760 3068059996 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27063/tid=27067] ppid=27061 vsize=545812 CPUtime=23.76
/proc/27063/task/27067/stat : 27067 (gnovelty+) R 27061 27063 10015 0 -1 4202560 7 0 0 0 1315 1061 0 0 15 0 4 0 1112336615 558911488 19763 4294967295 134512640 135680988 3212839760 3058667868 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 94.99
Current children cumulated vsize (KiB) 545812

[startup+51.1153 s]
/proc/loadavg: 3.81 3.85 3.82 6/100 27255
/proc/meminfo: memFree=138892/3368532 swapFree=1953788/1959888
[pid=27063] ppid=27061 vsize=545812 CPUtime=191.06
/proc/27063/stat : 27063 (gnovelty+) R 27061 27063 10015 0 -1 4202496 19808 0 0 0 10347 8759 0 0 15 0 4 0 1112336606 558911488 19763 4294967295 134512640 135680988 3212839760 3212838956 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/27063/statm: 136453 19763 103 286 0 136165 0
[pid=27063/tid=27065] ppid=27061 vsize=545812 CPUtime=47.68
/proc/27063/task/27065/stat : 27065 (gnovelty+) R 27061 27063 10015 0 -1 4202560 5 0 0 0 2575 2193 0 0 15 0 4 0 1112336615 558911488 19763 4294967295 134512640 135680988 3212839760 3077452124 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=545812 CPUtime=47.67
/proc/27063/task/27066/stat : 27066 (gnovelty+) R 27061 27063 10015 0 -1 4202560 7 0 0 0 2533 2234 0 0 16 0 4 0 1112336615 558911488 19763 4294967295 134512640 135680988 3212839760 3068059996 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27063/tid=27067] ppid=27061 vsize=545812 CPUtime=47.68
/proc/27063/task/27067/stat : 27067 (gnovelty+) R 27061 27063 10015 0 -1 4202560 7 0 0 0 2653 2115 0 0 15 0 4 0 1112336615 558911488 19763 4294967295 134512640 135680988 3212839760 3058667868 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 191.06
Current children cumulated vsize (KiB) 545812

[startup+102.311 s]
/proc/loadavg: 3.69 3.81 3.80 5/100 27442
/proc/meminfo: memFree=138528/3368532 swapFree=1953788/1959888
[pid=27063] ppid=27061 vsize=545812 CPUtime=381.55
/proc/27063/stat : 27063 (gnovelty+) R 27061 27063 10015 0 -1 4202496 19809 0 0 0 20745 17410 0 0 15 0 4 0 1112336606 558911488 19764 4294967295 134512640 135680988 3212839760 3212838956 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/27063/statm: 136453 19764 103 286 0 136165 0
[pid=27063/tid=27065] ppid=27061 vsize=545812 CPUtime=94.92
/proc/27063/task/27065/stat : 27065 (gnovelty+) R 27061 27063 10015 0 -1 4202560 5 0 0 0 5105 4387 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3077452124 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=545812 CPUtime=95.62
/proc/27063/task/27066/stat : 27066 (gnovelty+) R 27061 27063 10015 0 -1 4202560 8 0 0 0 5167 4395 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3068059996 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27063/tid=27067] ppid=27061 vsize=545812 CPUtime=95.47
/proc/27063/task/27067/stat : 27067 (gnovelty+) R 27061 27063 10015 0 -1 4202560 7 0 0 0 5315 4232 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3058667868 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 381.55
Current children cumulated vsize (KiB) 545812

[startup+162.306 s]
/proc/loadavg: 3.73 3.81 3.80 5/100 27630
/proc/meminfo: memFree=138404/3368532 swapFree=1953788/1959888
[pid=27063] ppid=27061 vsize=545812 CPUtime=604.96
/proc/27063/stat : 27063 (gnovelty+) R 27061 27063 10015 0 -1 4202496 19809 0 0 0 32838 27658 0 0 15 0 4 0 1112336606 558911488 19764 4294967295 134512640 135680988 3212839760 3212839004 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/27063/statm: 136453 19764 103 286 0 136165 0
[pid=27063/tid=27065] ppid=27061 vsize=545812 CPUtime=150.66
/proc/27063/task/27065/stat : 27065 (gnovelty+) R 27061 27063 10015 0 -1 4202560 5 0 0 0 8063 7003 0 0 16 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3077452124 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=545812 CPUtime=151.4
/proc/27063/task/27066/stat : 27066 (gnovelty+) R 27061 27063 10015 0 -1 4202560 8 0 0 0 8228 6912 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3068059996 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27063/tid=27067] ppid=27061 vsize=545812 CPUtime=151.4
/proc/27063/task/27067/stat : 27067 (gnovelty+) R 27061 27063 10015 0 -1 4202560 7 0 0 0 8360 6780 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3058667868 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 604.96
Current children cumulated vsize (KiB) 545812

[startup+222.311 s]
/proc/loadavg: 3.76 3.81 3.81 5/100 27817
/proc/meminfo: memFree=138288/3368532 swapFree=1953788/1959888
[pid=27063] ppid=27061 vsize=545812 CPUtime=829.35
/proc/27063/stat : 27063 (gnovelty+) S 27061 27063 10015 0 -1 4202496 19809 0 0 0 45138 37797 0 0 15 0 4 0 1112336606 558911488 19764 4294967295 134512640 135680988 3212839760 3212839004 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/27063/statm: 136453 19764 103 286 0 136165 0
[pid=27063/tid=27065] ppid=27061 vsize=545812 CPUtime=206.43
/proc/27063/task/27065/stat : 27065 (gnovelty+) R 27061 27063 10015 0 -1 4202560 5 0 0 0 11201 9442 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3077452124 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=545812 CPUtime=207.79
/proc/27063/task/27066/stat : 27066 (gnovelty+) R 27061 27063 10015 0 -1 4202560 8 0 0 0 11246 9533 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3068059996 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27063/tid=27067] ppid=27061 vsize=545812 CPUtime=207.62
/proc/27063/task/27067/stat : 27067 (gnovelty+) R 27061 27063 10015 0 -1 4202560 7 0 0 0 11462 9300 0 0 16 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3058667868 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 829.35
Current children cumulated vsize (KiB) 545812

[startup+282.306 s]
/proc/loadavg: 4.01 3.86 3.82 5/100 28005
/proc/meminfo: memFree=138288/3368532 swapFree=1953788/1959888
[pid=27063] ppid=27061 vsize=545812 CPUtime=1053.11
/proc/27063/stat : 27063 (gnovelty+) R 27061 27063 10015 0 -1 4202496 19809 0 0 0 57286 48025 0 0 15 0 4 0 1112336606 558911488 19764 4294967295 134512640 135680988 3212839760 3212839004 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/27063/statm: 136453 19764 103 286 0 136165 0
[pid=27063/tid=27065] ppid=27061 vsize=545812 CPUtime=262.22
/proc/27063/task/27065/stat : 27065 (gnovelty+) R 27061 27063 10015 0 -1 4202560 5 0 0 0 14256 11966 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3077452124 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=545812 CPUtime=263.45
/proc/27063/task/27066/stat : 27066 (gnovelty+) R 27061 27063 10015 0 -1 4202560 8 0 0 0 14197 12148 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3068059996 134957681 0 0 0 0 0 0 0 -1 3 0 0 0

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

[pid=27063] ppid=27061 vsize=545812 CPUtime=1500.2
/proc/27063/stat : 27063 (gnovelty+) R 27061 27063 10015 0 -1 4202496 19809 0 0 0 81769 68251 0 0 15 0 4 0 1112336606 558911488 19764 4294967295 134512640 135680988 3212839760 3212839004 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/27063/statm: 136453 19764 103 286 0 136165 0
[pid=27063/tid=27065] ppid=27061 vsize=545812 CPUtime=374.09
/proc/27063/task/27065/stat : 27065 (gnovelty+) R 27061 27063 10015 0 -1 4202560 5 0 0 0 20381 17028 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3077452124 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=545812 CPUtime=375.26
/proc/27063/task/27066/stat : 27066 (gnovelty+) R 27061 27063 10015 0 -1 4202560 8 0 0 0 20227 17299 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3068059996 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=27063/tid=27067] ppid=27061 vsize=545812 CPUtime=375.28
/proc/27063/task/27067/stat : 27067 (gnovelty+) R 27061 27063 10015 0 -1 4202560 7 0 0 0 20700 16828 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3058667868 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1500.2
Current children cumulated vsize (KiB) 545812

[startup+462.311 s]
/proc/loadavg: 3.80 3.83 3.81 5/100 28578
/proc/meminfo: memFree=138652/3368532 swapFree=1953788/1959888
[pid=27063] ppid=27061 vsize=545812 CPUtime=1722.15
/proc/27063/stat : 27063 (gnovelty+) R 27061 27063 10015 0 -1 4202496 19809 0 0 0 93965 78250 0 0 15 0 4 0 1112336606 558911488 19764 4294967295 134512640 135680988 3212839760 3212839004 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/27063/statm: 136453 19764 103 286 0 136165 0
[pid=27063/tid=27065] ppid=27061 vsize=545812 CPUtime=429.95
/proc/27063/task/27065/stat : 27065 (gnovelty+) R 27061 27063 10015 0 -1 4202560 5 0 0 0 23448 19547 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3077452076 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=545812 CPUtime=430.38
/proc/27063/task/27066/stat : 27066 (gnovelty+) R 27061 27063 10015 0 -1 4202560 8 0 0 0 23230 19808 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3068059996 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27063/tid=27067] ppid=27061 vsize=545812 CPUtime=430.55
/proc/27063/task/27067/stat : 27067 (gnovelty+) R 27061 27063 10015 0 -1 4202560 7 0 0 0 23792 19263 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3058667868 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1722.15
Current children cumulated vsize (KiB) 545812

[startup+522.316 s]
/proc/loadavg: 3.83 3.82 3.81 5/100 28765
/proc/meminfo: memFree=138784/3368532 swapFree=1953788/1959888
[pid=27063] ppid=27061 vsize=545812 CPUtime=1943.36
/proc/27063/stat : 27063 (gnovelty+) R 27061 27063 10015 0 -1 4202496 19809 0 0 0 106237 88099 0 0 15 0 4 0 1112336606 558911488 19764 4294967295 134512640 135680988 3212839760 3212839004 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/27063/statm: 136453 19764 103 286 0 136165 0
[pid=27063/tid=27065] ppid=27061 vsize=545812 CPUtime=485.18
/proc/27063/task/27065/stat : 27065 (gnovelty+) R 27061 27063 10015 0 -1 4202560 5 0 0 0 26508 22010 0 0 16 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3077452124 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=545812 CPUtime=484.89
/proc/27063/task/27066/stat : 27066 (gnovelty+) R 27061 27063 10015 0 -1 4202560 8 0 0 0 26269 22220 0 0 16 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3068060084 134534054 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27063/tid=27067] ppid=27061 vsize=545812 CPUtime=486.21
/proc/27063/task/27067/stat : 27067 (gnovelty+) R 27061 27063 10015 0 -1 4202560 7 0 0 0 26840 21781 0 0 16 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3058667820 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1943.36
Current children cumulated vsize (KiB) 545812

[startup+582.311 s]
/proc/loadavg: 3.86 3.84 3.82 6/100 28953
/proc/meminfo: memFree=138412/3368532 swapFree=1953788/1959888
[pid=27063] ppid=27061 vsize=545812 CPUtime=2166.93
/proc/27063/stat : 27063 (gnovelty+) R 27061 27063 10015 0 -1 4202496 19809 0 0 0 118376 98317 0 0 15 0 4 0 1112336606 558911488 19764 4294967295 134512640 135680988 3212839760 3212839004 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/27063/statm: 136453 19764 103 286 0 136165 0
[pid=27063/tid=27065] ppid=27061 vsize=545812 CPUtime=541.4
/proc/27063/task/27065/stat : 27065 (gnovelty+) R 27061 27063 10015 0 -1 4202560 5 0 0 0 29567 24573 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3077452124 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=545812 CPUtime=540.89
/proc/27063/task/27066/stat : 27066 (gnovelty+) R 27061 27063 10015 0 -1 4202560 8 0 0 0 29298 24791 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3068059996 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=27063/tid=27067] ppid=27061 vsize=545812 CPUtime=541.9
/proc/27063/task/27067/stat : 27067 (gnovelty+) R 27061 27063 10015 0 -1 4202560 7 0 0 0 29894 24296 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3058667868 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2166.93
Current children cumulated vsize (KiB) 545812

[startup+642.306 s]
/proc/loadavg: 3.76 3.82 3.81 5/100 29140
/proc/meminfo: memFree=138164/3368532 swapFree=1953788/1959888
[pid=27063] ppid=27061 vsize=545812 CPUtime=2390.54
/proc/27063/stat : 27063 (gnovelty+) R 27061 27063 10015 0 -1 4202496 19809 0 0 0 130703 108351 0 0 15 0 4 0 1112336606 558911488 19764 4294967295 134512640 135680988 3212839760 3212839004 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/27063/statm: 136453 19764 103 286 0 136165 0
[pid=27063/tid=27065] ppid=27061 vsize=545812 CPUtime=597.28
/proc/27063/task/27065/stat : 27065 (gnovelty+) R 27061 27063 10015 0 -1 4202560 5 0 0 0 32687 27041 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3077452124 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=545812 CPUtime=596.67
/proc/27063/task/27066/stat : 27066 (gnovelty+) R 27061 27063 10015 0 -1 4202560 8 0 0 0 32302 27365 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3068059996 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27063/tid=27067] ppid=27061 vsize=545812 CPUtime=598.29
/proc/27063/task/27067/stat : 27067 (gnovelty+) R 27061 27063 10015 0 -1 4202560 7 0 0 0 33050 26779 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3058667868 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2390.54
Current children cumulated vsize (KiB) 545812

[startup+702.311 s]
/proc/loadavg: 3.53 3.74 3.78 5/100 29340
/proc/meminfo: memFree=138156/3368532 swapFree=1953788/1959888
[pid=27063] ppid=27061 vsize=545812 CPUtime=2613.96
/proc/27063/stat : 27063 (gnovelty+) R 27061 27063 10015 0 -1 4202496 19809 0 0 0 142907 118489 0 0 15 0 4 0 1112336606 558911488 19764 4294967295 134512640 135680988 3212839760 3212839004 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/27063/statm: 136453 19764 103 286 0 136165 0
[pid=27063/tid=27065] ppid=27061 vsize=545812 CPUtime=653.01
/proc/27063/task/27065/stat : 27065 (gnovelty+) R 27061 27063 10015 0 -1 4202560 5 0 0 0 35732 29569 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3077452124 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=545812 CPUtime=652.09
/proc/27063/task/27066/stat : 27066 (gnovelty+) R 27061 27063 10015 0 -1 4202560 8 0 0 0 35334 29875 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3068059996 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27063/tid=27067] ppid=27061 vsize=545812 CPUtime=654.47
/proc/27063/task/27067/stat : 27067 (gnovelty+) R 27061 27063 10015 0 -1 4202560 7 0 0 0 36140 29307 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3058667868 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2613.96
Current children cumulated vsize (KiB) 545812

[startup+762.316 s]
/proc/loadavg: 3.99 3.82 3.81 5/100 29532
/proc/meminfo: memFree=138404/3368532 swapFree=1953788/1959888
[pid=27063] ppid=27061 vsize=545812 CPUtime=2836.31
/proc/27063/stat : 27063 (gnovelty+) R 27061 27063 10015 0 -1 4202496 19809 0 0 0 155242 128389 0 0 15 0 4 0 1112336606 558911488 19764 4294967295 134512640 135680988 3212839760 3212839004 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/27063/statm: 136453 19764 103 286 0 136165 0
[pid=27063/tid=27065] ppid=27061 vsize=545812 CPUtime=708.61
/proc/27063/task/27065/stat : 27065 (gnovelty+) R 27061 27063 10015 0 -1 4202560 5 0 0 0 38808 32053 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3077452124 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=545812 CPUtime=707.33
/proc/27063/task/27066/stat : 27066 (gnovelty+) R 27061 27063 10015 0 -1 4202560 8 0 0 0 38386 32347 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3068059996 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27063/tid=27067] ppid=27061 vsize=545812 CPUtime=709.89
/proc/27063/task/27067/stat : 27067 (gnovelty+) R 27061 27063 10015 0 -1 4202560 7 0 0 0 39249 31740 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3058667868 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2836.31
Current children cumulated vsize (KiB) 545812

[startup+822.311 s]
/proc/loadavg: 3.95 3.83 3.81 5/100 29719
/proc/meminfo: memFree=138536/3368532 swapFree=1953788/1959888
[pid=27063] ppid=27061 vsize=545812 CPUtime=3058.17
/proc/27063/stat : 27063 (gnovelty+) R 27061 27063 10015 0 -1 4202496 19809 0 0 0 167300 138517 0 0 15 0 4 0 1112336606 558911488 19764 4294967295 134512640 135680988 3212839760 3212839004 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/27063/statm: 136453 19764 103 286 0 136165 0
[pid=27063/tid=27065] ppid=27061 vsize=545812 CPUtime=763.7
/proc/27063/task/27065/stat : 27065 (gnovelty+) R 27061 27063 10015 0 -1 4202560 5 0 0 0 41803 34567 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3077452124 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=545812 CPUtime=762.7
/proc/27063/task/27066/stat : 27066 (gnovelty+) R 27061 27063 10015 0 -1 4202560 8 0 0 0 41316 34954 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3068059996 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27063/tid=27067] ppid=27061 vsize=545812 CPUtime=765.54
/proc/27063/task/27067/stat : 27067 (gnovelty+) R 27061 27063 10015 0 -1 4202560 7 0 0 0 42331 34223 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3058667820 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3058.17
Current children cumulated vsize (KiB) 545812

[startup+882.306 s]
/proc/loadavg: 3.87 3.83 3.81 5/100 29907
/proc/meminfo: memFree=138536/3368532 swapFree=1953788/1959888
[pid=27063] ppid=27061 vsize=545812 CPUtime=3279.01
/proc/27063/stat : 27063 (gnovelty+) R 27061 27063 10015 0 -1 4202496 19809 0 0 0 179479 148422 0 0 15 0 4 0 1112336606 558911488 19764 4294967295 134512640 135680988 3212839760 3212838956 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/27063/statm: 136453 19764 103 286 0 136165 0
[pid=27063/tid=27065] ppid=27061 vsize=545812 CPUtime=818.8
/proc/27063/task/27065/stat : 27065 (gnovelty+) R 27061 27063 10015 0 -1 4202560 5 0 0 0 44894 36986 0 0 16 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3077452124 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=545812 CPUtime=818.7
/proc/27063/task/27066/stat : 27066 (gnovelty+) R 27061 27063 10015 0 -1 4202560 8 0 0 0 44360 37510 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3068059996 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27063/tid=27067] ppid=27061 vsize=545812 CPUtime=820.44
/proc/27063/task/27067/stat : 27067 (gnovelty+) R 27061 27063 10015 0 -1 4202560 7 0 0 0 45319 36725 0 0 16 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3058667820 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3279.01
Current children cumulated vsize (KiB) 545812

[startup+942.311 s]
/proc/loadavg: 4.05 3.89 3.83 5/100 30094
/proc/meminfo: memFree=138536/3368532 swapFree=1953788/1959888
[pid=27063] ppid=27061 vsize=545812 CPUtime=3502.87
/proc/27063/stat : 27063 (gnovelty+) R 27061 27063 10015 0 -1 4202496 19809 0 0 0 191690 158597 0 0 15 0 4 0 1112336606 558911488 19764 4294967295 134512640 135680988 3212839760 3212839004 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/27063/statm: 136453 19764 103 286 0 136165 0
[pid=27063/tid=27065] ppid=27061 vsize=545812 CPUtime=874.88
/proc/27063/task/27065/stat : 27065 (gnovelty+) R 27061 27063 10015 0 -1 4202560 5 0 0 0 47936 39552 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3077452124 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=545812 CPUtime=874.7
/proc/27063/task/27066/stat : 27066 (gnovelty+) R 27061 27063 10015 0 -1 4202560 8 0 0 0 47376 40094 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3068059996 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27063/tid=27067] ppid=27061 vsize=545812 CPUtime=876.17
/proc/27063/task/27067/stat : 27067 (gnovelty+) R 27061 27063 10015 0 -1 4202560 7 0 0 0 48385 39232 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3058667868 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3502.87
Current children cumulated vsize (KiB) 545812



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.02 s]
/proc/loadavg: 3.88 3.86 3.82 5/100 30283
/proc/meminfo: memFree=138288/3368532 swapFree=1953788/1959888
[pid=27063] ppid=27061 vsize=545812 CPUtime=3717.05
/proc/27063/stat : 27063 (gnovelty+) R 27061 27063 10015 0 -1 4202496 19809 0 0 0 203291 168414 0 0 15 0 4 0 1112336606 558911488 19764 4294967295 134512640 135680988 3212839760 3212839004 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/27063/statm: 136453 19764 103 286 0 136165 0
[pid=27063/tid=27065] ppid=27061 vsize=545812 CPUtime=928.44
/proc/27063/task/27065/stat : 27065 (gnovelty+) R 27061 27063 10015 0 -1 4202560 5 0 0 0 50830 42014 0 0 16 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3077452124 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=545812 CPUtime=928.36
/proc/27063/task/27066/stat : 27066 (gnovelty+) R 27061 27063 10015 0 -1 4202560 8 0 0 0 50295 42541 0 0 16 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3068059996 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=27063/tid=27067] ppid=27061 vsize=545812 CPUtime=929.85
/proc/27063/task/27067/stat : 27067 (gnovelty+) R 27061 27063 10015 0 -1 4202560 7 0 0 0 51295 41690 0 0 15 0 4 0 1112336615 558911488 19764 4294967295 134512640 135680988 3212839760 3058667868 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3717.05
Current children cumulated vsize (KiB) 545812

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.04
CPU time (s): 3717.1
CPU user time (s): 2032.94
CPU system time (s): 1684.16
CPU usage (%): 371.694
Max. virtual memory (cumulated for all children) (KiB): 545812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2032.94
system time used= 1684.16
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19809
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= 93503834
involuntary context switches= 198711

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 04:12:05
IDJOB=1778323
IDBENCH=70623
IDSOLVER=617
FILE ID=/1778323-1243476725
PBS_JOBID=
Free space on /tmp= 6476 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (4 threads)
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/460/unif-k3-r4.25-v460-c1955-S190880026-038.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1778323-1243476725/watcher-1778323-1243476725 -o /tmp/evaluation-result-1778323-1243476725/solver-1778323-1243476725 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1778323-1243476725.cnf 1358837130 4

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

MD5SUM BENCH= 1c16225d4e571234b78d9dbdbb77e015
RANDOM SEED= 1358837130

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.061
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.061
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.12
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.061
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.061
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:        218340 kB
Buffers:         47156 kB
Cached:        2932652 kB
SwapCached:       2256 kB
Active:        1721704 kB
Inactive:      1267544 kB
HighTotal:     2489216 kB
HighFree:        87008 kB
LowTotal:       879316 kB
LowFree:        131332 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:            1360 kB
Writeback:           0 kB
AnonPages:        8676 kB
Mapped:           3432 kB
Slab:           151432 kB
SReclaimable:   137812 kB
SUnreclaim:      13620 kB
PageTables:        496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    88476 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 6476 MiB
End job on  at 2009-05-28 04:28:47