Trace number 1777039

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) 3873.37 1000.03

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/800/
unif-k5-r20-v800-c16000-S251246256-047.cnf
MD5SUM8f73ab57f6037e66eefb750c3e8213fd
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 variables800
Number of clauses16000
Sum of the clauses size80000
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 516000
Number of clauses of size over 50

Solver Data

0.11/0.12	c +------------------------------+
0.11/0.12	c | gNovelty+, version 1.0       |
0.11/0.12	c +------------------------------+
0.11/0.12	c gnovelty+ -h for help
0.11/0.12	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-1777039-1243432014/watcher-1777039-1243432014 -o /tmp/evaluation-result-1777039-1243432014/solver-1777039-1243432014 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1777039-1243432014.cnf 364800226 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.88 3.88 2.66 2/97 11874
/proc/meminfo: memFree=3060100/3368532 swapFree=1952996/1959888
[pid=11874] ppid=11872 vsize=509232 CPUtime=0.03
/proc/11874/stat : 11874 (gnovelty+) R 11872 11874 8948 0 -1 4202496 8562 0 0 0 1 2 0 0 19 0 1 0 1097338703 521453568 8519 4294967295 134512640 135680988 3215722000 3215721264 134537167 0 0 0 0 0 0 0 17 3 0 0 0
/proc/11874/statm: 127308 8526 99 286 0 127020 0

[startup+0.082698 s]
/proc/loadavg: 3.88 3.88 2.66 2/97 11874
/proc/meminfo: memFree=3060100/3368532 swapFree=1952996/1959888
[pid=11874] ppid=11872 vsize=517044 CPUtime=0.08
/proc/11874/stat : 11874 (gnovelty+) R 11872 11874 8948 0 -1 4202496 13922 0 0 0 4 4 0 0 21 0 1 0 1097338703 529453056 13878 4294967295 134512640 135680988 3215722000 3215721264 134537968 0 0 0 0 0 0 0 17 3 0 0 0
/proc/11874/statm: 129261 13885 99 286 0 128973 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 517044

[startup+0.112695 s]
/proc/loadavg: 3.88 3.88 2.66 2/97 11874
/proc/meminfo: memFree=3060100/3368532 swapFree=1952996/1959888
[pid=11874] ppid=11872 vsize=517044 CPUtime=0.11
/proc/11874/stat : 11874 (gnovelty+) R 11872 11874 8948 0 -1 4202496 19632 0 0 0 6 5 0 0 21 0 1 0 1097338703 529453056 19588 4294967295 134512640 135680988 3215722000 3215721264 134537968 0 0 0 0 0 0 0 17 3 0 0 0
/proc/11874/statm: 129261 19594 99 286 0 128973 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 517044

[startup+0.31268 s]
/proc/loadavg: 3.88 3.88 2.66 2/97 11874
/proc/meminfo: memFree=3060100/3368532 swapFree=1952996/1959888
[pid=11874] ppid=11872 vsize=547816 CPUtime=0.66
/proc/11874/stat : 11874 (gnovelty+) R 11872 11874 8948 0 -1 4202496 20550 0 0 0 56 10 0 0 24 0 4 0 1097338703 560963584 20506 4294967295 134512640 135680988 3215722000 3215721244 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/11874/statm: 136954 20506 103 286 0 136666 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 547816

[startup+0.712648 s]
/proc/loadavg: 3.88 3.88 2.66 2/97 11874
/proc/meminfo: memFree=3060100/3368532 swapFree=1952996/1959888
[pid=11874] ppid=11872 vsize=547816 CPUtime=2.26
/proc/11874/stat : 11874 (gnovelty+) R 11872 11874 8948 0 -1 4202496 20550 0 0 0 198 28 0 0 24 0 4 0 1097338703 560963584 20506 4294967295 134512640 135680988 3215722000 3215721244 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/11874/statm: 136954 20506 103 286 0 136666 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 547816

