Trace number 1777678

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

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/120/
unif-k5-r21.3-v120-c2556-S80067159-015.cnf
MD5SUM4df98fe109038d9163a11298f0c496d1
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 variables120
Number of clauses2556
Sum of the clauses size12780
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52556
Number of clauses of size over 50

Solver Data

0.08/0.08	c +------------------------------+
0.08/0.08	c | gNovelty+, version 1.0       |
0.08/0.08	c +------------------------------+
0.08/0.08	c gnovelty+ -h for help
0.08/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-1777678-1243455525/watcher-1777678-1243455525 -o /tmp/evaluation-result-1777678-1243455525/solver-1777678-1243455525 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1777678-1243455525.cnf 1950159587 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.85 4.08 4.07 2/115 5978
/proc/meminfo: memFree=3141864/3368532 swapFree=1941392/1959888
[pid=5978] ppid=5976 vsize=509228 CPUtime=0.02
/proc/5978/stat : 5978 (gnovelty+) R 5976 5978 24991 0 -1 4202496 6908 0 0 0 0 2 0 0 19 0 1 0 1110232334 521449472 6865 4294967295 134512640 135680988 3220789984 3220789248 134537167 0 0 0 0 0 0 0 17 2 0 0 0
/proc/5978/statm: 127307 6874 99 286 0 127019 0

[startup+0.076473 s]
/proc/loadavg: 3.85 4.08 4.07 2/115 5978
/proc/meminfo: memFree=3141864/3368532 swapFree=1941392/1959888
[pid=5978] ppid=5976 vsize=517040 CPUtime=0.08
/proc/5978/stat : 5978 (gnovelty+) R 5976 5978 24991 0 -1 4202496 18031 0 0 0 1 7 0 0 21 0 1 0 1110232334 529448960 17987 4294967295 134512640 135680988 3220789984 3220789248 134537779 0 0 0 0 0 0 0 17 2 0 0 0
/proc/5978/statm: 129260 17998 99 286 0 128972 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 517040

[startup+0.106486 s]
/proc/loadavg: 3.85 4.08 4.07 2/115 5978
/proc/meminfo: memFree=3141864/3368532 swapFree=1941392/1959888
[pid=5978] ppid=5976 vsize=545804 CPUtime=0.12
/proc/5978/stat : 5978 (gnovelty+) R 5976 5978 24991 0 -1 4202496 19823 0 0 0 5 7 0 0 23 0 4 0 1110232334 558903296 19779 4294967295 134512640 135680988 3220789984 3220789228 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/5978/statm: 136451 19779 103 286 0 136163 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 545804

[startup+0.306459 s]
/proc/loadavg: 3.85 4.08 4.07 2/115 5978
/proc/meminfo: memFree=3141864/3368532 swapFree=1941392/1959888
[pid=5978] ppid=5976 vsize=545804 CPUtime=0.89
/proc/5978/stat : 5978 (gnovelty+) R 5976 5978 24991 0 -1 4202496 19823 0 0 0 66 23 0 0 21 0 4 0 1110232334 558903296 19779 4294967295 134512640 135680988 3220789984 3220789228 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/5978/statm: 136451 19779 103 286 0 136163 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 545804

[startup+0.706442 s]
/proc/loadavg: 3.85 4.08 4.07 2/115 5978
/proc/meminfo: memFree=3141864/3368532 swapFree=1941392/1959888
[pid=5978] ppid=5976 vsize=545804 CPUtime=2.46
/proc/5978/stat : 5978 (gnovelty+) R 5976 5978 24991 0 -1 4202496 19823 0 0 0 198 48 0 0 18 0 4 0 1110232334 558903296 19779 4294967295 134512640 135680988 3220789984 3220789228 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/5978/statm: 136451 19779 103 286 0 136163 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 545804

