Trace number 1778068

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.54 1000.03

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/500/
unif-k3-r4.25-v500-c2125-S1213077873-067.cnf
MD5SUM8db311cabf8fb8b12c84c250d98747d5
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 variables500
Number of clauses2125
Sum of the clauses size6375
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32125
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.08	c +------------------------------+
0.00/0.08	c | gNovelty+, version 1.0       |
0.00/0.08	c +------------------------------+
0.00/0.08	c gnovelty+ -h for help
0.00/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-1778068-1243462760/watcher-1778068-1243462760 -o /tmp/evaluation-result-1778068-1243462760/solver-1778068-1243462760 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1778068-1243462760.cnf 447332170 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: 5.05 4.98 4.93 3/96 20667
/proc/meminfo: memFree=3039576/3368532 swapFree=1954072/1959888
[pid=20667] ppid=20665 vsize=509228 CPUtime=0
/proc/20667/stat : 20667 (gnovelty+) R 20665 20667 15881 0 -1 4202496 1413 0 0 0 0 0 0 0 18 0 1 0 1100377171 521449472 1369 4294967295 134512640 135680988 3221037856 3221037120 134537167 0 0 0 0 0 0 0 17 3 0 0 0
/proc/20667/statm: 127307 1378 99 286 0 127019 0

[startup+0.085998 s]
/proc/loadavg: 5.05 4.98 4.93 3/96 20667
/proc/meminfo: memFree=3039576/3368532 swapFree=1954072/1959888
[pid=20667] ppid=20665 vsize=545800 CPUtime=0.08
/proc/20667/stat : 20667 (gnovelty+) R 20665 20667 15881 0 -1 4202496 19793 0 0 0 4 4 0 0 18 0 4 0 1100377171 558899200 19748 4294967295 134512640 135680988 3221037856 3221037088 134545933 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/20667/statm: 136450 19748 103 286 0 136162 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 545800

[startup+0.105992 s]
/proc/loadavg: 5.05 4.98 4.93 3/96 20667
/proc/meminfo: memFree=3039576/3368532 swapFree=1954072/1959888
[pid=20667] ppid=20665 vsize=545800 CPUtime=0.13
/proc/20667/stat : 20667 (gnovelty+) R 20665 20667 15881 0 -1 4202496 19818 0 0 0 7 6 0 0 19 0 4 0 1100377171 558899200 19773 4294967295 134512640 135680988 3221037856 3221037100 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/20667/statm: 136450 19773 103 286 0 136162 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 545800

[startup+0.306008 s]
/proc/loadavg: 5.05 4.98 4.93 3/96 20667
/proc/meminfo: memFree=3039576/3368532 swapFree=1954072/1959888
[pid=20667] ppid=20665 vsize=545800 CPUtime=0.83
/proc/20667/stat : 20667 (gnovelty+) R 20665 20667 15881 0 -1 4202496 19818 0 0 0 44 39 0 0 17 0 4 0 1100377171 558899200 19773 4294967295 134512640 135680988 3221037856 3221037100 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/20667/statm: 136450 19773 103 286 0 136162 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 545800

[startup+0.705971 s]
/proc/loadavg: 5.05 4.98 4.93 3/96 20667
/proc/meminfo: memFree=3039576/3368532 swapFree=1954072/1959888
[pid=20667] ppid=20665 vsize=545800 CPUtime=2.33
/proc/20667/stat : 20667 (gnovelty+) R 20665 20667 15881 0 -1 4202496 19818 0 0 0 132 101 0 0 15 0 4 0 1100377171 558899200 19773 4294967295 134512640 135680988 3221037856 3221037100 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/20667/statm: 136450 19773 103 286 0 136162 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 545800

