Trace number 1778296

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

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/460/
unif-k3-r4.25-v460-c1955-S1892788676-021.cnf
MD5SUM2a69d64bc0469e28656e3317eba96ba6
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.03/0.08	c +------------------------------+
0.03/0.08	c | gNovelty+, version 1.0       |
0.03/0.08	c +------------------------------+
0.03/0.08	c gnovelty+ -h for help
0.03/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-1778296-1243475704/watcher-1778296-1243475704 -o /tmp/evaluation-result-1778296-1243475704/solver-1778296-1243475704 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1778296-1243475704.cnf 229242315 4 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 4.20 4.31 4.24 3/109 20709
/proc/meminfo: memFree=710548/3368532 swapFree=1959840/1959888
[pid=20709] ppid=20707 vsize=509228 CPUtime=0
/proc/20709/stat : 20709 (gnovelty+) R 20707 20709 7955 0 -1 4202496 1378 0 0 0 0 0 0 0 18 0 1 0 1112233223 521449472 1334 4294967295 134512640 135680988 3216283280 3216282544 134537167 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20709/statm: 127307 1341 99 286 0 127019 0

[startup+0.029972 s]
/proc/loadavg: 4.20 4.31 4.24 3/109 20709
/proc/meminfo: memFree=710548/3368532 swapFree=1959840/1959888
[pid=20709] ppid=20707 vsize=509228 CPUtime=0.03
/proc/20709/stat : 20709 (gnovelty+) R 20707 20709 7955 0 -1 4202496 9056 0 0 0 0 3 0 0 18 0 1 0 1112233223 521449472 9012 4294967295 134512640 135680988 3216283280 3216282544 134537167 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20709/statm: 127307 9020 99 286 0 127019 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 509228

[startup+0.109964 s]
/proc/loadavg: 4.20 4.31 4.24 3/109 20709
/proc/meminfo: memFree=710548/3368532 swapFree=1959840/1959888
[pid=20709] ppid=20707 vsize=545804 CPUtime=0.12
/proc/20709/stat : 20709 (gnovelty+) R 20707 20709 7955 0 -1 4202496 19803 0 0 0 7 5 0 0 19 0 4 0 1112233223 558903296 19758 4294967295 134512640 135680988 3216283280 3216282524 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20709/statm: 136451 19758 103 286 0 136163 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 545804

[startup+0.309971 s]
/proc/loadavg: 4.20 4.31 4.24 3/109 20709
/proc/meminfo: memFree=710548/3368532 swapFree=1959840/1959888
[pid=20709] ppid=20707 vsize=545804 CPUtime=0.8
/proc/20709/stat : 20709 (gnovelty+) R 20707 20709 7955 0 -1 4202496 19808 0 0 0 44 36 0 0 17 0 4 0 1112233223 558903296 19763 4294967295 134512640 135680988 3216283280 3216282524 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20709/statm: 136451 19763 103 286 0 136163 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 545804

[startup+0.709933 s]
/proc/loadavg: 4.20 4.31 4.24 3/109 20709
/proc/meminfo: memFree=710548/3368532 swapFree=1959840/1959888
[pid=20709] ppid=20707 vsize=545804 CPUtime=2.34
/proc/20709/stat : 20709 (gnovelty+) R 20707 20709 7955 0 -1 4202496 19808 0 0 0 104 130 0 0 15 0 4 0 1112233223 558903296 19763 4294967295 134512640 135680988 3216283280 3216282524 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20709/statm: 136451 19763 103 286 0 136163 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 545804

