Trace number 1778131

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

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/420/
unif-k3-r4.25-v420-c1785-S596342014-039.cnf
MD5SUM2515572a613e65602da74910f5ce3b7f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of clauses1785
Sum of the clauses size5355
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31785
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.06/0.08	c +------------------------------+
0.06/0.08	c | gNovelty+, version 1.0       |
0.06/0.08	c +------------------------------+
0.06/0.08	c gnovelty+ -h for help
0.06/0.08	c 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1778131-1243466635/watcher-1778131-1243466635 -o /tmp/evaluation-result-1778131-1243466635/solver-1778131-1243466635 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1778131-1243466635.cnf 2051219798 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.42 3.76 3.79 3/115 10618
/proc/meminfo: memFree=3160616/3368532 swapFree=1941392/1959888
[pid=10618] ppid=10616 vsize=509228 CPUtime=0.01
/proc/10618/stat : 10618 (gnovelty+) R 10616 10618 24991 0 -1 4202496 1682 0 0 0 1 0 0 0 18 0 1 0 1111343323 521449472 1639 4294967295 134512640 135680988 3221156672 3221155936 134537167 0 0 0 0 0 0 0 17 2 0 0 0
/proc/10618/statm: 127307 1647 99 286 0 127019 0

[startup+0.05151 s]
/proc/loadavg: 3.42 3.76 3.79 3/115 10618
/proc/meminfo: memFree=3160616/3368532 swapFree=1941392/1959888
[pid=10618] ppid=10616 vsize=517040 CPUtime=0.06
/proc/10618/stat : 10618 (gnovelty+) R 10616 10618 24991 0 -1 4202496 13681 0 0 0 3 3 0 0 18 0 1 0 1111343323 529448960 13637 4294967295 134512640 135680988 3221156672 3221155936 134537708 0 0 0 0 0 0 0 17 2 0 0 0
/proc/10618/statm: 129260 13648 99 286 0 128972 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 517040

[startup+0.101505 s]
/proc/loadavg: 3.42 3.76 3.79 3/115 10618
/proc/meminfo: memFree=3160616/3368532 swapFree=1941392/1959888
[pid=10618] ppid=10616 vsize=545796 CPUtime=0.12
/proc/10618/stat : 10618 (gnovelty+) R 10616 10618 24991 0 -1 4202496 19799 0 0 0 6 6 0 0 20 0 4 0 1111343323 558895104 19754 4294967295 134512640 135680988 3221156672 3221155916 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10618/statm: 136449 19754 103 286 0 136161 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 545796

[startup+0.301495 s]
/proc/loadavg: 3.42 3.76 3.79 3/115 10618
/proc/meminfo: memFree=3160616/3368532 swapFree=1941392/1959888
[pid=10618] ppid=10616 vsize=545796 CPUtime=0.88
/proc/10618/stat : 10618 (gnovelty+) R 10616 10618 24991 0 -1 4202496 19799 0 0 0 58 30 0 0 18 0 4 0 1111343323 558895104 19754 4294967295 134512640 135680988 3221156672 3221155916 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10618/statm: 136449 19754 103 286 0 136161 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 545796

[startup+0.711517 s]
/proc/loadavg: 3.42 3.76 3.79 3/115 10618
/proc/meminfo: memFree=3160616/3368532 swapFree=1941392/1959888
[pid=10618] ppid=10616 vsize=545796 CPUtime=2.46
/proc/10618/stat : 10618 (gnovelty+) R 10616 10618 24991 0 -1 4202496 19799 0 0 0 155 91 0 0 15 0 4 0 1111343323 558895104 19754 4294967295 134512640 135680988 3221156672 3221155916 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10618/statm: 136449 19754 103 286 0 136161 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 545796

[startup+1.51148 s]
/proc/loadavg: 3.42 3.76 3.79 5/119 10622
/proc/meminfo: memFree=3081804/3368532 swapFree=1941392/1959888
[pid=10618] ppid=10616 vsize=545796 CPUtime=5.46
/proc/10618/stat : 10618 (gnovelty+) R 10616 10618 24991 0 -1 4202496 19799 0 0 0 319 227 0 0 15 0 4 0 1111343323 558895104 19754 4294967295 134512640 135680988 3221156672 3221155916 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10618/statm: 136449 19754 103 286 0 136161 0
[pid=10618/tid=10620] ppid=10616 vsize=545796 CPUtime=1.29
/proc/10618/task/10620/stat : 10620 (gnovelty+) R 10616 10618 24991 0 -1 4202560 3 0 0 0 73 56 0 0 15 0 4 0 1111343331 558895104 19754 4294967295 134512640 135680988 3221156672 3077177692 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=10618/tid=10621] ppid=10616 vsize=545796 CPUtime=1.37
/proc/10618/task/10621/stat : 10621 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 80 57 0 0 15 0 4 0 1111343331 558895104 19754 4294967295 134512640 135680988 3221156672 3067785516 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10618/tid=10622] ppid=10616 vsize=545796 CPUtime=1.36
/proc/10618/task/10622/stat : 10622 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 77 59 0 0 15 0 4 0 1111343331 558895104 19754 4294967295 134512640 135680988 3221156672 3058393436 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.46
Current children cumulated vsize (KiB) 545796

