Trace number 1778374

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

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/360/
unif-k3-r4.25-v360-c1530-S253750560-086.cnf
MD5SUM1510e2158cc54ae2963f5611496bde02
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 variables360
Number of clauses1530
Sum of the clauses size4590
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31530
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.08	c +------------------------------+
0.00/0.08	c | gNovelty+, version 1.0       |
0.00/0.08	c +------------------------------+
0.00/0.08	c gnovelty+ -h for help
0.00/0.08	c 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1778374-1243479813/watcher-1778374-1243479813 -o /tmp/evaluation-result-1778374-1243479813/solver-1778374-1243479813 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1778374-1243479813.cnf 1075724717 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.21 3.64 3.74 3/96 10354
/proc/meminfo: memFree=3038784/3368532 swapFree=1954076/1959888
[pid=10354] ppid=10352 vsize=509228 CPUtime=0
/proc/10354/stat : 10354 (gnovelty+) R 10352 10354 15881 0 -1 4202496 1405 0 0 0 0 0 0 0 18 0 1 0 1102082452 521449472 1363 4294967295 134512640 135680988 3213104016 3213103280 134537167 0 0 0 0 0 0 0 17 0 0 0 0
/proc/10354/statm: 127307 1372 99 286 0 127019 0

[startup+0.098025 s]
/proc/loadavg: 3.21 3.64 3.74 3/96 10354
/proc/meminfo: memFree=3038784/3368532 swapFree=1954076/1959888
[pid=10354] ppid=10352 vsize=545664 CPUtime=0.13
/proc/10354/stat : 10354 (gnovelty+) R 10352 10354 15881 0 -1 4202496 19786 0 0 0 9 4 0 0 18 0 4 0 1102082452 558759936 19742 4294967295 134512640 135680988 3213104016 3213103212 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/10354/statm: 136416 19742 103 286 0 136128 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 545664

[startup+0.118019 s]
/proc/loadavg: 3.21 3.64 3.74 3/96 10354
/proc/meminfo: memFree=3038784/3368532 swapFree=1954076/1959888
[pid=10354] ppid=10352 vsize=545664 CPUtime=0.2
/proc/10354/stat : 10354 (gnovelty+) R 10352 10354 15881 0 -1 4202496 19786 0 0 0 13 7 0 0 18 0 4 0 1102082452 558759936 19742 4294967295 134512640 135680988 3213104016 3213103260 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/10354/statm: 136416 19742 103 286 0 136128 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 545664

[startup+0.317919 s]
/proc/loadavg: 3.21 3.64 3.74 3/96 10354
/proc/meminfo: memFree=3038784/3368532 swapFree=1954076/1959888
[pid=10354] ppid=10352 vsize=545664 CPUtime=0.94
/proc/10354/stat : 10354 (gnovelty+) R 10352 10354 15881 0 -1 4202496 19786 0 0 0 53 41 0 0 16 0 4 0 1102082452 558759936 19742 4294967295 134512640 135680988 3213104016 3213103260 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/10354/statm: 136416 19742 103 286 0 136128 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 545664

[startup+0.717987 s]
/proc/loadavg: 3.21 3.64 3.74 3/96 10354
/proc/meminfo: memFree=3038784/3368532 swapFree=1954076/1959888
[pid=10354] ppid=10352 vsize=545664 CPUtime=2.4
/proc/10354/stat : 10354 (gnovelty+) R 10352 10354 15881 0 -1 4202496 19789 0 0 0 125 115 0 0 16 0 4 0 1102082452 558759936 19745 4294967295 134512640 135680988 3213104016 3213103260 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/10354/statm: 136416 19745 103 286 0 136128 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 545664

