Trace number 1777024

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

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/1000/
unif-k5-r20-v1000-c20000-S1850138369-006.cnf
MD5SUMede25cb155c6cf4ca4d7600faec2bb41
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 variables1000
Number of clauses20000
Sum of the clauses size100000
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 520000
Number of clauses of size over 50

Solver Data

0.12/0.14	c +------------------------------+
0.12/0.14	c | gNovelty+, version 1.0       |
0.12/0.14	c +------------------------------+
0.12/0.14	c gnovelty+ -h for help
0.12/0.14	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-1777024-1243432204/watcher-1777024-1243432204 -o /tmp/evaluation-result-1777024-1243432204/solver-1777024-1243432204 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1777024-1243432204.cnf 1379813994 4 

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


[startup+0 s]
/proc/loadavg: 4.20 4.08 2.77 2/115 28275
/proc/meminfo: memFree=3165836/3368532 swapFree=1941388/1959888
[pid=28275] ppid=28273 vsize=509232 CPUtime=0.01
/proc/28275/stat : 28275 (gnovelty+) R 28273 28275 24991 0 -1 4202496 1222 0 0 0 0 1 0 0 25 0 1 0 1107900188 521453568 1178 4294967295 134512640 135680988 3220710096 3220709360 134537167 0 0 0 0 0 0 0 17 0 0 0 0
/proc/28275/statm: 127308 1178 99 286 0 127020 0

[startup+0.113195 s]
/proc/loadavg: 4.20 4.08 2.77 2/115 28275
/proc/meminfo: memFree=3165836/3368532 swapFree=1941388/1959888
[pid=28275] ppid=28273 vsize=517044 CPUtime=0.12
/proc/28275/stat : 28275 (gnovelty+) R 28273 28275 24991 0 -1 4202496 16730 0 0 0 7 5 0 0 25 0 1 0 1107900188 529453056 16685 4294967295 134512640 135680988 3220710096 3220709360 134537708 0 0 0 0 0 0 0 17 0 0 0 0
/proc/28275/statm: 129261 16685 99 286 0 128973 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 517044

[startup+0.213188 s]
/proc/loadavg: 4.20 4.08 2.77 2/115 28275
/proc/meminfo: memFree=3165836/3368532 swapFree=1941388/1959888
[pid=28275] ppid=28273 vsize=548460 CPUtime=0.33
/proc/28275/stat : 28275 (gnovelty+) S 28273 28275 24991 0 -1 4202496 20774 0 0 0 25 8 0 0 25 0 4 0 1107900188 561623040 20729 4294967295 134512640 135680988 3220710096 3220709340 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/28275/statm: 137115 20729 103 286 0 136827 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 548460

[startup+0.313181 s]
/proc/loadavg: 4.20 4.08 2.77 2/115 28275
/proc/meminfo: memFree=3165836/3368532 swapFree=1941388/1959888
[pid=28275] ppid=28273 vsize=548460 CPUtime=0.72
/proc/28275/stat : 28275 (gnovelty+) R 28273 28275 24991 0 -1 4202496 20774 0 0 0 57 15 0 0 25 0 4 0 1107900188 561623040 20729 4294967295 134512640 135680988 3220710096 3220709340 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/28275/statm: 137115 20729 103 286 0 136827 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 548460

[startup+0.713165 s]
/proc/loadavg: 4.20 4.08 2.77 2/115 28275
/proc/meminfo: memFree=3165836/3368532 swapFree=1941388/1959888
[pid=28275] ppid=28273 vsize=548460 CPUtime=2.31
/proc/28275/stat : 28275 (gnovelty+) R 28273 28275 24991 0 -1 4202496 20774 0 0 0 201 30 0 0 25 0 4 0 1107900188 561623040 20729 4294967295 134512640 135680988 3220710096 3220709340 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/28275/statm: 137115 20729 103 286 0 136827 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 548460

