Trace number 1777042

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

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/800/
unif-k5-r20-v800-c16000-S1353769076-009.cnf
MD5SUM0aeb33d4615b67c4ba3e205bec8691bf
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-1777042-1243432228/watcher-1777042-1243432228 -o /tmp/evaluation-result-1777042-1243432228/solver-1777042-1243432228 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1777042-1243432228.cnf 528205576 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.81 4.00 2.99 3/96 19972
/proc/meminfo: memFree=3048296/3368532 swapFree=1954072/1959888
[pid=19972] ppid=19970 vsize=509232 CPUtime=0.01
/proc/19972/stat : 19972 (gnovelty+) R 19970 19972 15881 0 -1 4202496 1391 0 0 0 0 1 0 0 18 0 1 0 1097323971 521453568 1347 4294967295 134512640 135680988 3212942192 3212941456 134537167 0 0 0 0 0 0 0 17 1 0 0 0
/proc/19972/statm: 127308 1355 99 286 0 127020 0

[startup+0.091115 s]
/proc/loadavg: 3.81 4.00 2.99 3/96 19972
/proc/meminfo: memFree=3048296/3368532 swapFree=1954072/1959888
[pid=19972] ppid=19970 vsize=517044 CPUtime=0.09
/proc/19972/stat : 19972 (gnovelty+) R 19970 19972 15881 0 -1 4202496 15380 0 0 0 5 4 0 0 18 0 1 0 1097323971 529453056 15335 4294967295 134512640 135680988 3212942192 3212941456 134537779 0 0 0 0 0 0 0 17 1 0 0 0
/proc/19972/statm: 129261 15346 99 286 0 128973 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 517044

[startup+0.111084 s]
/proc/loadavg: 3.81 4.00 2.99 3/96 19972
/proc/meminfo: memFree=3048296/3368532 swapFree=1954072/1959888
[pid=19972] ppid=19970 vsize=517044 CPUtime=0.11
/proc/19972/stat : 19972 (gnovelty+) R 19970 19972 15881 0 -1 4202496 19172 0 0 0 7 4 0 0 18 0 1 0 1097323971 529453056 19127 4294967295 134512640 135680988 3212942192 3212941456 134537968 0 0 0 0 0 0 0 17 1 0 0 0
/proc/19972/statm: 129261 19138 99 286 0 128973 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 517044

[startup+0.311068 s]
/proc/loadavg: 3.81 4.00 2.99 3/96 19972
/proc/meminfo: memFree=3048296/3368532 swapFree=1954072/1959888
[pid=19972] ppid=19970 vsize=547816 CPUtime=0.75
/proc/19972/stat : 19972 (gnovelty+) R 19970 19972 15881 0 -1 4202496 20550 0 0 0 62 13 0 0 18 0 4 0 1097323971 560963584 20505 4294967295 134512640 135680988 3212942192 3212941436 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/19972/statm: 136954 20505 103 286 0 136666 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 547816

[startup+0.711039 s]
/proc/loadavg: 3.81 4.00 2.99 3/96 19972
/proc/meminfo: memFree=3048296/3368532 swapFree=1954072/1959888
[pid=19972] ppid=19970 vsize=547816 CPUtime=2.33
/proc/19972/stat : 19972 (gnovelty+) R 19970 19972 15881 0 -1 4202496 20550 0 0 0 199 34 0 0 15 0 4 0 1097323971 560963584 20505 4294967295 134512640 135680988 3212942192 3212941436 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/19972/statm: 136954 20505 103 286 0 136666 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 547816

[startup+1.51099 s]
/proc/loadavg: 3.81 4.00 2.99 5/100 19976
/proc/meminfo: memFree=2967488/3368532 swapFree=1954072/1959888
[pid=19972] ppid=19970 vsize=547816 CPUtime=5.47
/proc/19972/stat : 19972 (gnovelty+) R 19970 19972 15881 0 -1 4202496 20550 0 0 0 485 62 0 0 15 0 4 0 1097323971 560963584 20505 4294967295 134512640 135680988 3212942192 3212941436 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/19972/statm: 136954 20505 103 286 0 136666 0
[pid=19972/tid=19974] ppid=19970 vsize=547816 CPUtime=1.28
/proc/19972/task/19974/stat : 19974 (gnovelty+) R 19970 19972 15881 0 -1 4202560 88 0 0 0 114 14 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3077943644 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=19972/tid=19975] ppid=19970 vsize=547816 CPUtime=1.37
/proc/19972/task/19975/stat : 19975 (gnovelty+) R 19970 19972 15881 0 -1 4202560 86 0 0 0 118 19 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3068551516 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19972/tid=19976] ppid=19970 vsize=547816 CPUtime=1.31
/proc/19972/task/19976/stat : 19976 (gnovelty+) R 19970 19972 15881 0 -1 4202560 89 0 0 0 121 10 0 0 16 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3059159476 134533068 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.47
Current children cumulated vsize (KiB) 547816