[startup+1.50598 s]
/proc/loadavg: 4.97 4.96 4.92 5/100 20671
/proc/meminfo: memFree=2960840/3368532 swapFree=1954072/1959888
[pid=20667] ppid=20665 vsize=545800 CPUtime=5.37
/proc/20667/stat : 20667 (gnovelty+) R 20665 20667 15881 0 -1 4202496 19818 0 0 0 302 235 0 0 15 0 4 0 1100377171 558899200 19773 4294967295 134512640 135680988 3221037856 3221037100 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/20667/statm: 136450 19773 103 286 0 136162 0
[pid=20667/tid=20669] ppid=20665 vsize=545800 CPUtime=1.33
/proc/20667/task/20669/stat : 20669 (gnovelty+) R 20665 20667 15881 0 -1 4202560 8 0 0 0 70 63 0 0 15 0 4 0 1100377180 558899200 19773 4294967295 134512640 135680988 3221037856 3077136732 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20667/tid=20670] ppid=20665 vsize=545800 CPUtime=1.3
/proc/20667/task/20670/stat : 20670 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 79 51 0 0 15 0 4 0 1100377180 558899200 19773 4294967295 134512640 135680988 3221037856 3067744604 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20667/tid=20671] ppid=20665 vsize=545800 CPUtime=1.34
/proc/20667/task/20671/stat : 20671 (gnovelty+) R 20665 20667 15881 0 -1 4202560 8 0 0 0 72 62 0 0 15 0 4 0 1100377180 558899200 19773 4294967295 134512640 135680988 3221037856 3058352476 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.37
Current children cumulated vsize (KiB) 545800

[startup+3.10542 s]
/proc/loadavg: 4.97 4.96 4.92 5/100 20671
/proc/meminfo: memFree=2960704/3368532 swapFree=1954072/1959888
[pid=20667] ppid=20665 vsize=545800 CPUtime=11.02
/proc/20667/stat : 20667 (gnovelty+) R 20665 20667 15881 0 -1 4202496 19818 0 0 0 625 477 0 0 15 0 4 0 1100377171 558899200 19773 4294967295 134512640 135680988 3221037856 3221037100 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20667/statm: 136450 19773 103 286 0 136162 0
[pid=20667/tid=20669] ppid=20665 vsize=545800 CPUtime=2.82
/proc/20667/task/20669/stat : 20669 (gnovelty+) R 20665 20667 15881 0 -1 4202560 8 0 0 0 157 125 0 0 15 0 4 0 1100377180 558899200 19773 4294967295 134512640 135680988 3221037856 3077136732 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20667/tid=20670] ppid=20665 vsize=545800 CPUtime=2.81
/proc/20667/task/20670/stat : 20670 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 167 114 0 0 16 0 4 0 1100377180 558899200 19773 4294967295 134512640 135680988 3221037856 3067744556 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20667/tid=20671] ppid=20665 vsize=545800 CPUtime=2.65
/proc/20667/task/20671/stat : 20671 (gnovelty+) R 20665 20667 15881 0 -1 4202560 8 0 0 0 145 120 0 0 15 0 4 0 1100377180 558899200 19773 4294967295 134512640 135680988 3221037856 3058352428 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.02
Current children cumulated vsize (KiB) 545800

[startup+6.30521 s]
/proc/loadavg: 4.97 4.96 4.92 2/100 20855
/proc/meminfo: memFree=2960632/3368532 swapFree=1954072/1959888
[pid=20667] ppid=20665 vsize=545800 CPUtime=22.73
/proc/20667/stat : 20667 (gnovelty+) R 20665 20667 15881 0 -1 4202496 19819 0 0 0 1287 986 0 0 15 0 4 0 1100377171 558899200 19774 4294967295 134512640 135680988 3221037856 3221037100 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/20667/statm: 136450 19774 103 286 0 136162 0
[pid=20667/tid=20669] ppid=20665 vsize=545800 CPUtime=5.7
/proc/20667/task/20669/stat : 20669 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 314 256 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3077136732 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20667/tid=20670] ppid=20665 vsize=545800 CPUtime=5.78
/proc/20667/task/20670/stat : 20670 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 329 249 0 0 16 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3067744604 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20667/tid=20671] ppid=20665 vsize=545800 CPUtime=5.64
/proc/20667/task/20671/stat : 20671 (gnovelty+) R 20665 20667 15881 0 -1 4202560 8 0 0 0 325 239 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3058352476 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 22.73
Current children cumulated vsize (KiB) 545800