[startup+1.51788 s]
/proc/loadavg: 3.21 3.64 3.74 5/100 10358
/proc/meminfo: memFree=2960492/3368532 swapFree=1954076/1959888
[pid=10354] ppid=10352 vsize=545664 CPUtime=5.4
/proc/10354/stat : 10354 (gnovelty+) R 10352 10354 15881 0 -1 4202496 19789 0 0 0 275 265 0 0 15 0 4 0 1102082452 558759936 19745 4294967295 134512640 135680988 3213104016 3213103260 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/10354/statm: 136416 19745 103 286 0 136128 0
[pid=10354/tid=10356] ppid=10352 vsize=545664 CPUtime=1.36
/proc/10354/task/10356/stat : 10356 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 68 68 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3077693788 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10354/tid=10357] ppid=10352 vsize=545664 CPUtime=1.32
/proc/10354/task/10357/stat : 10357 (gnovelty+) R 10352 10354 15881 0 -1 4202560 5 0 0 0 71 61 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3068301612 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10354/tid=10358] ppid=10352 vsize=545664 CPUtime=1.29
/proc/10354/task/10358/stat : 10358 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 63 66 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3058909532 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.4
Current children cumulated vsize (KiB) 545664

[startup+3.11772 s]
/proc/loadavg: 3.27 3.64 3.75 5/100 10358
/proc/meminfo: memFree=2960380/3368532 swapFree=1954076/1959888
[pid=10354] ppid=10352 vsize=545664 CPUtime=11.48
/proc/10354/stat : 10354 (gnovelty+) R 10352 10354 15881 0 -1 4202496 19789 0 0 0 598 550 0 0 15 0 4 0 1102082452 558759936 19745 4294967295 134512640 135680988 3213104016 3213103260 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/10354/statm: 136416 19745 103 286 0 136128 0
[pid=10354/tid=10356] ppid=10352 vsize=545664 CPUtime=2.89
/proc/10354/task/10356/stat : 10356 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 153 136 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3077693788 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10354/tid=10357] ppid=10352 vsize=545664 CPUtime=2.83
/proc/10354/task/10357/stat : 10357 (gnovelty+) R 10352 10354 15881 0 -1 4202560 5 0 0 0 153 130 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3068301660 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10354/tid=10358] ppid=10352 vsize=545664 CPUtime=2.82
/proc/10354/task/10358/stat : 10358 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 140 142 0 0 16 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3058909620 134535179 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.48
Current children cumulated vsize (KiB) 545664

[startup+6.31755 s]
/proc/loadavg: 3.27 3.64 3.75 5/100 10358
/proc/meminfo: memFree=2960380/3368532 swapFree=1954076/1959888
[pid=10354] ppid=10352 vsize=545664 CPUtime=23.13
/proc/10354/stat : 10354 (gnovelty+) R 10352 10354 15881 0 -1 4202496 19789 0 0 0 1192 1121 0 0 15 0 4 0 1102082452 558759936 19745 4294967295 134512640 135680988 3213104016 3213103260 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10354/statm: 136416 19745 103 286 0 136128 0
[pid=10354/tid=10356] ppid=10352 vsize=545664 CPUtime=5.72
/proc/10354/task/10356/stat : 10356 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 296 276 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3077693788 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10354/tid=10357] ppid=10352 vsize=545664 CPUtime=5.82
/proc/10354/task/10357/stat : 10357 (gnovelty+) R 10352 10354 15881 0 -1 4202560 5 0 0 0 309 273 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3068301660 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10354/tid=10358] ppid=10352 vsize=545664 CPUtime=5.75
/proc/10354/task/10358/stat : 10358 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 294 281 0 0 16 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3058909532 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.13
Current children cumulated vsize (KiB) 545664