[startup+3.11088 s]
/proc/loadavg: 3.81 4.00 2.99 6/100 19976
/proc/meminfo: memFree=2967528/3368532 swapFree=1954072/1959888
[pid=19972] ppid=19970 vsize=547816 CPUtime=11.78
/proc/19972/stat : 19972 (gnovelty+) R 19970 19972 15881 0 -1 4202496 20550 0 0 0 1043 135 0 0 15 0 4 0 1097323971 560963584 20505 4294967295 134512640 135680988 3212942192 3212941436 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/19972/statm: 136954 20505 103 286 0 136666 0
[pid=19972/tid=19974] ppid=19970 vsize=547816 CPUtime=2.84
/proc/19972/task/19974/stat : 19974 (gnovelty+) R 19970 19972 15881 0 -1 4202560 88 0 0 0 255 29 0 0 16 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3077943644 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=19972/tid=19975] ppid=19970 vsize=547816 CPUtime=2.95
/proc/19972/task/19975/stat : 19975 (gnovelty+) R 19970 19972 15881 0 -1 4202560 86 0 0 0 259 36 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3068551516 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19972/tid=19976] ppid=19970 vsize=547816 CPUtime=2.89
/proc/19972/task/19976/stat : 19976 (gnovelty+) R 19970 19972 15881 0 -1 4202560 89 0 0 0 259 30 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3059159388 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.78
Current children cumulated vsize (KiB) 547816

[startup+6.31126 s]
/proc/loadavg: 3.83 4.00 3.00 5/100 19976
/proc/meminfo: memFree=2967404/3368532 swapFree=1954072/1959888
[pid=19972] ppid=19970 vsize=547816 CPUtime=24.25
/proc/19972/stat : 19972 (gnovelty+) R 19970 19972 15881 0 -1 4202496 20550 0 0 0 2156 269 0 0 15 0 4 0 1097323971 560963584 20505 4294967295 134512640 135680988 3212942192 3212941436 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/19972/statm: 136954 20505 103 286 0 136666 0
[pid=19972/tid=19974] ppid=19970 vsize=547816 CPUtime=5.88
/proc/19972/task/19974/stat : 19974 (gnovelty+) R 19970 19972 15881 0 -1 4202560 88 0 0 0 522 66 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3077943644 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=19972/tid=19975] ppid=19970 vsize=547816 CPUtime=6.14
/proc/19972/task/19975/stat : 19975 (gnovelty+) R 19970 19972 15881 0 -1 4202560 86 0 0 0 546 68 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3068551516 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19972/tid=19976] ppid=19970 vsize=547816 CPUtime=5.98
/proc/19972/task/19976/stat : 19976 (gnovelty+) R 19970 19972 15881 0 -1 4202560 89 0 0 0 536 62 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3059159388 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.25
Current children cumulated vsize (KiB) 547816

[startup+12.7113 s]
/proc/loadavg: 4.00 4.03 3.02 5/100 19976
/proc/meminfo: memFree=2967468/3368532 swapFree=1954072/1959888
[pid=19972] ppid=19970 vsize=547816 CPUtime=49.46
/proc/19972/stat : 19972 (gnovelty+) R 19970 19972 15881 0 -1 4202496 20550 0 0 0 4402 544 0 0 15 0 4 0 1097323971 560963584 20505 4294967295 134512640 135680988 3212942192 3212941436 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/19972/statm: 136954 20505 103 286 0 136666 0
[pid=19972/tid=19974] ppid=19970 vsize=547816 CPUtime=12.2
/proc/19972/task/19974/stat : 19974 (gnovelty+) R 19970 19972 15881 0 -1 4202560 88 0 0 0 1087 133 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3077943644 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=19972/tid=19975] ppid=19970 vsize=547816 CPUtime=12.51
/proc/19972/task/19975/stat : 19975 (gnovelty+) R 19970 19972 15881 0 -1 4202560 86 0 0 0 1109 142 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3068551516 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19972/tid=19976] ppid=19970 vsize=547816 CPUtime=12.19
/proc/19972/task/19976/stat : 19976 (gnovelty+) R 19970 19972 15881 0 -1 4202560 89 0 0 0 1085 134 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3059159388 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 49.46
Current children cumulated vsize (KiB) 547816