[startup+1.51259 s]
/proc/loadavg: 3.88 3.88 2.66 5/101 12061
/proc/meminfo: memFree=3007484/3368532 swapFree=1952996/1959888
[pid=11874] ppid=11872 vsize=547816 CPUtime=5.45
/proc/11874/stat : 11874 (gnovelty+) R 11872 11874 8948 0 -1 4202496 20550 0 0 0 477 68 0 0 25 0 4 0 1097338703 560963584 20506 4294967295 134512640 135680988 3215722000 3215721244 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/11874/statm: 136954 20506 103 286 0 136666 0
[pid=11874/tid=11984] ppid=11872 vsize=547816 CPUtime=1.29
/proc/11874/task/11984/stat : 11984 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 118 11 0 0 15 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3076985180 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11874/tid=11985] ppid=11872 vsize=547816 CPUtime=1.36
/proc/11874/task/11985/stat : 11985 (gnovelty+) R 11872 11874 8948 0 -1 4202560 86 0 0 0 116 20 0 0 24 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3067593052 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11874/tid=12009] ppid=11872 vsize=547816 CPUtime=1.31
/proc/11874/task/12009/stat : 12009 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 119 12 0 0 25 0 4 0 1097338717 560963584 20506 4294967295 134512640 135680988 3215722000 3058200924 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.45
Current children cumulated vsize (KiB) 547816

[startup+3.11246 s]
/proc/loadavg: 3.88 3.88 2.66 2/101 12061
/proc/meminfo: memFree=3007536/3368532 swapFree=1952996/1959888
[pid=11874] ppid=11872 vsize=547816 CPUtime=11.74
/proc/11874/stat : 11874 (gnovelty+) R 11872 11874 8948 0 -1 4202496 20550 0 0 0 1037 137 0 0 25 0 4 0 1097338703 560963584 20506 4294967295 134512640 135680988 3215722000 3215721244 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/11874/statm: 136954 20506 103 286 0 136666 0
[pid=11874/tid=11984] ppid=11872 vsize=547816 CPUtime=2.87
/proc/11874/task/11984/stat : 11984 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 259 28 0 0 15 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3076985180 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11874/tid=11985] ppid=11872 vsize=547816 CPUtime=2.92
/proc/11874/task/11985/stat : 11985 (gnovelty+) R 11872 11874 8948 0 -1 4202560 86 0 0 0 254 38 0 0 24 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3067593140 134533058 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11874/tid=12009] ppid=11872 vsize=547816 CPUtime=2.9
/proc/11874/task/12009/stat : 12009 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 259 31 0 0 25 0 4 0 1097338717 560963584 20506 4294967295 134512640 135680988 3215722000 3058200924 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.74
Current children cumulated vsize (KiB) 547816

[startup+6.31222 s]
/proc/loadavg: 3.89 3.89 2.67 5/101 12061
/proc/meminfo: memFree=3007576/3368532 swapFree=1952996/1959888
[pid=11874] ppid=11872 vsize=547816 CPUtime=24.36
/proc/11874/stat : 11874 (gnovelty+) R 11872 11874 8948 0 -1 4202496 20550 0 0 0 2154 282 0 0 25 0 4 0 1097338703 560963584 20506 4294967295 134512640 135680988 3215722000 3215721244 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/11874/statm: 136954 20506 103 286 0 136666 0
[pid=11874/tid=11984] ppid=11872 vsize=547816 CPUtime=6.01
/proc/11874/task/11984/stat : 11984 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 534 67 0 0 15 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3076985180 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11874/tid=11985] ppid=11872 vsize=547816 CPUtime=6.07
/proc/11874/task/11985/stat : 11985 (gnovelty+) R 11872 11874 8948 0 -1 4202560 86 0 0 0 537 70 0 0 24 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3067593140 134532890 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11874/tid=12009] ppid=11872 vsize=547816 CPUtime=6.07
/proc/11874/task/12009/stat : 12009 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 539 68 0 0 25 0 4 0 1097338717 560963584 20506 4294967295 134512640 135680988 3215722000 3058200924 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.36
Current children cumulated vsize (KiB) 547816

