Trace number 1777114

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

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/900/
unif-k5-r20-v900-c18000-S661850551-087.cnf
MD5SUM8cc13233e4c2c3c435dccf0012fdfdbd
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 variables900
Number of clauses18000
Sum of the clauses size90000
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 518000
Number of clauses of size over 50

Solver Data

0.11/0.13	c +------------------------------+
0.11/0.13	c | gNovelty+, version 1.0       |
0.11/0.13	c +------------------------------+
0.11/0.13	c gnovelty+ -h for help
0.11/0.13	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-1777114-1243436213/watcher-1777114-1243436213 -o /tmp/evaluation-result-1777114-1243436213/solver-1777114-1243436213 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1777114-1243436213.cnf 2002109257 4 

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


[startup+0 s]
/proc/loadavg: 4.14 4.24 4.19 2/115 8514
/proc/meminfo: memFree=3163884/3368532 swapFree=1941388/1959888
[pid=8514] ppid=8512 vsize=509232 CPUtime=0.01
/proc/8514/stat : 8514 (gnovelty+) R 8512 8514 24991 0 -1 4202496 1600 0 0 0 0 1 0 0 25 0 1 0 1108301126 521453568 1557 4294967295 134512640 135680988 3214359744 3214359008 134537167 0 0 0 0 0 0 0 17 1 0 0 0
/proc/8514/statm: 127308 1557 99 286 0 127020 0

[startup+0.094543 s]
/proc/loadavg: 4.14 4.24 4.19 2/115 8514
/proc/meminfo: memFree=3163884/3368532 swapFree=1941388/1959888
[pid=8514] ppid=8512 vsize=517044 CPUtime=0.1
/proc/8514/stat : 8514 (gnovelty+) R 8512 8514 24991 0 -1 4202496 14171 0 0 0 6 4 0 0 25 0 1 0 1108301126 529453056 14127 4294967295 134512640 135680988 3214359744 3214359008 134537842 0 0 0 0 0 0 0 17 1 0 0 0
/proc/8514/statm: 129261 14135 99 286 0 128973 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 517044

[startup+0.104538 s]
/proc/loadavg: 4.14 4.24 4.19 2/115 8514
/proc/meminfo: memFree=3163884/3368532 swapFree=1941388/1959888
[pid=8514] ppid=8512 vsize=517044 CPUtime=0.11
/proc/8514/stat : 8514 (gnovelty+) R 8512 8514 24991 0 -1 4202496 16059 0 0 0 6 5 0 0 25 0 1 0 1108301126 529453056 16015 4294967295 134512640 135680988 3214359744 3214359008 134537905 0 0 0 0 0 0 0 17 1 0 0 0
/proc/8514/statm: 129261 16020 99 286 0 128973 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 517044

[startup+0.304529 s]
/proc/loadavg: 4.14 4.24 4.19 2/115 8514
/proc/meminfo: memFree=3163884/3368532 swapFree=1941388/1959888
[pid=8514] ppid=8512 vsize=548168 CPUtime=0.74
/proc/8514/stat : 8514 (gnovelty+) R 8512 8514 24991 0 -1 4202496 20661 0 0 0 60 14 0 0 25 0 4 0 1108301126 561324032 20617 4294967295 134512640 135680988 3214359744 3214358988 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/8514/statm: 137042 20617 103 286 0 136754 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 548168

[startup+0.704514 s]
/proc/loadavg: 4.14 4.24 4.19 2/115 8514
/proc/meminfo: memFree=3163884/3368532 swapFree=1941388/1959888
[pid=8514] ppid=8512 vsize=548168 CPUtime=2.33
/proc/8514/stat : 8514 (gnovelty+) R 8512 8514 24991 0 -1 4202496 20661 0 0 0 203 30 0 0 25 0 4 0 1108301126 561324032 20617 4294967295 134512640 135680988 3214359744 3214358988 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/8514/statm: 137042 20617 103 286 0 136754 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 548168