[startup+3.11142 s]
/proc/loadavg: 3.42 3.76 3.79 6/119 10622
/proc/meminfo: memFree=3081656/3368532 swapFree=1941392/1959888
[pid=10618] ppid=10616 vsize=545796 CPUtime=11.41
/proc/10618/stat : 10618 (gnovelty+) R 10616 10618 24991 0 -1 4202496 19799 0 0 0 633 508 0 0 15 0 4 0 1111343323 558895104 19754 4294967295 134512640 135680988 3221156672 3221155916 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10618/statm: 136449 19754 103 286 0 136161 0
[pid=10618/tid=10620] ppid=10616 vsize=545796 CPUtime=2.75
/proc/10618/task/10620/stat : 10620 (gnovelty+) R 10616 10618 24991 0 -1 4202560 3 0 0 0 159 116 0 0 15 0 4 0 1111343331 558895104 19754 4294967295 134512640 135680988 3221156672 3077177692 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=10618/tid=10621] ppid=10616 vsize=545796 CPUtime=2.86
/proc/10618/task/10621/stat : 10621 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 152 134 0 0 15 0 4 0 1111343331 558895104 19754 4294967295 134512640 135680988 3221156672 3067785516 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10618/tid=10622] ppid=10616 vsize=545796 CPUtime=2.88
/proc/10618/task/10622/stat : 10622 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 157 131 0 0 15 0 4 0 1111343331 558895104 19754 4294967295 134512640 135680988 3221156672 3058393436 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.41
Current children cumulated vsize (KiB) 545796

[startup+6.31108 s]
/proc/loadavg: 3.47 3.77 3.79 5/119 10805
/proc/meminfo: memFree=3080936/3368532 swapFree=1941392/1959888
[pid=10618] ppid=10616 vsize=545796 CPUtime=22.63
/proc/10618/stat : 10618 (gnovelty+) R 10616 10618 24991 0 -1 4202496 19799 0 0 0 1263 1000 0 0 15 0 4 0 1111343323 558895104 19754 4294967295 134512640 135680988 3221156672 3221155916 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10618/statm: 136449 19754 103 286 0 136161 0
[pid=10618/tid=10620] ppid=10616 vsize=545796 CPUtime=5.74
/proc/10618/task/10620/stat : 10620 (gnovelty+) R 10616 10618 24991 0 -1 4202560 3 0 0 0 338 236 0 0 15 0 4 0 1111343331 558895104 19754 4294967295 134512640 135680988 3221156672 3077177692 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10618/tid=10621] ppid=10616 vsize=545796 CPUtime=5.89
/proc/10618/task/10621/stat : 10621 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 324 265 0 0 15 0 4 0 1111343331 558895104 19754 4294967295 134512640 135680988 3221156672 3067785564 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10618/tid=10622] ppid=10616 vsize=545796 CPUtime=5.48
/proc/10618/task/10622/stat : 10622 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 303 245 0 0 15 0 4 0 1111343331 558895104 19754 4294967295 134512640 135680988 3221156672 3058393436 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.63
Current children cumulated vsize (KiB) 545796

[startup+12.7108 s]
/proc/loadavg: 3.51 3.77 3.79 5/119 10805
/proc/meminfo: memFree=3081160/3368532 swapFree=1941392/1959888
[pid=10618] ppid=10616 vsize=545796 CPUtime=46.26
/proc/10618/stat : 10618 (gnovelty+) R 10616 10618 24991 0 -1 4202496 19799 0 0 0 2601 2025 0 0 15 0 4 0 1111343323 558895104 19754 4294967295 134512640 135680988 3221156672 3221155916 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10618/statm: 136449 19754 103 286 0 136161 0
[pid=10618/tid=10620] ppid=10616 vsize=545796 CPUtime=11.57
/proc/10618/task/10620/stat : 10620 (gnovelty+) R 10616 10618 24991 0 -1 4202560 3 0 0 0 676 481 0 0 15 0 4 0 1111343331 558895104 19754 4294967295 134512640 135680988 3221156672 3077177692 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=10618/tid=10621] ppid=10616 vsize=545796 CPUtime=11.87
/proc/10618/task/10621/stat : 10621 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 670 517 0 0 15 0 4 0 1111343331 558895104 19754 4294967295 134512640 135680988 3221156672 3067785564 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10618/tid=10622] ppid=10616 vsize=545796 CPUtime=11.27
/proc/10618/task/10622/stat : 10622 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 618 509 0 0 15 0 4 0 1111343331 558895104 19754 4294967295 134512640 135680988 3221156672 3058393436 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 46.26
Current children cumulated vsize (KiB) 545796