[startup+25.51 s]
/proc/loadavg: 4.00 4.03 3.03 5/100 19978
/proc/meminfo: memFree=2967524/3368532 swapFree=1954072/1959888
[pid=19972] ppid=19970 vsize=547816 CPUtime=98.44
/proc/19972/stat : 19972 (gnovelty+) R 19970 19972 15881 0 -1 4202496 20550 0 0 0 8724 1120 0 0 15 0 4 0 1097323971 560963584 20505 4294967295 134512640 135680988 3212942192 3212941436 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/19972/statm: 136954 20505 103 286 0 136666 0
[pid=19972/tid=19974] ppid=19970 vsize=547816 CPUtime=24.73
/proc/19972/task/19974/stat : 19974 (gnovelty+) R 19970 19972 15881 0 -1 4202560 88 0 0 0 2186 287 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3077943644 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19972/tid=19975] ppid=19970 vsize=547816 CPUtime=25.02
/proc/19972/task/19975/stat : 19975 (gnovelty+) R 19970 19972 15881 0 -1 4202560 86 0 0 0 2208 294 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3068551516 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=19972/tid=19976] ppid=19970 vsize=547816 CPUtime=24.23
/proc/19972/task/19976/stat : 19976 (gnovelty+) R 19970 19972 15881 0 -1 4202560 89 0 0 0 2159 264 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3059159388 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 98.44
Current children cumulated vsize (KiB) 547816

[startup+51.1084 s]
/proc/loadavg: 3.85 3.99 3.04 5/100 20161
/proc/meminfo: memFree=2966616/3368532 swapFree=1954072/1959888
[pid=19972] ppid=19970 vsize=547816 CPUtime=196.53
/proc/19972/stat : 19972 (gnovelty+) R 19970 19972 15881 0 -1 4202496 20550 0 0 0 17440 2213 0 0 15 0 4 0 1097323971 560963584 20505 4294967295 134512640 135680988 3212942192 3212941436 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/19972/statm: 136954 20505 103 286 0 136666 0
[pid=19972/tid=19974] ppid=19970 vsize=547816 CPUtime=49.25
/proc/19972/task/19974/stat : 19974 (gnovelty+) R 19970 19972 15881 0 -1 4202560 88 0 0 0 4344 581 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3077943644 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=19972/tid=19975] ppid=19970 vsize=547816 CPUtime=49.59
/proc/19972/task/19975/stat : 19975 (gnovelty+) R 19970 19972 15881 0 -1 4202560 86 0 0 0 4411 548 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3068551516 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19972/tid=19976] ppid=19970 vsize=547816 CPUtime=48.44
/proc/19972/task/19976/stat : 19976 (gnovelty+) R 19970 19972 15881 0 -1 4202560 89 0 0 0 4325 519 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3059159388 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 196.53
Current children cumulated vsize (KiB) 547816

[startup+102.315 s]
/proc/loadavg: 4.03 4.02 3.10 5/100 20167
/proc/meminfo: memFree=2966904/3368532 swapFree=1954072/1959888
[pid=19972] ppid=19970 vsize=547816 CPUtime=397.69
/proc/19972/stat : 19972 (gnovelty+) R 19970 19972 15881 0 -1 4202496 20550 0 0 0 35190 4579 0 0 15 0 4 0 1097323971 560963584 20505 4294967295 134512640 135680988 3212942192 3212941436 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/19972/statm: 136954 20505 103 286 0 136666 0
[pid=19972/tid=19974] ppid=19970 vsize=547816 CPUtime=99.82
/proc/19972/task/19974/stat : 19974 (gnovelty+) R 19970 19972 15881 0 -1 4202560 88 0 0 0 8831 1151 0 0 16 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3077943732 134532950 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=19972/tid=19975] ppid=19970 vsize=547816 CPUtime=99.87
/proc/19972/task/19975/stat : 19975 (gnovelty+) R 19970 19972 15881 0 -1 4202560 86 0 0 0 8854 1133 0 0 16 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3068551516 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19972/tid=19976] ppid=19970 vsize=547816 CPUtime=98.58
/proc/19972/task/19976/stat : 19976 (gnovelty+) R 19970 19972 15881 0 -1 4202560 89 0 0 0 8768 1090 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3059159388 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 397.69
Current children cumulated vsize (KiB) 547816