[startup+1.50999 s]
/proc/loadavg: 4.20 4.31 4.24 5/113 20713
/proc/meminfo: memFree=632388/3368532 swapFree=1959840/1959888
[pid=20709] ppid=20707 vsize=545804 CPUtime=5.26
/proc/20709/stat : 20709 (gnovelty+) R 20707 20709 7955 0 -1 4202496 19808 0 0 0 265 261 0 0 15 0 4 0 1112233223 558903296 19763 4294967295 134512640 135680988 3216283280 3216282524 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20709/statm: 136451 19763 103 286 0 136163 0
[pid=20709/tid=20711] ppid=20707 vsize=545804 CPUtime=1.25
/proc/20709/task/20711/stat : 20711 (gnovelty+) R 20707 20709 7955 0 -1 4202560 5 0 0 0 65 60 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3077243180 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20709/tid=20712] ppid=20707 vsize=545804 CPUtime=1.3
/proc/20709/task/20712/stat : 20712 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 65 65 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3067851100 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20709/tid=20713] ppid=20707 vsize=545804 CPUtime=1.31
/proc/20709/task/20713/stat : 20713 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 61 70 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3058458972 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.26
Current children cumulated vsize (KiB) 545804

[startup+3.10951 s]
/proc/loadavg: 4.20 4.31 4.24 5/113 20714
/proc/meminfo: memFree=632388/3368532 swapFree=1959840/1959888
[pid=20709] ppid=20707 vsize=545804 CPUtime=10.89
/proc/20709/stat : 20709 (gnovelty+) R 20707 20709 7955 0 -1 4202496 19808 0 0 0 581 508 0 0 15 0 4 0 1112233223 558903296 19763 4294967295 134512640 135680988 3216283280 3216282476 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/20709/statm: 136451 19763 103 286 0 136163 0
[pid=20709/tid=20711] ppid=20707 vsize=545804 CPUtime=2.7
/proc/20709/task/20711/stat : 20711 (gnovelty+) R 20707 20709 7955 0 -1 4202560 5 0 0 0 151 119 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3077243228 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20709/tid=20712] ppid=20707 vsize=545804 CPUtime=2.67
/proc/20709/task/20712/stat : 20712 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 139 128 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3067851100 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20709/tid=20713] ppid=20707 vsize=545804 CPUtime=2.78
/proc/20709/task/20713/stat : 20713 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 144 134 0 0 16 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3058458972 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.89
Current children cumulated vsize (KiB) 545804

[startup+6.30949 s]
/proc/loadavg: 4.19 4.30 4.24 6/113 20897
/proc/meminfo: memFree=631912/3368532 swapFree=1959840/1959888
[pid=20709] ppid=20707 vsize=545804 CPUtime=22.48
/proc/20709/stat : 20709 (gnovelty+) R 20707 20709 7955 0 -1 4202496 19808 0 0 0 1213 1035 0 0 15 0 4 0 1112233223 558903296 19763 4294967295 134512640 135680988 3216283280 3216282524 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20709/statm: 136451 19763 103 286 0 136163 0
[pid=20709/tid=20711] ppid=20707 vsize=545804 CPUtime=5.54
/proc/20709/task/20711/stat : 20711 (gnovelty+) R 20707 20709 7955 0 -1 4202560 5 0 0 0 317 237 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3077243228 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20709/tid=20712] ppid=20707 vsize=545804 CPUtime=5.63
/proc/20709/task/20712/stat : 20712 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 301 262 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3067851100 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20709/tid=20713] ppid=20707 vsize=545804 CPUtime=5.74
/proc/20709/task/20713/stat : 20713 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 307 267 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3058458972 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.48
Current children cumulated vsize (KiB) 545804