[startup+1.50641 s]
/proc/loadavg: 3.85 4.08 4.07 5/119 5982
/proc/meminfo: memFree=3084308/3368532 swapFree=1941392/1959888
[pid=5978] ppid=5976 vsize=545804 CPUtime=5.3
/proc/5978/stat : 5978 (gnovelty+) R 5976 5978 24991 0 -1 4202496 19823 0 0 0 446 84 0 0 16 0 4 0 1110232334 558903296 19779 4294967295 134512640 135680988 3220789984 3220789228 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/5978/statm: 136451 19779 103 286 0 136163 0
[pid=5978/tid=5980] ppid=5976 vsize=545804 CPUtime=1.33
/proc/5978/task/5980/stat : 5980 (gnovelty+) R 5976 5978 24991 0 -1 4202560 10 0 0 0 116 17 0 0 22 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3077136732 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=5978/tid=5981] ppid=5976 vsize=545804 CPUtime=1.37
/proc/5978/task/5981/stat : 5981 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 115 22 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3067744604 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=5978/tid=5982] ppid=5976 vsize=545804 CPUtime=1.24
/proc/5978/task/5982/stat : 5982 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 103 21 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3058352476 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.3
Current children cumulated vsize (KiB) 545804

[startup+3.1064 s]
/proc/loadavg: 3.85 4.08 4.07 5/119 5982
/proc/meminfo: memFree=3084160/3368532 swapFree=1941392/1959888
[pid=5978] ppid=5976 vsize=545804 CPUtime=11.58
/proc/5978/stat : 5978 (gnovelty+) R 5976 5978 24991 0 -1 4202496 19823 0 0 0 966 192 0 0 15 0 4 0 1110232334 558903296 19779 4294967295 134512640 135680988 3220789984 3220789228 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/5978/statm: 136451 19779 103 286 0 136163 0
[pid=5978/tid=5980] ppid=5976 vsize=545804 CPUtime=2.88
/proc/5978/task/5980/stat : 5980 (gnovelty+) R 5976 5978 24991 0 -1 4202560 10 0 0 0 252 36 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3077136732 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=5978/tid=5981] ppid=5976 vsize=545804 CPUtime=2.95
/proc/5978/task/5981/stat : 5981 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 249 46 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3067744604 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=5978/tid=5982] ppid=5976 vsize=545804 CPUtime=2.82
/proc/5978/task/5982/stat : 5982 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 226 56 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3058352476 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.58
Current children cumulated vsize (KiB) 545804

[startup+6.30675 s]
/proc/loadavg: 3.86 4.08 4.07 7/119 5982
/proc/meminfo: memFree=3084060/3368532 swapFree=1941392/1959888
[pid=5978] ppid=5976 vsize=545804 CPUtime=23.95
/proc/5978/stat : 5978 (gnovelty+) R 5976 5978 24991 0 -1 4202496 19823 0 0 0 1991 404 0 0 15 0 4 0 1110232334 558903296 19779 4294967295 134512640 135680988 3220789984 3220789228 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/5978/statm: 136451 19779 103 286 0 136163 0
[pid=5978/tid=5980] ppid=5976 vsize=545804 CPUtime=6.02
/proc/5978/task/5980/stat : 5980 (gnovelty+) R 5976 5978 24991 0 -1 4202560 10 0 0 0 513 89 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3077136732 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=5978/tid=5981] ppid=5976 vsize=545804 CPUtime=6.06
/proc/5978/task/5981/stat : 5981 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 502 104 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3067744604 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=5978/tid=5982] ppid=5976 vsize=545804 CPUtime=5.88
/proc/5978/task/5982/stat : 5982 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 483 105 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3058352476 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.95
Current children cumulated vsize (KiB) 545804