[startup+12.7052 s]
/proc/loadavg: 4.82 4.93 4.91 5/100 20856
/proc/meminfo: memFree=2960712/3368532 swapFree=1954072/1959888
[pid=20667] ppid=20665 vsize=545800 CPUtime=46.3
/proc/20667/stat : 20667 (gnovelty+) R 20665 20667 15881 0 -1 4202496 19819 0 0 0 2622 2008 0 0 15 0 4 0 1100377171 558899200 19774 4294967295 134512640 135680988 3221037856 3221037100 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/20667/statm: 136450 19774 103 286 0 136162 0
[pid=20667/tid=20669] ppid=20665 vsize=545800 CPUtime=11.46
/proc/20667/task/20669/stat : 20669 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 613 533 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3077136732 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20667/tid=20670] ppid=20665 vsize=545800 CPUtime=11.92
/proc/20667/task/20670/stat : 20670 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 682 510 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3067744556 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20667/tid=20671] ppid=20665 vsize=545800 CPUtime=11.45
/proc/20667/task/20671/stat : 20671 (gnovelty+) R 20665 20667 15881 0 -1 4202560 8 0 0 0 660 485 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3058352476 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 46.3
Current children cumulated vsize (KiB) 545800

[startup+25.5142 s]
/proc/loadavg: 4.69 4.90 4.90 5/100 20858
/proc/meminfo: memFree=2960652/3368532 swapFree=1954072/1959888
[pid=20667] ppid=20665 vsize=545800 CPUtime=93.98
/proc/20667/stat : 20667 (gnovelty+) R 20665 20667 15881 0 -1 4202496 19819 0 0 0 5287 4111 0 0 15 0 4 0 1100377171 558899200 19774 4294967295 134512640 135680988 3221037856 3221037100 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20667/statm: 136450 19774 103 286 0 136162 0
[pid=20667/tid=20669] ppid=20665 vsize=545800 CPUtime=23.46
/proc/20667/task/20669/stat : 20669 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 1263 1083 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3077136732 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20667/tid=20670] ppid=20665 vsize=545800 CPUtime=24.07
/proc/20667/task/20670/stat : 20670 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 1347 1060 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3067744604 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20667/tid=20671] ppid=20665 vsize=545800 CPUtime=23.05
/proc/20667/task/20671/stat : 20671 (gnovelty+) R 20665 20667 15881 0 -1 4202560 8 0 0 0 1314 991 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3058352476 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 93.98
Current children cumulated vsize (KiB) 545800

[startup+51.1123 s]
/proc/loadavg: 4.45 4.82 4.88 5/100 20858
/proc/meminfo: memFree=2960716/3368532 swapFree=1954072/1959888
[pid=20667] ppid=20665 vsize=545800 CPUtime=188.75
/proc/20667/stat : 20667 (gnovelty+) R 20665 20667 15881 0 -1 4202496 19819 0 0 0 10569 8306 0 0 15 0 4 0 1100377171 558899200 19774 4294967295 134512640 135680988 3221037856 3221037100 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/20667/statm: 136450 19774 103 286 0 136162 0
[pid=20667/tid=20669] ppid=20665 vsize=545800 CPUtime=46.87
/proc/20667/task/20669/stat : 20669 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 2586 2101 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3077136732 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20667/tid=20670] ppid=20665 vsize=545800 CPUtime=47.79
/proc/20667/task/20670/stat : 20670 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 2648 2131 0 0 16 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3067744604 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20667/tid=20671] ppid=20665 vsize=545800 CPUtime=47.01
/proc/20667/task/20671/stat : 20671 (gnovelty+) R 20665 20667 15881 0 -1 4202560 8 0 0 0 2647 2054 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3058352476 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 188.75
Current children cumulated vsize (KiB) 545800