[startup+12.7091 s]
/proc/loadavg: 4.17 4.29 4.23 5/113 20897
/proc/meminfo: memFree=631876/3368532 swapFree=1959840/1959888
[pid=20709] ppid=20707 vsize=545804 CPUtime=46.4
/proc/20709/stat : 20709 (gnovelty+) R 20707 20709 7955 0 -1 4202496 19808 0 0 0 2489 2151 0 0 15 0 4 0 1112233223 558903296 19763 4294967295 134512640 135680988 3216283280 3216282524 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/20709/statm: 136451 19763 103 286 0 136163 0
[pid=20709/tid=20711] ppid=20707 vsize=545804 CPUtime=11.49
/proc/20709/task/20711/stat : 20711 (gnovelty+) R 20707 20709 7955 0 -1 4202560 5 0 0 0 635 514 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3077243180 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20709/tid=20712] ppid=20707 vsize=545804 CPUtime=11.66
/proc/20709/task/20712/stat : 20712 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 619 547 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3067851100 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20709/tid=20713] ppid=20707 vsize=545804 CPUtime=11.67
/proc/20709/task/20713/stat : 20713 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 629 538 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3058458972 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 46.4
Current children cumulated vsize (KiB) 545804

[startup+25.5085 s]
/proc/loadavg: 4.21 4.30 4.23 5/113 20899
/proc/meminfo: memFree=631940/3368532 swapFree=1959840/1959888
[pid=20709] ppid=20707 vsize=545804 CPUtime=93.33
/proc/20709/stat : 20709 (gnovelty+) R 20707 20709 7955 0 -1 4202496 19808 0 0 0 4898 4435 0 0 16 0 4 0 1112233223 558903296 19763 4294967295 134512640 135680988 3216283280 3216282524 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/20709/statm: 136451 19763 103 286 0 136163 0
[pid=20709/tid=20711] ppid=20707 vsize=545804 CPUtime=23.25
/proc/20709/task/20711/stat : 20711 (gnovelty+) S 20707 20709 7955 0 -1 4202560 5 0 0 0 1238 1087 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3077243228 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20709/tid=20712] ppid=20707 vsize=545804 CPUtime=23.28
/proc/20709/task/20712/stat : 20712 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 1244 1084 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3067851100 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20709/tid=20713] ppid=20707 vsize=545804 CPUtime=23.28
/proc/20709/task/20713/stat : 20713 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 1201 1127 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3058458924 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 93.33
Current children cumulated vsize (KiB) 545804

[startup+51.1073 s]
/proc/loadavg: 4.26 4.30 4.24 5/113 20900
/proc/meminfo: memFree=631996/3368532 swapFree=1959840/1959888
[pid=20709] ppid=20707 vsize=545804 CPUtime=188.54
/proc/20709/stat : 20709 (gnovelty+) R 20707 20709 7955 0 -1 4202496 19808 0 0 0 9899 8955 0 0 16 0 4 0 1112233223 558903296 19763 4294967295 134512640 135680988 3216283280 3216282524 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20709/statm: 136451 19763 103 286 0 136163 0
[pid=20709/tid=20711] ppid=20707 vsize=545804 CPUtime=47.1
/proc/20709/task/20711/stat : 20711 (gnovelty+) R 20707 20709 7955 0 -1 4202560 5 0 0 0 2472 2238 0 0 16 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3077243228 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20709/tid=20712] ppid=20707 vsize=545804 CPUtime=46.99
/proc/20709/task/20712/stat : 20712 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 2504 2195 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3067851100 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20709/tid=20713] ppid=20707 vsize=545804 CPUtime=47.18
/proc/20709/task/20713/stat : 20713 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 2452 2266 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3058458972 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 188.54
Current children cumulated vsize (KiB) 545804