[startup+12.706 s]
/proc/loadavg: 3.87 4.07 4.07 6/120 6132
/proc/meminfo: memFree=3083424/3368532 swapFree=1941392/1959888
[pid=5978] ppid=5976 vsize=545804 CPUtime=48.34
/proc/5978/stat : 5978 (gnovelty+) R 5976 5978 24991 0 -1 4202496 19823 0 0 0 4022 812 0 0 16 0 4 0 1110232334 558903296 19779 4294967295 134512640 135680988 3220789984 3220789316 134534381 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/5978/statm: 136451 19779 103 286 0 136163 0
[pid=5978/tid=5980] ppid=5976 vsize=545804 CPUtime=12.19
/proc/5978/task/5980/stat : 5980 (gnovelty+) S 5976 5978 24991 0 -1 4202560 10 0 0 0 1020 199 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3077136732 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=5978/tid=5981] ppid=5976 vsize=545804 CPUtime=12.11
/proc/5978/task/5981/stat : 5981 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 997 214 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3067744604 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=5978/tid=5982] ppid=5976 vsize=545804 CPUtime=12.08
/proc/5978/task/5982/stat : 5982 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 1025 183 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3058352476 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 48.34
Current children cumulated vsize (KiB) 545804

[startup+25.5155 s]
/proc/loadavg: 3.95 4.09 4.07 5/119 6171
/proc/meminfo: memFree=3083456/3368532 swapFree=1941392/1959888
[pid=5978] ppid=5976 vsize=545804 CPUtime=97.57
/proc/5978/stat : 5978 (gnovelty+) R 5976 5978 24991 0 -1 4202496 19823 0 0 0 8153 1604 0 0 15 0 4 0 1110232334 558903296 19779 4294967295 134512640 135680988 3220789984 3220789228 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/5978/statm: 136451 19779 103 286 0 136163 0
[pid=5978/tid=5980] ppid=5976 vsize=545804 CPUtime=24.53
/proc/5978/task/5980/stat : 5980 (gnovelty+) R 5976 5978 24991 0 -1 4202560 10 0 0 0 2075 378 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3077136732 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=5978/tid=5981] ppid=5976 vsize=545804 CPUtime=24.76
/proc/5978/task/5981/stat : 5981 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 2043 433 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3067744604 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=5978/tid=5982] ppid=5976 vsize=545804 CPUtime=24.27
/proc/5978/task/5982/stat : 5982 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 2042 385 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3058352476 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 97.57
Current children cumulated vsize (KiB) 545804

[startup+51.1145 s]
/proc/loadavg: 3.89 4.06 4.07 6/119 6174
/proc/meminfo: memFree=3083708/3368532 swapFree=1941392/1959888
[pid=5978] ppid=5976 vsize=545804 CPUtime=196.54
/proc/5978/stat : 5978 (gnovelty+) R 5976 5978 24991 0 -1 4202496 19823 0 0 0 16394 3260 0 0 15 0 4 0 1110232334 558903296 19779 4294967295 134512640 135680988 3220789984 3220789228 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/5978/statm: 136451 19779 103 286 0 136163 0
[pid=5978/tid=5980] ppid=5976 vsize=545804 CPUtime=49.27
/proc/5978/task/5980/stat : 5980 (gnovelty+) R 5976 5978 24991 0 -1 4202560 10 0 0 0 4130 797 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3077136732 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=5978/tid=5981] ppid=5976 vsize=545804 CPUtime=49.41
/proc/5978/task/5981/stat : 5981 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 4096 845 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3067744604 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=5978/tid=5982] ppid=5976 vsize=545804 CPUtime=49.04
/proc/5978/task/5982/stat : 5982 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 4090 814 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3058352476 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 196.54
Current children cumulated vsize (KiB) 545804