[startup+102.319 s]
/proc/loadavg: 4.14 4.67 4.82 5/100 21047
/proc/meminfo: memFree=2960840/3368532 swapFree=1954072/1959888
[pid=20667] ppid=20665 vsize=545800 CPUtime=378.41
/proc/20667/stat : 20667 (gnovelty+) S 20665 20667 15881 0 -1 4202496 19819 0 0 0 21161 16680 0 0 15 0 4 0 1100377171 558899200 19774 4294967295 134512640 135680988 3221037856 3221037100 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/20667/statm: 136450 19774 103 286 0 136162 0
[pid=20667/tid=20669] ppid=20665 vsize=545800 CPUtime=93.93
/proc/20667/task/20669/stat : 20669 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 5224 4169 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3077136732 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20667/tid=20670] ppid=20665 vsize=545800 CPUtime=95.14
/proc/20667/task/20670/stat : 20670 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 5313 4201 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3067744604 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20667/tid=20671] ppid=20665 vsize=545800 CPUtime=94.57
/proc/20667/task/20671/stat : 20671 (gnovelty+) R 20665 20667 15881 0 -1 4202560 8 0 0 0 5265 4192 0 0 16 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3058352476 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 378.41
Current children cumulated vsize (KiB) 545800

[startup+162.315 s]
/proc/loadavg: 3.85 4.50 4.75 5/100 21238
/proc/meminfo: memFree=2960560/3368532 swapFree=1954072/1959888
[pid=20667] ppid=20665 vsize=545800 CPUtime=602.36
/proc/20667/stat : 20667 (gnovelty+) R 20665 20667 15881 0 -1 4202496 19819 0 0 0 33686 26550 0 0 15 0 4 0 1100377171 558899200 19774 4294967295 134512640 135680988 3221037856 3221037100 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/20667/statm: 136450 19774 103 286 0 136162 0
[pid=20667/tid=20669] ppid=20665 vsize=545800 CPUtime=150.01
/proc/20667/task/20669/stat : 20669 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 8324 6677 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3077136684 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20667/tid=20670] ppid=20665 vsize=545800 CPUtime=151.06
/proc/20667/task/20670/stat : 20670 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 8426 6680 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3067744604 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20667/tid=20671] ppid=20665 vsize=545800 CPUtime=150.71
/proc/20667/task/20671/stat : 20671 (gnovelty+) R 20665 20667 15881 0 -1 4202560 8 0 0 0 8477 6594 0 0 16 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3058352476 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 602.36
Current children cumulated vsize (KiB) 545800

[startup+222.311 s]
/proc/loadavg: 3.89 4.39 4.69 5/100 21425
/proc/meminfo: memFree=2960584/3368532 swapFree=1954072/1959888
[pid=20667] ppid=20665 vsize=545800 CPUtime=825.33
/proc/20667/stat : 20667 (gnovelty+) R 20665 20667 15881 0 -1 4202496 19819 0 0 0 45967 36566 0 0 16 0 4 0 1100377171 558899200 19774 4294967295 134512640 135680988 3221037856 3221037188 134533321 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/20667/statm: 136450 19774 103 286 0 136162 0
[pid=20667/tid=20669] ppid=20665 vsize=545800 CPUtime=206.01
/proc/20667/task/20669/stat : 20669 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 11401 9200 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3077136732 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20667/tid=20670] ppid=20665 vsize=545800 CPUtime=206.66
/proc/20667/task/20670/stat : 20670 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 11526 9140 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3067744604 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20667/tid=20671] ppid=20665 vsize=545800 CPUtime=206.42
/proc/20667/task/20671/stat : 20671 (gnovelty+) R 20665 20667 15881 0 -1 4202560 8 0 0 0 11502 9140 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3058352476 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 825.33
Current children cumulated vsize (KiB) 545800