[startup+102.315 s]
/proc/loadavg: 4.41 4.33 4.25 5/113 21088
/proc/meminfo: memFree=631500/3368532 swapFree=1959840/1959888
[pid=20709] ppid=20707 vsize=545804 CPUtime=376.57
/proc/20709/stat : 20709 (gnovelty+) R 20707 20709 7955 0 -1 4202496 19808 0 0 0 19908 17749 0 0 15 0 4 0 1112233223 558903296 19763 4294967295 134512640 135680988 3216283280 3216282524 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/20709/statm: 136451 19763 103 286 0 136163 0
[pid=20709/tid=20711] ppid=20707 vsize=545804 CPUtime=93.85
/proc/20709/task/20711/stat : 20711 (gnovelty+) R 20707 20709 7955 0 -1 4202560 5 0 0 0 4918 4467 0 0 16 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3077243228 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20709/tid=20712] ppid=20707 vsize=545804 CPUtime=93.78
/proc/20709/task/20712/stat : 20712 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 4981 4397 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3067851100 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20709/tid=20713] ppid=20707 vsize=545804 CPUtime=94.18
/proc/20709/task/20713/stat : 20713 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 4970 4448 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3058458972 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 376.57
Current children cumulated vsize (KiB) 545804

[startup+162.311 s]
/proc/loadavg: 4.36 4.33 4.25 5/113 21275
/proc/meminfo: memFree=631632/3368532 swapFree=1959840/1959888
[pid=20709] ppid=20707 vsize=545804 CPUtime=597.9
/proc/20709/stat : 20709 (gnovelty+) R 20707 20709 7955 0 -1 4202496 19808 0 0 0 31594 28196 0 0 15 0 4 0 1112233223 558903296 19763 4294967295 134512640 135680988 3216283280 3216282524 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/20709/statm: 136451 19763 103 286 0 136163 0
[pid=20709/tid=20711] ppid=20707 vsize=545804 CPUtime=148.83
/proc/20709/task/20711/stat : 20711 (gnovelty+) R 20707 20709 7955 0 -1 4202560 5 0 0 0 7816 7067 0 0 16 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3077243228 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20709/tid=20712] ppid=20707 vsize=545804 CPUtime=149.39
/proc/20709/task/20712/stat : 20712 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 7968 6971 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3067851100 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20709/tid=20713] ppid=20707 vsize=545804 CPUtime=149.2
/proc/20709/task/20713/stat : 20713 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 7858 7062 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3058458924 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 597.9
Current children cumulated vsize (KiB) 545804

[startup+222.318 s]
/proc/loadavg: 4.52 4.36 4.27 5/113 21463
/proc/meminfo: memFree=631376/3368532 swapFree=1959840/1959888
[pid=20709] ppid=20707 vsize=545804 CPUtime=819.92
/proc/20709/stat : 20709 (gnovelty+) R 20707 20709 7955 0 -1 4202496 19808 0 0 0 43252 38740 0 0 16 0 4 0 1112233223 558903296 19763 4294967295 134512640 135680988 3216283280 3216282524 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/20709/statm: 136451 19763 103 286 0 136163 0
[pid=20709/tid=20711] ppid=20707 vsize=545804 CPUtime=203.99
/proc/20709/task/20711/stat : 20711 (gnovelty+) R 20707 20709 7955 0 -1 4202560 5 0 0 0 10750 9649 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3077243228 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20709/tid=20712] ppid=20707 vsize=545804 CPUtime=205.14
/proc/20709/task/20712/stat : 20712 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 10939 9575 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3067851100 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20709/tid=20713] ppid=20707 vsize=545804 CPUtime=204.71
/proc/20709/task/20713/stat : 20713 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 10721 9750 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3058458924 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 819.92
Current children cumulated vsize (KiB) 545804

[startup+282.315 s]
/proc/loadavg: 4.47 4.38 4.28 5/113 21650
/proc/meminfo: memFree=631384/3368532 swapFree=1959840/1959888
[pid=20709] ppid=20707 vsize=545804 CPUtime=1039.75
/proc/20709/stat : 20709 (gnovelty+) R 20707 20709 7955 0 -1 4202496 19808 0 0 0 54823 49152 0 0 15 0 4 0 1112233223 558903296 19763 4294967295 134512640 135680988 3216283280 3216282524 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20709/statm: 136451 19763 103 286 0 136163 0
[pid=20709/tid=20711] ppid=20707 vsize=545804 CPUtime=259.31
/proc/20709/task/20711/stat : 20711 (gnovelty+) R 20707 20709 7955 0 -1 4202560 5 0 0 0 13650 12281 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3077243228 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20709/tid=20712] ppid=20707 vsize=545804 CPUtime=260.05
/proc/20709/task/20712/stat : 20712 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 13834 12171 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3067851052 134957681 0 0 0 0 0 0 0 -1 2 0 0 0

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

