Trace number 1777489

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

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/16000/
unif-k3-r4.2-v16000-c67200-S1419235015-056.cnf
MD5SUMa714fa4bd1373c24435aaf22c9d8231c
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 variables16000
Number of clauses67200
Sum of the clauses size201600
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 367200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.51/0.57	c +------------------------------+
0.51/0.57	c | gNovelty+, version 1.0       |
0.51/0.57	c +------------------------------+
0.51/0.57	c gnovelty+ -h for help
0.51/0.57	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-1777489-1243445783/watcher-1777489-1243445783 -o /tmp/evaluation-result-1777489-1243445783/solver-1777489-1243445783 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1777489-1243445783.cnf 1386345373 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.51 3.84 3.95 3/96 31454
/proc/meminfo: memFree=3041008/3368532 swapFree=1954072/1959888
[pid=31454] ppid=31452 vsize=509232 CPUtime=0.01
/proc/31454/stat : 31454 (gnovelty+) R 31452 31454 15881 0 -1 4202496 1428 0 0 0 0 1 0 0 18 0 1 0 1098679440 521453568 1385 4294967295 134512640 135680988 3213755440 3213754704 134537167 0 0 0 0 0 0 0 17 3 0 0 0
/proc/31454/statm: 127308 1393 99 286 0 127020 0

[startup+0.082227 s]
/proc/loadavg: 3.51 3.84 3.95 3/96 31454
/proc/meminfo: memFree=3041008/3368532 swapFree=1954072/1959888
[pid=31454] ppid=31452 vsize=517048 CPUtime=0.08
/proc/31454/stat : 31454 (gnovelty+) R 31452 31454 15881 0 -1 4202496 10116 0 0 0 7 1 0 0 18 0 1 0 1098679440 529457152 10073 4294967295 134512640 135680988 3213755440 3213754704 134537407 0 0 0 0 0 0 0 17 3 0 0 0
/proc/31454/statm: 129262 10073 99 286 0 128974 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 517048

[startup+0.112226 s]
/proc/loadavg: 3.51 3.84 3.95 3/96 31454
/proc/meminfo: memFree=3041008/3368532 swapFree=1954072/1959888
[pid=31454] ppid=31452 vsize=517048 CPUtime=0.11
/proc/31454/stat : 31454 (gnovelty+) R 31452 31454 15881 0 -1 4202496 10226 0 0 0 10 1 0 0 18 0 1 0 1098679440 529457152 10183 4294967295 134512640 135680988 3213755440 3213753548 134958286 0 0 0 0 0 0 0 17 3 0 0 0
/proc/31454/statm: 129262 10183 99 286 0 128974 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 517048

[startup+0.312212 s]
/proc/loadavg: 3.51 3.84 3.95 3/96 31454
/proc/meminfo: memFree=3041008/3368532 swapFree=1954072/1959888
[pid=31454] ppid=31452 vsize=517044 CPUtime=0.31
/proc/31454/stat : 31454 (gnovelty+) R 31452 31454 15881 0 -1 4202496 20376 0 0 0 26 5 0 0 18 0 1 0 1098679440 529453056 20332 4294967295 134512640 135680988 3213755440 3213754704 134538748 0 0 0 0 0 0 0 17 3 0 0 0
/proc/31454/statm: 129261 20332 99 286 0 128973 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 517044

[startup+0.712189 s]
/proc/loadavg: 3.51 3.84 3.95 3/96 31454
/proc/meminfo: memFree=3041008/3368532 swapFree=1954072/1959888
[pid=31454] ppid=31452 vsize=556740 CPUtime=1.04
/proc/31454/stat : 31454 (gnovelty+) R 31452 31454 15881 0 -1 4202496 22839 0 0 0 99 5 0 0 19 0 4 0 1098679440 570101760 22795 4294967295 134512640 135680988 3213755440 3213754684 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/31454/statm: 139185 22795 103 286 0 138897 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 556740