[startup+1.51313 s]
/proc/loadavg: 4.18 4.08 2.78 5/119 28279
/proc/meminfo: memFree=3088008/3368532 swapFree=1941388/1959888
[pid=28275] ppid=28273 vsize=548460 CPUtime=5.5
/proc/28275/stat : 28275 (gnovelty+) R 28273 28275 24991 0 -1 4202496 20774 0 0 0 476 74 0 0 25 0 4 0 1107900188 561623040 20729 4294967295 134512640 135680988 3220710096 3220709340 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/28275/statm: 137115 20729 103 286 0 136827 0
[pid=28275/tid=28277] ppid=28273 vsize=548460 CPUtime=1.36
/proc/28275/task/28277/stat : 28277 (gnovelty+) R 28273 28275 24991 0 -1 4202560 111 0 0 0 120 16 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3077017948 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28275/tid=28278] ppid=28273 vsize=548460 CPUtime=1.34
/proc/28275/task/28278/stat : 28278 (gnovelty+) R 28273 28275 24991 0 -1 4202560 112 0 0 0 118 16 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3067625820 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28275/tid=28279] ppid=28273 vsize=548460 CPUtime=1.31
/proc/28275/task/28279/stat : 28279 (gnovelty+) R 28273 28275 24991 0 -1 4202560 113 0 0 0 116 15 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3058233692 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 548460

[startup+3.11307 s]
/proc/loadavg: 4.18 4.08 2.78 5/119 28279
/proc/meminfo: memFree=3087860/3368532 swapFree=1941388/1959888
[pid=28275] ppid=28273 vsize=548460 CPUtime=11.82
/proc/28275/stat : 28275 (gnovelty+) R 28273 28275 24991 0 -1 4202496 20774 0 0 0 1035 147 0 0 25 0 4 0 1107900188 561623040 20729 4294967295 134512640 135680988 3220710096 3220709340 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/28275/statm: 137115 20729 103 286 0 136827 0
[pid=28275/tid=28277] ppid=28273 vsize=548460 CPUtime=2.94
/proc/28275/task/28277/stat : 28277 (gnovelty+) R 28273 28275 24991 0 -1 4202560 111 0 0 0 261 33 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3077018036 134533732 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28275/tid=28278] ppid=28273 vsize=548460 CPUtime=2.92
/proc/28275/task/28278/stat : 28278 (gnovelty+) R 28273 28275 24991 0 -1 4202560 112 0 0 0 252 40 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3067625820 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28275/tid=28279] ppid=28273 vsize=548460 CPUtime=2.89
/proc/28275/task/28279/stat : 28279 (gnovelty+) R 28273 28275 24991 0 -1 4202560 113 0 0 0 256 33 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3058233692 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.82
Current children cumulated vsize (KiB) 548460

[startup+6.31294 s]
/proc/loadavg: 4.18 4.08 2.78 5/119 28279
/proc/meminfo: memFree=3087792/3368532 swapFree=1941388/1959888
[pid=28275] ppid=28273 vsize=548460 CPUtime=24.47
/proc/28275/stat : 28275 (gnovelty+) R 28273 28275 24991 0 -1 4202496 20774 0 0 0 2135 312 0 0 25 0 4 0 1107900188 561623040 20729 4294967295 134512640 135680988 3220710096 3220709340 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/28275/statm: 137115 20729 103 286 0 136827 0
[pid=28275/tid=28277] ppid=28273 vsize=548460 CPUtime=6.13
/proc/28275/task/28277/stat : 28277 (gnovelty+) R 28273 28275 24991 0 -1 4202560 111 0 0 0 530 83 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3077018036 134534344 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28275/tid=28278] ppid=28273 vsize=548460 CPUtime=6.05
/proc/28275/task/28278/stat : 28278 (gnovelty+) R 28273 28275 24991 0 -1 4202560 112 0 0 0 530 75 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3067625820 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28275/tid=28279] ppid=28273 vsize=548460 CPUtime=6.05
/proc/28275/task/28279/stat : 28279 (gnovelty+) R 28273 28275 24991 0 -1 4202560 113 0 0 0 539 66 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3058233692 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.47
Current children cumulated vsize (KiB) 548460

[startup+12.7127 s]
/proc/loadavg: 4.16 4.08 2.79 5/119 28279
/proc/meminfo: memFree=3087576/3368532 swapFree=1941388/1959888
[pid=28275] ppid=28273 vsize=548460 CPUtime=49.73
/proc/28275/stat : 28275 (gnovelty+) R 28273 28275 24991 0 -1 4202496 20774 0 0 0 4361 612 0 0 25 0 4 0 1107900188 561623040 20729 4294967295 134512640 135680988 3220710096 3220709340 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/28275/statm: 137115 20729 103 286 0 136827 0
[pid=28275/tid=28277] ppid=28273 vsize=548460 CPUtime=12.47
/proc/28275/task/28277/stat : 28277 (gnovelty+) R 28273 28275 24991 0 -1 4202560 111 0 0 0 1086 161 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3077018036 134534576 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28275/tid=28278] ppid=28273 vsize=548460 CPUtime=12.41
/proc/28275/task/28278/stat : 28278 (gnovelty+) R 28273 28275 24991 0 -1 4202560 112 0 0 0 1086 155 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3067625820 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28275/tid=28279] ppid=28273 vsize=548460 CPUtime=12.32
/proc/28275/task/28279/stat : 28279 (gnovelty+) R 28273 28275 24991 0 -1 4202560 113 0 0 0 1096 136 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3058233692 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 49.73
Current children cumulated vsize (KiB) 548460