[startup+1.50448 s]
/proc/loadavg: 4.14 4.24 4.19 5/119 8518
/proc/meminfo: memFree=3087664/3368532 swapFree=1941388/1959888
[pid=8514] ppid=8512 vsize=548168 CPUtime=5.25
/proc/8514/stat : 8514 (gnovelty+) R 8512 8514 24991 0 -1 4202496 20661 0 0 0 468 57 0 0 25 0 4 0 1108301126 561324032 20617 4294967295 134512640 135680988 3214359744 3214358988 134957426 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/8514/statm: 137042 20617 103 286 0 136754 0
[pid=8514/tid=8516] ppid=8512 vsize=548168 CPUtime=1.35
/proc/8514/task/8516/stat : 8516 (gnovelty+) S 8512 8514 24991 0 -1 4202560 99 0 0 0 124 11 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3077116252 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8514/tid=8517] ppid=8512 vsize=548168 CPUtime=1.28
/proc/8514/task/8517/stat : 8517 (gnovelty+) S 8512 8514 24991 0 -1 4202560 102 0 0 0 118 10 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3067724124 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=8514/tid=8518] ppid=8512 vsize=548168 CPUtime=1.2
/proc/8514/task/8518/stat : 8518 (gnovelty+) S 8512 8514 24991 0 -1 4202560 100 0 0 0 107 13 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3058331996 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.25
Current children cumulated vsize (KiB) 548168

[startup+3.10442 s]
/proc/loadavg: 4.12 4.23 4.19 5/119 8701
/proc/meminfo: memFree=3085856/3368532 swapFree=1941388/1959888
[pid=8514] ppid=8512 vsize=548168 CPUtime=11.59
/proc/8514/stat : 8514 (gnovelty+) R 8512 8514 24991 0 -1 4202496 20661 0 0 0 1022 137 0 0 25 0 4 0 1108301126 561324032 20617 4294967295 134512640 135680988 3214359744 3214359076 134535179 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/8514/statm: 137042 20617 103 286 0 136754 0
[pid=8514/tid=8516] ppid=8512 vsize=548168 CPUtime=2.94
/proc/8514/task/8516/stat : 8516 (gnovelty+) R 8512 8514 24991 0 -1 4202560 99 0 0 0 262 32 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3077116252 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8514/tid=8517] ppid=8512 vsize=548168 CPUtime=2.85
/proc/8514/task/8517/stat : 8517 (gnovelty+) R 8512 8514 24991 0 -1 4202560 102 0 0 0 254 31 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3067724124 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=8514/tid=8518] ppid=8512 vsize=548168 CPUtime=2.79
/proc/8514/task/8518/stat : 8518 (gnovelty+) R 8512 8514 24991 0 -1 4202560 100 0 0 0 249 30 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3058331996 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.59
Current children cumulated vsize (KiB) 548168

[startup+6.30429 s]
/proc/loadavg: 4.12 4.23 4.19 5/119 8701
/proc/meminfo: memFree=3085920/3368532 swapFree=1941388/1959888
[pid=8514] ppid=8512 vsize=548168 CPUtime=24.24
/proc/8514/stat : 8514 (gnovelty+) R 8512 8514 24991 0 -1 4202496 20661 0 0 0 2165 259 0 0 25 0 4 0 1108301126 561324032 20617 4294967295 134512640 135680988 3214359744 3214359076 134533436 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/8514/statm: 137042 20617 103 286 0 136754 0
[pid=8514/tid=8516] ppid=8512 vsize=548168 CPUtime=6.09
/proc/8514/task/8516/stat : 8516 (gnovelty+) R 8512 8514 24991 0 -1 4202560 99 0 0 0 551 58 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3077116252 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8514/tid=8517] ppid=8512 vsize=548168 CPUtime=5.98
/proc/8514/task/8517/stat : 8517 (gnovelty+) R 8512 8514 24991 0 -1 4202560 102 0 0 0 539 59 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3067724124 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=8514/tid=8518] ppid=8512 vsize=548168 CPUtime=5.97
/proc/8514/task/8518/stat : 8518 (gnovelty+) R 8512 8514 24991 0 -1 4202560 100 0 0 0 531 66 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3058331996 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.24
Current children cumulated vsize (KiB) 548168