[startup+12.7117 s]
/proc/loadavg: 3.90 3.89 2.68 5/101 12062
/proc/meminfo: memFree=3007780/3368532 swapFree=1952996/1959888
[pid=11874] ppid=11872 vsize=547816 CPUtime=49.74
/proc/11874/stat : 11874 (gnovelty+) R 11872 11874 8948 0 -1 4202496 20550 0 0 0 4371 603 0 0 25 0 4 0 1097338703 560963584 20506 4294967295 134512640 135680988 3215722000 3215721244 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/11874/statm: 136954 20506 103 286 0 136666 0
[pid=11874/tid=11984] ppid=11872 vsize=547816 CPUtime=12.35
/proc/11874/task/11984/stat : 11984 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 1091 144 0 0 16 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3076985180 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11874/tid=11985] ppid=11872 vsize=547816 CPUtime=12.44
/proc/11874/task/11985/stat : 11985 (gnovelty+) R 11872 11874 8948 0 -1 4202560 86 0 0 0 1098 146 0 0 25 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3067593052 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11874/tid=12009] ppid=11872 vsize=547816 CPUtime=12.38
/proc/11874/task/12009/stat : 12009 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 1084 154 0 0 25 0 4 0 1097338717 560963584 20506 4294967295 134512640 135680988 3215722000 3058200924 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 49.74
Current children cumulated vsize (KiB) 547816

[startup+25.511 s]
/proc/loadavg: 3.92 3.89 2.70 5/101 12064
/proc/meminfo: memFree=3007876/3368532 swapFree=1952996/1959888
[pid=11874] ppid=11872 vsize=547816 CPUtime=99.97
/proc/11874/stat : 11874 (gnovelty+) R 11872 11874 8948 0 -1 4202496 20550 0 0 0 8809 1188 0 0 16 0 4 0 1097338703 560963584 20506 4294967295 134512640 135680988 3215722000 3215721244 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11874/statm: 136954 20506 103 286 0 136666 0
[pid=11874/tid=11984] ppid=11872 vsize=547816 CPUtime=24.92
/proc/11874/task/11984/stat : 11984 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 2181 311 0 0 15 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3076985180 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11874/tid=11985] ppid=11872 vsize=547816 CPUtime=25.02
/proc/11874/task/11985/stat : 11985 (gnovelty+) R 11872 11874 8948 0 -1 4202560 86 0 0 0 2209 293 0 0 25 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3067593052 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11874/tid=12009] ppid=11872 vsize=547816 CPUtime=25.08
/proc/11874/task/12009/stat : 12009 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 2226 282 0 0 24 0 4 0 1097338717 560963584 20506 4294967295 134512640 135680988 3215722000 3058200924 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 99.97
Current children cumulated vsize (KiB) 547816

[startup+51.1091 s]
/proc/loadavg: 4.03 3.91 2.74 6/101 12064
/proc/meminfo: memFree=3008040/3368532 swapFree=1952996/1959888
[pid=11874] ppid=11872 vsize=547816 CPUtime=200.27
/proc/11874/stat : 11874 (gnovelty+) R 11872 11874 8948 0 -1 4202496 20550 0 0 0 17648 2379 0 0 16 0 4 0 1097338703 560963584 20506 4294967295 134512640 135680988 3215722000 3215721244 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11874/statm: 136954 20506 103 286 0 136666 0
[pid=11874/tid=11984] ppid=11872 vsize=547816 CPUtime=49.9
/proc/11874/task/11984/stat : 11984 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 4374 616 0 0 15 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3076985180 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11874/tid=11985] ppid=11872 vsize=547816 CPUtime=50.12
/proc/11874/task/11985/stat : 11985 (gnovelty+) R 11872 11874 8948 0 -1 4202560 86 0 0 0 4440 572 0 0 25 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3067593052 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11874/tid=12009] ppid=11872 vsize=547816 CPUtime=50.29
/proc/11874/task/12009/stat : 12009 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 4452 577 0 0 15 0 4 0 1097338717 560963584 20506 4294967295 134512640 135680988 3215722000 3058200924 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 200.27
Current children cumulated vsize (KiB) 547816

[startup+102.305 s]
/proc/loadavg: 4.06 3.94 2.81 5/101 12257
/proc/meminfo: memFree=3007792/3368532 swapFree=1952996/1959888
[pid=11874] ppid=11872 vsize=547816 CPUtime=397.63
/proc/11874/stat : 11874 (gnovelty+) R 11872 11874 8948 0 -1 4202496 20550 0 0 0 35070 4693 0 0 15 0 4 0 1097338703 560963584 20506 4294967295 134512640 135680988 3215722000 3215721244 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/11874/statm: 136954 20506 103 286 0 136666 0
[pid=11874/tid=11984] ppid=11872 vsize=547816 CPUtime=99.22
/proc/11874/task/11984/stat : 11984 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 8701 1221 0 0 15 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3076985268 134533068 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11874/tid=11985] ppid=11872 vsize=547816 CPUtime=99.36
/proc/11874/task/11985/stat : 11985 (gnovelty+) R 11872 11874 8948 0 -1 4202560 86 0 0 0 8818 1118 0 0 16 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3067593052 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11874/tid=12009] ppid=11872 vsize=547816 CPUtime=100.27
/proc/11874/task/12009/stat : 12009 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 8868 1159 0 0 15 0 4 0 1097338717 560963584 20506 4294967295 134512640 135680988 3215722000 3058200924 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 397.63
Current children cumulated vsize (KiB) 547816