[startup+25.5022 s]
/proc/loadavg: 4.13 4.08 2.81 5/119 28282
/proc/meminfo: memFree=3087516/3368532 swapFree=1941388/1959888
[pid=28275] ppid=28273 vsize=548460 CPUtime=100.29
/proc/28275/stat : 28275 (gnovelty+) R 28273 28275 24991 0 -1 4202496 20774 0 0 0 8800 1229 0 0 25 0 4 0 1107900188 561623040 20729 4294967295 134512640 135680988 3220710096 3220709340 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/28275/statm: 137115 20729 103 286 0 136827 0
[pid=28275/tid=28277] ppid=28273 vsize=548460 CPUtime=25.07
/proc/28275/task/28277/stat : 28277 (gnovelty+) R 28273 28275 24991 0 -1 4202560 111 0 0 0 2199 308 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3077017948 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28275/tid=28278] ppid=28273 vsize=548460 CPUtime=25.11
/proc/28275/task/28278/stat : 28278 (gnovelty+) R 28273 28275 24991 0 -1 4202560 112 0 0 0 2193 318 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3067625820 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28275/tid=28279] ppid=28273 vsize=548460 CPUtime=24.94
/proc/28275/task/28279/stat : 28279 (gnovelty+) R 28273 28275 24991 0 -1 4202560 113 0 0 0 2193 301 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3058233692 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 100.29
Current children cumulated vsize (KiB) 548460

[startup+51.1012 s]
/proc/loadavg: 4.08 4.07 2.84 7/120 28332
/proc/meminfo: memFree=3086692/3368532 swapFree=1941388/1959888
[pid=28275] ppid=28273 vsize=548460 CPUtime=200.88
/proc/28275/stat : 28275 (gnovelty+) R 28273 28275 24991 0 -1 4202496 20774 0 0 0 17763 2325 0 0 25 0 4 0 1107900188 561623040 20729 4294967295 134512640 135680988 3220710096 3220709428 134533962 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/28275/statm: 137115 20729 103 286 0 136827 0
[pid=28275/tid=28277] ppid=28273 vsize=548460 CPUtime=49.98
/proc/28275/task/28277/stat : 28277 (gnovelty+) R 28273 28275 24991 0 -1 4202560 111 0 0 0 4389 609 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3077017948 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28275/tid=28278] ppid=28273 vsize=548460 CPUtime=50.33
/proc/28275/task/28278/stat : 28278 (gnovelty+) R 28273 28275 24991 0 -1 4202560 112 0 0 0 4458 575 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3067625820 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28275/tid=28279] ppid=28273 vsize=548460 CPUtime=50.2
/proc/28275/task/28279/stat : 28279 (gnovelty+) R 28273 28275 24991 0 -1 4202560 113 0 0 0 4462 558 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3058233692 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 200.88
Current children cumulated vsize (KiB) 548460

[startup+102.309 s]
/proc/loadavg: 4.03 4.06 2.90 5/119 28471
/proc/meminfo: memFree=3086540/3368532 swapFree=1941388/1959888
[pid=28275] ppid=28273 vsize=548460 CPUtime=403.49
/proc/28275/stat : 28275 (gnovelty+) R 28273 28275 24991 0 -1 4202496 20774 0 0 0 35673 4676 0 0 15 0 4 0 1107900188 561623040 20729 4294967295 134512640 135680988 3220710096 3220709340 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/28275/statm: 137115 20729 103 286 0 136827 0
[pid=28275/tid=28277] ppid=28273 vsize=548460 CPUtime=100.62
/proc/28275/task/28277/stat : 28277 (gnovelty+) R 28273 28275 24991 0 -1 4202560 111 0 0 0 8911 1151 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3077017948 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28275/tid=28278] ppid=28273 vsize=548460 CPUtime=101.09
/proc/28275/task/28278/stat : 28278 (gnovelty+) R 28273 28275 24991 0 -1 4202560 112 0 0 0 8911 1198 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3067625820 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28275/tid=28279] ppid=28273 vsize=548460 CPUtime=100.76
/proc/28275/task/28279/stat : 28279 (gnovelty+) R 28273 28275 24991 0 -1 4202560 113 0 0 0 8945 1131 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3058233780 134535041 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 403.49
Current children cumulated vsize (KiB) 548460