[startup+102.312 s]
/proc/loadavg: 4.03 4.07 4.07 5/119 6360
/proc/meminfo: memFree=3083452/3368532 swapFree=1941392/1959888
[pid=5978] ppid=5976 vsize=545804 CPUtime=393.27
/proc/5978/stat : 5978 (gnovelty+) R 5976 5978 24991 0 -1 4202496 19823 0 0 0 32743 6584 0 0 16 0 4 0 1110232334 558903296 19779 4294967295 134512640 135680988 3220789984 3220789316 134533839 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/5978/statm: 136451 19779 103 286 0 136163 0
[pid=5978/tid=5980] ppid=5976 vsize=545804 CPUtime=98.26
/proc/5978/task/5980/stat : 5980 (gnovelty+) R 5976 5978 24991 0 -1 4202560 10 0 0 0 8201 1625 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3077136732 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=5978/tid=5981] ppid=5976 vsize=545804 CPUtime=98.71
/proc/5978/task/5981/stat : 5981 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 8210 1661 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3067744604 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=5978/tid=5982] ppid=5976 vsize=545804 CPUtime=98.84
/proc/5978/task/5982/stat : 5982 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 8236 1648 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3058352476 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 393.27
Current children cumulated vsize (KiB) 545804

[startup+162.31 s]
/proc/loadavg: 4.03 4.05 4.06 5/119 6548
/proc/meminfo: memFree=3083088/3368532 swapFree=1941392/1959888
[pid=5978] ppid=5976 vsize=545804 CPUtime=622.73
/proc/5978/stat : 5978 (gnovelty+) R 5976 5978 24991 0 -1 4202496 19823 0 0 0 51904 10369 0 0 15 0 4 0 1110232334 558903296 19779 4294967295 134512640 135680988 3220789984 3220789228 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/5978/statm: 136451 19779 103 286 0 136163 0
[pid=5978/tid=5980] ppid=5976 vsize=545804 CPUtime=155.56
/proc/5978/task/5980/stat : 5980 (gnovelty+) R 5976 5978 24991 0 -1 4202560 10 0 0 0 12993 2563 0 0 16 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3077136732 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=5978/tid=5981] ppid=5976 vsize=545804 CPUtime=156.99
/proc/5978/task/5981/stat : 5981 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 13097 2602 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3067744604 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=5978/tid=5982] ppid=5976 vsize=545804 CPUtime=155.83
/proc/5978/task/5982/stat : 5982 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 12994 2589 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3058352476 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 622.73
Current children cumulated vsize (KiB) 545804

[startup+222.318 s]
/proc/loadavg: 3.93 4.03 4.05 5/119 6741
/proc/meminfo: memFree=3082716/3368532 swapFree=1941392/1959888
[pid=5978] ppid=5976 vsize=545804 CPUtime=854.48
/proc/5978/stat : 5978 (gnovelty+) R 5976 5978 24991 0 -1 4202496 19823 0 0 0 71222 14226 0 0 15 0 4 0 1110232334 558903296 19779 4294967295 134512640 135680988 3220789984 3220789228 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/5978/statm: 136451 19779 103 286 0 136163 0
[pid=5978/tid=5980] ppid=5976 vsize=545804 CPUtime=213.3
/proc/5978/task/5980/stat : 5980 (gnovelty+) R 5976 5978 24991 0 -1 4202560 10 0 0 0 17755 3575 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3077136732 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=5978/tid=5981] ppid=5976 vsize=545804 CPUtime=214.94
/proc/5978/task/5981/stat : 5981 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 17903 3591 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3067744604 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=5978/tid=5982] ppid=5976 vsize=545804 CPUtime=213.76
/proc/5978/task/5982/stat : 5982 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 17856 3520 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3058352476 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 854.48
Current children cumulated vsize (KiB) 545804

[startup+282.315 s]
/proc/loadavg: 3.99 4.02 4.04 6/119 6939
/proc/meminfo: memFree=3082756/3368532 swapFree=1941392/1959888
[pid=5978] ppid=5976 vsize=545804 CPUtime=1086.95
/proc/5978/stat : 5978 (gnovelty+) R 5976 5978 24991 0 -1 4202496 19823 0 0 0 90558 18137 0 0 15 0 4 0 1110232334 558903296 19779 4294967295 134512640 135680988 3220789984 3220789228 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/5978/statm: 136451 19779 103 286 0 136163 0
[pid=5978/tid=5980] ppid=5976 vsize=545804 CPUtime=271.31
/proc/5978/task/5980/stat : 5980 (gnovelty+) R 5976 5978 24991 0 -1 4202560 10 0 0 0 22548 4583 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3077136732 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=5978/tid=5981] ppid=5976 vsize=545804 CPUtime=273.47
/proc/5978/task/5981/stat : 5981 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 22743 4604 0 0 16 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3067744604 134957681 0 0 0 0 0 0 0 -1 0 0 0 0

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