[startup+12.7171 s]
/proc/loadavg: 3.38 3.66 3.75 5/100 10358
/proc/meminfo: memFree=2960336/3368532 swapFree=1954076/1959888
[pid=10354] ppid=10352 vsize=545664 CPUtime=46.61
/proc/10354/stat : 10354 (gnovelty+) R 10352 10354 15881 0 -1 4202496 19789 0 0 0 2451 2210 0 0 16 0 4 0 1102082452 558759936 19745 4294967295 134512640 135680988 3213104016 3213103260 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10354/statm: 136416 19745 103 286 0 136128 0
[pid=10354/tid=10356] ppid=10352 vsize=545664 CPUtime=11.59
/proc/10354/task/10356/stat : 10356 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 608 551 0 0 16 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3077693788 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10354/tid=10357] ppid=10352 vsize=545664 CPUtime=11.61
/proc/10354/task/10357/stat : 10357 (gnovelty+) R 10352 10354 15881 0 -1 4202560 5 0 0 0 633 528 0 0 16 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3068301748 134533489 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10354/tid=10358] ppid=10352 vsize=545664 CPUtime=11.49
/proc/10354/task/10358/stat : 10358 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 605 544 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3058909484 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 46.61
Current children cumulated vsize (KiB) 545664

[startup+25.5162 s]
/proc/loadavg: 3.48 3.67 3.75 5/100 10358
/proc/meminfo: memFree=2960416/3368532 swapFree=1954076/1959888
[pid=10354] ppid=10352 vsize=545664 CPUtime=93.92
/proc/10354/stat : 10354 (gnovelty+) R 10352 10354 15881 0 -1 4202496 19789 0 0 0 4868 4524 0 0 15 0 4 0 1102082452 558759936 19745 4294967295 134512640 135680988 3213104016 3213103260 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10354/statm: 136416 19745 103 286 0 136128 0
[pid=10354/tid=10356] ppid=10352 vsize=545664 CPUtime=23.55
/proc/10354/task/10356/stat : 10356 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 1215 1140 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3077693788 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10354/tid=10357] ppid=10352 vsize=545664 CPUtime=23.25
/proc/10354/task/10357/stat : 10357 (gnovelty+) R 10352 10354 15881 0 -1 4202560 5 0 0 0 1240 1085 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3068301660 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=10354/tid=10358] ppid=10352 vsize=545664 CPUtime=23.24
/proc/10354/task/10358/stat : 10358 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 1209 1115 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3058909532 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 93.92
Current children cumulated vsize (KiB) 545664

[startup+51.1145 s]
/proc/loadavg: 3.59 3.68 3.75 5/100 10543
/proc/meminfo: memFree=2959480/3368532 swapFree=1954076/1959888
[pid=10354] ppid=10352 vsize=545664 CPUtime=188.22
/proc/10354/stat : 10354 (gnovelty+) R 10352 10354 15881 0 -1 4202496 19789 0 0 0 9779 9043 0 0 15 0 4 0 1102082452 558759936 19745 4294967295 134512640 135680988 3213104016 3213103260 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/10354/statm: 136416 19745 103 286 0 136128 0
[pid=10354/tid=10356] ppid=10352 vsize=545664 CPUtime=46.89
/proc/10354/task/10356/stat : 10356 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 2457 2232 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3077693788 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10354/tid=10357] ppid=10352 vsize=545664 CPUtime=46.85
/proc/10354/task/10357/stat : 10357 (gnovelty+) R 10352 10354 15881 0 -1 4202560 5 0 0 0 2451 2234 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3068301660 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10354/tid=10358] ppid=10352 vsize=545664 CPUtime=46.98
/proc/10354/task/10358/stat : 10358 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 2447 2251 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3058909532 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 188.22
Current children cumulated vsize (KiB) 545664

[startup+102.311 s]
/proc/loadavg: 3.79 3.71 3.75 4/100 10548
/proc/meminfo: memFree=2959664/3368532 swapFree=1954076/1959888
[pid=10354] ppid=10352 vsize=545664 CPUtime=378.42
/proc/10354/stat : 10354 (gnovelty+) S 10352 10354 15881 0 -1 4202496 19789 0 0 0 19619 18223 0 0 15 0 4 0 1102082452 558759936 19745 4294967295 134512640 135680988 3213104016 3213103260 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/10354/statm: 136416 19745 103 286 0 136128 0
[pid=10354/tid=10356] ppid=10352 vsize=545664 CPUtime=94.82
/proc/10354/task/10356/stat : 10356 (gnovelty+) S 10352 10354 15881 0 -1 4202560 4 0 0 0 4996 4486 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3077693788 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10354/tid=10357] ppid=10352 vsize=545664 CPUtime=94.43
/proc/10354/task/10357/stat : 10357 (gnovelty+) S 10352 10354 15881 0 -1 4202560 5 0 0 0 4910 4533 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3068301660 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10354/tid=10358] ppid=10352 vsize=545664 CPUtime=94.42
/proc/10354/task/10358/stat : 10358 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 4896 4546 0 0 16 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3058909548 134997786 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 378.42
Current children cumulated vsize (KiB) 545664