[startup+12.704 s]
/proc/loadavg: 4.11 4.23 4.19 5/119 8701
/proc/meminfo: memFree=3086056/3368532 swapFree=1941388/1959888
[pid=8514] ppid=8512 vsize=548168 CPUtime=49.55
/proc/8514/stat : 8514 (gnovelty+) R 8512 8514 24991 0 -1 4202496 20661 0 0 0 4392 563 0 0 25 0 4 0 1108301126 561324032 20617 4294967295 134512640 135680988 3214359744 3214359004 134997786 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/8514/statm: 137042 20617 103 286 0 136754 0
[pid=8514/tid=8516] ppid=8512 vsize=548168 CPUtime=12.42
/proc/8514/task/8516/stat : 8516 (gnovelty+) R 8512 8514 24991 0 -1 4202560 99 0 0 0 1101 141 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3077116252 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8514/tid=8517] ppid=8512 vsize=548168 CPUtime=12.29
/proc/8514/task/8517/stat : 8517 (gnovelty+) R 8512 8514 24991 0 -1 4202560 102 0 0 0 1108 121 0 0 24 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3067724124 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=8514/tid=8518] ppid=8512 vsize=548168 CPUtime=12.29
/proc/8514/task/8518/stat : 8518 (gnovelty+) R 8512 8514 24991 0 -1 4202560 100 0 0 0 1091 138 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3058331996 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 49.55
Current children cumulated vsize (KiB) 548168

[startup+25.5035 s]
/proc/loadavg: 4.09 4.22 4.18 5/119 8703
/proc/meminfo: memFree=3085964/3368532 swapFree=1941388/1959888
[pid=8514] ppid=8512 vsize=548168 CPUtime=100.16
/proc/8514/stat : 8514 (gnovelty+) R 8512 8514 24991 0 -1 4202496 20661 0 0 0 8847 1169 0 0 25 0 4 0 1108301126 561324032 20617 4294967295 134512640 135680988 3214359744 3214359076 134534319 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/8514/statm: 137042 20617 103 286 0 136754 0
[pid=8514/tid=8516] ppid=8512 vsize=548168 CPUtime=25.09
/proc/8514/task/8516/stat : 8516 (gnovelty+) R 8512 8514 24991 0 -1 4202560 99 0 0 0 2213 296 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3077116252 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=8514/tid=8517] ppid=8512 vsize=548168 CPUtime=24.88
/proc/8514/task/8517/stat : 8517 (gnovelty+) R 8512 8514 24991 0 -1 4202560 102 0 0 0 2237 251 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3067724124 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8514/tid=8518] ppid=8512 vsize=548168 CPUtime=25.02
/proc/8514/task/8518/stat : 8518 (gnovelty+) R 8512 8514 24991 0 -1 4202560 100 0 0 0 2196 306 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3058331996 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 100.16
Current children cumulated vsize (KiB) 548168

[startup+51.1125 s]
/proc/loadavg: 4.06 4.20 4.18 5/119 8703
/proc/meminfo: memFree=3086012/3368532 swapFree=1941388/1959888
[pid=8514] ppid=8512 vsize=548168 CPUtime=201.44
/proc/8514/stat : 8514 (gnovelty+) R 8512 8514 24991 0 -1 4202496 20661 0 0 0 17799 2345 0 0 25 0 4 0 1108301126 561324032 20617 4294967295 134512640 135680988 3214359744 3214358988 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/8514/statm: 137042 20617 103 286 0 136754 0
[pid=8514/tid=8516] ppid=8512 vsize=548168 CPUtime=50.47
/proc/8514/task/8516/stat : 8516 (gnovelty+) R 8512 8514 24991 0 -1 4202560 99 0 0 0 4446 601 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3077116252 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=8514/tid=8517] ppid=8512 vsize=548168 CPUtime=50.23
/proc/8514/task/8517/stat : 8517 (gnovelty+) R 8512 8514 24991 0 -1 4202560 102 0 0 0 4486 537 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3067724124 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8514/tid=8518] ppid=8512 vsize=548168 CPUtime=50.17
/proc/8514/task/8518/stat : 8518 (gnovelty+) R 8512 8514 24991 0 -1 4202560 100 0 0 0 4423 594 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3058331996 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 201.44
Current children cumulated vsize (KiB) 548168

[startup+102.32 s]
/proc/loadavg: 3.98 4.15 4.16 5/119 8896
/proc/meminfo: memFree=3085516/3368532 swapFree=1941388/1959888
[pid=8514] ppid=8512 vsize=548168 CPUtime=403.73
/proc/8514/stat : 8514 (gnovelty+) R 8512 8514 24991 0 -1 4202496 20661 0 0 0 35630 4743 0 0 25 0 4 0 1108301126 561324032 20617 4294967295 134512640 135680988 3214359744 3214358988 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/8514/statm: 137042 20617 103 286 0 136754 0
[pid=8514/tid=8516] ppid=8512 vsize=548168 CPUtime=101.01
/proc/8514/task/8516/stat : 8516 (gnovelty+) R 8512 8514 24991 0 -1 4202560 99 0 0 0 8914 1187 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3077116252 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=8514/tid=8517] ppid=8512 vsize=548168 CPUtime=100.88
/proc/8514/task/8517/stat : 8517 (gnovelty+) R 8512 8514 24991 0 -1 4202560 102 0 0 0 8949 1139 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3067724124 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8514/tid=8518] ppid=8512 vsize=548168 CPUtime=100.82
/proc/8514/task/8518/stat : 8518 (gnovelty+) R 8512 8514 24991 0 -1 4202560 100 0 0 0 8901 1181 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3058331996 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 403.73
Current children cumulated vsize (KiB) 548168