[startup+162.307 s]
/proc/loadavg: 4.04 4.06 2.97 5/119 28657
/proc/meminfo: memFree=3086300/3368532 swapFree=1941388/1959888
[pid=28275] ppid=28273 vsize=548460 CPUtime=639.94
/proc/28275/stat : 28275 (gnovelty+) R 28273 28275 24991 0 -1 4202496 20774 0 0 0 56666 7328 0 0 15 0 4 0 1107900188 561623040 20729 4294967295 134512640 135680988 3220710096 3220709340 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/28275/statm: 137115 20729 103 286 0 136827 0
[pid=28275/tid=28277] ppid=28273 vsize=548460 CPUtime=159.74
/proc/28275/task/28277/stat : 28277 (gnovelty+) R 28273 28275 24991 0 -1 4202560 111 0 0 0 14168 1806 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3077018036 134532924 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28275/tid=28278] ppid=28273 vsize=548460 CPUtime=160.26
/proc/28275/task/28278/stat : 28278 (gnovelty+) R 28273 28275 24991 0 -1 4202560 112 0 0 0 14164 1862 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3067625820 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28275/tid=28279] ppid=28273 vsize=548460 CPUtime=159.8
/proc/28275/task/28279/stat : 28279 (gnovelty+) R 28273 28275 24991 0 -1 4202560 113 0 0 0 14185 1795 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3058233692 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 639.94
Current children cumulated vsize (KiB) 548460

[startup+222.314 s]
/proc/loadavg: 4.01 4.04 3.03 5/119 28846
/proc/meminfo: memFree=3086176/3368532 swapFree=1941388/1959888
[pid=28275] ppid=28273 vsize=548460 CPUtime=876.55
/proc/28275/stat : 28275 (gnovelty+) S 28273 28275 24991 0 -1 4202496 20774 0 0 0 77644 10011 0 0 15 0 4 0 1107900188 561623040 20729 4294967295 134512640 135680988 3220710096 3220709340 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/28275/statm: 137115 20729 103 286 0 136827 0
[pid=28275/tid=28277] ppid=28273 vsize=548460 CPUtime=218.75
/proc/28275/task/28277/stat : 28277 (gnovelty+) S 28273 28275 24991 0 -1 4202560 111 0 0 0 19430 2445 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3077017948 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28275/tid=28278] ppid=28273 vsize=548460 CPUtime=219.33
/proc/28275/task/28278/stat : 28278 (gnovelty+) R 28273 28275 24991 0 -1 4202560 112 0 0 0 19408 2525 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3067625836 134997743 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28275/tid=28279] ppid=28273 vsize=548460 CPUtime=219.01
/proc/28275/task/28279/stat : 28279 (gnovelty+) S 28273 28275 24991 0 -1 4202560 113 0 0 0 19387 2514 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3058233692 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 876.55
Current children cumulated vsize (KiB) 548460

[startup+282.312 s]
/proc/loadavg: 3.95 4.02 3.09 5/119 29035
/proc/meminfo: memFree=3086540/3368532 swapFree=1941388/1959888
[pid=28275] ppid=28273 vsize=548460 CPUtime=1113.17
/proc/28275/stat : 28275 (gnovelty+) R 28273 28275 24991 0 -1 4202496 20774 0 0 0 98522 12795 0 0 15 0 4 0 1107900188 561623040 20729 4294967295 134512640 135680988 3220710096 3220709340 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/28275/statm: 137115 20729 103 286 0 136827 0
[pid=28275/tid=28277] ppid=28273 vsize=548460 CPUtime=277.56
/proc/28275/task/28277/stat : 28277 (gnovelty+) R 28273 28275 24991 0 -1 4202560 111 0 0 0 24622 3134 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3077017948 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28275/tid=28278] ppid=28273 vsize=548460 CPUtime=278.6
/proc/28275/task/28278/stat : 28278 (gnovelty+) R 28273 28275 24991 0 -1 4202560 112 0 0 0 24669 3191 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3067625908 134534524 0 0 0 0 0 0 0 -1 0 0 0 0

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