[startup+1.51342 s]
/proc/loadavg: 3.51 3.84 3.95 7/100 31459
/proc/meminfo: memFree=2951764/3368532 swapFree=1954072/1959888
[pid=31454] ppid=31452 vsize=556740 CPUtime=4.11
/proc/31454/stat : 31454 (gnovelty+) R 31452 31454 15881 0 -1 4202496 22848 0 0 0 377 34 0 0 15 0 4 0 1098679440 570101760 22804 4294967295 134512640 135680988 3213755440 3213754684 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/31454/statm: 139185 22804 103 286 0 138897 0
[pid=31454/tid=31456] ppid=31452 vsize=556740 CPUtime=0.82
/proc/31454/task/31456/stat : 31456 (gnovelty+) R 31452 31454 15881 0 -1 4202560 516 0 0 0 73 9 0 0 16 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3075543376 134545635 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31454/tid=31457] ppid=31452 vsize=556740 CPUtime=0.9
/proc/31454/task/31457/stat : 31457 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 85 5 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3063718236 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31454/tid=31458] ppid=31452 vsize=556740 CPUtime=0.88
/proc/31454/task/31458/stat : 31458 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 79 9 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3051893084 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 556740

[startup+3.11219 s]
/proc/loadavg: 3.51 3.84 3.95 5/100 31459
/proc/meminfo: memFree=2951616/3368532 swapFree=1954072/1959888
[pid=31454] ppid=31452 vsize=556740 CPUtime=10.33
/proc/31454/stat : 31454 (gnovelty+) R 31452 31454 15881 0 -1 4202496 22848 0 0 0 930 103 0 0 15 0 4 0 1098679440 570101760 22804 4294967295 134512640 135680988 3213755440 3213754684 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/31454/statm: 139185 22804 103 286 0 138897 0
[pid=31454/tid=31456] ppid=31452 vsize=556740 CPUtime=2.37
/proc/31454/task/31456/stat : 31456 (gnovelty+) R 31452 31454 15881 0 -1 4202560 516 0 0 0 210 27 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3075543388 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31454/tid=31457] ppid=31452 vsize=556740 CPUtime=2.49
/proc/31454/task/31457/stat : 31457 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 228 21 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3063718236 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31454/tid=31458] ppid=31452 vsize=556740 CPUtime=2.41
/proc/31454/task/31458/stat : 31458 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 219 22 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3051893084 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.33
Current children cumulated vsize (KiB) 556740

[startup+6.31203 s]
/proc/loadavg: 3.55 3.85 3.95 6/100 31459
/proc/meminfo: memFree=2951424/3368532 swapFree=1954072/1959888
[pid=31454] ppid=31452 vsize=556740 CPUtime=22.85
/proc/31454/stat : 31454 (gnovelty+) R 31452 31454 15881 0 -1 4202496 22848 0 0 0 1999 286 0 0 15 0 4 0 1098679440 570101760 22804 4294967295 134512640 135680988 3213755440 3213754684 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/31454/statm: 139185 22804 103 286 0 138897 0
[pid=31454/tid=31456] ppid=31452 vsize=556740 CPUtime=5.5
/proc/31454/task/31456/stat : 31456 (gnovelty+) R 31452 31454 15881 0 -1 4202560 516 0 0 0 482 68 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3075543388 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=31454/tid=31457] ppid=31452 vsize=556740 CPUtime=5.61
/proc/31454/task/31457/stat : 31457 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 496 65 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3063718236 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31454/tid=31458] ppid=31452 vsize=556740 CPUtime=5.55
/proc/31454/task/31458/stat : 31458 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 482 73 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3051893084 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 22.85
Current children cumulated vsize (KiB) 556740

[startup+12.7114 s]
/proc/loadavg: 3.59 3.85 3.95 5/100 31459
/proc/meminfo: memFree=2951224/3368532 swapFree=1954072/1959888
[pid=31454] ppid=31452 vsize=556740 CPUtime=47.75
/proc/31454/stat : 31454 (gnovelty+) R 31452 31454 15881 0 -1 4202496 22848 0 0 0 4101 674 0 0 16 0 4 0 1098679440 570101760 22804 4294967295 134512640 135680988 3213755440 3213754684 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/31454/statm: 139185 22804 103 286 0 138897 0
[pid=31454/tid=31456] ppid=31452 vsize=556740 CPUtime=11.69
/proc/31454/task/31456/stat : 31456 (gnovelty+) R 31452 31454 15881 0 -1 4202560 516 0 0 0 996 173 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3075543388 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=31454/tid=31457] ppid=31452 vsize=556740 CPUtime=11.8
/proc/31454/task/31457/stat : 31457 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 1010 170 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3063718236 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31454/tid=31458] ppid=31452 vsize=556740 CPUtime=11.84
/proc/31454/task/31458/stat : 31458 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 1024 160 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3051893084 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 47.75
Current children cumulated vsize (KiB) 556740