[startup+162.308 s]
/proc/loadavg: 3.99 4.12 4.15 5/119 9083
/proc/meminfo: memFree=3085888/3368532 swapFree=1941388/1959888
[pid=8514] ppid=8512 vsize=548168 CPUtime=640.74
/proc/8514/stat : 8514 (gnovelty+) R 8512 8514 24991 0 -1 4202496 20661 0 0 0 56631 7443 0 0 25 0 4 0 1108301126 561324032 20617 4294967295 134512640 135680988 3214359744 3214359076 134533697 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/8514/statm: 137042 20617 103 286 0 136754 0
[pid=8514/tid=8516] ppid=8512 vsize=548168 CPUtime=160.18
/proc/8514/task/8516/stat : 8516 (gnovelty+) R 8512 8514 24991 0 -1 4202560 99 0 0 0 14132 1886 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3077116252 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=8514/tid=8517] ppid=8512 vsize=548168 CPUtime=160.35
/proc/8514/task/8517/stat : 8517 (gnovelty+) R 8512 8514 24991 0 -1 4202560 102 0 0 0 14248 1787 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3067724124 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8514/tid=8518] ppid=8512 vsize=548168 CPUtime=160.17
/proc/8514/task/8518/stat : 8518 (gnovelty+) R 8512 8514 24991 0 -1 4202560 100 0 0 0 14200 1817 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3058331996 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 640.74
Current children cumulated vsize (KiB) 548168

[startup+222.306 s]
/proc/loadavg: 3.95 4.08 4.13 2/119 9271
/proc/meminfo: memFree=3085516/3368532 swapFree=1941388/1959888
[pid=8514] ppid=8512 vsize=548168 CPUtime=877.76
/proc/8514/stat : 8514 (gnovelty+) R 8512 8514 24991 0 -1 4202496 20661 0 0 0 77587 10189 0 0 25 0 4 0 1108301126 561324032 20617 4294967295 134512640 135680988 3214359744 3214358988 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/8514/statm: 137042 20617 103 286 0 136754 0
[pid=8514/tid=8516] ppid=8512 vsize=548168 CPUtime=219.29
/proc/8514/task/8516/stat : 8516 (gnovelty+) R 8512 8514 24991 0 -1 4202560 99 0 0 0 19373 2556 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3077116252 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=8514/tid=8517] ppid=8512 vsize=548168 CPUtime=219.53
/proc/8514/task/8517/stat : 8517 (gnovelty+) R 8512 8514 24991 0 -1 4202560 102 0 0 0 19508 2445 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3067724212 134532950 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=8514/tid=8518] ppid=8512 vsize=548168 CPUtime=219.56
/proc/8514/task/8518/stat : 8518 (gnovelty+) R 8512 8514 24991 0 -1 4202560 100 0 0 0 19408 2548 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3058331996 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 877.76
Current children cumulated vsize (KiB) 548168

[startup+282.313 s]
/proc/loadavg: 3.95 4.05 4.12 5/119 9458
/proc/meminfo: memFree=3085508/3368532 swapFree=1941388/1959888
[pid=8514] ppid=8512 vsize=548168 CPUtime=1114.82
/proc/8514/stat : 8514 (gnovelty+) R 8512 8514 24991 0 -1 4202496 20661 0 0 0 98582 12900 0 0 25 0 4 0 1108301126 561324032 20617 4294967295 134512640 135680988 3214359744 3214358988 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/8514/statm: 137042 20617 103 286 0 136754 0
[pid=8514/tid=8516] ppid=8512 vsize=548168 CPUtime=278.45
/proc/8514/task/8516/stat : 8516 (gnovelty+) R 8512 8514 24991 0 -1 4202560 99 0 0 0 24614 3231 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3077116268 134997743 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=8514/tid=8517] ppid=8512 vsize=548168 CPUtime=278.77
/proc/8514/task/8517/stat : 8517 (gnovelty+) R 8512 8514 24991 0 -1 4202560 102 0 0 0 24750 3127 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3067724124 134957681 0 0 0 0 0 0 0 -1 1 0 0 0

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