[pid=5978] ppid=5976 vsize=545804 CPUtime=1549.04
/proc/5978/stat : 5978 (gnovelty+) R 5976 5978 24991 0 -1 4202496 19823 0 0 0 129112 25792 0 0 15 0 4 0 1110232334 558903296 19779 4294967295 134512640 135680988 3220789984 3220789228 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/5978/statm: 136451 19779 103 286 0 136163 0
[pid=5978/tid=5980] ppid=5976 vsize=545804 CPUtime=387.36
/proc/5978/task/5980/stat : 5980 (gnovelty+) R 5976 5978 24991 0 -1 4202560 10 0 0 0 32207 6529 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3077136732 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=5978/tid=5981] ppid=5976 vsize=545804 CPUtime=388.41
/proc/5978/task/5981/stat : 5981 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 32369 6472 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3067744604 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=5978/tid=5982] ppid=5976 vsize=545804 CPUtime=387.82
/proc/5978/task/5982/stat : 5982 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 32451 6331 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3058352476 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1549.04
Current children cumulated vsize (KiB) 545804

[startup+462.308 s]
/proc/loadavg: 4.21 4.07 4.05 6/119 7506
/proc/meminfo: memFree=3082964/3368532 swapFree=1941392/1959888
[pid=5978] ppid=5976 vsize=545804 CPUtime=1779.39
/proc/5978/stat : 5978 (gnovelty+) R 5976 5978 24991 0 -1 4202496 19823 0 0 0 148451 29488 0 0 15 0 4 0 1110232334 558903296 19779 4294967295 134512640 135680988 3220789984 3220789228 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/5978/statm: 136451 19779 103 286 0 136163 0
[pid=5978/tid=5980] ppid=5976 vsize=545804 CPUtime=445.25
/proc/5978/task/5980/stat : 5980 (gnovelty+) R 5976 5978 24991 0 -1 4202560 10 0 0 0 37065 7460 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3077136732 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=5978/tid=5981] ppid=5976 vsize=545804 CPUtime=446
/proc/5978/task/5981/stat : 5981 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 37200 7400 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3067744604 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=5978/tid=5982] ppid=5976 vsize=545804 CPUtime=444.5
/proc/5978/task/5982/stat : 5982 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 37209 7241 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3058352476 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1779.39
Current children cumulated vsize (KiB) 545804

[startup+522.306 s]
/proc/loadavg: 4.13 4.07 4.05 6/119 7695
/proc/meminfo: memFree=3083088/3368532 swapFree=1941392/1959888
[pid=5978] ppid=5976 vsize=545804 CPUtime=2010.18
/proc/5978/stat : 5978 (gnovelty+) R 5976 5978 24991 0 -1 4202496 19823 0 0 0 167699 33319 0 0 15 0 4 0 1110232334 558903296 19779 4294967295 134512640 135680988 3220789984 3220789228 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/5978/statm: 136451 19779 103 286 0 136163 0
[pid=5978/tid=5980] ppid=5976 vsize=545804 CPUtime=502.71
/proc/5978/task/5980/stat : 5980 (gnovelty+) R 5976 5978 24991 0 -1 4202560 10 0 0 0 41822 8449 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3077136732 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=5978/tid=5981] ppid=5976 vsize=545804 CPUtime=503.64
/proc/5978/task/5981/stat : 5981 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 41989 8375 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3067744604 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=5978/tid=5982] ppid=5976 vsize=545804 CPUtime=502.7
/proc/5978/task/5982/stat : 5982 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 42049 8221 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3058352476 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2010.18
Current children cumulated vsize (KiB) 545804