[startup+25.5106 s]
/proc/loadavg: 3.99 3.92 3.97 5/100 31466
/proc/meminfo: memFree=2951072/3368532 swapFree=1954072/1959888
[pid=31454] ppid=31452 vsize=556740 CPUtime=97.76
/proc/31454/stat : 31454 (gnovelty+) R 31452 31454 15881 0 -1 4202496 22848 0 0 0 8217 1559 0 0 15 0 4 0 1098679440 570101760 22804 4294967295 134512640 135680988 3213755440 3213754684 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/31454/statm: 139185 22804 103 286 0 138897 0
[pid=31454/tid=31456] ppid=31452 vsize=556740 CPUtime=24.21
/proc/31454/task/31456/stat : 31456 (gnovelty+) R 31452 31454 15881 0 -1 4202560 516 0 0 0 2011 410 0 0 16 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3075543388 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31454/tid=31457] ppid=31452 vsize=556740 CPUtime=24.36
/proc/31454/task/31457/stat : 31457 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 2027 409 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3063718236 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31454/tid=31458] ppid=31452 vsize=556740 CPUtime=24.36
/proc/31454/task/31458/stat : 31458 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 2060 376 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3051893084 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 97.76
Current children cumulated vsize (KiB) 556740

[startup+51.1089 s]
/proc/loadavg: 3.92 3.91 3.96 5/100 31468
/proc/meminfo: memFree=2951064/3368532 swapFree=1954072/1959888
[pid=31454] ppid=31452 vsize=556740 CPUtime=198.12
/proc/31454/stat : 31454 (gnovelty+) R 31452 31454 15881 0 -1 4202496 22848 0 0 0 16276 3536 0 0 16 0 4 0 1098679440 570101760 22804 4294967295 134512640 135680988 3213755440 3213754684 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/31454/statm: 139185 22804 103 286 0 138897 0
[pid=31454/tid=31456] ppid=31452 vsize=556740 CPUtime=49.25
/proc/31454/task/31456/stat : 31456 (gnovelty+) R 31452 31454 15881 0 -1 4202560 516 0 0 0 3997 928 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3075543388 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=31454/tid=31457] ppid=31452 vsize=556740 CPUtime=49.48
/proc/31454/task/31457/stat : 31457 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 4003 945 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3063718236 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31454/tid=31458] ppid=31452 vsize=556740 CPUtime=49.3
/proc/31454/task/31458/stat : 31458 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 4111 819 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3051893084 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 198.12
Current children cumulated vsize (KiB) 556740

[startup+102.315 s]
/proc/loadavg: 3.76 3.86 3.94 5/100 31655
/proc/meminfo: memFree=2950940/3368532 swapFree=1954072/1959888
[pid=31454] ppid=31452 vsize=556740 CPUtime=396.54
/proc/31454/stat : 31454 (gnovelty+) R 31452 31454 15881 0 -1 4202496 22848 0 0 0 32101 7553 0 0 15 0 4 0 1098679440 570101760 22804 4294967295 134512640 135680988 3213755440 3213754684 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/31454/statm: 139185 22804 103 286 0 138897 0
[pid=31454/tid=31456] ppid=31452 vsize=556740 CPUtime=98.94
/proc/31454/task/31456/stat : 31456 (gnovelty+) R 31452 31454 15881 0 -1 4202560 516 0 0 0 7953 1941 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3075543388 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31454/tid=31457] ppid=31452 vsize=556740 CPUtime=99.14
/proc/31454/task/31457/stat : 31457 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 7950 1964 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3063718236 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31454/tid=31458] ppid=31452 vsize=556740 CPUtime=98.66
/proc/31454/task/31458/stat : 31458 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 8053 1813 0 0 16 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3051893084 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 396.54
Current children cumulated vsize (KiB) 556740