[startup+25.5103 s]
/proc/loadavg: 3.54 3.77 3.79 5/119 10806
/proc/meminfo: memFree=3081320/3368532 swapFree=1941392/1959888
[pid=10618] ppid=10616 vsize=545796 CPUtime=93.55
/proc/10618/stat : 10618 (gnovelty+) R 10616 10618 24991 0 -1 4202496 19799 0 0 0 5250 4105 0 0 15 0 4 0 1111343323 558895104 19754 4294967295 134512640 135680988 3221156672 3221155916 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/10618/statm: 136449 19754 103 286 0 136161 0
[pid=10618/tid=10620] ppid=10616 vsize=545796 CPUtime=23.41
/proc/10618/task/10620/stat : 10620 (gnovelty+) R 10616 10618 24991 0 -1 4202560 3 0 0 0 1337 1004 0 0 15 0 4 0 1111343331 558895104 19754 4294967295 134512640 135680988 3221156672 3077177692 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=10618/tid=10621] ppid=10616 vsize=545796 CPUtime=23.56
/proc/10618/task/10621/stat : 10621 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 1338 1018 0 0 15 0 4 0 1111343331 558895104 19754 4294967295 134512640 135680988 3221156672 3067785564 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10618/tid=10622] ppid=10616 vsize=545796 CPUtime=23.06
/proc/10618/task/10622/stat : 10622 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 1269 1037 0 0 16 0 4 0 1111343331 558895104 19754 4294967295 134512640 135680988 3221156672 3058393436 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 93.55
Current children cumulated vsize (KiB) 545796

[startup+51.1095 s]
/proc/loadavg: 3.56 3.75 3.78 6/119 10814
/proc/meminfo: memFree=3081080/3368532 swapFree=1941392/1959888
[pid=10618] ppid=10616 vsize=545796 CPUtime=188.76
/proc/10618/stat : 10618 (gnovelty+) R 10616 10618 24991 0 -1 4202496 19800 0 0 0 10592 8284 0 0 15 0 4 0 1111343323 558895104 19755 4294967295 134512640 135680988 3221156672 3221155916 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/10618/statm: 136449 19755 103 286 0 136161 0
[pid=10618/tid=10620] ppid=10616 vsize=545796 CPUtime=47.04
/proc/10618/task/10620/stat : 10620 (gnovelty+) R 10616 10618 24991 0 -1 4202560 4 0 0 0 2631 2073 0 0 15 0 4 0 1111343331 558895104 19755 4294967295 134512640 135680988 3221156672 3077177692 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10618/tid=10621] ppid=10616 vsize=545796 CPUtime=47.43
/proc/10618/task/10621/stat : 10621 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 2669 2074 0 0 15 0 4 0 1111343331 558895104 19755 4294967295 134512640 135680988 3221156672 3067785564 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10618/tid=10622] ppid=10616 vsize=545796 CPUtime=47.14
/proc/10618/task/10622/stat : 10622 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 2651 2063 0 0 15 0 4 0 1111343331 558895104 19755 4294967295 134512640 135680988 3221156672 3058393436 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 188.76
Current children cumulated vsize (KiB) 545796

[startup+102.317 s]
/proc/loadavg: 3.75 3.77 3.79 5/119 10999
/proc/meminfo: memFree=3081212/3368532 swapFree=1941392/1959888
[pid=10618] ppid=10616 vsize=545796 CPUtime=377.97
/proc/10618/stat : 10618 (gnovelty+) R 10616 10618 24991 0 -1 4202496 19800 0 0 0 21104 16693 0 0 15 0 4 0 1111343323 558895104 19755 4294967295 134512640 135680988 3221156672 3221155916 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10618/statm: 136449 19755 103 286 0 136161 0
[pid=10618/tid=10620] ppid=10616 vsize=545796 CPUtime=94.57
/proc/10618/task/10620/stat : 10620 (gnovelty+) R 10616 10618 24991 0 -1 4202560 4 0 0 0 5321 4136 0 0 15 0 4 0 1111343331 558895104 19755 4294967295 134512640 135680988 3221156672 3077177692 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10618/tid=10621] ppid=10616 vsize=545796 CPUtime=94.53
/proc/10618/task/10621/stat : 10621 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 5260 4193 0 0 16 0 4 0 1111343331 558895104 19755 4294967295 134512640 135680988 3221156672 3067785564 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10618/tid=10622] ppid=10616 vsize=545796 CPUtime=94.03
/proc/10618/task/10622/stat : 10622 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 5242 4161 0 0 15 0 4 0 1111343331 558895104 19755 4294967295 134512640 135680988 3221156672 3058393436 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 377.97
Current children cumulated vsize (KiB) 545796