[startup+582.313 s]
/proc/loadavg: 4.16 4.09 4.06 5/119 7887
/proc/meminfo: memFree=3082964/3368532 swapFree=1941392/1959888
[pid=5978] ppid=5976 vsize=545804 CPUtime=2240.78
/proc/5978/stat : 5978 (gnovelty+) R 5976 5978 24991 0 -1 4202496 19823 0 0 0 186923 37155 0 0 15 0 4 0 1110232334 558903296 19779 4294967295 134512640 135680988 3220789984 3220789228 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/5978/statm: 136451 19779 103 286 0 136163 0
[pid=5978/tid=5980] ppid=5976 vsize=545804 CPUtime=561.19
/proc/5978/task/5980/stat : 5980 (gnovelty+) R 5976 5978 24991 0 -1 4202560 10 0 0 0 46714 9405 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3077136732 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=5978/tid=5981] ppid=5976 vsize=545804 CPUtime=560.91
/proc/5978/task/5981/stat : 5981 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 46722 9369 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3067744604 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=5978/tid=5982] ppid=5976 vsize=545804 CPUtime=559.8
/proc/5978/task/5982/stat : 5982 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 46822 9158 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3058352476 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2240.78
Current children cumulated vsize (KiB) 545804

[startup+642.311 s]
/proc/loadavg: 4.11 4.08 4.06 5/119 8076
/proc/meminfo: memFree=3083180/3368532 swapFree=1941392/1959888
[pid=5978] ppid=5976 vsize=545804 CPUtime=2473.91
/proc/5978/stat : 5978 (gnovelty+) R 5976 5978 24991 0 -1 4202496 19823 0 0 0 206306 41085 0 0 15 0 4 0 1110232334 558903296 19779 4294967295 134512640 135680988 3220789984 3220789228 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/5978/statm: 136451 19779 103 286 0 136163 0
[pid=5978/tid=5980] ppid=5976 vsize=545804 CPUtime=619.51
/proc/5978/task/5980/stat : 5980 (gnovelty+) R 5976 5978 24991 0 -1 4202560 10 0 0 0 51555 10396 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3077136732 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=5978/tid=5981] ppid=5976 vsize=545804 CPUtime=619.03
/proc/5978/task/5981/stat : 5981 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 51572 10331 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3067744604 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=5978/tid=5982] ppid=5976 vsize=545804 CPUtime=618.34
/proc/5978/task/5982/stat : 5982 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 51699 10135 0 0 16 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3058352476 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2473.91
Current children cumulated vsize (KiB) 545804

[startup+702.308 s]
/proc/loadavg: 4.11 4.08 4.06 5/119 8262
/proc/meminfo: memFree=3083080/3368532 swapFree=1941392/1959888
[pid=5978] ppid=5976 vsize=545804 CPUtime=2705.73
/proc/5978/stat : 5978 (gnovelty+) R 5976 5978 24991 0 -1 4202496 19823 0 0 0 225623 44950 0 0 15 0 4 0 1110232334 558903296 19779 4294967295 134512640 135680988 3220789984 3220789228 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/5978/statm: 136451 19779 103 286 0 136163 0
[pid=5978/tid=5980] ppid=5976 vsize=545804 CPUtime=677.76
/proc/5978/task/5980/stat : 5980 (gnovelty+) R 5976 5978 24991 0 -1 4202560 10 0 0 0 56423 11353 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3077136732 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=5978/tid=5981] ppid=5976 vsize=545804 CPUtime=677.15
/proc/5978/task/5981/stat : 5981 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 56448 11267 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3067744604 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=5978/tid=5982] ppid=5976 vsize=545804 CPUtime=676.2
/proc/5978/task/5982/stat : 5982 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 56488 11132 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3058352476 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2705.73
Current children cumulated vsize (KiB) 545804