[startup+162.311 s]
/proc/loadavg: 3.95 3.90 3.95 5/100 31841
/proc/meminfo: memFree=2950832/3368532 swapFree=1954072/1959888
[pid=31454] ppid=31452 vsize=556740 CPUtime=627.21
/proc/31454/stat : 31454 (gnovelty+) R 31452 31454 15881 0 -1 4202496 22848 0 0 0 50362 12359 0 0 15 0 4 0 1098679440 570101760 22804 4294967295 134512640 135680988 3213755440 3213754684 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/31454/statm: 139185 22804 103 286 0 138897 0
[pid=31454/tid=31456] ppid=31452 vsize=556740 CPUtime=156.94
/proc/31454/task/31456/stat : 31456 (gnovelty+) R 31452 31454 15881 0 -1 4202560 516 0 0 0 12499 3195 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3075543388 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31454/tid=31457] ppid=31452 vsize=556740 CPUtime=156.39
/proc/31454/task/31457/stat : 31457 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 12440 3199 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3063718236 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31454/tid=31458] ppid=31452 vsize=556740 CPUtime=156.19
/proc/31454/task/31458/stat : 31458 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 12609 3010 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3051893084 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 627.21
Current children cumulated vsize (KiB) 556740

[startup+222.317 s]
/proc/loadavg: 4.02 3.93 3.95 5/100 32029
/proc/meminfo: memFree=2950708/3368532 swapFree=1954072/1959888
[pid=31454] ppid=31452 vsize=556740 CPUtime=858.37
/proc/31454/stat : 31454 (gnovelty+) R 31452 31454 15881 0 -1 4202496 22848 0 0 0 68742 17095 0 0 15 0 4 0 1098679440 570101760 22804 4294967295 134512640 135680988 3213755440 3213754684 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/31454/statm: 139185 22804 103 286 0 138897 0
[pid=31454/tid=31456] ppid=31452 vsize=556740 CPUtime=214.88
/proc/31454/task/31456/stat : 31456 (gnovelty+) R 31452 31454 15881 0 -1 4202560 516 0 0 0 17135 4353 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3075543388 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=31454/tid=31457] ppid=31452 vsize=556740 CPUtime=214.16
/proc/31454/task/31457/stat : 31457 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 17031 4385 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3063718236 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31454/tid=31458] ppid=31452 vsize=556740 CPUtime=213.93
/proc/31454/task/31458/stat : 31458 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 17227 4166 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3051893084 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 858.37
Current children cumulated vsize (KiB) 556740

[startup+282.313 s]
/proc/loadavg: 3.95 3.92 3.95 5/100 32221
/proc/meminfo: memFree=2950584/3368532 swapFree=1954072/1959888
[pid=31454] ppid=31452 vsize=556740 CPUtime=1089.51
/proc/31454/stat : 31454 (gnovelty+) R 31452 31454 15881 0 -1 4202496 22848 0 0 0 87130 21821 0 0 15 0 4 0 1098679440 570101760 22804 4294967295 134512640 135680988 3213755440 3213754636 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/31454/statm: 139185 22804 103 286 0 138897 0
[pid=31454/tid=31456] ppid=31452 vsize=556740 CPUtime=272.25
/proc/31454/task/31456/stat : 31456 (gnovelty+) R 31452 31454 15881 0 -1 4202560 516 0 0 0 21722 5503 0 0 16 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3075543376 134546328 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31454/tid=31457] ppid=31452 vsize=556740 CPUtime=272.16
/proc/31454/task/31457/stat : 31457 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 21609 5607 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3063718236 134957681 0 0 0 0 0 0 0 -1 0 0 0 0

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