[pid=20709] ppid=20707 vsize=545804 CPUtime=1481.32
/proc/20709/stat : 20709 (gnovelty+) R 20707 20709 7955 0 -1 4202496 19808 0 0 0 78079 70053 0 0 15 0 4 0 1112233223 558903296 19763 4294967295 134512640 135680988 3216283280 3216282524 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20709/statm: 136451 19763 103 286 0 136163 0
[pid=20709/tid=20711] ppid=20707 vsize=545804 CPUtime=369.09
/proc/20709/task/20711/stat : 20711 (gnovelty+) R 20707 20709 7955 0 -1 4202560 5 0 0 0 19443 17466 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3077243228 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20709/tid=20712] ppid=20707 vsize=545804 CPUtime=370.49
/proc/20709/task/20712/stat : 20712 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 19610 17439 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3067851100 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20709/tid=20713] ppid=20707 vsize=545804 CPUtime=370.43
/proc/20709/task/20713/stat : 20713 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 19542 17501 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3058458972 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1481.32
Current children cumulated vsize (KiB) 545804

[startup+462.306 s]
/proc/loadavg: 4.33 4.35 4.27 5/113 22220
/proc/meminfo: memFree=631508/3368532 swapFree=1959840/1959888
[pid=20709] ppid=20707 vsize=545804 CPUtime=1702.04
/proc/20709/stat : 20709 (gnovelty+) R 20707 20709 7955 0 -1 4202496 19808 0 0 0 89661 80543 0 0 15 0 4 0 1112233223 558903296 19763 4294967295 134512640 135680988 3216283280 3216282524 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/20709/statm: 136451 19763 103 286 0 136163 0
[pid=20709/tid=20711] ppid=20707 vsize=545804 CPUtime=424.2
/proc/20709/task/20711/stat : 20711 (gnovelty+) R 20707 20709 7955 0 -1 4202560 5 0 0 0 22351 20069 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3077243228 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20709/tid=20712] ppid=20707 vsize=545804 CPUtime=425.69
/proc/20709/task/20712/stat : 20712 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 22488 20081 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3067851100 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20709/tid=20713] ppid=20707 vsize=545804 CPUtime=425.61
/proc/20709/task/20713/stat : 20713 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 22461 20100 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3058458972 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1702.04
Current children cumulated vsize (KiB) 545804

[startup+522.303 s]
/proc/loadavg: 4.52 4.39 4.29 5/113 22408
/proc/meminfo: memFree=632004/3368532 swapFree=1959840/1959888
[pid=20709] ppid=20707 vsize=545804 CPUtime=1922.88
/proc/20709/stat : 20709 (gnovelty+) R 20707 20709 7955 0 -1 4202496 19808 0 0 0 101280 91008 0 0 15 0 4 0 1112233223 558903296 19763 4294967295 134512640 135680988 3216283280 3216282524 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20709/statm: 136451 19763 103 286 0 136163 0
[pid=20709/tid=20711] ppid=20707 vsize=545804 CPUtime=479.62
/proc/20709/task/20711/stat : 20711 (gnovelty+) R 20707 20709 7955 0 -1 4202560 5 0 0 0 25263 22699 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3077243228 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20709/tid=20712] ppid=20707 vsize=545804 CPUtime=480.88
/proc/20709/task/20712/stat : 20712 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 25376 22712 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3067851100 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20709/tid=20713] ppid=20707 vsize=545804 CPUtime=481.24
/proc/20709/task/20713/stat : 20713 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 25400 22724 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3058458972 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1922.88
Current children cumulated vsize (KiB) 545804