[startup+162.31 s]
/proc/loadavg: 4.16 3.99 2.89 6/101 12444
/proc/meminfo: memFree=3007536/3368532 swapFree=1952996/1959888
[pid=11874] ppid=11872 vsize=547816 CPUtime=629.41
/proc/11874/stat : 11874 (gnovelty+) R 11872 11874 8948 0 -1 4202496 20550 0 0 0 55518 7423 0 0 15 0 4 0 1097338703 560963584 20506 4294967295 134512640 135680988 3215722000 3215721244 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/11874/statm: 136954 20506 103 286 0 136666 0
[pid=11874/tid=11984] ppid=11872 vsize=547816 CPUtime=156.94
/proc/11874/task/11984/stat : 11984 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 13796 1898 0 0 16 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3076985180 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11874/tid=11985] ppid=11872 vsize=547816 CPUtime=157.09
/proc/11874/task/11985/stat : 11985 (gnovelty+) R 11872 11874 8948 0 -1 4202560 86 0 0 0 13934 1775 0 0 15 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3067593052 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11874/tid=12009] ppid=11872 vsize=547816 CPUtime=158.33
/proc/11874/task/12009/stat : 12009 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 13961 1872 0 0 16 0 4 0 1097338717 560963584 20506 4294967295 134512640 135680988 3215722000 3058200924 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 629.41
Current children cumulated vsize (KiB) 547816

[startup+222.316 s]
/proc/loadavg: 4.05 3.99 2.96 5/101 12632
/proc/meminfo: memFree=3007536/3368532 swapFree=1952996/1959888
[pid=11874] ppid=11872 vsize=547816 CPUtime=862.12
/proc/11874/stat : 11874 (gnovelty+) R 11872 11874 8948 0 -1 4202496 20550 0 0 0 76074 10138 0 0 15 0 4 0 1097338703 560963584 20506 4294967295 134512640 135680988 3215722000 3215721244 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/11874/statm: 136954 20506 103 286 0 136666 0
[pid=11874/tid=11984] ppid=11872 vsize=547816 CPUtime=215.01
/proc/11874/task/11984/stat : 11984 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 18943 2558 0 0 15 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3076985180 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11874/tid=11985] ppid=11872 vsize=547816 CPUtime=215.32
/proc/11874/task/11985/stat : 11985 (gnovelty+) R 11872 11874 8948 0 -1 4202560 86 0 0 0 19073 2459 0 0 15 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3067593052 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11874/tid=12009] ppid=11872 vsize=547816 CPUtime=216.8
/proc/11874/task/12009/stat : 12009 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 19134 2546 0 0 16 0 4 0 1097338717 560963584 20506 4294967295 134512640 135680988 3215722000 3058200924 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 862.12
Current children cumulated vsize (KiB) 547816

[startup+282.311 s]
/proc/loadavg: 4.27 4.06 3.04 6/101 12818
/proc/meminfo: memFree=3007544/3368532 swapFree=1952996/1959888
[pid=11874] ppid=11872 vsize=547816 CPUtime=1095.32
/proc/11874/stat : 11874 (gnovelty+) R 11872 11874 8948 0 -1 4202496 20550 0 0 0 96719 12813 0 0 15 0 4 0 1097338703 560963584 20506 4294967295 134512640 135680988 3215722000 3215721244 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/11874/statm: 136954 20506 103 286 0 136666 0
[pid=11874/tid=11984] ppid=11872 vsize=547816 CPUtime=273.69
/proc/11874/task/11984/stat : 11984 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 24139 3230 0 0 16 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3076985180 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11874/tid=11985] ppid=11872 vsize=547816 CPUtime=274.12
/proc/11874/task/11985/stat : 11985 (gnovelty+) R 11872 11874 8948 0 -1 4202560 86 0 0 0 24259 3153 0 0 15 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3067593052 134957681 0 0 0 0 0 0 0 -1 0 0 0 0

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