[startup+162.305 s]
/proc/loadavg: 3.93 3.81 3.80 5/119 11187
/proc/meminfo: memFree=3080840/3368532 swapFree=1941392/1959888
[pid=10618] ppid=10616 vsize=545796 CPUtime=599.48
/proc/10618/stat : 10618 (gnovelty+) R 10616 10618 24991 0 -1 4202496 19800 0 0 0 33518 26430 0 0 15 0 4 0 1111343323 558895104 19755 4294967295 134512640 135680988 3221156672 3221155916 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/10618/statm: 136449 19755 103 286 0 136161 0
[pid=10618/tid=10620] ppid=10616 vsize=545796 CPUtime=150.44
/proc/10618/task/10620/stat : 10620 (gnovelty+) R 10616 10618 24991 0 -1 4202560 4 0 0 0 8553 6491 0 0 15 0 4 0 1111343331 558895104 19755 4294967295 134512640 135680988 3221156672 3077177692 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10618/tid=10621] ppid=10616 vsize=545796 CPUtime=150.34
/proc/10618/task/10621/stat : 10621 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 8366 6668 0 0 15 0 4 0 1111343331 558895104 19755 4294967295 134512640 135680988 3221156672 3067785564 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10618/tid=10622] ppid=10616 vsize=545796 CPUtime=148.93
/proc/10618/task/10622/stat : 10622 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 8273 6620 0 0 15 0 4 0 1111343331 558895104 19755 4294967295 134512640 135680988 3221156672 3058393436 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 599.48
Current children cumulated vsize (KiB) 545796

[startup+222.312 s]
/proc/loadavg: 3.91 3.83 3.81 6/119 11376
/proc/meminfo: memFree=3081212/3368532 swapFree=1941392/1959888
[pid=10618] ppid=10616 vsize=545796 CPUtime=820.93
/proc/10618/stat : 10618 (gnovelty+) R 10616 10618 24991 0 -1 4202496 19800 0 0 0 45867 36226 0 0 15 0 4 0 1111343323 558895104 19755 4294967295 134512640 135680988 3221156672 3221155916 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10618/statm: 136449 19755 103 286 0 136161 0
[pid=10618/tid=10620] ppid=10616 vsize=545796 CPUtime=206.75
/proc/10618/task/10620/stat : 10620 (gnovelty+) R 10616 10618 24991 0 -1 4202560 4 0 0 0 11716 8959 0 0 15 0 4 0 1111343331 558895104 19755 4294967295 134512640 135680988 3221156672 3077177692 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10618/tid=10621] ppid=10616 vsize=545796 CPUtime=204.91
/proc/10618/task/10621/stat : 10621 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 11381 9110 0 0 15 0 4 0 1111343331 558895104 19755 4294967295 134512640 135680988 3221156672 3067785564 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10618/tid=10622] ppid=10616 vsize=545796 CPUtime=203.99
/proc/10618/task/10622/stat : 10622 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 11350 9049 0 0 15 0 4 0 1111343331 558895104 19755 4294967295 134512640 135680988 3221156672 3058393436 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 820.93
Current children cumulated vsize (KiB) 545796

[startup+282.31 s]
/proc/loadavg: 3.72 3.81 3.80 5/119 11565
/proc/meminfo: memFree=3081204/3368532 swapFree=1941392/1959888
[pid=10618] ppid=10616 vsize=545796 CPUtime=1042.34
/proc/10618/stat : 10618 (gnovelty+) R 10616 10618 24991 0 -1 4202496 19800 0 0 0 58180 46054 0 0 15 0 4 0 1111343323 558895104 19755 4294967295 134512640 135680988 3221156672 3221155916 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/10618/statm: 136449 19755 103 286 0 136161 0
[pid=10618/tid=10620] ppid=10616 vsize=545796 CPUtime=262.24
/proc/10618/task/10620/stat : 10620 (gnovelty+) R 10616 10618 24991 0 -1 4202560 4 0 0 0 14830 11394 0 0 15 0 4 0 1111343331 558895104 19755 4294967295 134512640 135680988 3221156672 3077177692 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10618/tid=10621] ppid=10616 vsize=545796 CPUtime=260.31
/proc/10618/task/10621/stat : 10621 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 14519 11512 0 0 15 0 4 0 1111343331 558895104 19755 4294967295 134512640 135680988 3221156672 3067785564 134957681 0 0 0 0 0 0 0 -1 0 0 0 0

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