[startup+582.319 s]
/proc/loadavg: 4.25 4.33 4.27 5/113 22595
/proc/meminfo: memFree=631880/3368532 swapFree=1959840/1959888
[pid=20709] ppid=20707 vsize=545804 CPUtime=2144.57
/proc/20709/stat : 20709 (gnovelty+) R 20707 20709 7955 0 -1 4202496 19808 0 0 0 112953 101504 0 0 15 0 4 0 1112233223 558903296 19763 4294967295 134512640 135680988 3216283280 3216282524 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20709/statm: 136451 19763 103 286 0 136163 0
[pid=20709/tid=20711] ppid=20707 vsize=545804 CPUtime=535.19
/proc/20709/task/20711/stat : 20711 (gnovelty+) S 20707 20709 7955 0 -1 4202560 5 0 0 0 28282 25237 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3077243228 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20709/tid=20712] ppid=20707 vsize=545804 CPUtime=536.65
/proc/20709/task/20712/stat : 20712 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 28320 25345 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3067851100 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20709/tid=20713] ppid=20707 vsize=545804 CPUtime=536.47
/proc/20709/task/20713/stat : 20713 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 28299 25348 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3058458924 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2144.57
Current children cumulated vsize (KiB) 545804

[startup+642.317 s]
/proc/loadavg: 4.36 4.35 4.28 5/113 22783
/proc/meminfo: memFree=631632/3368532 swapFree=1959840/1959888
[pid=20709] ppid=20707 vsize=545804 CPUtime=2365.81
/proc/20709/stat : 20709 (gnovelty+) R 20707 20709 7955 0 -1 4202496 19808 0 0 0 124524 112057 0 0 15 0 4 0 1112233223 558903296 19763 4294967295 134512640 135680988 3216283280 3216282476 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/20709/statm: 136451 19763 103 286 0 136163 0
[pid=20709/tid=20711] ppid=20707 vsize=545804 CPUtime=590.28
/proc/20709/task/20711/stat : 20711 (gnovelty+) R 20707 20709 7955 0 -1 4202560 5 0 0 0 31193 27835 0 0 16 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3077243228 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20709/tid=20712] ppid=20707 vsize=545804 CPUtime=591.82
/proc/20709/task/20712/stat : 20712 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 31198 27984 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3067851100 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20709/tid=20713] ppid=20707 vsize=545804 CPUtime=592.5
/proc/20709/task/20713/stat : 20713 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 31288 27962 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3058458972 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2365.81
Current children cumulated vsize (KiB) 545804

[startup+702.313 s]
/proc/loadavg: 4.33 4.35 4.28 5/113 22976
/proc/meminfo: memFree=631252/3368532 swapFree=1959840/1959888
[pid=20709] ppid=20707 vsize=545804 CPUtime=2587.17
/proc/20709/stat : 20709 (gnovelty+) R 20707 20709 7955 0 -1 4202496 19808 0 0 0 136147 122570 0 0 15 0 4 0 1112233223 558903296 19763 4294967295 134512640 135680988 3216283280 3216282524 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/20709/statm: 136451 19763 103 286 0 136163 0
[pid=20709/tid=20711] ppid=20707 vsize=545804 CPUtime=645.81
/proc/20709/task/20711/stat : 20711 (gnovelty+) R 20707 20709 7955 0 -1 4202560 5 0 0 0 34106 30475 0 0 16 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3077243228 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20709/tid=20712] ppid=20707 vsize=545804 CPUtime=646.84
/proc/20709/task/20712/stat : 20712 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 34079 30605 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3067851100 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20709/tid=20713] ppid=20707 vsize=545804 CPUtime=647.43
/proc/20709/task/20713/stat : 20713 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 34168 30575 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3058458972 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2587.17
Current children cumulated vsize (KiB) 545804