[pid=8514] ppid=8512 vsize=548168 CPUtime=1589.04
/proc/8514/stat : 8514 (gnovelty+) R 8512 8514 24991 0 -1 4202496 20661 0 0 0 140434 18470 0 0 25 0 4 0 1108301126 561324032 20617 4294967295 134512640 135680988 3214359744 3214358988 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/8514/statm: 137042 20617 103 286 0 136754 0
[pid=8514/tid=8516] ppid=8512 vsize=548168 CPUtime=397.14
/proc/8514/task/8516/stat : 8516 (gnovelty+) R 8512 8514 24991 0 -1 4202560 99 0 0 0 35125 4589 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3077116252 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=8514/tid=8517] ppid=8512 vsize=548168 CPUtime=397.37
/proc/8514/task/8517/stat : 8517 (gnovelty+) R 8512 8514 24991 0 -1 4202560 102 0 0 0 35197 4540 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3067724212 134533858 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=8514/tid=8518] ppid=8512 vsize=548168 CPUtime=397.22
/proc/8514/task/8518/stat : 8518 (gnovelty+) R 8512 8514 24991 0 -1 4202560 100 0 0 0 35125 4597 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3058331996 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1589.04
Current children cumulated vsize (KiB) 548168

[startup+462.316 s]
/proc/loadavg: 3.96 4.01 4.08 5/119 10028
/proc/meminfo: memFree=3085392/3368532 swapFree=1941388/1959888
[pid=8514] ppid=8512 vsize=548168 CPUtime=1825.89
/proc/8514/stat : 8514 (gnovelty+) R 8512 8514 24991 0 -1 4202496 20661 0 0 0 161345 21244 0 0 15 0 4 0 1108301126 561324032 20617 4294967295 134512640 135680988 3214359744 3214358988 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/8514/statm: 137042 20617 103 286 0 136754 0
[pid=8514/tid=8516] ppid=8512 vsize=548168 CPUtime=456.44
/proc/8514/task/8516/stat : 8516 (gnovelty+) R 8512 8514 24991 0 -1 4202560 99 0 0 0 40379 5265 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3077116252 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=8514/tid=8517] ppid=8512 vsize=548168 CPUtime=456.55
/proc/8514/task/8517/stat : 8517 (gnovelty+) R 8512 8514 24991 0 -1 4202560 102 0 0 0 40458 5197 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3067724212 134533489 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=8514/tid=8518] ppid=8512 vsize=548168 CPUtime=456.35
/proc/8514/task/8518/stat : 8518 (gnovelty+) R 8512 8514 24991 0 -1 4202560 100 0 0 0 40337 5298 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3058331996 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1825.89
Current children cumulated vsize (KiB) 548168

[startup+522.314 s]
/proc/loadavg: 3.95 3.99 4.07 5/119 10216
/proc/meminfo: memFree=3086136/3368532 swapFree=1941388/1959888
[pid=8514] ppid=8512 vsize=548168 CPUtime=2062.41
/proc/8514/stat : 8514 (gnovelty+) R 8512 8514 24991 0 -1 4202496 20661 0 0 0 182259 23982 0 0 15 0 4 0 1108301126 561324032 20617 4294967295 134512640 135680988 3214359744 3214358988 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/8514/statm: 137042 20617 103 286 0 136754 0
[pid=8514/tid=8516] ppid=8512 vsize=548168 CPUtime=515.38
/proc/8514/task/8516/stat : 8516 (gnovelty+) R 8512 8514 24991 0 -1 4202560 99 0 0 0 45598 5940 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3077116252 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=8514/tid=8517] ppid=8512 vsize=548168 CPUtime=515.47
/proc/8514/task/8517/stat : 8517 (gnovelty+) R 8512 8514 24991 0 -1 4202560 102 0 0 0 45695 5852 0 0 15 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3067724124 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8514/tid=8518] ppid=8512 vsize=548168 CPUtime=515.69
/proc/8514/task/8518/stat : 8518 (gnovelty+) R 8512 8514 24991 0 -1 4202560 100 0 0 0 45546 6023 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3058332084 134533962 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2062.41
Current children cumulated vsize (KiB) 548168