[pid=31454] ppid=31452 vsize=556740 CPUtime=1551.41
/proc/31454/stat : 31454 (gnovelty+) R 31452 31454 15881 0 -1 4202496 22848 0 0 0 122858 32283 0 0 15 0 4 0 1098679440 570101760 22804 4294967295 134512640 135680988 3213755440 3213754684 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/31454/statm: 139185 22804 103 286 0 138897 0
[pid=31454/tid=31456] ppid=31452 vsize=556740 CPUtime=387.65
/proc/31454/task/31456/stat : 31456 (gnovelty+) R 31452 31454 15881 0 -1 4202560 516 0 0 0 30628 8137 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3075543388 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31454/tid=31457] ppid=31452 vsize=556740 CPUtime=387.8
/proc/31454/task/31457/stat : 31457 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 30612 8168 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3063718236 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31454/tid=31458] ppid=31452 vsize=556740 CPUtime=386.96
/proc/31454/task/31458/stat : 31458 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 30699 7997 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3051893084 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1551.41
Current children cumulated vsize (KiB) 556740

[startup+462.311 s]
/proc/loadavg: 3.96 3.93 3.94 5/100 320
/proc/meminfo: memFree=2950212/3368532 swapFree=1954072/1959888
[pid=31454] ppid=31452 vsize=556740 CPUtime=1781.38
/proc/31454/stat : 31454 (gnovelty+) R 31452 31454 15881 0 -1 4202496 22848 0 0 0 140439 37699 0 0 15 0 4 0 1098679440 570101760 22804 4294967295 134512640 135680988 3213755440 3213754684 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/31454/statm: 139185 22804 103 286 0 138897 0
[pid=31454/tid=31456] ppid=31452 vsize=556740 CPUtime=444.6
/proc/31454/task/31456/stat : 31456 (gnovelty+) R 31452 31454 15881 0 -1 4202560 516 0 0 0 34984 9476 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3075543388 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31454/tid=31457] ppid=31452 vsize=556740 CPUtime=445.6
/proc/31454/task/31457/stat : 31457 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 35028 9532 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3063718188 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=31454/tid=31458] ppid=31452 vsize=556740 CPUtime=445.03
/proc/31454/task/31458/stat : 31458 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 35126 9377 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3051893084 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1781.38
Current children cumulated vsize (KiB) 556740

[startup+522.307 s]
/proc/loadavg: 4.19 3.99 3.96 6/100 508
/proc/meminfo: memFree=2950088/3368532 swapFree=1954072/1959888
[pid=31454] ppid=31452 vsize=556740 CPUtime=2013.12
/proc/31454/stat : 31454 (gnovelty+) R 31452 31454 15881 0 -1 4202496 22848 0 0 0 158212 43100 0 0 15 0 4 0 1098679440 570101760 22804 4294967295 134512640 135680988 3213755440 3213754684 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/31454/statm: 139185 22804 103 286 0 138897 0
[pid=31454/tid=31456] ppid=31452 vsize=556740 CPUtime=502.8
/proc/31454/task/31456/stat : 31456 (gnovelty+) R 31452 31454 15881 0 -1 4202560 516 0 0 0 39460 10820 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3075543388 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31454/tid=31457] ppid=31452 vsize=556740 CPUtime=504.02
/proc/31454/task/31457/stat : 31457 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 39492 10910 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3063718236 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31454/tid=31458] ppid=31452 vsize=556740 CPUtime=502.61
/proc/31454/task/31458/stat : 31458 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 39532 10729 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3051893084 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2013.12
Current children cumulated vsize (KiB) 556740

[startup+582.313 s]
/proc/loadavg: 4.28 4.05 3.98 6/100 697
/proc/meminfo: memFree=2950088/3368532 swapFree=1954072/1959888
[pid=31454] ppid=31452 vsize=556740 CPUtime=2244.72
/proc/31454/stat : 31454 (gnovelty+) R 31452 31454 15881 0 -1 4202496 22848 0 0 0 175768 48704 0 0 16 0 4 0 1098679440 570101760 22804 4294967295 134512640 135680988 3213755440 3213754684 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/31454/statm: 139185 22804 103 286 0 138897 0
[pid=31454/tid=31456] ppid=31452 vsize=556740 CPUtime=560.18
/proc/31454/task/31456/stat : 31456 (gnovelty+) R 31452 31454 15881 0 -1 4202560 516 0 0 0 43802 12216 0 0 16 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3075543388 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31454/tid=31457] ppid=31452 vsize=556740 CPUtime=562.23
/proc/31454/task/31457/stat : 31457 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 43870 12353 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3063718236 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31454/tid=31458] ppid=31452 vsize=556740 CPUtime=560.37
/proc/31454/task/31458/stat : 31458 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 43902 12135 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3051893036 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2244.72
Current children cumulated vsize (KiB) 556740