[startup+162.307 s]
/proc/loadavg: 3.91 3.76 3.77 5/100 10736
/proc/meminfo: memFree=2959424/3368532 swapFree=1954076/1959888
[pid=10354] ppid=10352 vsize=545664 CPUtime=599.92
/proc/10354/stat : 10354 (gnovelty+) R 10352 10354 15881 0 -1 4202496 19789 0 0 0 31115 28877 0 0 16 0 4 0 1102082452 558759936 19745 4294967295 134512640 135680988 3213104016 3213103260 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/10354/statm: 136416 19745 103 286 0 136128 0
[pid=10354/tid=10356] ppid=10352 vsize=545664 CPUtime=150.19
/proc/10354/task/10356/stat : 10356 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 7824 7195 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3077693740 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10354/tid=10357] ppid=10352 vsize=545664 CPUtime=149.4
/proc/10354/task/10357/stat : 10357 (gnovelty+) R 10352 10354 15881 0 -1 4202560 5 0 0 0 7753 7187 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3068301660 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10354/tid=10358] ppid=10352 vsize=545664 CPUtime=150.01
/proc/10354/task/10358/stat : 10358 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 7810 7191 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3058909532 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 599.92
Current children cumulated vsize (KiB) 545664

[startup+222.313 s]
/proc/loadavg: 3.93 3.79 3.77 5/100 10925
/proc/meminfo: memFree=2959656/3368532 swapFree=1954076/1959888
[pid=10354] ppid=10352 vsize=545664 CPUtime=820.99
/proc/10354/stat : 10354 (gnovelty+) R 10352 10354 15881 0 -1 4202496 19789 0 0 0 42611 39488 0 0 15 0 4 0 1102082452 558759936 19745 4294967295 134512640 135680988 3213104016 3213103260 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/10354/statm: 136416 19745 103 286 0 136128 0
[pid=10354/tid=10356] ppid=10352 vsize=545664 CPUtime=205.61
/proc/10354/task/10356/stat : 10356 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 10726 9835 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3077693788 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10354/tid=10357] ppid=10352 vsize=545664 CPUtime=204.61
/proc/10354/task/10357/stat : 10357 (gnovelty+) R 10352 10354 15881 0 -1 4202560 5 0 0 0 10669 9792 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3068301660 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10354/tid=10358] ppid=10352 vsize=545664 CPUtime=205.1
/proc/10354/task/10358/stat : 10358 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 10661 9849 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3058909532 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 820.99
Current children cumulated vsize (KiB) 545664

[startup+282.309 s]
/proc/loadavg: 3.87 3.79 3.77 5/100 11110
/proc/meminfo: memFree=2960044/3368532 swapFree=1954076/1959888
[pid=10354] ppid=10352 vsize=545664 CPUtime=1042.06
/proc/10354/stat : 10354 (gnovelty+) R 10352 10354 15881 0 -1 4202496 19789 0 0 0 54191 50015 0 0 15 0 4 0 1102082452 558759936 19745 4294967295 134512640 135680988 3213104016 3213103260 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/10354/statm: 136416 19745 103 286 0 136128 0
[pid=10354/tid=10356] ppid=10352 vsize=545664 CPUtime=260.88
/proc/10354/task/10356/stat : 10356 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 13566 12522 0 0 16 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3077693788 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10354/tid=10357] ppid=10352 vsize=545664 CPUtime=259.73
/proc/10354/task/10357/stat : 10357 (gnovelty+) R 10352 10354 15881 0 -1 4202560 5 0 0 0 13547 12426 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3068301612 134957681 0 0 0 0 0 0 0 -1 3 0 0 0

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