[startup+282.307 s]
/proc/loadavg: 3.88 4.30 4.64 5/100 21613
/proc/meminfo: memFree=2960708/3368532 swapFree=1954072/1959888
[pid=20667] ppid=20665 vsize=545800 CPUtime=1049.54
/proc/20667/stat : 20667 (gnovelty+) R 20665 20667 15881 0 -1 4202496 19819 0 0 0 58174 46780 0 0 15 0 4 0 1100377171 558899200 19774 4294967295 134512640 135680988 3221037856 3221037100 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/20667/statm: 136450 19774 103 286 0 136162 0
[pid=20667/tid=20669] ppid=20665 vsize=545800 CPUtime=262.31
/proc/20667/task/20669/stat : 20669 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 14417 11814 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3077136684 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20667/tid=20670] ppid=20665 vsize=545800 CPUtime=262.29
/proc/20667/task/20670/stat : 20670 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 14600 11629 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3067744604 134957681 0 0 0 0 0 0 0 -1 2 0 0 0

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

[pid=20667] ppid=20665 vsize=545800 CPUtime=1495.69
/proc/20667/stat : 20667 (gnovelty+) R 20665 20667 15881 0 -1 4202496 19819 0 0 0 82956 66613 0 0 15 0 4 0 1100377171 558899200 19774 4294967295 134512640 135680988 3221037856 3221037100 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/20667/statm: 136450 19774 103 286 0 136162 0
[pid=20667/tid=20669] ppid=20665 vsize=545800 CPUtime=374.61
/proc/20667/task/20669/stat : 20669 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 20615 16846 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3077136732 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20667/tid=20670] ppid=20665 vsize=545800 CPUtime=373.18
/proc/20667/task/20670/stat : 20670 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 20843 16475 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3067744604 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20667/tid=20671] ppid=20665 vsize=545800 CPUtime=373.37
/proc/20667/task/20671/stat : 20671 (gnovelty+) R 20665 20667 15881 0 -1 4202560 8 0 0 0 20708 16629 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3058352476 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1495.69
Current children cumulated vsize (KiB) 545800

[startup+462.305 s]
/proc/loadavg: 3.88 4.08 4.49 6/100 22179
/proc/meminfo: memFree=2960220/3368532 swapFree=1954072/1959888
[pid=20667] ppid=20665 vsize=545800 CPUtime=1719.8
/proc/20667/stat : 20667 (gnovelty+) R 20665 20667 15881 0 -1 4202496 19819 0 0 0 95317 76663 0 0 15 0 4 0 1100377171 558899200 19774 4294967295 134512640 135680988 3221037856 3221037100 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/20667/statm: 136450 19774 103 286 0 136162 0
[pid=20667/tid=20669] ppid=20665 vsize=545800 CPUtime=430.82
/proc/20667/task/20669/stat : 20669 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 23699 19383 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3077136732 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20667/tid=20670] ppid=20665 vsize=545800 CPUtime=429.24
/proc/20667/task/20670/stat : 20670 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 23919 19005 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3067744604 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20667/tid=20671] ppid=20665 vsize=545800 CPUtime=429.26
/proc/20667/task/20671/stat : 20671 (gnovelty+) R 20665 20667 15881 0 -1 4202560 8 0 0 0 23796 19130 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3058352476 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1719.8
Current children cumulated vsize (KiB) 545800

[startup+522.311 s]
/proc/loadavg: 3.89 4.05 4.45 5/100 22366
/proc/meminfo: memFree=2960212/3368532 swapFree=1954072/1959888
[pid=20667] ppid=20665 vsize=545800 CPUtime=1942.75
/proc/20667/stat : 20667 (gnovelty+) R 20665 20667 15881 0 -1 4202496 19819 0 0 0 107736 86539 0 0 16 0 4 0 1100377171 558899200 19774 4294967295 134512640 135680988 3221037856 3221037100 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/20667/statm: 136450 19774 103 286 0 136162 0
[pid=20667/tid=20669] ppid=20665 vsize=545800 CPUtime=487.16
/proc/20667/task/20669/stat : 20669 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 26828 21888 0 0 16 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3077136732 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20667/tid=20670] ppid=20665 vsize=545800 CPUtime=484.74
/proc/20667/task/20670/stat : 20670 (gnovelty+) S 20665 20667 15881 0 -1 4202560 9 0 0 0 27026 21448 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3067744604 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20667/tid=20671] ppid=20665 vsize=545800 CPUtime=484.54
/proc/20667/task/20671/stat : 20671 (gnovelty+) S 20665 20667 15881 0 -1 4202560 8 0 0 0 26846 21608 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3058352476 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1942.75
Current children cumulated vsize (KiB) 545800