[startup+162.311 s]
/proc/loadavg: 4.17 4.05 3.17 7/100 20356
/proc/meminfo: memFree=2966292/3368532 swapFree=1954072/1959888
[pid=19972] ppid=19970 vsize=547816 CPUtime=630.46
/proc/19972/stat : 19972 (gnovelty+) R 19970 19972 15881 0 -1 4202496 20550 0 0 0 55785 7261 0 0 15 0 4 0 1097323971 560963584 20505 4294967295 134512640 135680988 3212942192 3212941436 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/19972/statm: 136954 20505 103 286 0 136666 0
[pid=19972/tid=19974] ppid=19970 vsize=547816 CPUtime=158.26
/proc/19972/task/19974/stat : 19974 (gnovelty+) R 19970 19972 15881 0 -1 4202560 88 0 0 0 13991 1835 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3077943644 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=19972/tid=19975] ppid=19970 vsize=547816 CPUtime=157.66
/proc/19972/task/19975/stat : 19975 (gnovelty+) R 19970 19972 15881 0 -1 4202560 86 0 0 0 13988 1778 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3068551516 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=19972/tid=19976] ppid=19970 vsize=547816 CPUtime=156.76
/proc/19972/task/19976/stat : 19976 (gnovelty+) R 19970 19972 15881 0 -1 4202560 89 0 0 0 13940 1736 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3059159388 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 630.46
Current children cumulated vsize (KiB) 547816

[startup+222.307 s]
/proc/loadavg: 4.20 4.07 3.23 5/100 20545
/proc/meminfo: memFree=2966408/3368532 swapFree=1954072/1959888
[pid=19972] ppid=19970 vsize=547816 CPUtime=864.65
/proc/19972/stat : 19972 (gnovelty+) R 19970 19972 15881 0 -1 4202496 20550 0 0 0 76470 9995 0 0 15 0 4 0 1097323971 560963584 20505 4294967295 134512640 135680988 3212942192 3212941436 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/19972/statm: 136954 20505 103 286 0 136666 0
[pid=19972/tid=19974] ppid=19970 vsize=547816 CPUtime=216.14
/proc/19972/task/19974/stat : 19974 (gnovelty+) R 19970 19972 15881 0 -1 4202560 88 0 0 0 19090 2524 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3077943644 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19972/tid=19975] ppid=19970 vsize=547816 CPUtime=216.84
/proc/19972/task/19975/stat : 19975 (gnovelty+) R 19970 19972 15881 0 -1 4202560 86 0 0 0 19234 2450 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3068551516 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=19972/tid=19976] ppid=19970 vsize=547816 CPUtime=215.57
/proc/19972/task/19976/stat : 19976 (gnovelty+) R 19970 19972 15881 0 -1 4202560 89 0 0 0 19112 2445 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3059159388 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 864.65
Current children cumulated vsize (KiB) 547816

[startup+282.313 s]
/proc/loadavg: 4.07 4.05 3.27 6/100 20731
/proc/meminfo: memFree=2966408/3368532 swapFree=1954072/1959888
[pid=19972] ppid=19970 vsize=547816 CPUtime=1098.89
/proc/19972/stat : 19972 (gnovelty+) R 19970 19972 15881 0 -1 4202496 20550 0 0 0 97052 12837 0 0 15 0 4 0 1097323971 560963584 20505 4294967295 134512640 135680988 3212942192 3212941436 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/19972/statm: 136954 20505 103 286 0 136666 0
[pid=19972/tid=19974] ppid=19970 vsize=547816 CPUtime=274.93
/proc/19972/task/19974/stat : 19974 (gnovelty+) R 19970 19972 15881 0 -1 4202560 88 0 0 0 24257 3236 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3077943644 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19972/tid=19975] ppid=19970 vsize=547816 CPUtime=275.19
/proc/19972/task/19975/stat : 19975 (gnovelty+) R 19970 19972 15881 0 -1 4202560 86 0 0 0 24361 3158 0 0 16 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3068551516 134957681 0 0 0 0 0 0 0 -1 0 0 0 0

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