[startup+642.309 s]
/proc/loadavg: 4.14 4.05 3.98 5/100 884
/proc/meminfo: memFree=2950212/3368532 swapFree=1954072/1959888
[pid=31454] ppid=31452 vsize=556740 CPUtime=2475.2
/proc/31454/stat : 31454 (gnovelty+) R 31452 31454 15881 0 -1 4202496 22848 0 0 0 193392 54128 0 0 16 0 4 0 1098679440 570101760 22804 4294967295 134512640 135680988 3213755440 3213754636 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/31454/statm: 139185 22804 103 286 0 138897 0
[pid=31454/tid=31456] ppid=31452 vsize=556740 CPUtime=617.62
/proc/31454/task/31456/stat : 31456 (gnovelty+) R 31452 31454 15881 0 -1 4202560 516 0 0 0 48180 13582 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3075543388 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=31454/tid=31457] ppid=31452 vsize=556740 CPUtime=620.43
/proc/31454/task/31457/stat : 31457 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 48302 13741 0 0 16 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3063718236 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31454/tid=31458] ppid=31452 vsize=556740 CPUtime=617.76
/proc/31454/task/31458/stat : 31458 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 48270 13506 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3051893084 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2475.2
Current children cumulated vsize (KiB) 556740

[startup+702.305 s]
/proc/loadavg: 3.96 4.02 3.98 5/100 1084
/proc/meminfo: memFree=2950072/3368532 swapFree=1954072/1959888
[pid=31454] ppid=31452 vsize=556740 CPUtime=2705.01
/proc/31454/stat : 31454 (gnovelty+) R 31452 31454 15881 0 -1 4202496 22848 0 0 0 211098 59403 0 0 15 0 4 0 1098679440 570101760 22804 4294967295 134512640 135680988 3213755440 3213754684 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/31454/statm: 139185 22804 103 286 0 138897 0
[pid=31454/tid=31456] ppid=31452 vsize=556740 CPUtime=675.19
/proc/31454/task/31456/stat : 31456 (gnovelty+) R 31452 31454 15881 0 -1 4202560 516 0 0 0 52566 14953 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3075543388 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31454/tid=31457] ppid=31452 vsize=556740 CPUtime=677.83
/proc/31454/task/31457/stat : 31457 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 52808 14975 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3063718236 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31454/tid=31458] ppid=31452 vsize=556740 CPUtime=675.1
/proc/31454/task/31458/stat : 31458 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 52687 14823 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3051893084 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2705.01
Current children cumulated vsize (KiB) 556740

[startup+762.321 s]
/proc/loadavg: 3.93 3.99 3.97 5/100 1271
/proc/meminfo: memFree=2950088/3368532 swapFree=1954072/1959888
[pid=31454] ppid=31452 vsize=556740 CPUtime=2934.65
/proc/31454/stat : 31454 (gnovelty+) R 31452 31454 15881 0 -1 4202496 22848 0 0 0 228510 64955 0 0 16 0 4 0 1098679440 570101760 22804 4294967295 134512640 135680988 3213755440 3213754684 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/31454/statm: 139185 22804 103 286 0 138897 0
[pid=31454/tid=31456] ppid=31452 vsize=556740 CPUtime=732.54
/proc/31454/task/31456/stat : 31456 (gnovelty+) R 31452 31454 15881 0 -1 4202560 516 0 0 0 56830 16424 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3075543388 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31454/tid=31457] ppid=31452 vsize=556740 CPUtime=735.08
/proc/31454/task/31457/stat : 31457 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 57212 16296 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3063718236 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31454/tid=31458] ppid=31452 vsize=556740 CPUtime=732.76
/proc/31454/task/31458/stat : 31458 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 57124 16152 0 0 15 0 4 0 1098679498 570101760 22804 4294967295 134512640 135680988 3213755440 3051893084 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2934.65
Current children cumulated vsize (KiB) 556740