[pid=10354] ppid=10352 vsize=545664 CPUtime=1483.3
/proc/10354/stat : 10354 (gnovelty+) R 10352 10354 15881 0 -1 4202496 19789 0 0 0 77204 71126 0 0 15 0 4 0 1102082452 558759936 19745 4294967295 134512640 135680988 3213104016 3213103260 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/10354/statm: 136416 19745 103 286 0 136128 0
[pid=10354/tid=10356] ppid=10352 vsize=545664 CPUtime=371.9
/proc/10354/task/10356/stat : 10356 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 19361 17829 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3077693788 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10354/tid=10357] ppid=10352 vsize=545664 CPUtime=369.67
/proc/10354/task/10357/stat : 10357 (gnovelty+) R 10352 10354 15881 0 -1 4202560 5 0 0 0 19219 17748 0 0 16 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3068301612 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10354/tid=10358] ppid=10352 vsize=545664 CPUtime=369.61
/proc/10354/task/10358/stat : 10358 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 19351 17610 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3058909532 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1483.3
Current children cumulated vsize (KiB) 545664

[startup+462.306 s]
/proc/loadavg: 3.88 3.81 3.78 5/100 11681
/proc/meminfo: memFree=2959796/3368532 swapFree=1954076/1959888
[pid=10354] ppid=10352 vsize=545664 CPUtime=1704.44
/proc/10354/stat : 10354 (gnovelty+) R 10352 10354 15881 0 -1 4202496 19789 0 0 0 88849 81595 0 0 15 0 4 0 1102082452 558759936 19745 4294967295 134512640 135680988 3213104016 3213103260 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10354/statm: 136416 19745 103 286 0 136128 0
[pid=10354/tid=10356] ppid=10352 vsize=545664 CPUtime=427.07
/proc/10354/task/10356/stat : 10356 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 22277 20430 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3077693788 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10354/tid=10357] ppid=10352 vsize=545664 CPUtime=425.21
/proc/10354/task/10357/stat : 10357 (gnovelty+) R 10352 10354 15881 0 -1 4202560 5 0 0 0 22156 20365 0 0 16 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3068301660 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10354/tid=10358] ppid=10352 vsize=545664 CPUtime=424.23
/proc/10354/task/10358/stat : 10358 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 22220 20203 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3058909532 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1704.44
Current children cumulated vsize (KiB) 545664

[startup+522.302 s]
/proc/loadavg: 3.85 3.81 3.78 5/100 11869
/proc/meminfo: memFree=2959788/3368532 swapFree=1954076/1959888
[pid=10354] ppid=10352 vsize=545664 CPUtime=1924.21
/proc/10354/stat : 10354 (gnovelty+) R 10352 10354 15881 0 -1 4202496 19789 0 0 0 100301 92120 0 0 15 0 4 0 1102082452 558759936 19745 4294967295 134512640 135680988 3213104016 3213103260 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/10354/statm: 136416 19745 103 286 0 136128 0
[pid=10354/tid=10356] ppid=10352 vsize=545664 CPUtime=481.53
/proc/10354/task/10356/stat : 10356 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 25129 23024 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3077693788 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10354/tid=10357] ppid=10352 vsize=545664 CPUtime=479.89
/proc/10354/task/10357/stat : 10357 (gnovelty+) R 10352 10354 15881 0 -1 4202560 5 0 0 0 24950 23039 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3068301660 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10354/tid=10358] ppid=10352 vsize=545664 CPUtime=479.65
/proc/10354/task/10358/stat : 10358 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 25130 22835 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3058909532 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1924.21
Current children cumulated vsize (KiB) 545664