[pid=28275] ppid=28273 vsize=548460 CPUtime=1823.25
/proc/28275/stat : 28275 (gnovelty+) R 28273 28275 24991 0 -1 4202496 20774 0 0 0 161501 20824 0 0 16 0 4 0 1107900188 561623040 20729 4294967295 134512640 135680988 3220710096 3220709340 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/28275/statm: 137115 20729 103 286 0 136827 0
[pid=28275/tid=28277] ppid=28273 vsize=548460 CPUtime=455.27
/proc/28275/task/28277/stat : 28277 (gnovelty+) R 28273 28275 24991 0 -1 4202560 111 0 0 0 40362 5165 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3077017948 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28275/tid=28278] ppid=28273 vsize=548460 CPUtime=455.46
/proc/28275/task/28278/stat : 28278 (gnovelty+) R 28273 28275 24991 0 -1 4202560 112 0 0 0 40380 5166 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3067625908 134534422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28275/tid=28279] ppid=28273 vsize=548460 CPUtime=455.7
/proc/28275/task/28279/stat : 28279 (gnovelty+) R 28273 28275 24991 0 -1 4202560 113 0 0 0 40338 5232 0 0 15 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3058233692 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1823.25
Current children cumulated vsize (KiB) 548460

[startup+522.313 s]
/proc/loadavg: 4.03 4.01 3.29 5/119 29791
/proc/meminfo: memFree=3086052/3368532 swapFree=1941388/1959888
[pid=28275] ppid=28273 vsize=548460 CPUtime=2060.03
/proc/28275/stat : 28275 (gnovelty+) R 28273 28275 24991 0 -1 4202496 20774 0 0 0 182461 23542 0 0 15 0 4 0 1107900188 561623040 20729 4294967295 134512640 135680988 3220710096 3220709340 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/28275/statm: 137115 20729 103 286 0 136827 0
[pid=28275/tid=28277] ppid=28273 vsize=548460 CPUtime=514.29
/proc/28275/task/28277/stat : 28277 (gnovelty+) R 28273 28275 24991 0 -1 4202560 111 0 0 0 45563 5866 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3077018036 134534003 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28275/tid=28278] ppid=28273 vsize=548460 CPUtime=514.56
/proc/28275/task/28278/stat : 28278 (gnovelty+) R 28273 28275 24991 0 -1 4202560 112 0 0 0 45650 5806 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3067625820 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28275/tid=28279] ppid=28273 vsize=548460 CPUtime=515.06
/proc/28275/task/28279/stat : 28279 (gnovelty+) R 28273 28275 24991 0 -1 4202560 113 0 0 0 45598 5908 0 0 15 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3058233692 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2060.03
Current children cumulated vsize (KiB) 548460

[startup+582.311 s]
/proc/loadavg: 3.97 4.01 3.33 5/119 29980
/proc/meminfo: memFree=3086044/3368532 swapFree=1941388/1959888
[pid=28275] ppid=28273 vsize=548460 CPUtime=2296.94
/proc/28275/stat : 28275 (gnovelty+) R 28273 28275 24991 0 -1 4202496 20774 0 0 0 203396 26298 0 0 15 0 4 0 1107900188 561623040 20729 4294967295 134512640 135680988 3220710096 3220709340 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/28275/statm: 137115 20729 103 286 0 136827 0
[pid=28275/tid=28277] ppid=28273 vsize=548460 CPUtime=573.47
/proc/28275/task/28277/stat : 28277 (gnovelty+) R 28273 28275 24991 0 -1 4202560 111 0 0 0 50785 6562 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3077018036 134532950 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28275/tid=28278] ppid=28273 vsize=548460 CPUtime=573.59
/proc/28275/task/28278/stat : 28278 (gnovelty+) R 28273 28275 24991 0 -1 4202560 112 0 0 0 50883 6476 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3067625820 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28275/tid=28279] ppid=28273 vsize=548460 CPUtime=574.46
/proc/28275/task/28279/stat : 28279 (gnovelty+) R 28273 28275 24991 0 -1 4202560 113 0 0 0 50860 6586 0 0 15 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3058233692 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2296.94
Current children cumulated vsize (KiB) 548460