[pid=19972] ppid=19970 vsize=547816 CPUtime=1565.24
/proc/19972/stat : 19972 (gnovelty+) R 19970 19972 15881 0 -1 4202496 20550 0 0 0 138187 18337 0 0 15 0 4 0 1097323971 560963584 20505 4294967295 134512640 135680988 3212942192 3212941436 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/19972/statm: 136954 20505 103 286 0 136666 0
[pid=19972/tid=19974] ppid=19970 vsize=547816 CPUtime=390.51
/proc/19972/task/19974/stat : 19974 (gnovelty+) R 19970 19972 15881 0 -1 4202560 88 0 0 0 34483 4568 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3077943644 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=19972/tid=19975] ppid=19970 vsize=547816 CPUtime=392.49
/proc/19972/task/19975/stat : 19975 (gnovelty+) R 19970 19972 15881 0 -1 4202560 86 0 0 0 34702 4547 0 0 16 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3068551516 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19972/tid=19976] ppid=19970 vsize=547816 CPUtime=390.67
/proc/19972/task/19976/stat : 19976 (gnovelty+) R 19970 19972 15881 0 -1 4202560 89 0 0 0 34491 4576 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3059159388 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1565.24
Current children cumulated vsize (KiB) 547816

[startup+462.311 s]
/proc/loadavg: 4.06 4.07 3.41 5/100 21299
/proc/meminfo: memFree=2966168/3368532 swapFree=1954072/1959888
[pid=19972] ppid=19970 vsize=547816 CPUtime=1799.35
/proc/19972/stat : 19972 (gnovelty+) R 19970 19972 15881 0 -1 4202496 20550 0 0 0 158903 21032 0 0 15 0 4 0 1097323971 560963584 20505 4294967295 134512640 135680988 3212942192 3212941436 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/19972/statm: 136954 20505 103 286 0 136666 0
[pid=19972/tid=19974] ppid=19970 vsize=547816 CPUtime=448.91
/proc/19972/task/19974/stat : 19974 (gnovelty+) R 19970 19972 15881 0 -1 4202560 88 0 0 0 39627 5264 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3077943644 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=19972/tid=19975] ppid=19970 vsize=547816 CPUtime=451.38
/proc/19972/task/19975/stat : 19975 (gnovelty+) R 19970 19972 15881 0 -1 4202560 86 0 0 0 39909 5229 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3068551516 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19972/tid=19976] ppid=19970 vsize=547816 CPUtime=449.43
/proc/19972/task/19976/stat : 19976 (gnovelty+) R 19970 19972 15881 0 -1 4202560 89 0 0 0 39712 5231 0 0 16 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3059159388 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1799.35
Current children cumulated vsize (KiB) 547816

[startup+522.306 s]
/proc/loadavg: 4.04 4.06 3.45 5/100 21488
/proc/meminfo: memFree=2965448/3368532 swapFree=1954072/1959888
[pid=19972] ppid=19970 vsize=547816 CPUtime=2031.99
/proc/19972/stat : 19972 (gnovelty+) R 19970 19972 15881 0 -1 4202496 20550 0 0 0 179542 23657 0 0 15 0 4 0 1097323971 560963584 20505 4294967295 134512640 135680988 3212942192 3212941436 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/19972/statm: 136954 20505 103 286 0 136666 0
[pid=19972/tid=19974] ppid=19970 vsize=547816 CPUtime=507.31
/proc/19972/task/19974/stat : 19974 (gnovelty+) R 19970 19972 15881 0 -1 4202560 88 0 0 0 44784 5947 0 0 16 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3077943644 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=19972/tid=19975] ppid=19970 vsize=547816 CPUtime=509.69
/proc/19972/task/19975/stat : 19975 (gnovelty+) R 19970 19972 15881 0 -1 4202560 86 0 0 0 45119 5850 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3068551516 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=19972/tid=19976] ppid=19970 vsize=547816 CPUtime=507.41
/proc/19972/task/19976/stat : 19976 (gnovelty+) R 19970 19972 15881 0 -1 4202560 89 0 0 0 44816 5925 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3059159388 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2031.99
Current children cumulated vsize (KiB) 547816