[startup+582.318 s]
/proc/loadavg: 3.93 3.84 3.79 5/100 12055
/proc/meminfo: memFree=2959672/3368532 swapFree=1954076/1959888
[pid=10354] ppid=10352 vsize=545664 CPUtime=2146.56
/proc/10354/stat : 10354 (gnovelty+) R 10352 10354 15881 0 -1 4202496 19789 0 0 0 111923 102733 0 0 15 0 4 0 1102082452 558759936 19745 4294967295 134512640 135680988 3213104016 3213103260 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10354/statm: 136416 19745 103 286 0 136128 0
[pid=10354/tid=10356] ppid=10352 vsize=545664 CPUtime=537.2
/proc/10354/task/10356/stat : 10356 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 28043 25677 0 0 16 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3077693740 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10354/tid=10357] ppid=10352 vsize=545664 CPUtime=535.61
/proc/10354/task/10357/stat : 10357 (gnovelty+) R 10352 10354 15881 0 -1 4202560 5 0 0 0 27824 25737 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3068301660 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10354/tid=10358] ppid=10352 vsize=545664 CPUtime=535
/proc/10354/task/10358/stat : 10358 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 28052 25448 0 0 16 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3058909532 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2146.56
Current children cumulated vsize (KiB) 545664

[startup+642.314 s]
/proc/loadavg: 3.92 3.85 3.80 6/100 12243
/proc/meminfo: memFree=2959672/3368532 swapFree=1954076/1959888
[pid=10354] ppid=10352 vsize=545664 CPUtime=2367.7
/proc/10354/stat : 10354 (gnovelty+) R 10352 10354 15881 0 -1 4202496 19789 0 0 0 123584 113186 0 0 15 0 4 0 1102082452 558759936 19745 4294967295 134512640 135680988 3213104016 3213103260 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10354/statm: 136416 19745 103 286 0 136128 0
[pid=10354/tid=10356] ppid=10352 vsize=545664 CPUtime=592.76
/proc/10354/task/10356/stat : 10356 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 30998 28278 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3077693788 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10354/tid=10357] ppid=10352 vsize=545664 CPUtime=590.46
/proc/10354/task/10357/stat : 10357 (gnovelty+) R 10352 10354 15881 0 -1 4202560 5 0 0 0 30713 28333 0 0 16 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3068301748 134534593 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=10354/tid=10358] ppid=10352 vsize=545664 CPUtime=590.37
/proc/10354/task/10358/stat : 10358 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 30957 28080 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3058909532 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2367.7
Current children cumulated vsize (KiB) 545664

[startup+702.31 s]
/proc/loadavg: 3.97 3.87 3.81 5/100 12432
/proc/meminfo: memFree=2959672/3368532 swapFree=1954076/1959888
[pid=10354] ppid=10352 vsize=545664 CPUtime=2589.53
/proc/10354/stat : 10354 (gnovelty+) R 10352 10354 15881 0 -1 4202496 19789 0 0 0 135266 123687 0 0 15 0 4 0 1102082452 558759936 19745 4294967295 134512640 135680988 3213104016 3213103260 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10354/statm: 136416 19745 103 286 0 136128 0
[pid=10354/tid=10356] ppid=10352 vsize=545664 CPUtime=648.3
/proc/10354/task/10356/stat : 10356 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 33905 30925 0 0 16 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3077693788 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10354/tid=10357] ppid=10352 vsize=545664 CPUtime=645.92
/proc/10354/task/10357/stat : 10357 (gnovelty+) R 10352 10354 15881 0 -1 4202560 5 0 0 0 33674 30918 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3068301660 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10354/tid=10358] ppid=10352 vsize=545664 CPUtime=646.06
/proc/10354/task/10358/stat : 10358 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 33888 30718 0 0 16 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3058909532 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2589.53
Current children cumulated vsize (KiB) 545664