[startup+642.318 s]
/proc/loadavg: 4.02 4.02 3.37 5/119 30167
/proc/meminfo: memFree=3085928/3368532 swapFree=1941388/1959888
[pid=28275] ppid=28273 vsize=548460 CPUtime=2533.76
/proc/28275/stat : 28275 (gnovelty+) S 28273 28275 24991 0 -1 4202496 20774 0 0 0 224334 29042 0 0 15 0 4 0 1107900188 561623040 20729 4294967295 134512640 135680988 3220710096 3220709340 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/28275/statm: 137115 20729 103 286 0 136827 0
[pid=28275/tid=28277] ppid=28273 vsize=548460 CPUtime=632.76
/proc/28275/task/28277/stat : 28277 (gnovelty+) R 28273 28275 24991 0 -1 4202560 111 0 0 0 56052 7224 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3077018036 134532936 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28275/tid=28278] ppid=28273 vsize=548460 CPUtime=632.54
/proc/28275/task/28278/stat : 28278 (gnovelty+) R 28273 28275 24991 0 -1 4202560 112 0 0 0 56093 7161 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3067625820 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28275/tid=28279] ppid=28273 vsize=548460 CPUtime=633.69
/proc/28275/task/28279/stat : 28279 (gnovelty+) R 28273 28275 24991 0 -1 4202560 113 0 0 0 56078 7291 0 0 15 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3058233692 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2533.76
Current children cumulated vsize (KiB) 548460

[startup+702.306 s]
/proc/loadavg: 4.03 4.02 3.41 6/119 30359
/proc/meminfo: memFree=3085904/3368532 swapFree=1941388/1959888
[pid=28275] ppid=28273 vsize=548460 CPUtime=2770.67
/proc/28275/stat : 28275 (gnovelty+) R 28273 28275 24991 0 -1 4202496 20774 0 0 0 245346 31721 0 0 15 0 4 0 1107900188 561623040 20729 4294967295 134512640 135680988 3220710096 3220709340 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/28275/statm: 137115 20729 103 286 0 136827 0
[pid=28275/tid=28277] ppid=28273 vsize=548460 CPUtime=691.98
/proc/28275/task/28277/stat : 28277 (gnovelty+) R 28273 28275 24991 0 -1 4202560 111 0 0 0 61316 7882 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3077018036 134534054 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28275/tid=28278] ppid=28273 vsize=548460 CPUtime=691.58
/proc/28275/task/28278/stat : 28278 (gnovelty+) R 28273 28275 24991 0 -1 4202560 112 0 0 0 61333 7825 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3067625820 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28275/tid=28279] ppid=28273 vsize=548460 CPUtime=693.16
/proc/28275/task/28279/stat : 28279 (gnovelty+) R 28273 28275 24991 0 -1 4202560 113 0 0 0 61353 7963 0 0 15 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3058233692 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2770.67
Current children cumulated vsize (KiB) 548460

[startup+762.303 s]
/proc/loadavg: 4.00 4.02 3.45 5/119 30545
/proc/meminfo: memFree=3085928/3368532 swapFree=1941388/1959888
[pid=28275] ppid=28273 vsize=548460 CPUtime=3007.07
/proc/28275/stat : 28275 (gnovelty+) R 28273 28275 24991 0 -1 4202496 20774 0 0 0 266256 34451 0 0 15 0 4 0 1107900188 561623040 20729 4294967295 134512640 135680988 3220710096 3220709340 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/28275/statm: 137115 20729 103 286 0 136827 0
[pid=28275/tid=28277] ppid=28273 vsize=548460 CPUtime=750.86
/proc/28275/task/28277/stat : 28277 (gnovelty+) R 28273 28275 24991 0 -1 4202560 111 0 0 0 66512 8574 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3077018036 134533858 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28275/tid=28278] ppid=28273 vsize=548460 CPUtime=750.32
/proc/28275/task/28278/stat : 28278 (gnovelty+) R 28273 28275 24991 0 -1 4202560 112 0 0 0 66544 8488 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3067625820 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28275/tid=28279] ppid=28273 vsize=548460 CPUtime=752.65
/proc/28275/task/28279/stat : 28279 (gnovelty+) R 28273 28275 24991 0 -1 4202560 113 0 0 0 66609 8656 0 0 15 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3058233692 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3007.07
Current children cumulated vsize (KiB) 548460