[startup+762.315 s]
/proc/loadavg: 4.03 4.08 4.06 5/119 8450
/proc/meminfo: memFree=3082840/3368532 swapFree=1941392/1959888
[pid=5978] ppid=5976 vsize=545804 CPUtime=2938.5
/proc/5978/stat : 5978 (gnovelty+) R 5976 5978 24991 0 -1 4202496 19823 0 0 0 244963 48887 0 0 15 0 4 0 1110232334 558903296 19779 4294967295 134512640 135680988 3220789984 3220789228 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/5978/statm: 136451 19779 103 286 0 136163 0
[pid=5978/tid=5980] ppid=5976 vsize=545804 CPUtime=736.01
/proc/5978/task/5980/stat : 5980 (gnovelty+) R 5976 5978 24991 0 -1 4202560 10 0 0 0 61236 12365 0 0 16 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3077136732 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=5978/tid=5981] ppid=5976 vsize=545804 CPUtime=735.37
/proc/5978/task/5981/stat : 5981 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 61280 12257 0 0 16 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3067744604 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=5978/tid=5982] ppid=5976 vsize=545804 CPUtime=734.08
/proc/5978/task/5982/stat : 5982 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 61303 12105 0 0 16 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3058352476 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2938.5
Current children cumulated vsize (KiB) 545804

[startup+822.313 s]
/proc/loadavg: 4.06 4.08 4.06 5/119 8639
/proc/meminfo: memFree=3083336/3368532 swapFree=1941392/1959888
[pid=5978] ppid=5976 vsize=545804 CPUtime=3169.65
/proc/5978/stat : 5978 (gnovelty+) R 5976 5978 24991 0 -1 4202496 19823 0 0 0 264150 52815 0 0 15 0 4 0 1110232334 558903296 19779 4294967295 134512640 135680988 3220789984 3220789228 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/5978/statm: 136451 19779 103 286 0 136163 0
[pid=5978/tid=5980] ppid=5976 vsize=545804 CPUtime=793.74
/proc/5978/task/5980/stat : 5980 (gnovelty+) R 5976 5978 24991 0 -1 4202560 10 0 0 0 65993 13381 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3077136732 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=5978/tid=5981] ppid=5976 vsize=545804 CPUtime=793.27
/proc/5978/task/5981/stat : 5981 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 66061 13266 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3067744604 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=5978/tid=5982] ppid=5976 vsize=545804 CPUtime=792.16
/proc/5978/task/5982/stat : 5982 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 66121 13095 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3058352476 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3169.65
Current children cumulated vsize (KiB) 545804

[startup+882.311 s]
/proc/loadavg: 4.06 4.08 4.06 5/119 8827
/proc/meminfo: memFree=3083336/3368532 swapFree=1941392/1959888
[pid=5978] ppid=5976 vsize=545804 CPUtime=3400.74
/proc/5978/stat : 5978 (gnovelty+) R 5976 5978 24991 0 -1 4202496 19823 0 0 0 283377 56697 0 0 15 0 4 0 1110232334 558903296 19779 4294967295 134512640 135680988 3220789984 3220789228 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/5978/statm: 136451 19779 103 286 0 136163 0
[pid=5978/tid=5980] ppid=5976 vsize=545804 CPUtime=851.47
/proc/5978/task/5980/stat : 5980 (gnovelty+) R 5976 5978 24991 0 -1 4202560 10 0 0 0 70775 14372 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3077136732 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=5978/tid=5981] ppid=5976 vsize=545804 CPUtime=851.5
/proc/5978/task/5981/stat : 5981 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 70898 14252 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3067744692 134533809 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=5978/tid=5982] ppid=5976 vsize=545804 CPUtime=849.31
/proc/5978/task/5982/stat : 5982 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 70888 14043 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3058352476 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3400.74
Current children cumulated vsize (KiB) 545804