[startup+762.31 s]
/proc/loadavg: 3.99 4.25 4.25 5/113 23163
/proc/meminfo: memFree=631384/3368532 swapFree=1959840/1959888
[pid=20709] ppid=20707 vsize=545804 CPUtime=2808.51
/proc/20709/stat : 20709 (gnovelty+) R 20707 20709 7955 0 -1 4202496 19808 0 0 0 147748 133103 0 0 15 0 4 0 1112233223 558903296 19763 4294967295 134512640 135680988 3216283280 3216282524 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20709/statm: 136451 19763 103 286 0 136163 0
[pid=20709/tid=20711] ppid=20707 vsize=545804 CPUtime=700.75
/proc/20709/task/20711/stat : 20711 (gnovelty+) R 20707 20709 7955 0 -1 4202560 5 0 0 0 37044 33031 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3077243228 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20709/tid=20712] ppid=20707 vsize=545804 CPUtime=702.13
/proc/20709/task/20712/stat : 20712 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 36926 33287 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3067851052 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20709/tid=20713] ppid=20707 vsize=545804 CPUtime=703.44
/proc/20709/task/20713/stat : 20713 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 37136 33208 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3058458972 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2808.51
Current children cumulated vsize (KiB) 545804

[startup+822.307 s]
/proc/loadavg: 4.28 4.28 4.26 5/113 23351
/proc/meminfo: memFree=630764/3368532 swapFree=1959840/1959888
[pid=20709] ppid=20707 vsize=545804 CPUtime=3029.38
/proc/20709/stat : 20709 (gnovelty+) R 20707 20709 7955 0 -1 4202496 19808 0 0 0 159397 143541 0 0 15 0 4 0 1112233223 558903296 19763 4294967295 134512640 135680988 3216283280 3216282524 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/20709/statm: 136451 19763 103 286 0 136163 0
[pid=20709/tid=20711] ppid=20707 vsize=545804 CPUtime=755.66
/proc/20709/task/20711/stat : 20711 (gnovelty+) R 20707 20709 7955 0 -1 4202560 5 0 0 0 39976 35590 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3077243228 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20709/tid=20712] ppid=20707 vsize=545804 CPUtime=757.41
/proc/20709/task/20712/stat : 20712 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 39783 35958 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3067851100 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20709/tid=20713] ppid=20707 vsize=545804 CPUtime=758.81
/proc/20709/task/20713/stat : 20713 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 40058 35823 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3058458972 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3029.38
Current children cumulated vsize (KiB) 545804

[startup+882.304 s]
/proc/loadavg: 4.50 4.34 4.28 5/113 23538
/proc/meminfo: memFree=630888/3368532 swapFree=1959840/1959888
[pid=20709] ppid=20707 vsize=545804 CPUtime=3252.26
/proc/20709/stat : 20709 (gnovelty+) R 20707 20709 7955 0 -1 4202496 19808 0 0 0 171214 154012 0 0 15 0 4 0 1112233223 558903296 19763 4294967295 134512640 135680988 3216283280 3216282524 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/20709/statm: 136451 19763 103 286 0 136163 0
[pid=20709/tid=20711] ppid=20707 vsize=545804 CPUtime=811.03
/proc/20709/task/20711/stat : 20711 (gnovelty+) R 20707 20709 7955 0 -1 4202560 5 0 0 0 42898 38205 0 0 16 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3077243216 134546004 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20709/tid=20712] ppid=20707 vsize=545804 CPUtime=812.99
/proc/20709/task/20712/stat : 20712 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 42747 38552 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3067851052 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20709/tid=20713] ppid=20707 vsize=545804 CPUtime=814.88
/proc/20709/task/20713/stat : 20713 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 43000 38488 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3058458972 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3252.26
Current children cumulated vsize (KiB) 545804