[startup+582.311 s]
/proc/loadavg: 4.02 4.00 4.07 6/119 10403
/proc/meminfo: memFree=3086004/3368532 swapFree=1941388/1959888
[pid=8514] ppid=8512 vsize=548168 CPUtime=2298.67
/proc/8514/stat : 8514 (gnovelty+) R 8512 8514 24991 0 -1 4202496 20661 0 0 0 203112 26755 0 0 15 0 4 0 1108301126 561324032 20617 4294967295 134512640 135680988 3214359744 3214358988 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/8514/statm: 137042 20617 103 286 0 136754 0
[pid=8514/tid=8516] ppid=8512 vsize=548168 CPUtime=574.37
/proc/8514/task/8516/stat : 8516 (gnovelty+) R 8512 8514 24991 0 -1 4202560 99 0 0 0 50807 6630 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3077116252 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=8514/tid=8517] ppid=8512 vsize=548168 CPUtime=574.77
/proc/8514/task/8517/stat : 8517 (gnovelty+) R 8512 8514 24991 0 -1 4202560 102 0 0 0 50923 6554 0 0 15 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3067724124 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8514/tid=8518] ppid=8512 vsize=548168 CPUtime=574.61
/proc/8514/task/8518/stat : 8518 (gnovelty+) R 8512 8514 24991 0 -1 4202560 100 0 0 0 50760 6701 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3058332084 134534579 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2298.67
Current children cumulated vsize (KiB) 548168

[startup+642.309 s]
/proc/loadavg: 4.05 4.01 4.07 5/119 10591
/proc/meminfo: memFree=3086136/3368532 swapFree=1941388/1959888
[pid=8514] ppid=8512 vsize=548168 CPUtime=2534.97
/proc/8514/stat : 8514 (gnovelty+) R 8512 8514 24991 0 -1 4202496 20661 0 0 0 224021 29476 0 0 15 0 4 0 1108301126 561324032 20617 4294967295 134512640 135680988 3214359744 3214358988 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/8514/statm: 137042 20617 103 286 0 136754 0
[pid=8514/tid=8516] ppid=8512 vsize=548168 CPUtime=633.07
/proc/8514/task/8516/stat : 8516 (gnovelty+) R 8512 8514 24991 0 -1 4202560 99 0 0 0 56005 7302 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3077116252 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=8514/tid=8517] ppid=8512 vsize=548168 CPUtime=634.2
/proc/8514/task/8517/stat : 8517 (gnovelty+) R 8512 8514 24991 0 -1 4202560 102 0 0 0 56167 7253 0 0 16 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3067724124 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8514/tid=8518] ppid=8512 vsize=548168 CPUtime=633.61
/proc/8514/task/8518/stat : 8518 (gnovelty+) R 8512 8514 24991 0 -1 4202560 100 0 0 0 55981 7380 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3058332084 134534538 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2534.97
Current children cumulated vsize (KiB) 548168

[startup+702.306 s]
/proc/loadavg: 3.98 4.01 4.06 5/119 10780
/proc/meminfo: memFree=3085764/3368532 swapFree=1941388/1959888
[pid=8514] ppid=8512 vsize=548168 CPUtime=2771.13
/proc/8514/stat : 8514 (gnovelty+) R 8512 8514 24991 0 -1 4202496 20661 0 0 0 244961 32152 0 0 16 0 4 0 1108301126 561324032 20617 4294967295 134512640 135680988 3214359744 3214358988 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/8514/statm: 137042 20617 103 286 0 136754 0
[pid=8514/tid=8516] ppid=8512 vsize=548168 CPUtime=691.34
/proc/8514/task/8516/stat : 8516 (gnovelty+) R 8512 8514 24991 0 -1 4202560 99 0 0 0 61172 7962 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3077116252 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=8514/tid=8517] ppid=8512 vsize=548168 CPUtime=693.54
/proc/8514/task/8517/stat : 8517 (gnovelty+) R 8512 8514 24991 0 -1 4202560 102 0 0 0 61398 7956 0 0 15 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3067724124 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=8514/tid=8518] ppid=8512 vsize=548168 CPUtime=692.76
/proc/8514/task/8518/stat : 8518 (gnovelty+) R 8512 8514 24991 0 -1 4202560 100 0 0 0 61233 8043 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3058332084 134534000 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2771.13
Current children cumulated vsize (KiB) 548168