[startup+822.31 s]
/proc/loadavg: 4.05 4.03 3.49 5/119 30734
/proc/meminfo: memFree=3086052/3368532 swapFree=1941388/1959888
[pid=28275] ppid=28273 vsize=548460 CPUtime=3243.12
/proc/28275/stat : 28275 (gnovelty+) R 28273 28275 24991 0 -1 4202496 20774 0 0 0 287124 37188 0 0 16 0 4 0 1107900188 561623040 20729 4294967295 134512640 135680988 3220710096 3220709340 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/28275/statm: 137115 20729 103 286 0 136827 0
[pid=28275/tid=28277] ppid=28273 vsize=548460 CPUtime=810.06
/proc/28275/task/28277/stat : 28277 (gnovelty+) R 28273 28275 24991 0 -1 4202560 111 0 0 0 71760 9246 0 0 15 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3077017948 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28275/tid=28278] ppid=28273 vsize=548460 CPUtime=808.65
/proc/28275/task/28278/stat : 28278 (gnovelty+) R 28273 28275 24991 0 -1 4202560 112 0 0 0 71685 9180 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3067625820 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28275/tid=28279] ppid=28273 vsize=548460 CPUtime=811.89
/proc/28275/task/28279/stat : 28279 (gnovelty+) R 28273 28275 24991 0 -1 4202560 113 0 0 0 71873 9316 0 0 15 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3058233692 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3243.12
Current children cumulated vsize (KiB) 548460

[startup+882.318 s]
/proc/loadavg: 4.05 4.03 3.52 5/119 30923
/proc/meminfo: memFree=3086292/3368532 swapFree=1941388/1959888
[pid=28275] ppid=28273 vsize=548460 CPUtime=3479.59
/proc/28275/stat : 28275 (gnovelty+) R 28273 28275 24991 0 -1 4202496 20774 0 0 0 308044 39915 0 0 15 0 4 0 1107900188 561623040 20729 4294967295 134512640 135680988 3220710096 3220709340 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/28275/statm: 137115 20729 103 286 0 136827 0
[pid=28275/tid=28277] ppid=28273 vsize=548460 CPUtime=869
/proc/28275/task/28277/stat : 28277 (gnovelty+) R 28273 28275 24991 0 -1 4202560 111 0 0 0 76988 9912 0 0 16 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3077018036 134533489 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28275/tid=28278] ppid=28273 vsize=548460 CPUtime=867.96
/proc/28275/task/28278/stat : 28278 (gnovelty+) R 28273 28275 24991 0 -1 4202560 112 0 0 0 76956 9840 0 0 25 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3067625820 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28275/tid=28279] ppid=28273 vsize=548460 CPUtime=871.02
/proc/28275/task/28279/stat : 28279 (gnovelty+) R 28273 28275 24991 0 -1 4202560 113 0 0 0 77098 10004 0 0 15 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3058233692 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3479.59
Current children cumulated vsize (KiB) 548460

[startup+942.307 s]
/proc/loadavg: 4.10 4.04 3.55 5/119 31110
/proc/meminfo: memFree=3086548/3368532 swapFree=1941388/1959888
[pid=28275] ppid=28273 vsize=548460 CPUtime=3712.3
/proc/28275/stat : 28275 (gnovelty+) R 28273 28275 24991 0 -1 4202496 20774 0 0 0 328742 42488 0 0 15 0 4 0 1107900188 561623040 20729 4294967295 134512640 135680988 3220710096 3220709340 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/28275/statm: 137115 20729 103 286 0 136827 0
[pid=28275/tid=28277] ppid=28273 vsize=548460 CPUtime=927.33
/proc/28275/task/28277/stat : 28277 (gnovelty+) R 28273 28275 24991 0 -1 4202560 111 0 0 0 82143 10590 0 0 15 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3077017948 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28275/tid=28278] ppid=28273 vsize=548460 CPUtime=926.65
/proc/28275/task/28278/stat : 28278 (gnovelty+) R 28273 28275 24991 0 -1 4202560 112 0 0 0 82177 10488 0 0 15 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3067625820 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=28275/tid=28279] ppid=28273 vsize=548460 CPUtime=928.86
/proc/28275/task/28279/stat : 28279 (gnovelty+) R 28273 28275 24991 0 -1 4202560 113 0 0 0 82246 10640 0 0 15 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3058233692 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3712.3
Current children cumulated vsize (KiB) 548460



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.15 4.06 3.59 5/119 31298
/proc/meminfo: memFree=3086540/3368532 swapFree=1941388/1959888
[pid=28275] ppid=28273 vsize=548460 CPUtime=3937.17
/proc/28275/stat : 28275 (gnovelty+) R 28273 28275 24991 0 -1 4202496 20774 0 0 0 348733 44984 0 0 15 0 4 0 1107900188 561623040 20729 4294967295 134512640 135680988 3220710096 3220709340 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/28275/statm: 137115 20729 103 286 0 136827 0
[pid=28275/tid=28277] ppid=28273 vsize=548460 CPUtime=983.17
/proc/28275/task/28277/stat : 28277 (gnovelty+) R 28273 28275 24991 0 -1 4202560 111 0 0 0 87086 11231 0 0 15 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3077017948 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28275/tid=28278] ppid=28273 vsize=548460 CPUtime=983.06
/proc/28275/task/28278/stat : 28278 (gnovelty+) R 28273 28275 24991 0 -1 4202560 112 0 0 0 87180 11126 0 0 15 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3067625820 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28275/tid=28279] ppid=28273 vsize=548460 CPUtime=984.89
/proc/28275/task/28279/stat : 28279 (gnovelty+) R 28273 28275 24991 0 -1 4202560 113 0 0 0 87274 11215 0 0 15 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3058233692 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3937.17
Current children cumulated vsize (KiB) 548460

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

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