[pid=10618] ppid=10616 vsize=545796 CPUtime=1488.44
/proc/10618/stat : 10618 (gnovelty+) R 10616 10618 24991 0 -1 4202496 19800 0 0 0 83071 65773 0 0 15 0 4 0 1111343323 558895104 19755 4294967295 134512640 135680988 3221156672 3221155916 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10618/statm: 136449 19755 103 286 0 136161 0
[pid=10618/tid=10620] ppid=10616 vsize=545796 CPUtime=374.05
/proc/10618/task/10620/stat : 10620 (gnovelty+) R 10616 10618 24991 0 -1 4202560 4 0 0 0 21054 16351 0 0 15 0 4 0 1111343331 558895104 19755 4294967295 134512640 135680988 3221156672 3077177692 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=10618/tid=10621] ppid=10616 vsize=545796 CPUtime=371.57
/proc/10618/task/10621/stat : 10621 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 20663 16494 0 0 15 0 4 0 1111343331 558895104 19755 4294967295 134512640 135680988 3221156672 3067785564 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10618/tid=10622] ppid=10616 vsize=545796 CPUtime=370.11
/proc/10618/task/10622/stat : 10622 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 20583 16428 0 0 15 0 4 0 1111343331 558895104 19755 4294967295 134512640 135680988 3221156672 3058393436 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1488.44
Current children cumulated vsize (KiB) 545796

[startup+462.313 s]
/proc/loadavg: 3.89 3.84 3.81 5/119 12132
/proc/meminfo: memFree=3081336/3368532 swapFree=1941392/1959888
[pid=10618] ppid=10616 vsize=545796 CPUtime=1712.9
/proc/10618/stat : 10618 (gnovelty+) R 10616 10618 24991 0 -1 4202496 19801 0 0 0 95542 75748 0 0 15 0 4 0 1111343323 558895104 19756 4294967295 134512640 135680988 3221156672 3221155916 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10618/statm: 136449 19756 103 286 0 136161 0
[pid=10618/tid=10620] ppid=10616 vsize=545796 CPUtime=430.07
/proc/10618/task/10620/stat : 10620 (gnovelty+) R 10616 10618 24991 0 -1 4202560 4 0 0 0 24177 18830 0 0 15 0 4 0 1111343331 558895104 19756 4294967295 134512640 135680988 3221156672 3077177692 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=10618/tid=10621] ppid=10616 vsize=545796 CPUtime=427.68
/proc/10618/task/10621/stat : 10621 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 23781 18987 0 0 15 0 4 0 1111343331 558895104 19756 4294967295 134512640 135680988 3221156672 3067785564 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10618/tid=10622] ppid=10616 vsize=545796 CPUtime=425.99
/proc/10618/task/10622/stat : 10622 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 23710 18889 0 0 15 0 4 0 1111343331 558895104 19756 4294967295 134512640 135680988 3221156672 3058393436 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1712.9
Current children cumulated vsize (KiB) 545796

[startup+522.31 s]
/proc/loadavg: 4.00 3.87 3.83 5/119 12321
/proc/meminfo: memFree=3081460/3368532 swapFree=1941392/1959888
[pid=10618] ppid=10616 vsize=545796 CPUtime=1935.49
/proc/10618/stat : 10618 (gnovelty+) R 10616 10618 24991 0 -1 4202496 19801 0 0 0 107820 85729 0 0 15 0 4 0 1111343323 558895104 19756 4294967295 134512640 135680988 3221156672 3221155916 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10618/statm: 136449 19756 103 286 0 136161 0
[pid=10618/tid=10620] ppid=10616 vsize=545796 CPUtime=485.58
/proc/10618/task/10620/stat : 10620 (gnovelty+) R 10616 10618 24991 0 -1 4202560 4 0 0 0 27259 21299 0 0 15 0 4 0 1111343331 558895104 19756 4294967295 134512640 135680988 3221156672 3077177692 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10618/tid=10621] ppid=10616 vsize=545796 CPUtime=484
/proc/10618/task/10621/stat : 10621 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 26907 21493 0 0 15 0 4 0 1111343331 558895104 19756 4294967295 134512640 135680988 3221156672 3067785564 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10618/tid=10622] ppid=10616 vsize=545796 CPUtime=480.99
/proc/10618/task/10622/stat : 10622 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 26677 21422 0 0 16 0 4 0 1111343331 558895104 19756 4294967295 134512640 135680988 3221156672 3058393436 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1935.49
Current children cumulated vsize (KiB) 545796