[startup+582.312 s]
/proc/loadavg: 4.01 4.05 3.48 5/100 21674
/proc/meminfo: memFree=2965788/3368532 swapFree=1954072/1959888
[pid=19972] ppid=19970 vsize=547816 CPUtime=2265.24
/proc/19972/stat : 19972 (gnovelty+) R 19970 19972 15881 0 -1 4202496 20550 0 0 0 200148 26376 0 0 15 0 4 0 1097323971 560963584 20505 4294967295 134512640 135680988 3212942192 3212941436 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/19972/statm: 136954 20505 103 286 0 136666 0
[pid=19972/tid=19974] ppid=19970 vsize=547816 CPUtime=565.85
/proc/19972/task/19974/stat : 19974 (gnovelty+) R 19970 19972 15881 0 -1 4202560 88 0 0 0 49972 6613 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3077943644 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19972/tid=19975] ppid=19970 vsize=547816 CPUtime=568.05
/proc/19972/task/19975/stat : 19975 (gnovelty+) R 19970 19972 15881 0 -1 4202560 86 0 0 0 50237 6568 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3068551516 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=19972/tid=19976] ppid=19970 vsize=547816 CPUtime=565.42
/proc/19972/task/19976/stat : 19976 (gnovelty+) R 19970 19972 15881 0 -1 4202560 89 0 0 0 49965 6577 0 0 16 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3059159476 134535076 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2265.24
Current children cumulated vsize (KiB) 547816

[startup+642.308 s]
/proc/loadavg: 4.15 4.07 3.52 5/100 21862
/proc/meminfo: memFree=2965796/3368532 swapFree=1954072/1959888
[pid=19972] ppid=19970 vsize=547816 CPUtime=2499.89
/proc/19972/stat : 19972 (gnovelty+) R 19970 19972 15881 0 -1 4202496 20550 0 0 0 220894 29095 0 0 15 0 4 0 1097323971 560963584 20505 4294967295 134512640 135680988 3212942192 3212941436 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/19972/statm: 136954 20505 103 286 0 136666 0
[pid=19972/tid=19974] ppid=19970 vsize=547816 CPUtime=624.61
/proc/19972/task/19974/stat : 19974 (gnovelty+) R 19970 19972 15881 0 -1 4202560 88 0 0 0 55196 7265 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3077943644 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19972/tid=19975] ppid=19970 vsize=547816 CPUtime=626.98
/proc/19972/task/19975/stat : 19975 (gnovelty+) R 19970 19972 15881 0 -1 4202560 86 0 0 0 55425 7273 0 0 16 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3068551516 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=19972/tid=19976] ppid=19970 vsize=547816 CPUtime=623.86
/proc/19972/task/19976/stat : 19976 (gnovelty+) R 19970 19972 15881 0 -1 4202560 89 0 0 0 55112 7274 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3059159388 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2499.89
Current children cumulated vsize (KiB) 547816

[startup+702.305 s]
/proc/loadavg: 4.05 4.05 3.55 5/100 22051
/proc/meminfo: memFree=2965788/3368532 swapFree=1954072/1959888
[pid=19972] ppid=19970 vsize=547816 CPUtime=2733.41
/proc/19972/stat : 19972 (gnovelty+) R 19970 19972 15881 0 -1 4202496 20550 0 0 0 241496 31845 0 0 15 0 4 0 1097323971 560963584 20505 4294967295 134512640 135680988 3212942192 3212941436 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/19972/statm: 136954 20505 103 286 0 136666 0
[pid=19972/tid=19974] ppid=19970 vsize=547816 CPUtime=683.09
/proc/19972/task/19974/stat : 19974 (gnovelty+) R 19970 19972 15881 0 -1 4202560 88 0 0 0 60345 7964 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3077943644 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=19972/tid=19975] ppid=19970 vsize=547816 CPUtime=685.48
/proc/19972/task/19975/stat : 19975 (gnovelty+) R 19970 19972 15881 0 -1 4202560 86 0 0 0 60592 7956 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3068551516 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19972/tid=19976] ppid=19970 vsize=547816 CPUtime=681.92
/proc/19972/task/19976/stat : 19976 (gnovelty+) R 19970 19972 15881 0 -1 4202560 89 0 0 0 60246 7946 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3059159388 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2733.41
Current children cumulated vsize (KiB) 547816