[startup+762.316 s]
/proc/loadavg: 3.70 3.82 3.79 5/100 12624
/proc/meminfo: memFree=2959548/3368532 swapFree=1954076/1959888
[pid=10354] ppid=10352 vsize=545664 CPUtime=2811.66
/proc/10354/stat : 10354 (gnovelty+) R 10352 10354 15881 0 -1 4202496 19789 0 0 0 146811 134355 0 0 15 0 4 0 1102082452 558759936 19745 4294967295 134512640 135680988 3213104016 3213103260 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/10354/statm: 136416 19745 103 286 0 136128 0
[pid=10354/tid=10356] ppid=10352 vsize=545664 CPUtime=703.74
/proc/10354/task/10356/stat : 10356 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 36805 33569 0 0 16 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3077693788 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10354/tid=10357] ppid=10352 vsize=545664 CPUtime=701.53
/proc/10354/task/10357/stat : 10357 (gnovelty+) R 10352 10354 15881 0 -1 4202560 5 0 0 0 36586 33567 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3068301660 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10354/tid=10358] ppid=10352 vsize=545664 CPUtime=701.69
/proc/10354/task/10358/stat : 10358 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 36765 33404 0 0 16 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3058909532 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2811.66
Current children cumulated vsize (KiB) 545664

[startup+822.312 s]
/proc/loadavg: 3.75 3.82 3.79 5/100 12816
/proc/meminfo: memFree=2959540/3368532 swapFree=1954076/1959888
[pid=10354] ppid=10352 vsize=545664 CPUtime=3033.1
/proc/10354/stat : 10354 (gnovelty+) R 10352 10354 15881 0 -1 4202496 19789 0 0 0 158279 145031 0 0 15 0 4 0 1102082452 558759936 19745 4294967295 134512640 135680988 3213104016 3213103212 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10354/statm: 136416 19745 103 286 0 136128 0
[pid=10354/tid=10356] ppid=10352 vsize=545664 CPUtime=759.34
/proc/10354/task/10356/stat : 10356 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 39741 36193 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3077693788 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10354/tid=10357] ppid=10352 vsize=545664 CPUtime=757.18
/proc/10354/task/10357/stat : 10357 (gnovelty+) R 10352 10354 15881 0 -1 4202560 5 0 0 0 39499 36219 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3068301660 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10354/tid=10358] ppid=10352 vsize=545664 CPUtime=756.84
/proc/10354/task/10358/stat : 10358 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 39559 36125 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3058909532 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3033.1
Current children cumulated vsize (KiB) 545664

[startup+882.308 s]
/proc/loadavg: 3.81 3.82 3.79 5/100 13001
/proc/meminfo: memFree=2959672/3368532 swapFree=1954076/1959888
[pid=10354] ppid=10352 vsize=545664 CPUtime=3254.66
/proc/10354/stat : 10354 (gnovelty+) R 10352 10354 15881 0 -1 4202496 19789 0 0 0 169815 155651 0 0 16 0 4 0 1102082452 558759936 19745 4294967295 134512640 135680988 3213104016 3213103212 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10354/statm: 136416 19745 103 286 0 136128 0
[pid=10354/tid=10356] ppid=10352 vsize=545664 CPUtime=815.04
/proc/10354/task/10356/stat : 10356 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 42607 38897 0 0 16 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3077693740 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10354/tid=10357] ppid=10352 vsize=545664 CPUtime=812.34
/proc/10354/task/10357/stat : 10357 (gnovelty+) R 10352 10354 15881 0 -1 4202560 5 0 0 0 42366 38868 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3068301660 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10354/tid=10358] ppid=10352 vsize=545664 CPUtime=812.13
/proc/10354/task/10358/stat : 10358 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 42447 38766 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3058909532 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3254.66
Current children cumulated vsize (KiB) 545664