[startup+582.318 s]
/proc/loadavg: 3.95 3.88 3.83 5/119 12510
/proc/meminfo: memFree=3081452/3368532 swapFree=1941392/1959888
[pid=10618] ppid=10616 vsize=545796 CPUtime=2157.58
/proc/10618/stat : 10618 (gnovelty+) R 10616 10618 24991 0 -1 4202496 19801 0 0 0 120249 95509 0 0 15 0 4 0 1111343323 558895104 19756 4294967295 134512640 135680988 3221156672 3221155868 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/10618/statm: 136449 19756 103 286 0 136161 0
[pid=10618/tid=10620] ppid=10616 vsize=545796 CPUtime=541.15
/proc/10618/task/10620/stat : 10620 (gnovelty+) R 10616 10618 24991 0 -1 4202560 4 0 0 0 30350 23765 0 0 15 0 4 0 1111343331 558895104 19756 4294967295 134512640 135680988 3221156672 3077177692 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=10618/tid=10621] ppid=10616 vsize=545796 CPUtime=538.83
/proc/10618/task/10621/stat : 10621 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 30007 23876 0 0 15 0 4 0 1111343331 558895104 19756 4294967295 134512640 135680988 3221156672 3067785564 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10618/tid=10622] ppid=10616 vsize=545796 CPUtime=537.03
/proc/10618/task/10622/stat : 10622 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 29796 23907 0 0 15 0 4 0 1111343331 558895104 19756 4294967295 134512640 135680988 3221156672 3058393436 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2157.58
Current children cumulated vsize (KiB) 545796

[startup+642.306 s]
/proc/loadavg: 3.86 3.87 3.83 5/119 12697
/proc/meminfo: memFree=3081460/3368532 swapFree=1941392/1959888
[pid=10618] ppid=10616 vsize=545796 CPUtime=2379.97
/proc/10618/stat : 10618 (gnovelty+) R 10616 10618 24991 0 -1 4202496 19801 0 0 0 132757 105240 0 0 16 0 4 0 1111343323 558895104 19756 4294967295 134512640 135680988 3221156672 3221155916 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/10618/statm: 136449 19756 103 286 0 136161 0
[pid=10618/tid=10620] ppid=10616 vsize=545796 CPUtime=596.54
/proc/10618/task/10620/stat : 10620 (gnovelty+) R 10616 10618 24991 0 -1 4202560 4 0 0 0 33505 26149 0 0 15 0 4 0 1111343331 558895104 19756 4294967295 134512640 135680988 3221156672 3077177692 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10618/tid=10621] ppid=10616 vsize=545796 CPUtime=594.32
/proc/10618/task/10621/stat : 10621 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 33079 26353 0 0 15 0 4 0 1111343331 558895104 19756 4294967295 134512640 135680988 3221156672 3067785564 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=10618/tid=10622] ppid=10616 vsize=545796 CPUtime=593.04
/proc/10618/task/10622/stat : 10622 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 32940 26364 0 0 15 0 4 0 1111343331 558895104 19756 4294967295 134512640 135680988 3221156672 3058393436 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2379.97
Current children cumulated vsize (KiB) 545796

[startup+702.303 s]
/proc/loadavg: 3.69 3.83 3.81 5/119 12883
/proc/meminfo: memFree=3081460/3368532 swapFree=1941392/1959888
[pid=10618] ppid=10616 vsize=545796 CPUtime=2603.34
/proc/10618/stat : 10618 (gnovelty+) R 10616 10618 24991 0 -1 4202496 19801 0 0 0 145090 115244 0 0 15 0 4 0 1111343323 558895104 19756 4294967295 134512640 135680988 3221156672 3221155916 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10618/statm: 136449 19756 103 286 0 136161 0
[pid=10618/tid=10620] ppid=10616 vsize=545796 CPUtime=652.18
/proc/10618/task/10620/stat : 10620 (gnovelty+) R 10616 10618 24991 0 -1 4202560 4 0 0 0 36589 28629 0 0 15 0 4 0 1111343331 558895104 19756 4294967295 134512640 135680988 3221156672 3077177692 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10618/tid=10621] ppid=10616 vsize=545796 CPUtime=650.53
/proc/10618/task/10621/stat : 10621 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 36161 28892 0 0 15 0 4 0 1111343331 558895104 19756 4294967295 134512640 135680988 3221156672 3067785564 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=10618/tid=10622] ppid=10616 vsize=545796 CPUtime=648.74
/proc/10618/task/10622/stat : 10622 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 36061 28813 0 0 15 0 4 0 1111343331 558895104 19756 4294967295 134512640 135680988 3221156672 3058393436 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2603.34
Current children cumulated vsize (KiB) 545796