[startup+1000.01 s]
/proc/loadavg: 4.15 4.06 3.59 5/119 31298
/proc/meminfo: memFree=3086540/3368532 swapFree=1941388/1959888
[pid=28275] ppid=28273 vsize=548460 CPUtime=3937.17
/proc/28275/stat : 28275 (gnovelty+) R 28273 28275 24991 0 -1 4202496 20774 0 0 0 348733 44984 0 0 15 0 4 0 1107900188 561623040 20729 4294967295 134512640 135680988 3220710096 3220709340 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/28275/statm: 137115 20729 103 286 0 136827 0
[pid=28275/tid=28277] ppid=28273 vsize=548460 CPUtime=983.17
/proc/28275/task/28277/stat : 28277 (gnovelty+) R 28273 28275 24991 0 -1 4202560 111 0 0 0 87086 11231 0 0 15 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3077017948 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28275/tid=28278] ppid=28273 vsize=548460 CPUtime=983.06
/proc/28275/task/28278/stat : 28278 (gnovelty+) R 28273 28275 24991 0 -1 4202560 112 0 0 0 87180 11126 0 0 15 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3067625820 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28275/tid=28279] ppid=28273 vsize=548460 CPUtime=984.89
/proc/28275/task/28279/stat : 28279 (gnovelty+) R 28273 28275 24991 0 -1 4202560 113 0 0 0 87274 11215 0 0 15 0 4 0 1107900202 561623040 20729 4294967295 134512640 135680988 3220710096 3058233692 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3937.17
Current children cumulated vsize (KiB) 548460

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1000.04
CPU time (s): 3937.24
CPU user time (s): 3487.4
CPU system time (s): 449.84
CPU usage (%): 393.709
Max. virtual memory (cumulated for all children) (KiB): 548460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3487.4
system time used= 449.84
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20774
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= 15654871
involuntary context switches= 168495

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-27 15:50:04
IDJOB=1777024
IDBENCH=70190
IDSOLVER=617
FILE ID=/1777024-1243432204
PBS_JOBID=
Free space on /tmp= 15730 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (4 threads)
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/1000/unif-k5-r20-v1000-c20000-S1850138369-006.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1777024-1243432204/watcher-1777024-1243432204 -o /tmp/evaluation-result-1777024-1243432204/solver-1777024-1243432204 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1777024-1243432204.cnf 1379813994 4

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

MD5SUM BENCH= ede25cb155c6cf4ca4d7600faec2bb41
RANDOM SEED= 1379813994

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

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

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

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

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


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3169980 kB
Buffers:         12692 kB
Cached:         114012 kB
SwapCached:       4324 kB
Active:         104732 kB
Inactive:        32940 kB
HighTotal:     2489216 kB
HighFree:      2362096 kB
LowTotal:       879316 kB
LowFree:        807884 kB
SwapTotal:     1959888 kB
SwapFree:      1941388 kB
Dirty:            1860 kB
Writeback:           0 kB
AnonPages:        9556 kB
Mapped:           4296 kB
Slab:            50432 kB
SReclaimable:    42548 kB
SUnreclaim:       7884 kB
PageTables:        748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   127260 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15730 MiB
End job on  at 2009-05-27 16:06:44