[startup+822.317 s]
/proc/loadavg: 3.93 3.97 3.96 5/100 1463
/proc/meminfo: memFree=2950212/3368532 swapFree=1954072/1959888
[pid=31454] ppid=31452 vsize=556740 CPUtime=3163.9
/proc/31454/stat : 31454 (gnovelty+) R 31452 31454 15881 0 -1 4202496 22849 0 0 0 245987 70403 0 0 15 0 4 0 1098679440 570101760 22805 4294967295 134512640 135680988 3213755440 3213754684 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/31454/statm: 139185 22805 103 286 0 138897 0
[pid=31454/tid=31456] ppid=31452 vsize=556740 CPUtime=789.36
/proc/31454/task/31456/stat : 31456 (gnovelty+) R 31452 31454 15881 0 -1 4202560 516 0 0 0 61059 17877 0 0 15 0 4 0 1098679498 570101760 22805 4294967295 134512640 135680988 3213755440 3075543388 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31454/tid=31457] ppid=31452 vsize=556740 CPUtime=792.39
/proc/31454/task/31457/stat : 31457 (gnovelty+) R 31452 31454 15881 0 -1 4202560 533 0 0 0 61638 17601 0 0 15 0 4 0 1098679498 570101760 22805 4294967295 134512640 135680988 3213755440 3063718236 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31454/tid=31458] ppid=31452 vsize=556740 CPUtime=790.44
/proc/31454/task/31458/stat : 31458 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 61528 17516 0 0 15 0 4 0 1098679498 570101760 22805 4294967295 134512640 135680988 3213755440 3051893084 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3163.9
Current children cumulated vsize (KiB) 556740

[startup+882.312 s]
/proc/loadavg: 4.11 3.99 3.97 5/100 1652
/proc/meminfo: memFree=2950460/3368532 swapFree=1954072/1959888
[pid=31454] ppid=31452 vsize=556740 CPUtime=3395.08
/proc/31454/stat : 31454 (gnovelty+) R 31452 31454 15881 0 -1 4202496 22849 0 0 0 263363 76145 0 0 15 0 4 0 1098679440 570101760 22805 4294967295 134512640 135680988 3213755440 3213754684 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/31454/statm: 139185 22805 103 286 0 138897 0
[pid=31454/tid=31456] ppid=31452 vsize=556740 CPUtime=847.09
/proc/31454/task/31456/stat : 31456 (gnovelty+) R 31452 31454 15881 0 -1 4202560 516 0 0 0 65317 19392 0 0 15 0 4 0 1098679498 570101760 22805 4294967295 134512640 135680988 3213755440 3075543388 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=31454/tid=31457] ppid=31452 vsize=556740 CPUtime=850.36
/proc/31454/task/31457/stat : 31457 (gnovelty+) R 31452 31454 15881 0 -1 4202560 533 0 0 0 66083 18953 0 0 16 0 4 0 1098679498 570101760 22805 4294967295 134512640 135680988 3213755440 3063718236 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31454/tid=31458] ppid=31452 vsize=556740 CPUtime=848.52
/proc/31454/task/31458/stat : 31458 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 65905 18947 0 0 15 0 4 0 1098679498 570101760 22805 4294967295 134512640 135680988 3213755440 3051893084 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3395.08
Current children cumulated vsize (KiB) 556740