[startup+582.306 s]
/proc/loadavg: 3.90 4.02 4.42 5/100 22558
/proc/meminfo: memFree=2960468/3368532 swapFree=1954072/1959888
[pid=20667] ppid=20665 vsize=545800 CPUtime=2165.1
/proc/20667/stat : 20667 (gnovelty+) R 20665 20667 15881 0 -1 4202496 19819 0 0 0 120205 96305 0 0 16 0 4 0 1100377171 558899200 19774 4294967295 134512640 135680988 3221037856 3221037188 134533539 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/20667/statm: 136450 19774 103 286 0 136162 0
[pid=20667/tid=20669] ppid=20665 vsize=545800 CPUtime=542.5
/proc/20667/task/20669/stat : 20669 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 29919 24331 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3077136732 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20667/tid=20670] ppid=20665 vsize=545800 CPUtime=540.27
/proc/20667/task/20670/stat : 20670 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 30153 23874 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3067744556 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20667/tid=20671] ppid=20665 vsize=545800 CPUtime=540.19
/proc/20667/task/20671/stat : 20671 (gnovelty+) R 20665 20667 15881 0 -1 4202560 8 0 0 0 29964 24055 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3058352476 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2165.1
Current children cumulated vsize (KiB) 545800

[startup+642.312 s]
/proc/loadavg: 3.81 3.98 4.38 5/100 22746
/proc/meminfo: memFree=2960344/3368532 swapFree=1954072/1959888
[pid=20667] ppid=20665 vsize=545800 CPUtime=2387.41
/proc/20667/stat : 20667 (gnovelty+) R 20665 20667 15881 0 -1 4202496 19819 0 0 0 132828 105913 0 0 15 0 4 0 1100377171 558899200 19774 4294967295 134512640 135680988 3221037856 3221037100 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/20667/statm: 136450 19774 103 286 0 136162 0
[pid=20667/tid=20669] ppid=20665 vsize=545800 CPUtime=597.63
/proc/20667/task/20669/stat : 20669 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 33099 26664 0 0 16 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3077136732 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20667/tid=20670] ppid=20665 vsize=545800 CPUtime=595.97
/proc/20667/task/20670/stat : 20670 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 33297 26300 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3067744556 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20667/tid=20671] ppid=20665 vsize=545800 CPUtime=595.46
/proc/20667/task/20671/stat : 20671 (gnovelty+) R 20665 20667 15881 0 -1 4202560 8 0 0 0 33061 26485 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3058352476 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2387.41
Current children cumulated vsize (KiB) 545800

[startup+702.318 s]
/proc/loadavg: 3.81 3.95 4.34 5/100 22935
/proc/meminfo: memFree=2960328/3368532 swapFree=1954072/1959888
[pid=20667] ppid=20665 vsize=545800 CPUtime=2609.46
/proc/20667/stat : 20667 (gnovelty+) R 20665 20667 15881 0 -1 4202496 19819 0 0 0 145353 115593 0 0 15 0 4 0 1100377171 558899200 19774 4294967295 134512640 135680988 3221037856 3221037100 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/20667/statm: 136450 19774 103 286 0 136162 0
[pid=20667/tid=20669] ppid=20665 vsize=545800 CPUtime=653.42
/proc/20667/task/20669/stat : 20669 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 36290 29052 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3077136732 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20667/tid=20670] ppid=20665 vsize=545800 CPUtime=650.68
/proc/20667/task/20670/stat : 20670 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 36410 28658 0 0 16 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3067744604 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20667/tid=20671] ppid=20665 vsize=545800 CPUtime=651.53
/proc/20667/task/20671/stat : 20671 (gnovelty+) R 20665 20667 15881 0 -1 4202560 8 0 0 0 36224 28929 0 0 16 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3058352476 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2609.46
Current children cumulated vsize (KiB) 545800