[pid=11874] ppid=11872 vsize=547816 CPUtime=1560.7
/proc/11874/stat : 11874 (gnovelty+) R 11872 11874 8948 0 -1 4202496 20550 0 0 0 137857 18213 0 0 15 0 4 0 1097338703 560963584 20506 4294967295 134512640 135680988 3215722000 3215721244 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/11874/statm: 136954 20506 103 286 0 136666 0
[pid=11874/tid=11984] ppid=11872 vsize=547816 CPUtime=390.21
/proc/11874/task/11984/stat : 11984 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 34358 4663 0 0 15 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3076985180 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11874/tid=11985] ppid=11872 vsize=547816 CPUtime=390.1
/proc/11874/task/11985/stat : 11985 (gnovelty+) R 11872 11874 8948 0 -1 4202560 86 0 0 0 34554 4456 0 0 15 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3067593140 134532918 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11874/tid=12009] ppid=11872 vsize=547816 CPUtime=391.05
/proc/11874/task/12009/stat : 12009 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 34630 4475 0 0 15 0 4 0 1097338717 560963584 20506 4294967295 134512640 135680988 3215722000 3058200924 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1560.7
Current children cumulated vsize (KiB) 547816

[startup+462.308 s]
/proc/loadavg: 4.23 4.12 3.24 6/101 13389
/proc/meminfo: memFree=3007184/3368532 swapFree=1952996/1959888
[pid=11874] ppid=11872 vsize=547816 CPUtime=1792.65
/proc/11874/stat : 11874 (gnovelty+) R 11872 11874 8948 0 -1 4202496 20550 0 0 0 158385 20880 0 0 15 0 4 0 1097338703 560963584 20506 4294967295 134512640 135680988 3215722000 3215721244 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/11874/statm: 136954 20506 103 286 0 136666 0
[pid=11874/tid=11984] ppid=11872 vsize=547816 CPUtime=447.29
/proc/11874/task/11984/stat : 11984 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 39375 5354 0 0 16 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3076985180 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11874/tid=11985] ppid=11872 vsize=547816 CPUtime=448.37
/proc/11874/task/11985/stat : 11985 (gnovelty+) R 11872 11874 8948 0 -1 4202560 86 0 0 0 39720 5117 0 0 16 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3067593052 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11874/tid=12009] ppid=11872 vsize=547816 CPUtime=449.36
/proc/11874/task/12009/stat : 12009 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 39798 5138 0 0 15 0 4 0 1097338717 560963584 20506 4294967295 134512640 135680988 3215722000 3058200924 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1792.65
Current children cumulated vsize (KiB) 547816

[startup+522.313 s]
/proc/loadavg: 4.20 4.14 3.30 5/101 13393
/proc/meminfo: memFree=3007412/3368532 swapFree=1952996/1959888
[pid=11874] ppid=11872 vsize=547816 CPUtime=2026.31
/proc/11874/stat : 11874 (gnovelty+) R 11872 11874 8948 0 -1 4202496 20550 0 0 0 179033 23598 0 0 15 0 4 0 1097338703 560963584 20506 4294967295 134512640 135680988 3215722000 3215721244 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11874/statm: 136954 20506 103 286 0 136666 0
[pid=11874/tid=11984] ppid=11872 vsize=547816 CPUtime=505.79
/proc/11874/task/11984/stat : 11984 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 44537 6042 0 0 15 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3076985180 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11874/tid=11985] ppid=11872 vsize=547816 CPUtime=506.86
/proc/11874/task/11985/stat : 11985 (gnovelty+) R 11872 11874 8948 0 -1 4202560 86 0 0 0 44889 5797 0 0 15 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3067593052 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11874/tid=12009] ppid=11872 vsize=547816 CPUtime=507.66
/proc/11874/task/12009/stat : 12009 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 44964 5802 0 0 16 0 4 0 1097338717 560963584 20506 4294967295 134512640 135680988 3215722000 3058200924 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2026.31
Current children cumulated vsize (KiB) 547816