[startup+942.308 s]
/proc/loadavg: 4.16 4.04 3.98 5/100 1839
/proc/meminfo: memFree=2950584/3368532 swapFree=1954072/1959888
[pid=31454] ppid=31452 vsize=556740 CPUtime=3625.17
/proc/31454/stat : 31454 (gnovelty+) R 31452 31454 15881 0 -1 4202496 22849 0 0 0 280929 81588 0 0 16 0 4 0 1098679440 570101760 22805 4294967295 134512640 135680988 3213755440 3213754684 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/31454/statm: 139185 22805 103 286 0 138897 0
[pid=31454/tid=31456] ppid=31452 vsize=556740 CPUtime=904.39
/proc/31454/task/31456/stat : 31456 (gnovelty+) R 31452 31454 15881 0 -1 4202560 516 0 0 0 69625 20814 0 0 15 0 4 0 1098679498 570101760 22805 4294967295 134512640 135680988 3213755440 3075543388 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31454/tid=31457] ppid=31452 vsize=556740 CPUtime=908.11
/proc/31454/task/31457/stat : 31457 (gnovelty+) R 31452 31454 15881 0 -1 4202560 533 0 0 0 70469 20342 0 0 15 0 4 0 1098679498 570101760 22805 4294967295 134512640 135680988 3213755440 3063718236 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=31454/tid=31458] ppid=31452 vsize=556740 CPUtime=906.01
/proc/31454/task/31458/stat : 31458 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 70431 20170 0 0 15 0 4 0 1098679498 570101760 22805 4294967295 134512640 135680988 3213755440 3051893084 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3625.17
Current children cumulated vsize (KiB) 556740



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 3.99 4.01 3.98 5/100 2028
/proc/meminfo: memFree=2951064/3368532 swapFree=1954072/1959888
[pid=31454] ppid=31452 vsize=556740 CPUtime=3846.38
/proc/31454/stat : 31454 (gnovelty+) R 31452 31454 15881 0 -1 4202496 22849 0 0 0 297715 86923 0 0 15 0 4 0 1098679440 570101760 22805 4294967295 134512640 135680988 3213755440 3213754684 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/31454/statm: 139185 22805 103 286 0 138897 0
[pid=31454/tid=31456] ppid=31452 vsize=556740 CPUtime=959.47
/proc/31454/task/31456/stat : 31456 (gnovelty+) R 31452 31454 15881 0 -1 4202560 516 0 0 0 73719 22228 0 0 15 0 4 0 1098679498 570101760 22805 4294967295 134512640 135680988 3213755440 3075543388 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=31454/tid=31457] ppid=31452 vsize=556740 CPUtime=963.29
/proc/31454/task/31457/stat : 31457 (gnovelty+) R 31452 31454 15881 0 -1 4202560 533 0 0 0 74671 21658 0 0 15 0 4 0 1098679498 570101760 22805 4294967295 134512640 135680988 3213755440 3063718236 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31454/tid=31458] ppid=31452 vsize=556740 CPUtime=961.68
/proc/31454/task/31458/stat : 31458 (gnovelty+) R 31452 31454 15881 0 -1 4202560 532 0 0 0 74759 21409 0 0 16 0 4 0 1098679498 570101760 22805 4294967295 134512640 135680988 3213755440 3051893084 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3846.38
Current children cumulated vsize (KiB) 556740

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): 3846.43
CPU user time (s): 2977.19
CPU system time (s): 869.24
CPU usage (%): 384.628
Max. virtual memory (cumulated for all children) (KiB): 556740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2977.19
system time used= 869.24
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22849
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= 37703910
involuntary context switches= 98695

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi44 at 2009-05-27 19:36:23
IDJOB=1777489
IDBENCH=70345
IDSOLVER=617
FILE ID=tipi44/1777489-1243445783
PBS_JOBID=
Free space on /tmp= 15893 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (4 threads)
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/16000/unif-k3-r4.2-v16000-c67200-S1419235015-056.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1777489-1243445783/watcher-1777489-1243445783 -o /tmp/evaluation-result-1777489-1243445783/solver-1777489-1243445783 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1777489-1243445783.cnf 1386345373 4

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

MD5SUM BENCH= a714fa4bd1373c24435aaf22c9d8231c
RANDOM SEED= 1386345373

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:       3041008 kB
Buffers:        130856 kB
Cached:          89392 kB
SwapCached:       2184 kB
Active:          89612 kB
Inactive:       140300 kB
HighTotal:     2489216 kB
HighFree:      2387120 kB
LowTotal:       879316 kB
LowFree:        653888 kB
SwapTotal:     1959888 kB
SwapFree:      1954072 kB
Dirty:            2800 kB
Writeback:           0 kB
AnonPages:        8888 kB
Mapped:           3360 kB
Slab:            86844 kB
SReclaimable:    76836 kB
SUnreclaim:      10008 kB
PageTables:        476 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    87892 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15893 MiB
End job on tipi44 at 2009-05-27 19:53:03