[startup+762.314 s]
/proc/loadavg: 4.03 4.02 4.06 5/119 10967
/proc/meminfo: memFree=3085640/3368532 swapFree=1941388/1959888
[pid=8514] ppid=8512 vsize=548168 CPUtime=3007.67
/proc/8514/stat : 8514 (gnovelty+) R 8512 8514 24991 0 -1 4202496 20661 0 0 0 265993 34774 0 0 15 0 4 0 1108301126 561324032 20617 4294967295 134512640 135680988 3214359744 3214358988 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/8514/statm: 137042 20617 103 286 0 136754 0
[pid=8514/tid=8516] ppid=8512 vsize=548168 CPUtime=749.88
/proc/8514/task/8516/stat : 8516 (gnovelty+) R 8512 8514 24991 0 -1 4202560 99 0 0 0 66401 8587 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3077116252 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=8514/tid=8517] ppid=8512 vsize=548168 CPUtime=752.91
/proc/8514/task/8517/stat : 8517 (gnovelty+) R 8512 8514 24991 0 -1 4202560 102 0 0 0 66653 8638 0 0 15 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3067724124 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8514/tid=8518] ppid=8512 vsize=548168 CPUtime=751.99
/proc/8514/task/8518/stat : 8518 (gnovelty+) R 8512 8514 24991 0 -1 4202560 100 0 0 0 66531 8668 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3058332084 134533489 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3007.67
Current children cumulated vsize (KiB) 548168

[startup+822.312 s]
/proc/loadavg: 4.02 4.02 4.06 5/119 11159
/proc/meminfo: memFree=3085880/3368532 swapFree=1941388/1959888
[pid=8514] ppid=8512 vsize=548168 CPUtime=3244.13
/proc/8514/stat : 8514 (gnovelty+) R 8512 8514 24991 0 -1 4202496 20661 0 0 0 286920 37493 0 0 15 0 4 0 1108301126 561324032 20617 4294967295 134512640 135680988 3214359744 3214358988 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/8514/statm: 137042 20617 103 286 0 136754 0
[pid=8514/tid=8516] ppid=8512 vsize=548168 CPUtime=808.91
/proc/8514/task/8516/stat : 8516 (gnovelty+) R 8512 8514 24991 0 -1 4202560 99 0 0 0 71614 9277 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3077116340 134532931 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=8514/tid=8517] ppid=8512 vsize=548168 CPUtime=812.11
/proc/8514/task/8517/stat : 8517 (gnovelty+) R 8512 8514 24991 0 -1 4202560 102 0 0 0 71876 9335 0 0 15 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3067724124 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=8514/tid=8518] ppid=8512 vsize=548168 CPUtime=811.04
/proc/8514/task/8518/stat : 8518 (gnovelty+) R 8512 8514 24991 0 -1 4202560 100 0 0 0 71777 9327 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3058331996 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3244.13
Current children cumulated vsize (KiB) 548168

[startup+882.309 s]
/proc/loadavg: 4.05 4.03 4.06 5/119 11346
/proc/meminfo: memFree=3086004/3368532 swapFree=1941388/1959888
[pid=8514] ppid=8512 vsize=548168 CPUtime=3480.57
/proc/8514/stat : 8514 (gnovelty+) R 8512 8514 24991 0 -1 4202496 20661 0 0 0 307854 40203 0 0 15 0 4 0 1108301126 561324032 20617 4294967295 134512640 135680988 3214359744 3214358988 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/8514/statm: 137042 20617 103 286 0 136754 0
[pid=8514/tid=8516] ppid=8512 vsize=548168 CPUtime=867.63
/proc/8514/task/8516/stat : 8516 (gnovelty+) R 8512 8514 24991 0 -1 4202560 99 0 0 0 76803 9960 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3077116252 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=8514/tid=8517] ppid=8512 vsize=548168 CPUtime=871.43
/proc/8514/task/8517/stat : 8517 (gnovelty+) R 8512 8514 24991 0 -1 4202560 102 0 0 0 77140 10003 0 0 15 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3067724124 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=8514/tid=8518] ppid=8512 vsize=548168 CPUtime=869.96
/proc/8514/task/8518/stat : 8518 (gnovelty+) R 8512 8514 24991 0 -1 4202560 100 0 0 0 77026 9970 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3058332084 134533858 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3480.57
Current children cumulated vsize (KiB) 548168