[startup+582.309 s]
/proc/loadavg: 4.07 4.11 3.34 5/101 13599
/proc/meminfo: memFree=3006776/3368532 swapFree=1952996/1959888
[pid=11874] ppid=11872 vsize=547816 CPUtime=2257.69
/proc/11874/stat : 11874 (gnovelty+) R 11872 11874 8948 0 -1 4202496 20550 0 0 0 199598 26171 0 0 16 0 4 0 1097338703 560963584 20506 4294967295 134512640 135680988 3215722000 3215721244 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/11874/statm: 136954 20506 103 286 0 136666 0
[pid=11874/tid=11984] ppid=11872 vsize=547816 CPUtime=563.14
/proc/11874/task/11984/stat : 11984 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 49624 6690 0 0 16 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3076985180 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11874/tid=11985] ppid=11872 vsize=547816 CPUtime=563.92
/proc/11874/task/11985/stat : 11985 (gnovelty+) R 11872 11874 8948 0 -1 4202560 86 0 0 0 50005 6387 0 0 16 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3067593052 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11874/tid=12009] ppid=11872 vsize=547816 CPUtime=566.32
/proc/11874/task/12009/stat : 12009 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 50173 6459 0 0 15 0 4 0 1097338717 560963584 20506 4294967295 134512640 135680988 3215722000 3058200924 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2257.69
Current children cumulated vsize (KiB) 547816

[startup+642.315 s]
/proc/loadavg: 4.17 4.13 3.39 5/101 13788
/proc/meminfo: memFree=3006792/3368532 swapFree=1952996/1959888
[pid=11874] ppid=11872 vsize=547816 CPUtime=2490.13
/proc/11874/stat : 11874 (gnovelty+) R 11872 11874 8948 0 -1 4202496 20550 0 0 0 220147 28866 0 0 15 0 4 0 1097338703 560963584 20506 4294967295 134512640 135680988 3215722000 3215721244 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/11874/statm: 136954 20506 103 286 0 136666 0
[pid=11874/tid=11984] ppid=11872 vsize=547816 CPUtime=621.41
/proc/11874/task/11984/stat : 11984 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 54791 7350 0 0 16 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3076985180 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11874/tid=11985] ppid=11872 vsize=547816 CPUtime=622.06
/proc/11874/task/11985/stat : 11985 (gnovelty+) R 11872 11874 8948 0 -1 4202560 86 0 0 0 55159 7047 0 0 15 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3067593052 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11874/tid=12009] ppid=11872 vsize=547816 CPUtime=624.39
/proc/11874/task/12009/stat : 12009 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 55282 7157 0 0 15 0 4 0 1097338717 560963584 20506 4294967295 134512640 135680988 3215722000 3058200924 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2490.13
Current children cumulated vsize (KiB) 547816

[startup+702.309 s]
/proc/loadavg: 4.03 4.09 3.42 5/101 13977
/proc/meminfo: memFree=3006792/3368532 swapFree=1952996/1959888
[pid=11874] ppid=11872 vsize=547816 CPUtime=2720.39
/proc/11874/stat : 11874 (gnovelty+) R 11872 11874 8948 0 -1 4202496 20550 0 0 0 240547 31492 0 0 16 0 4 0 1097338703 560963584 20506 4294967295 134512640 135680988 3215722000 3215721244 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/11874/statm: 136954 20506 103 286 0 136666 0
[pid=11874/tid=11984] ppid=11872 vsize=547816 CPUtime=679.01
/proc/11874/task/11984/stat : 11984 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 59902 7999 0 0 15 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3076985180 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11874/tid=11985] ppid=11872 vsize=547816 CPUtime=679.51
/proc/11874/task/11985/stat : 11985 (gnovelty+) R 11872 11874 8948 0 -1 4202560 86 0 0 0 60234 7717 0 0 15 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3067593052 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11874/tid=12009] ppid=11872 vsize=547816 CPUtime=682.14
/proc/11874/task/12009/stat : 12009 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 60420 7794 0 0 15 0 4 0 1097338717 560963584 20506 4294967295 134512640 135680988 3215722000 3058200924 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2720.39
Current children cumulated vsize (KiB) 547816