[startup+762.32 s]
/proc/loadavg: 4.18 4.07 3.58 5/100 22242
/proc/meminfo: memFree=2966044/3368532 swapFree=1954072/1959888
[pid=19972] ppid=19970 vsize=547816 CPUtime=2967.5
/proc/19972/stat : 19972 (gnovelty+) R 19970 19972 15881 0 -1 4202496 20550 0 0 0 262202 34548 0 0 15 0 4 0 1097323971 560963584 20505 4294967295 134512640 135680988 3212942192 3212941436 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/19972/statm: 136954 20505 103 286 0 136666 0
[pid=19972/tid=19974] ppid=19970 vsize=547816 CPUtime=741.72
/proc/19972/task/19974/stat : 19974 (gnovelty+) R 19970 19972 15881 0 -1 4202560 88 0 0 0 65531 8641 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3077943644 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=19972/tid=19975] ppid=19970 vsize=547816 CPUtime=744.06
/proc/19972/task/19975/stat : 19975 (gnovelty+) R 19970 19972 15881 0 -1 4202560 86 0 0 0 65772 8634 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3068551516 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19972/tid=19976] ppid=19970 vsize=547816 CPUtime=740.16
/proc/19972/task/19976/stat : 19976 (gnovelty+) R 19970 19972 15881 0 -1 4202560 89 0 0 0 65409 8607 0 0 16 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3059159388 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2967.5
Current children cumulated vsize (KiB) 547816

[startup+822.316 s]
/proc/loadavg: 4.17 4.09 3.61 5/100 22431
/proc/meminfo: memFree=2966044/3368532 swapFree=1954072/1959888
[pid=19972] ppid=19970 vsize=547816 CPUtime=3199.83
/proc/19972/stat : 19972 (gnovelty+) R 19970 19972 15881 0 -1 4202496 20550 0 0 0 282683 37300 0 0 15 0 4 0 1097323971 560963584 20505 4294967295 134512640 135680988 3212942192 3212941436 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/19972/statm: 136954 20505 103 286 0 136666 0
[pid=19972/tid=19974] ppid=19970 vsize=547816 CPUtime=799.8
/proc/19972/task/19974/stat : 19974 (gnovelty+) R 19970 19972 15881 0 -1 4202560 88 0 0 0 70663 9317 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3077943644 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19972/tid=19975] ppid=19970 vsize=547816 CPUtime=802.56
/proc/19972/task/19975/stat : 19975 (gnovelty+) R 19970 19972 15881 0 -1 4202560 86 0 0 0 70926 9330 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3068551516 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=19972/tid=19976] ppid=19970 vsize=547816 CPUtime=798.43
/proc/19972/task/19976/stat : 19976 (gnovelty+) R 19970 19972 15881 0 -1 4202560 89 0 0 0 70530 9313 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3059159388 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3199.83
Current children cumulated vsize (KiB) 547816

[startup+882.312 s]
/proc/loadavg: 4.17 4.10 3.65 5/100 22617
/proc/meminfo: memFree=2966036/3368532 swapFree=1954072/1959888
[pid=19972] ppid=19970 vsize=547816 CPUtime=3434.36
/proc/19972/stat : 19972 (gnovelty+) R 19970 19972 15881 0 -1 4202496 20550 0 0 0 303335 40101 0 0 15 0 4 0 1097323971 560963584 20505 4294967295 134512640 135680988 3212942192 3212941436 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/19972/statm: 136954 20505 103 286 0 136666 0
[pid=19972/tid=19974] ppid=19970 vsize=547816 CPUtime=858.19
/proc/19972/task/19974/stat : 19974 (gnovelty+) R 19970 19972 15881 0 -1 4202560 88 0 0 0 75815 10004 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3077943644 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=19972/tid=19975] ppid=19970 vsize=547816 CPUtime=861.41
/proc/19972/task/19975/stat : 19975 (gnovelty+) R 19970 19972 15881 0 -1 4202560 86 0 0 0 76122 10019 0 0 16 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3068551604 134534798 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=19972/tid=19976] ppid=19970 vsize=547816 CPUtime=857.11
/proc/19972/task/19976/stat : 19976 (gnovelty+) R 19970 19972 15881 0 -1 4202560 89 0 0 0 75701 10010 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3059159388 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3434.36
Current children cumulated vsize (KiB) 547816