[startup+762.314 s]
/proc/loadavg: 3.97 3.97 4.32 5/100 23122
/proc/meminfo: memFree=2960344/3368532 swapFree=1954072/1959888
[pid=20667] ppid=20665 vsize=545800 CPUtime=2831.13
/proc/20667/stat : 20667 (gnovelty+) R 20665 20667 15881 0 -1 4202496 19819 0 0 0 157779 125334 0 0 16 0 4 0 1100377171 558899200 19774 4294967295 134512640 135680988 3221037856 3221037100 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20667/statm: 136450 19774 103 286 0 136162 0
[pid=20667/tid=20669] ppid=20665 vsize=545800 CPUtime=709.01
/proc/20667/task/20669/stat : 20669 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 39376 31525 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3077136732 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20667/tid=20670] ppid=20665 vsize=545800 CPUtime=706.04
/proc/20667/task/20670/stat : 20670 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 39511 31093 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3067744604 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20667/tid=20671] ppid=20665 vsize=545800 CPUtime=706.68
/proc/20667/task/20671/stat : 20671 (gnovelty+) S 20665 20667 15881 0 -1 4202560 8 0 0 0 39367 31301 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3058352476 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2831.13
Current children cumulated vsize (KiB) 545800

[startup+822.31 s]
/proc/loadavg: 3.92 3.96 4.29 4/100 23309
/proc/meminfo: memFree=2960336/3368532 swapFree=1954072/1959888
[pid=20667] ppid=20665 vsize=545800 CPUtime=3052.74
/proc/20667/stat : 20667 (gnovelty+) R 20665 20667 15881 0 -1 4202496 19819 0 0 0 170242 135032 0 0 15 0 4 0 1100377171 558899200 19774 4294967295 134512640 135680988 3221037856 3221037052 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20667/statm: 136450 19774 103 286 0 136162 0
[pid=20667/tid=20669] ppid=20665 vsize=545800 CPUtime=764.7
/proc/20667/task/20669/stat : 20669 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 42539 33931 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3077136732 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20667/tid=20670] ppid=20665 vsize=545800 CPUtime=762.25
/proc/20667/task/20670/stat : 20670 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 42701 33524 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3067744604 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20667/tid=20671] ppid=20665 vsize=545800 CPUtime=761.12
/proc/20667/task/20671/stat : 20671 (gnovelty+) R 20665 20667 15881 0 -1 4202560 8 0 0 0 42357 33755 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3058352476 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3052.74
Current children cumulated vsize (KiB) 545800

[startup+882.306 s]
/proc/loadavg: 3.85 3.93 4.26 5/100 23497
/proc/meminfo: memFree=2960344/3368532 swapFree=1954072/1959888
[pid=20667] ppid=20665 vsize=545800 CPUtime=3275.04
/proc/20667/stat : 20667 (gnovelty+) R 20665 20667 15881 0 -1 4202496 19819 0 0 0 182660 144844 0 0 15 0 4 0 1100377171 558899200 19774 4294967295 134512640 135680988 3221037856 3221037100 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/20667/statm: 136450 19774 103 286 0 136162 0
[pid=20667/tid=20669] ppid=20665 vsize=545800 CPUtime=819.43
/proc/20667/task/20669/stat : 20669 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 45554 36389 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3077136732 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20667/tid=20670] ppid=20665 vsize=545800 CPUtime=817.82
/proc/20667/task/20670/stat : 20670 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 45814 35968 0 0 16 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3067744556 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20667/tid=20671] ppid=20665 vsize=545800 CPUtime=817.33
/proc/20667/task/20671/stat : 20671 (gnovelty+) R 20665 20667 15881 0 -1 4202560 8 0 0 0 45522 36211 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3058352476 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3275.04
Current children cumulated vsize (KiB) 545800