[startup+762.314 s]
/proc/loadavg: 4.16 4.13 3.48 5/101 14164
/proc/meminfo: memFree=3006784/3368532 swapFree=1952996/1959888
[pid=11874] ppid=11872 vsize=547816 CPUtime=2953.82
/proc/11874/stat : 11874 (gnovelty+) R 11872 11874 8948 0 -1 4202496 20550 0 0 0 261246 34136 0 0 15 0 4 0 1097338703 560963584 20506 4294967295 134512640 135680988 3215722000 3215721244 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/11874/statm: 136954 20506 103 286 0 136666 0
[pid=11874/tid=11984] ppid=11872 vsize=547816 CPUtime=736.87
/proc/11874/task/11984/stat : 11984 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 65012 8675 0 0 15 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3076985180 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11874/tid=11985] ppid=11872 vsize=547816 CPUtime=737.94
/proc/11874/task/11985/stat : 11985 (gnovelty+) R 11872 11874 8948 0 -1 4202560 86 0 0 0 65441 8353 0 0 16 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3067593052 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11874/tid=12009] ppid=11872 vsize=547816 CPUtime=740.66
/proc/11874/task/12009/stat : 12009 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 65617 8449 0 0 15 0 4 0 1097338717 560963584 20506 4294967295 134512640 135680988 3215722000 3058200924 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2953.82
Current children cumulated vsize (KiB) 547816

[startup+822.32 s]
/proc/loadavg: 4.24 4.15 3.52 5/101 14351
/proc/meminfo: memFree=3006908/3368532 swapFree=1952996/1959888
[pid=11874] ppid=11872 vsize=547816 CPUtime=3186.73
/proc/11874/stat : 11874 (gnovelty+) R 11872 11874 8948 0 -1 4202496 20550 0 0 0 281906 36767 0 0 15 0 4 0 1097338703 560963584 20506 4294967295 134512640 135680988 3215722000 3215721244 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/11874/statm: 136954 20506 103 286 0 136666 0
[pid=11874/tid=11984] ppid=11872 vsize=547816 CPUtime=795.21
/proc/11874/task/11984/stat : 11984 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 70155 9366 0 0 15 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3076985180 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11874/tid=11985] ppid=11872 vsize=547816 CPUtime=795.87
/proc/11874/task/11985/stat : 11985 (gnovelty+) R 11872 11874 8948 0 -1 4202560 86 0 0 0 70566 9021 0 0 15 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3067593052 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11874/tid=12009] ppid=11872 vsize=547816 CPUtime=798.72
/proc/11874/task/12009/stat : 12009 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 70777 9095 0 0 15 0 4 0 1097338717 560963584 20506 4294967295 134512640 135680988 3215722000 3058200924 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3186.73
Current children cumulated vsize (KiB) 547816

[startup+882.315 s]
/proc/loadavg: 4.24 4.16 3.56 5/101 14542
/proc/meminfo: memFree=3006792/3368532 swapFree=1952996/1959888
[pid=11874] ppid=11872 vsize=547816 CPUtime=3417.77
/proc/11874/stat : 11874 (gnovelty+) R 11872 11874 8948 0 -1 4202496 20550 0 0 0 302465 39312 0 0 15 0 4 0 1097338703 560963584 20506 4294967295 134512640 135680988 3215722000 3215721244 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/11874/statm: 136954 20506 103 286 0 136666 0
[pid=11874/tid=11984] ppid=11872 vsize=547816 CPUtime=853.27
/proc/11874/task/11984/stat : 11984 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 75309 10018 0 0 15 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3076985180 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11874/tid=11985] ppid=11872 vsize=547816 CPUtime=853.3
/proc/11874/task/11985/stat : 11985 (gnovelty+) R 11872 11874 8948 0 -1 4202560 86 0 0 0 75691 9639 0 0 15 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3067593052 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11874/tid=12009] ppid=11872 vsize=547816 CPUtime=856.85
/proc/11874/task/12009/stat : 12009 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 75966 9719 0 0 15 0 4 0 1097338717 560963584 20506 4294967295 134512640 135680988 3215722000 3058200924 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3417.77
Current children cumulated vsize (KiB) 547816