[startup+942.307 s]
/proc/loadavg: 4.00 4.02 4.06 5/119 11534
/proc/meminfo: memFree=3085888/3368532 swapFree=1941388/1959888
[pid=8514] ppid=8512 vsize=548168 CPUtime=3717.33
/proc/8514/stat : 8514 (gnovelty+) R 8512 8514 24991 0 -1 4202496 20661 0 0 0 328849 42884 0 0 15 0 4 0 1108301126 561324032 20617 4294967295 134512640 135680988 3214359744 3214358988 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/8514/statm: 137042 20617 103 286 0 136754 0
[pid=8514/tid=8516] ppid=8512 vsize=548168 CPUtime=926.72
/proc/8514/task/8516/stat : 8516 (gnovelty+) R 8512 8514 24991 0 -1 4202560 99 0 0 0 82055 10617 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3077116252 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=8514/tid=8517] ppid=8512 vsize=548168 CPUtime=930.69
/proc/8514/task/8517/stat : 8517 (gnovelty+) R 8512 8514 24991 0 -1 4202560 102 0 0 0 82363 10706 0 0 15 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3067724124 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=8514/tid=8518] ppid=8512 vsize=548168 CPUtime=929.08
/proc/8514/task/8518/stat : 8518 (gnovelty+) R 8512 8514 24991 0 -1 4202560 100 0 0 0 82273 10635 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3058332084 134532950 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3717.33
Current children cumulated vsize (KiB) 548168



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.04 4.03 4.06 2/119 11723
/proc/meminfo: memFree=3085764/3368532 swapFree=1941388/1959888
[pid=8514] ppid=8512 vsize=548168 CPUtime=3944.11
/proc/8514/stat : 8514 (gnovelty+) S 8512 8514 24991 0 -1 4202496 20661 0 0 0 348976 45435 0 0 16 0 4 0 1108301126 561324032 20617 4294967295 134512640 135680988 3214359744 3214358988 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/8514/statm: 137042 20617 103 286 0 136754 0
[pid=8514/tid=8516] ppid=8512 vsize=548168 CPUtime=983.38
/proc/8514/task/8516/stat : 8516 (gnovelty+) R 8512 8514 24991 0 -1 4202560 99 0 0 0 87092 11246 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3077116252 134957426 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=8514/tid=8517] ppid=8512 vsize=548168 CPUtime=987.83
/proc/8514/task/8517/stat : 8517 (gnovelty+) S 8512 8514 24991 0 -1 4202560 102 0 0 0 87431 11352 0 0 16 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3067724124 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=8514/tid=8518] ppid=8512 vsize=548168 CPUtime=984.81
/proc/8514/task/8518/stat : 8518 (gnovelty+) S 8512 8514 24991 0 -1 4202560 100 0 0 0 87219 11262 0 0 25 0 4 0 1108301140 561324032 20617 4294967295 134512640 135680988 3214359744 3058331996 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3944.11
Current children cumulated vsize (KiB) 548168

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): 3944.17
CPU user time (s): 3489.82
CPU system time (s): 454.35
CPU usage (%): 394.402
Max. virtual memory (cumulated for all children) (KiB): 548168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3489.82
system time used= 454.35
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20661
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= 15146009
involuntary context switches= 186078

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-27 16:56:53
IDJOB=1777114
IDBENCH=70220
IDSOLVER=617
FILE ID=/1777114-1243436213
PBS_JOBID=
Free space on /tmp= 15730 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (4 threads)
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/900/unif-k5-r20-v900-c18000-S661850551-087.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1777114-1243436213/watcher-1777114-1243436213 -o /tmp/evaluation-result-1777114-1243436213/solver-1777114-1243436213 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1777114-1243436213.cnf 2002109257 4

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

MD5SUM BENCH= 8cc13233e4c2c3c435dccf0012fdfdbd
RANDOM SEED= 2002109257

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:       3169508 kB
Buffers:         12820 kB
Cached:         114508 kB
SwapCached:       4324 kB
Active:         105464 kB
Inactive:        33280 kB
HighTotal:     2489216 kB
HighFree:      2361832 kB
LowTotal:       879316 kB
LowFree:        807676 kB
SwapTotal:     1959888 kB
SwapFree:      1941388 kB
Dirty:            1792 kB
Writeback:           0 kB
AnonPages:        9560 kB
Mapped:           4296 kB
Slab:            50472 kB
SReclaimable:    42628 kB
SUnreclaim:       7844 kB
PageTables:        748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   127256 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 17:13:35