[startup+942.304 s]
/proc/loadavg: 3.84 3.82 3.79 5/100 13189
/proc/meminfo: memFree=2959424/3368532 swapFree=1954076/1959888
[pid=10354] ppid=10352 vsize=545664 CPUtime=3476.45
/proc/10354/stat : 10354 (gnovelty+) R 10352 10354 15881 0 -1 4202496 19789 0 0 0 181398 166247 0 0 15 0 4 0 1102082452 558759936 19745 4294967295 134512640 135680988 3213104016 3213103260 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10354/statm: 136416 19745 103 286 0 136128 0
[pid=10354/tid=10356] ppid=10352 vsize=545664 CPUtime=870.28
/proc/10354/task/10356/stat : 10356 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 45501 41527 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3077693788 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10354/tid=10357] ppid=10352 vsize=545664 CPUtime=867.88
/proc/10354/task/10357/stat : 10357 (gnovelty+) R 10352 10354 15881 0 -1 4202560 5 0 0 0 45333 41455 0 0 16 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3068301660 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10354/tid=10358] ppid=10352 vsize=545664 CPUtime=867.83
/proc/10354/task/10358/stat : 10358 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 45275 41508 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3058909532 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3476.45
Current children cumulated vsize (KiB) 545664



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 3.81 3.80 3.79 5/100 13377
/proc/meminfo: memFree=2959300/3368532 swapFree=1954076/1959888
[pid=10354] ppid=10352 vsize=545664 CPUtime=3689.71
/proc/10354/stat : 10354 (gnovelty+) R 10352 10354 15881 0 -1 4202496 19789 0 0 0 192625 176346 0 0 15 0 4 0 1102082452 558759936 19745 4294967295 134512640 135680988 3213104016 3213103260 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10354/statm: 136416 19745 103 286 0 136128 0
[pid=10354/tid=10356] ppid=10352 vsize=545664 CPUtime=924.09
/proc/10354/task/10356/stat : 10356 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 48335 44074 0 0 16 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3077693788 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=10354/tid=10357] ppid=10352 vsize=545664 CPUtime=920.94
/proc/10354/task/10357/stat : 10357 (gnovelty+) R 10352 10354 15881 0 -1 4202560 5 0 0 0 48144 43950 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3068301660 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10354/tid=10358] ppid=10352 vsize=545664 CPUtime=921.31
/proc/10354/task/10358/stat : 10358 (gnovelty+) R 10352 10354 15881 0 -1 4202560 4 0 0 0 48143 43988 0 0 15 0 4 0 1102082461 558759936 19745 4294967295 134512640 135680988 3213104016 3058909532 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3689.71
Current children cumulated vsize (KiB) 545664

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): 3689.76
CPU user time (s): 1926.27
CPU system time (s): 1763.49
CPU usage (%): 368.963
Max. virtual memory (cumulated for all children) (KiB): 545664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1926.27
system time used= 1763.49
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19789
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= 100591726
involuntary context switches= 257333

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi44 at 2009-05-28 05:03:33
IDJOB=1778374
IDBENCH=70640
IDSOLVER=617
FILE ID=tipi44/1778374-1243479813
PBS_JOBID=
Free space on /tmp= 15894 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (4 threads)
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/360/unif-k3-r4.25-v360-c1530-S253750560-086.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1778374-1243479813/watcher-1778374-1243479813 -o /tmp/evaluation-result-1778374-1243479813/solver-1778374-1243479813 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1778374-1243479813.cnf 1075724717 4

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

MD5SUM BENCH= 1510e2158cc54ae2963f5611496bde02
RANDOM SEED= 1075724717

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:       3039080 kB
Buffers:        130920 kB
Cached:          91752 kB
SwapCached:       2180 kB
Active:          88756 kB
Inactive:       143760 kB
HighTotal:     2489216 kB
HighFree:      2385516 kB
LowTotal:       879316 kB
LowFree:        653564 kB
SwapTotal:     1959888 kB
SwapFree:      1954076 kB
Dirty:            1404 kB
Writeback:           0 kB
AnonPages:        8644 kB
Mapped:           3432 kB
Slab:            87244 kB
SReclaimable:    77212 kB
SUnreclaim:      10032 kB
PageTables:        464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    87896 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15894 MiB
End job on tipi44 at 2009-05-28 05:20:15