[startup+762.321 s]
/proc/loadavg: 3.83 3.84 3.82 5/119 13071
/proc/meminfo: memFree=3081460/3368532 swapFree=1941392/1959888
[pid=10618] ppid=10616 vsize=545796 CPUtime=2827.19
/proc/10618/stat : 10618 (gnovelty+) R 10616 10618 24991 0 -1 4202496 19801 0 0 0 157638 125081 0 0 15 0 4 0 1111343323 558895104 19756 4294967295 134512640 135680988 3221156672 3221155916 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/10618/statm: 136449 19756 103 286 0 136161 0
[pid=10618/tid=10620] ppid=10616 vsize=545796 CPUtime=708.04
/proc/10618/task/10620/stat : 10620 (gnovelty+) R 10616 10618 24991 0 -1 4202560 4 0 0 0 39749 31055 0 0 15 0 4 0 1111343331 558895104 19756 4294967295 134512640 135680988 3221156672 3077177692 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=10618/tid=10621] ppid=10616 vsize=545796 CPUtime=706.72
/proc/10618/task/10621/stat : 10621 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 39259 31413 0 0 15 0 4 0 1111343331 558895104 19756 4294967295 134512640 135680988 3221156672 3067785564 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10618/tid=10622] ppid=10616 vsize=545796 CPUtime=704.83
/proc/10618/task/10622/stat : 10622 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 39203 31280 0 0 15 0 4 0 1111343331 558895104 19756 4294967295 134512640 135680988 3221156672 3058393436 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2827.19
Current children cumulated vsize (KiB) 545796

[startup+822.309 s]
/proc/loadavg: 3.80 3.84 3.81 4/119 13264
/proc/meminfo: memFree=3081460/3368532 swapFree=1941392/1959888
[pid=10618] ppid=10616 vsize=545796 CPUtime=3051.37
/proc/10618/stat : 10618 (gnovelty+) R 10616 10618 24991 0 -1 4202496 19801 0 0 0 170169 134968 0 0 15 0 4 0 1111343323 558895104 19756 4294967295 134512640 135680988 3221156672 3221155916 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/10618/statm: 136449 19756 103 286 0 136161 0
[pid=10618/tid=10620] ppid=10616 vsize=545796 CPUtime=763.98
/proc/10618/task/10620/stat : 10620 (gnovelty+) R 10616 10618 24991 0 -1 4202560 4 0 0 0 42907 33491 0 0 15 0 4 0 1111343331 558895104 19756 4294967295 134512640 135680988 3221156672 3077177644 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10618/tid=10621] ppid=10616 vsize=545796 CPUtime=762.67
/proc/10618/task/10621/stat : 10621 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 42412 33855 0 0 16 0 4 0 1111343331 558895104 19756 4294967295 134512640 135680988 3221156672 3067785564 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10618/tid=10622] ppid=10616 vsize=545796 CPUtime=760.67
/proc/10618/task/10622/stat : 10622 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 42329 33738 0 0 15 0 4 0 1111343331 558895104 19756 4294967295 134512640 135680988 3221156672 3058393388 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3051.37
Current children cumulated vsize (KiB) 545796

[startup+882.306 s]
/proc/loadavg: 3.82 3.85 3.82 5/119 13453
/proc/meminfo: memFree=3081576/3368532 swapFree=1941392/1959888
[pid=10618] ppid=10616 vsize=545796 CPUtime=3275.68
/proc/10618/stat : 10618 (gnovelty+) R 10616 10618 24991 0 -1 4202496 19801 0 0 0 182488 145080 0 0 15 0 4 0 1111343323 558895104 19756 4294967295 134512640 135680988 3221156672 3221155916 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/10618/statm: 136449 19756 103 286 0 136161 0
[pid=10618/tid=10620] ppid=10616 vsize=545796 CPUtime=820.28
/proc/10618/task/10620/stat : 10620 (gnovelty+) R 10616 10618 24991 0 -1 4202560 4 0 0 0 45973 36055 0 0 15 0 4 0 1111343331 558895104 19756 4294967295 134512640 135680988 3221156672 3077177692 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10618/tid=10621] ppid=10616 vsize=545796 CPUtime=818.67
/proc/10618/task/10621/stat : 10621 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 45448 36419 0 0 15 0 4 0 1111343331 558895104 19756 4294967295 134512640 135680988 3221156672 3067785564 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10618/tid=10622] ppid=10616 vsize=545796 CPUtime=816.24
/proc/10618/task/10622/stat : 10622 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 45434 36190 0 0 16 0 4 0 1111343331 558895104 19756 4294967295 134512640 135680988 3221156672 3058393436 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3275.68
Current children cumulated vsize (KiB) 545796