[startup+942.312 s]
/proc/loadavg: 3.83 3.91 4.23 6/100 23689
/proc/meminfo: memFree=2960344/3368532 swapFree=1954072/1959888
[pid=20667] ppid=20665 vsize=545800 CPUtime=3499.32
/proc/20667/stat : 20667 (gnovelty+) R 20665 20667 15881 0 -1 4202496 19819 0 0 0 195028 154904 0 0 16 0 4 0 1100377171 558899200 19774 4294967295 134512640 135680988 3221037856 3221037052 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/20667/statm: 136450 19774 103 286 0 136162 0
[pid=20667/tid=20669] ppid=20665 vsize=545800 CPUtime=875.93
/proc/20667/task/20669/stat : 20669 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 48619 38974 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3077136732 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20667/tid=20670] ppid=20665 vsize=545800 CPUtime=873.93
/proc/20667/task/20670/stat : 20670 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 48971 38422 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3067744604 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20667/tid=20671] ppid=20665 vsize=545800 CPUtime=873.09
/proc/20667/task/20671/stat : 20671 (gnovelty+) R 20665 20667 15881 0 -1 4202560 8 0 0 0 48579 38730 0 0 16 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3058352476 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3499.32
Current children cumulated vsize (KiB) 545800



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 3.78 3.89 4.21 5/100 23878
/proc/meminfo: memFree=2960328/3368532 swapFree=1954072/1959888
[pid=20667] ppid=20665 vsize=545800 CPUtime=3714.48
/proc/20667/stat : 20667 (gnovelty+) R 20665 20667 15881 0 -1 4202496 19819 0 0 0 206915 164533 0 0 16 0 4 0 1100377171 558899200 19774 4294967295 134512640 135680988 3221037856 3221037052 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/20667/statm: 136450 19774 103 286 0 136162 0
[pid=20667/tid=20669] ppid=20665 vsize=545800 CPUtime=929.95
/proc/20667/task/20669/stat : 20669 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 51627 41368 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3077136732 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20667/tid=20670] ppid=20665 vsize=545800 CPUtime=927.59
/proc/20667/task/20670/stat : 20670 (gnovelty+) R 20665 20667 15881 0 -1 4202560 9 0 0 0 51981 40778 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3067744604 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20667/tid=20671] ppid=20665 vsize=545800 CPUtime=926.91
/proc/20667/task/20671/stat : 20671 (gnovelty+) R 20665 20667 15881 0 -1 4202560 8 0 0 0 51526 41165 0 0 15 0 4 0 1100377180 558899200 19774 4294967295 134512640 135680988 3221037856 3058352476 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3714.48
Current children cumulated vsize (KiB) 545800

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): 3714.54
CPU user time (s): 2069.19
CPU system time (s): 1645.35
CPU usage (%): 371.442
Max. virtual memory (cumulated for all children) (KiB): 545800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2069.19
system time used= 1645.35
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19819
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= 90974952
involuntary context switches= 229357

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi44 at 2009-05-28 00:19:20
IDJOB=1778068
IDBENCH=70538
IDSOLVER=617
FILE ID=tipi44/1778068-1243462760
PBS_JOBID=
Free space on /tmp= 15894 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (4 threads)
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/500/unif-k3-r4.25-v500-c2125-S1213077873-067.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1778068-1243462760/watcher-1778068-1243462760 -o /tmp/evaluation-result-1778068-1243462760/solver-1778068-1243462760 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1778068-1243462760.cnf 447332170 4

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

MD5SUM BENCH= 8db311cabf8fb8b12c84c250d98747d5
RANDOM SEED= 447332170

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:       3039872 kB
Buffers:        130912 kB
Cached:          91140 kB
SwapCached:       2184 kB
Active:          88664 kB
Inactive:       143236 kB
HighTotal:     2489216 kB
HighFree:      2385924 kB
LowTotal:       879316 kB
LowFree:        653948 kB
SwapTotal:     1959888 kB
SwapFree:      1954072 kB
Dirty:            1380 kB
Writeback:           0 kB
AnonPages:        9088 kB
Mapped:           3432 kB
Slab:            86852 kB
SReclaimable:    77024 kB
SUnreclaim:       9828 kB
PageTables:        464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    87896 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15894 MiB
End job on tipi44 at 2009-05-28 00:36:02