[startup+942.319 s]
/proc/loadavg: 4.02 4.06 4.05 6/119 9019
/proc/meminfo: memFree=3082932/3368532 swapFree=1941392/1959888
[pid=5978] ppid=5976 vsize=545804 CPUtime=3631.6
/proc/5978/stat : 5978 (gnovelty+) R 5976 5978 24991 0 -1 4202496 19823 0 0 0 302631 60529 0 0 15 0 4 0 1110232334 558903296 19779 4294967295 134512640 135680988 3220789984 3220789228 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/5978/statm: 136451 19779 103 286 0 136163 0
[pid=5978/tid=5980] ppid=5976 vsize=545804 CPUtime=909.69
/proc/5978/task/5980/stat : 5980 (gnovelty+) R 5976 5978 24991 0 -1 4202560 10 0 0 0 75674 15295 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3077136732 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=5978/tid=5981] ppid=5976 vsize=545804 CPUtime=909.22
/proc/5978/task/5981/stat : 5981 (gnovelty+) S 5976 5978 24991 0 -1 4202560 9 0 0 0 75705 15217 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3067744604 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=5978/tid=5982] ppid=5976 vsize=545804 CPUtime=906.33
/proc/5978/task/5982/stat : 5982 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 75653 14980 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3058352476 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3631.6
Current children cumulated vsize (KiB) 545804



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.02 s]
/proc/loadavg: 3.96 4.03 4.04 5/119 9205
/proc/meminfo: memFree=3082956/3368532 swapFree=1941392/1959888
[pid=5978] ppid=5976 vsize=545804 CPUtime=3853.82
/proc/5978/stat : 5978 (gnovelty+) R 5976 5978 24991 0 -1 4202496 19823 0 0 0 321177 64205 0 0 15 0 4 0 1110232334 558903296 19779 4294967295 134512640 135680988 3220789984 3220789228 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/5978/statm: 136451 19779 103 286 0 136163 0
[pid=5978/tid=5980] ppid=5976 vsize=545804 CPUtime=965.3
/proc/5978/task/5980/stat : 5980 (gnovelty+) R 5976 5978 24991 0 -1 4202560 10 0 0 0 80307 16223 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3077136732 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=5978/tid=5981] ppid=5976 vsize=545804 CPUtime=964.74
/proc/5978/task/5981/stat : 5981 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 80337 16137 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3067744604 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=5978/tid=5982] ppid=5976 vsize=545804 CPUtime=962.02
/proc/5978/task/5982/stat : 5982 (gnovelty+) R 5976 5978 24991 0 -1 4202560 9 0 0 0 80311 15891 0 0 15 0 4 0 1110232342 558903296 19779 4294967295 134512640 135680988 3220789984 3058352476 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3853.82
Current children cumulated vsize (KiB) 545804

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1000.04
CPU time (s): 3853.89
CPU user time (s): 3211.83
CPU system time (s): 642.06
CPU usage (%): 385.373
Max. virtual memory (cumulated for all children) (KiB): 545804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3211.83
system time used= 642.06
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19823
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= 25504854
involuntary context switches= 76416

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-27 22:18:45
IDJOB=1777678
IDBENCH=70408
IDSOLVER=617
FILE ID=/1777678-1243455525
PBS_JOBID=
Free space on /tmp= 15730 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (4 threads)
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/120/unif-k5-r21.3-v120-c2556-S80067159-015.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1777678-1243455525/watcher-1777678-1243455525 -o /tmp/evaluation-result-1777678-1243455525/solver-1777678-1243455525 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1777678-1243455525.cnf 1950159587 4

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

MD5SUM BENCH= 4df98fe109038d9163a11298f0c496d1
RANDOM SEED= 1950159587

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:       3163176 kB
Buffers:         13060 kB
Cached:         120456 kB
SwapCached:       4320 kB
Active:         105028 kB
Inactive:        39092 kB
HighTotal:     2489216 kB
HighFree:      2356188 kB
LowTotal:       879316 kB
LowFree:        806988 kB
SwapTotal:     1959888 kB
SwapFree:      1941392 kB
Dirty:            1408 kB
Writeback:           0 kB
AnonPages:        9392 kB
Mapped:           4504 kB
Slab:            50724 kB
SReclaimable:    42988 kB
SUnreclaim:       7736 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-27 22:35:27