[startup+942.313 s]
/proc/loadavg: 3.93 3.87 3.82 5/119 13640
/proc/meminfo: memFree=3081708/3368532 swapFree=1941392/1959888
[pid=10618] ppid=10616 vsize=545796 CPUtime=3499.01
/proc/10618/stat : 10618 (gnovelty+) R 10616 10618 24991 0 -1 4202496 19801 0 0 0 194905 154996 0 0 15 0 4 0 1111343323 558895104 19756 4294967295 134512640 135680988 3221156672 3221155916 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/10618/statm: 136449 19756 103 286 0 136161 0
[pid=10618/tid=10620] ppid=10616 vsize=545796 CPUtime=876.56
/proc/10618/task/10620/stat : 10620 (gnovelty+) R 10616 10618 24991 0 -1 4202560 4 0 0 0 49126 38530 0 0 15 0 4 0 1111343331 558895104 19756 4294967295 134512640 135680988 3221156672 3077177692 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10618/tid=10621] ppid=10616 vsize=545796 CPUtime=873.82
/proc/10618/task/10621/stat : 10621 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 48521 38861 0 0 15 0 4 0 1111343331 558895104 19756 4294967295 134512640 135680988 3221156672 3067785516 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10618/tid=10622] ppid=10616 vsize=545796 CPUtime=872.12
/proc/10618/task/10622/stat : 10622 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 48511 38701 0 0 15 0 4 0 1111343331 558895104 19756 4294967295 134512640 135680988 3221156672 3058393436 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3499.01
Current children cumulated vsize (KiB) 545796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 3.89 3.86 3.82 5/119 13826
/proc/meminfo: memFree=3081708/3368532 swapFree=1941392/1959888
[pid=10618] ppid=10616 vsize=545796 CPUtime=3714.17
/proc/10618/stat : 10618 (gnovelty+) R 10616 10618 24991 0 -1 4202496 19801 0 0 0 206805 164612 0 0 15 0 4 0 1111343323 558895104 19756 4294967295 134512640 135680988 3221156672 3221155916 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10618/statm: 136449 19756 103 286 0 136161 0
[pid=10618/tid=10620] ppid=10616 vsize=545796 CPUtime=930.14
/proc/10618/task/10620/stat : 10620 (gnovelty+) R 10616 10618 24991 0 -1 4202560 4 0 0 0 52019 40995 0 0 15 0 4 0 1111343331 558895104 19756 4294967295 134512640 135680988 3221156672 3077177692 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=10618/tid=10621] ppid=10616 vsize=545796 CPUtime=928.14
/proc/10618/task/10621/stat : 10621 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 51531 41283 0 0 15 0 4 0 1111343331 558895104 19756 4294967295 134512640 135680988 3221156672 3067785564 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10618/tid=10622] ppid=10616 vsize=545796 CPUtime=925.6
/proc/10618/task/10622/stat : 10622 (gnovelty+) R 10616 10618 24991 0 -1 4202560 6 0 0 0 51503 41057 0 0 16 0 4 0 1111343331 558895104 19756 4294967295 134512640 135680988 3221156672 3058393436 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3714.17
Current children cumulated vsize (KiB) 545796

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1000.04
CPU time (s): 3714.23
CPU user time (s): 2068.1
CPU system time (s): 1646.13
CPU usage (%): 371.41
Max. virtual memory (cumulated for all children) (KiB): 545796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2068.1
system time used= 1646.13
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19801
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= 89353673
involuntary context switches= 238757

runsolver used 0.01 second user time and 0.03 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 01:23:55
IDJOB=1778131
IDBENCH=70559
IDSOLVER=617
FILE ID=/1778131-1243466635
PBS_JOBID=
Free space on /tmp= 15730 MiB

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

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

MD5SUM BENCH= 2515572a613e65602da74910f5ce3b7f
RANDOM SEED= 2051219798

Linux (none) 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.143
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.42
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.143
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.11
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.143
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.17
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.143
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.15
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3160616 kB
Buffers:         13108 kB
Cached:         122572 kB
SwapCached:       4320 kB
Active:         105620 kB
Inactive:        41112 kB
HighTotal:     2489216 kB
HighFree:      2353976 kB
LowTotal:       879316 kB
LowFree:        806640 kB
SwapTotal:     1959888 kB
SwapFree:      1941392 kB
Dirty:            1328 kB
Writeback:           0 kB
AnonPages:        9620 kB
Mapped:           4284 kB
Slab:            50932 kB
SReclaimable:    43304 kB
SUnreclaim:       7628 kB
PageTables:        780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   127260 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15730 MiB
End job on  at 2009-05-28 01:40:37