[startup+942.318 s]
/proc/loadavg: 4.38 4.16 3.69 6/100 22805
/proc/meminfo: memFree=2965920/3368532 swapFree=1954072/1959888
[pid=19972] ppid=19970 vsize=547816 CPUtime=3667.1
/proc/19972/stat : 19972 (gnovelty+) R 19970 19972 15881 0 -1 4202496 20550 0 0 0 323880 42830 0 0 15 0 4 0 1097323971 560963584 20505 4294967295 134512640 135680988 3212942192 3212941436 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/19972/statm: 136954 20505 103 286 0 136666 0
[pid=19972/tid=19974] ppid=19970 vsize=547816 CPUtime=916.94
/proc/19972/task/19974/stat : 19974 (gnovelty+) R 19970 19972 15881 0 -1 4202560 88 0 0 0 81005 10689 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3077943644 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19972/tid=19975] ppid=19970 vsize=547816 CPUtime=919.1
/proc/19972/task/19975/stat : 19975 (gnovelty+) R 19970 19972 15881 0 -1 4202560 86 0 0 0 81218 10692 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3068551516 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=19972/tid=19976] ppid=19970 vsize=547816 CPUtime=915.06
/proc/19972/task/19976/stat : 19976 (gnovelty+) R 19970 19972 15881 0 -1 4202560 89 0 0 0 80817 10689 0 0 16 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3059159388 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3667.1
Current children cumulated vsize (KiB) 547816



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.40 4.20 3.73 6/100 22994
/proc/meminfo: memFree=2965788/3368532 swapFree=1954072/1959888
[pid=19972] ppid=19970 vsize=547816 CPUtime=3891.16
/proc/19972/stat : 19972 (gnovelty+) R 19970 19972 15881 0 -1 4202496 20550 0 0 0 343689 45427 0 0 15 0 4 0 1097323971 560963584 20505 4294967295 134512640 135680988 3212942192 3212941436 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/19972/statm: 136954 20505 103 286 0 136666 0
[pid=19972/tid=19974] ppid=19970 vsize=547816 CPUtime=972.99
/proc/19972/task/19974/stat : 19974 (gnovelty+) R 19970 19972 15881 0 -1 4202560 88 0 0 0 85952 11347 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3077943644 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=19972/tid=19975] ppid=19970 vsize=547816 CPUtime=975.01
/proc/19972/task/19975/stat : 19975 (gnovelty+) R 19970 19972 15881 0 -1 4202560 86 0 0 0 86162 11339 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3068551516 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=19972/tid=19976] ppid=19970 vsize=547816 CPUtime=970.81
/proc/19972/task/19976/stat : 19976 (gnovelty+) R 19970 19972 15881 0 -1 4202560 89 0 0 0 85757 11324 0 0 15 0 4 0 1097323984 560963584 20505 4294967295 134512640 135680988 3212942192 3059159388 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3891.16
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.04
CPU time (s): 3891.24
CPU user time (s): 3436.96
CPU system time (s): 454.28
CPU usage (%): 389.109
Max. virtual memory (cumulated for all children) (KiB): 547816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3436.96
system time used= 454.28
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= 15319403
involuntary context switches= 54515

runsolver used 0 second user time and 0.02 second system time

The end

Launcher Data

Begin job on tipi44 at 2009-05-27 15:50:28
IDJOB=1777042
IDBENCH=70196
IDSOLVER=617
FILE ID=tipi44/1777042-1243432228
PBS_JOBID=
Free space on /tmp= 15893 MiB

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

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

MD5SUM BENCH= 0aeb33d4615b67c4ba3e205bec8691bf
RANDOM SEED= 528205576

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

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

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

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

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


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3048740 kB
Buffers:        130684 kB
Cached:          82892 kB
SwapCached:       2184 kB
Active:          88464 kB
Inactive:       134960 kB
HighTotal:     2489216 kB
HighFree:      2394044 kB
LowTotal:       879316 kB
LowFree:        654696 kB
SwapTotal:     1959888 kB
SwapFree:      1954072 kB
Dirty:            1808 kB
Writeback:           0 kB
AnonPages:        8648 kB
Mapped:           3432 kB
Slab:            86588 kB
SReclaimable:    76612 kB
SUnreclaim:       9976 kB
PageTables:        316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    87892 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15893 MiB
End job on tipi44 at 2009-05-27 16:07:08