[startup+942.311 s]
/proc/loadavg: 4.38 4.32 4.27 6/113 23726
/proc/meminfo: memFree=631012/3368532 swapFree=1959840/1959888
[pid=20709] ppid=20707 vsize=545804 CPUtime=3474.74
/proc/20709/stat : 20709 (gnovelty+) R 20707 20709 7955 0 -1 4202496 19808 0 0 0 182909 164565 0 0 15 0 4 0 1112233223 558903296 19763 4294967295 134512640 135680988 3216283280 3216282524 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/20709/statm: 136451 19763 103 286 0 136163 0
[pid=20709/tid=20711] ppid=20707 vsize=545804 CPUtime=866.15
/proc/20709/task/20711/stat : 20711 (gnovelty+) R 20707 20709 7955 0 -1 4202560 5 0 0 0 45838 40777 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3077243180 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20709/tid=20712] ppid=20707 vsize=545804 CPUtime=868.83
/proc/20709/task/20712/stat : 20712 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 45649 41234 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3067851100 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20709/tid=20713] ppid=20707 vsize=545804 CPUtime=870.72
/proc/20709/task/20713/stat : 20713 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 45930 41142 0 0 16 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3058458972 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3474.74
Current children cumulated vsize (KiB) 545804



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.34 4.31 4.27 5/113 23920
/proc/meminfo: memFree=631376/3368532 swapFree=1959840/1959888
[pid=20709] ppid=20707 vsize=545804 CPUtime=3688.05
/proc/20709/stat : 20709 (gnovelty+) R 20707 20709 7955 0 -1 4202496 19808 0 0 0 194064 174741 0 0 15 0 4 0 1112233223 558903296 19763 4294967295 134512640 135680988 3216283280 3216282524 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20709/statm: 136451 19763 103 286 0 136163 0
[pid=20709/tid=20711] ppid=20707 vsize=545804 CPUtime=919.45
/proc/20709/task/20711/stat : 20711 (gnovelty+) R 20707 20709 7955 0 -1 4202560 5 0 0 0 48645 43300 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3077243228 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20709/tid=20712] ppid=20707 vsize=545804 CPUtime=922.5
/proc/20709/task/20712/stat : 20712 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 48470 43780 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3067851100 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20709/tid=20713] ppid=20707 vsize=545804 CPUtime=924.05
/proc/20709/task/20713/stat : 20713 (gnovelty+) R 20707 20709 7955 0 -1 4202560 7 0 0 0 48725 43680 0 0 15 0 4 0 1112233232 558903296 19763 4294967295 134512640 135680988 3216283280 3058458972 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3688.05
Current children cumulated vsize (KiB) 545804

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): 3688.11
CPU user time (s): 1940.68
CPU system time (s): 1747.43
CPU usage (%): 368.799
Max. virtual memory (cumulated for all children) (KiB): 545804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1940.68
system time used= 1747.43
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19808
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= 101736802
involuntary context switches= 222012

runsolver used 0.01 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 03:55:04
IDJOB=1778296
IDBENCH=70614
IDSOLVER=617
FILE ID=/1778296-1243475704
PBS_JOBID=
Free space on /tmp= 7987 MiB

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

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

MD5SUM BENCH= 2a69d64bc0469e28656e3317eba96ba6
RANDOM SEED= 229242315

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.073
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.073
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.073
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.073
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:        710844 kB
Buffers:         41788 kB
Cached:        2435180 kB
SwapCached:          0 kB
Active:        1299368 kB
Inactive:      1196416 kB
HighTotal:     2489216 kB
HighFree:       449872 kB
LowTotal:       879316 kB
LowFree:        260972 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:            1328 kB
Writeback:           0 kB
AnonPages:       19036 kB
Mapped:           7504 kB
Slab:           151980 kB
SReclaimable:   138628 kB
SUnreclaim:      13352 kB
PageTables:        664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   110892 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 7987 MiB
End job on  at 2009-05-28 04:11:46