[startup+942.311 s]
/proc/loadavg: 4.13 4.14 3.59 5/101 14733
/proc/meminfo: memFree=3006800/3368532 swapFree=1952996/1959888
[pid=11874] ppid=11872 vsize=547816 CPUtime=3650.89
/proc/11874/stat : 11874 (gnovelty+) R 11872 11874 8948 0 -1 4202496 20550 0 0 0 323073 42016 0 0 16 0 4 0 1097338703 560963584 20506 4294967295 134512640 135680988 3215722000 3215721244 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/11874/statm: 136954 20506 103 286 0 136666 0
[pid=11874/tid=11984] ppid=11872 vsize=547816 CPUtime=911.24
/proc/11874/task/11984/stat : 11984 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 80453 10671 0 0 16 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3076985180 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11874/tid=11985] ppid=11872 vsize=547816 CPUtime=912.01
/proc/11874/task/11985/stat : 11985 (gnovelty+) R 11872 11874 8948 0 -1 4202560 86 0 0 0 80872 10329 0 0 15 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3067593052 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11874/tid=12009] ppid=11872 vsize=547816 CPUtime=915.1
/proc/11874/task/12009/stat : 12009 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 81109 10401 0 0 16 0 4 0 1097338717 560963584 20506 4294967295 134512640 135680988 3215722000 3058200924 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3650.89
Current children cumulated vsize (KiB) 547816



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.14 4.16 3.63 5/101 14922
/proc/meminfo: memFree=3006800/3368532 swapFree=1952996/1959888
[pid=11874] ppid=11872 vsize=547816 CPUtime=3873.3
/proc/11874/stat : 11874 (gnovelty+) R 11872 11874 8948 0 -1 4202496 20550 0 0 0 342742 44588 0 0 16 0 4 0 1097338703 560963584 20506 4294967295 134512640 135680988 3215722000 3215721244 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/11874/statm: 136954 20506 103 286 0 136666 0
[pid=11874/tid=11984] ppid=11872 vsize=547816 CPUtime=966.67
/proc/11874/task/11984/stat : 11984 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 85401 11266 0 0 16 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3076985180 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11874/tid=11985] ppid=11872 vsize=547816 CPUtime=967.48
/proc/11874/task/11985/stat : 11985 (gnovelty+) R 11872 11874 8948 0 -1 4202560 86 0 0 0 85743 11005 0 0 15 0 4 0 1097338716 560963584 20506 4294967295 134512640 135680988 3215722000 3067593052 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11874/tid=12009] ppid=11872 vsize=547816 CPUtime=971.14
/proc/11874/task/12009/stat : 12009 (gnovelty+) R 11872 11874 8948 0 -1 4202560 89 0 0 0 86084 11030 0 0 15 0 4 0 1097338717 560963584 20506 4294967295 134512640 135680988 3215722000 3058200924 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3873.3
Current children cumulated vsize (KiB) 547816

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): 3873.37
CPU user time (s): 3427.47
CPU system time (s): 445.9
CPU usage (%): 387.325
Max. virtual memory (cumulated for all children) (KiB): 547816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3427.47
system time used= 445.9
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20550
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= 15546991
involuntary context switches= 67156

runsolver used 0.02 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi45 at 2009-05-27 15:46:54
IDJOB=1777039
IDBENCH=70195
IDSOLVER=617
FILE ID=tipi45/1777039-1243432014
PBS_JOBID=
Free space on /tmp= 15502 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (4 threads)
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/800/unif-k5-r20-v800-c16000-S251246256-047.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1777039-1243432014/watcher-1777039-1243432014 -o /tmp/evaluation-result-1777039-1243432014/solver-1777039-1243432014 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1777039-1243432014.cnf 364800226 4

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

MD5SUM BENCH= 8f73ab57f6037e66eefb750c3e8213fd
RANDOM SEED= 364800226

Linux tipi45 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.081
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.41
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.081
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.081
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.16
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.081
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.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3089700 kB
Buffers:        122900 kB
Cached:          50288 kB
SwapCached:       2100 kB
Active:          63152 kB
Inactive:       118960 kB
HighTotal:     2489216 kB
HighFree:      2426724 kB
LowTotal:       879316 kB
LowFree:        662976 kB
SwapTotal:     1959888 kB
SwapFree:      1952996 kB
Dirty:            1828 kB
Writeback:           0 kB
AnonPages:        7980 kB
Mapped:           3300 kB
Slab:            84360 kB
SReclaimable:    73536 kB
SUnreclaim:      10824 kB
PageTables:        480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    89412 kB
VmallocTotal:   114680 kB
VmallocUsed:     17900 kB
VmallocChunk:    96244 kB

Free space on /tmp at the end= 15502 MiB
End job on tipi45 at 2009-05-27 16:03:35