Trace number 1778242

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

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/540/
unif-k3-r4.25-v540-c2295-S1606932551-072.cnf
MD5SUMa3de3746a6fb6968c798f1ba3ad0f77f
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 variables540
Number of clauses2295
Sum of the clauses size6885
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32295
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.07/0.08	c +------------------------------+
0.07/0.08	c | gNovelty+, version 1.0       |
0.07/0.08	c +------------------------------+
0.07/0.08	c gnovelty+ -h for help
0.07/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-1778242-1243472698/watcher-1778242-1243472698 -o /tmp/evaluation-result-1778242-1243472698/solver-1778242-1243472698 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1778242-1243472698.cnf 989657382 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.02 4.28 4.30 3/109 11139
/proc/meminfo: memFree=710792/3368532 swapFree=1959840/1959888
[pid=11139] ppid=11137 vsize=509228 CPUtime=0.01
/proc/11139/stat : 11139 (gnovelty+) R 11137 11139 7955 0 -1 4202496 1345 0 0 0 1 0 0 0 18 0 1 0 1111932636 521449472 1303 4294967295 134512640 135680988 3214638336 3214637600 134537167 0 0 0 0 0 0 0 17 0 0 0 0
/proc/11139/statm: 127307 1311 99 286 0 127019 0

[startup+0.061546 s]
/proc/loadavg: 4.02 4.28 4.30 3/109 11139
/proc/meminfo: memFree=710792/3368532 swapFree=1959840/1959888
[pid=11139] ppid=11137 vsize=517040 CPUtime=0.07
/proc/11139/stat : 11139 (gnovelty+) R 11137 11139 7955 0 -1 4202496 15280 0 0 0 3 4 0 0 18 0 1 0 1111932636 529448960 15237 4294967295 134512640 135680988 3214638336 3214637600 134537842 0 0 0 0 0 0 0 17 0 0 0 0
/proc/11139/statm: 129260 15248 99 286 0 128972 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 517040

[startup+0.111697 s]
/proc/loadavg: 4.02 4.28 4.30 3/109 11139
/proc/meminfo: memFree=710792/3368532 swapFree=1959840/1959888
[pid=11139] ppid=11137 vsize=545800 CPUtime=0.16
/proc/11139/stat : 11139 (gnovelty+) R 11137 11139 7955 0 -1 4202496 19825 0 0 0 6 10 0 0 18 0 4 0 1111932636 558899200 19781 4294967295 134512640 135680988 3214638336 3214637580 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11139/statm: 136450 19781 103 286 0 136162 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 545800

[startup+0.311532 s]
/proc/loadavg: 4.02 4.28 4.30 3/109 11139
/proc/meminfo: memFree=710792/3368532 swapFree=1959840/1959888
[pid=11139] ppid=11137 vsize=545800 CPUtime=0.86
/proc/11139/stat : 11139 (gnovelty+) R 11137 11139 7955 0 -1 4202496 19825 0 0 0 49 37 0 0 15 0 4 0 1111932636 558899200 19781 4294967295 134512640 135680988 3214638336 3214637580 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11139/statm: 136450 19781 103 286 0 136162 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 545800

[startup+0.711554 s]
/proc/loadavg: 4.02 4.28 4.30 3/109 11139
/proc/meminfo: memFree=710792/3368532 swapFree=1959840/1959888
[pid=11139] ppid=11137 vsize=545800 CPUtime=2.35
/proc/11139/stat : 11139 (gnovelty+) R 11137 11139 7955 0 -1 4202496 19825 0 0 0 135 100 0 0 15 0 4 0 1111932636 558899200 19781 4294967295 134512640 135680988 3214638336 3214637580 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11139/statm: 136450 19781 103 286 0 136162 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 545800

[startup+1.51149 s]
/proc/loadavg: 4.02 4.28 4.30 5/113 11144
/proc/meminfo: memFree=631896/3368532 swapFree=1959840/1959888
[pid=11139] ppid=11137 vsize=545800 CPUtime=5.3
/proc/11139/stat : 11139 (gnovelty+) R 11137 11139 7955 0 -1 4202496 19825 0 0 0 317 213 0 0 15 0 4 0 1111932636 558899200 19781 4294967295 134512640 135680988 3214638336 3214637580 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/11139/statm: 136450 19781 103 286 0 136162 0
[pid=11139/tid=11141] ppid=11137 vsize=545800 CPUtime=1.32
/proc/11139/task/11141/stat : 11141 (gnovelty+) R 11137 11139 7955 0 -1 4202560 8 0 0 0 77 55 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3077833052 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11139/tid=11142] ppid=11137 vsize=545800 CPUtime=1.32
/proc/11139/task/11142/stat : 11142 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 80 52 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3068440876 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11139/tid=11143] ppid=11137 vsize=545800 CPUtime=1.23
/proc/11139/task/11143/stat : 11143 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 77 46 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3059048748 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.3
Current children cumulated vsize (KiB) 545800

[startup+3.11138 s]
/proc/loadavg: 4.02 4.28 4.30 5/113 11144
/proc/meminfo: memFree=631896/3368532 swapFree=1959840/1959888
[pid=11139] ppid=11137 vsize=545800 CPUtime=11.3
/proc/11139/stat : 11139 (gnovelty+) R 11137 11139 7955 0 -1 4202496 19825 0 0 0 668 462 0 0 15 0 4 0 1111932636 558899200 19781 4294967295 134512640 135680988 3214638336 3214637580 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/11139/statm: 136450 19781 103 286 0 136162 0
[pid=11139/tid=11141] ppid=11137 vsize=545800 CPUtime=2.79
/proc/11139/task/11141/stat : 11141 (gnovelty+) R 11137 11139 7955 0 -1 4202560 8 0 0 0 157 122 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3077833052 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11139/tid=11142] ppid=11137 vsize=545800 CPUtime=2.83
/proc/11139/task/11142/stat : 11142 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 167 116 0 0 16 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3068440924 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11139/tid=11143] ppid=11137 vsize=545800 CPUtime=2.77
/proc/11139/task/11143/stat : 11143 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 168 109 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3059048796 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.3
Current children cumulated vsize (KiB) 545800

[startup+6.31125 s]
/proc/loadavg: 4.10 4.29 4.31 6/113 11144
/proc/meminfo: memFree=631772/3368532 swapFree=1959840/1959888
[pid=11139] ppid=11137 vsize=545800 CPUtime=23.21
/proc/11139/stat : 11139 (gnovelty+) R 11137 11139 7955 0 -1 4202496 19825 0 0 0 1334 987 0 0 15 0 4 0 1111932636 558899200 19781 4294967295 134512640 135680988 3214638336 3214637580 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/11139/statm: 136450 19781 103 286 0 136162 0
[pid=11139/tid=11141] ppid=11137 vsize=545800 CPUtime=5.72
/proc/11139/task/11141/stat : 11141 (gnovelty+) R 11137 11139 7955 0 -1 4202560 8 0 0 0 313 259 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3077833052 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11139/tid=11142] ppid=11137 vsize=545800 CPUtime=5.83
/proc/11139/task/11142/stat : 11142 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 329 254 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3068440924 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11139/tid=11143] ppid=11137 vsize=545800 CPUtime=5.72
/proc/11139/task/11143/stat : 11143 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 334 238 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3059048796 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 23.21
Current children cumulated vsize (KiB) 545800

[startup+12.7111 s]
/proc/loadavg: 4.09 4.29 4.31 5/113 11328
/proc/meminfo: memFree=631460/3368532 swapFree=1959840/1959888
[pid=11139] ppid=11137 vsize=545800 CPUtime=46.83
/proc/11139/stat : 11139 (gnovelty+) R 11137 11139 7955 0 -1 4202496 19825 0 0 0 2669 2014 0 0 15 0 4 0 1111932636 558899200 19781 4294967295 134512640 135680988 3214638336 3214637580 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11139/statm: 136450 19781 103 286 0 136162 0
[pid=11139/tid=11141] ppid=11137 vsize=545800 CPUtime=11.72
/proc/11139/task/11141/stat : 11141 (gnovelty+) R 11137 11139 7955 0 -1 4202560 8 0 0 0 635 537 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3077833052 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11139/tid=11142] ppid=11137 vsize=545800 CPUtime=11.8
/proc/11139/task/11142/stat : 11142 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 677 503 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3068440924 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11139/tid=11143] ppid=11137 vsize=545800 CPUtime=11.67
/proc/11139/task/11143/stat : 11143 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 660 507 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3059048796 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 46.83
Current children cumulated vsize (KiB) 545800

[startup+25.5104 s]
/proc/loadavg: 4.15 4.29 4.31 5/113 11329
/proc/meminfo: memFree=631712/3368532 swapFree=1959840/1959888
[pid=11139] ppid=11137 vsize=545800 CPUtime=94.52
/proc/11139/stat : 11139 (gnovelty+) R 11137 11139 7955 0 -1 4202496 19825 0 0 0 5424 4028 0 0 15 0 4 0 1111932636 558899200 19781 4294967295 134512640 135680988 3214638336 3214637580 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/11139/statm: 136450 19781 103 286 0 136162 0
[pid=11139/tid=11141] ppid=11137 vsize=545800 CPUtime=23.44
/proc/11139/task/11141/stat : 11141 (gnovelty+) R 11137 11139 7955 0 -1 4202560 8 0 0 0 1342 1002 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3077833052 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11139/tid=11142] ppid=11137 vsize=545800 CPUtime=23.85
/proc/11139/task/11142/stat : 11142 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 1379 1006 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3068440924 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11139/tid=11143] ppid=11137 vsize=545800 CPUtime=23.67
/proc/11139/task/11143/stat : 11143 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 1337 1030 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3059048796 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 94.52
Current children cumulated vsize (KiB) 545800

[startup+51.1087 s]
/proc/loadavg: 4.30 4.31 4.31 5/113 11330
/proc/meminfo: memFree=631940/3368532 swapFree=1959840/1959888
[pid=11139] ppid=11137 vsize=545800 CPUtime=190.33
/proc/11139/stat : 11139 (gnovelty+) R 11137 11139 7955 0 -1 4202496 19825 0 0 0 10811 8222 0 0 15 0 4 0 1111932636 558899200 19781 4294967295 134512640 135680988 3214638336 3214637580 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/11139/statm: 136450 19781 103 286 0 136162 0
[pid=11139/tid=11141] ppid=11137 vsize=545800 CPUtime=47.06
/proc/11139/task/11141/stat : 11141 (gnovelty+) R 11137 11139 7955 0 -1 4202560 8 0 0 0 2642 2064 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3077833052 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11139/tid=11142] ppid=11137 vsize=545800 CPUtime=47.94
/proc/11139/task/11142/stat : 11142 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 2733 2061 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3068440924 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11139/tid=11143] ppid=11137 vsize=545800 CPUtime=47.74
/proc/11139/task/11143/stat : 11143 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 2699 2075 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3059048796 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 190.33
Current children cumulated vsize (KiB) 545800

[startup+102.306 s]
/proc/loadavg: 4.60 4.40 4.34 4/113 11518
/proc/meminfo: memFree=631404/3368532 swapFree=1959840/1959888
[pid=11139] ppid=11137 vsize=545800 CPUtime=382.5
/proc/11139/stat : 11139 (gnovelty+) R 11137 11139 7955 0 -1 4202496 19825 0 0 0 21628 16622 0 0 15 0 4 0 1111932636 558899200 19781 4294967295 134512640 135680988 3214638336 3214637580 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/11139/statm: 136450 19781 103 286 0 136162 0
[pid=11139/tid=11141] ppid=11137 vsize=545800 CPUtime=95.43
/proc/11139/task/11141/stat : 11141 (gnovelty+) R 11137 11139 7955 0 -1 4202560 8 0 0 0 5366 4177 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3077833052 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11139/tid=11142] ppid=11137 vsize=545800 CPUtime=95.65
/proc/11139/task/11142/stat : 11142 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 5442 4123 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3068440876 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11139/tid=11143] ppid=11137 vsize=545800 CPUtime=95.99
/proc/11139/task/11143/stat : 11143 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 5352 4247 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3059048796 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 382.5
Current children cumulated vsize (KiB) 545800

[startup+162.303 s]
/proc/loadavg: 4.52 4.43 4.35 5/113 11706
/proc/meminfo: memFree=631032/3368532 swapFree=1959840/1959888
[pid=11139] ppid=11137 vsize=545800 CPUtime=607.4
/proc/11139/stat : 11139 (gnovelty+) R 11137 11139 7955 0 -1 4202496 19825 0 0 0 34193 26547 0 0 15 0 4 0 1111932636 558899200 19781 4294967295 134512640 135680988 3214638336 3214637580 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/11139/statm: 136450 19781 103 286 0 136162 0
[pid=11139/tid=11141] ppid=11137 vsize=545800 CPUtime=151.83
/proc/11139/task/11141/stat : 11141 (gnovelty+) R 11137 11139 7955 0 -1 4202560 8 0 0 0 8463 6720 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3077833052 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11139/tid=11142] ppid=11137 vsize=545800 CPUtime=151.68
/proc/11139/task/11142/stat : 11142 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 8565 6603 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3068440924 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11139/tid=11143] ppid=11137 vsize=545800 CPUtime=152.1
/proc/11139/task/11143/stat : 11143 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 8542 6668 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3059048796 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 607.4
Current children cumulated vsize (KiB) 545800

[startup+222.31 s]
/proc/loadavg: 4.22 4.36 4.34 5/113 11893
/proc/meminfo: memFree=631064/3368532 swapFree=1959840/1959888
[pid=11139] ppid=11137 vsize=545800 CPUtime=831.37
/proc/11139/stat : 11139 (gnovelty+) R 11137 11139 7955 0 -1 4202496 19825 0 0 0 46788 36349 0 0 15 0 4 0 1111932636 558899200 19781 4294967295 134512640 135680988 3214638336 3214637580 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/11139/statm: 136450 19781 103 286 0 136162 0
[pid=11139/tid=11141] ppid=11137 vsize=545800 CPUtime=207.75
/proc/11139/task/11141/stat : 11141 (gnovelty+) R 11137 11139 7955 0 -1 4202560 8 0 0 0 11514 9261 0 0 16 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3077833052 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11139/tid=11142] ppid=11137 vsize=545800 CPUtime=207.97
/proc/11139/task/11142/stat : 11142 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 11750 9047 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3068440924 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11139/tid=11143] ppid=11137 vsize=545800 CPUtime=207.83
/proc/11139/task/11143/stat : 11143 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 11721 9062 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3059048796 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 831.37
Current children cumulated vsize (KiB) 545800

[startup+282.317 s]
/proc/loadavg: 4.35 4.37 4.34 5/113 12081
/proc/meminfo: memFree=630824/3368532 swapFree=1959840/1959888
[pid=11139] ppid=11137 vsize=545800 CPUtime=1055.82
/proc/11139/stat : 11139 (gnovelty+) R 11137 11139 7955 0 -1 4202496 19825 0 0 0 59511 46071 0 0 15 0 4 0 1111932636 558899200 19781 4294967295 134512640 135680988 3214638336 3214637580 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/11139/statm: 136450 19781 103 286 0 136162 0
[pid=11139/tid=11141] ppid=11137 vsize=545800 CPUtime=264.09
/proc/11139/task/11141/stat : 11141 (gnovelty+) R 11137 11139 7955 0 -1 4202560 8 0 0 0 14739 11670 0 0 16 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3077833140 134533068 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11139/tid=11142] ppid=11137 vsize=545800 CPUtime=263.63
/proc/11139/task/11142/stat : 11142 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 14894 11469 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3068440924 134957681 0 0 0 0 0 0 0 -1 3 0 0 0

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

[pid=11139] ppid=11137 vsize=545800 CPUtime=1503.09
/proc/11139/stat : 11139 (gnovelty+) R 11137 11139 7955 0 -1 4202496 19825 0 0 0 84856 65453 0 0 15 0 4 0 1111932636 558899200 19781 4294967295 134512640 135680988 3214638336 3214637580 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/11139/statm: 136450 19781 103 286 0 136162 0
[pid=11139/tid=11141] ppid=11137 vsize=545800 CPUtime=376.19
/proc/11139/task/11141/stat : 11141 (gnovelty+) R 11137 11139 7955 0 -1 4202560 8 0 0 0 21205 16414 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3077833004 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11139/tid=11142] ppid=11137 vsize=545800 CPUtime=374.54
/proc/11139/task/11142/stat : 11142 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 21043 16411 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3068440924 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11139/tid=11143] ppid=11137 vsize=545800 CPUtime=376.29
/proc/11139/task/11143/stat : 11143 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 21244 16385 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3059048796 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1503.09
Current children cumulated vsize (KiB) 545800

[startup+462.308 s]
/proc/loadavg: 3.93 4.21 4.28 5/113 12651
/proc/meminfo: memFree=631528/3368532 swapFree=1959840/1959888
[pid=11139] ppid=11137 vsize=545800 CPUtime=1725.7
/proc/11139/stat : 11139 (gnovelty+) R 11137 11139 7955 0 -1 4202496 19825 0 0 0 97606 74964 0 0 15 0 4 0 1111932636 558899200 19781 4294967295 134512640 135680988 3214638336 3214637580 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/11139/statm: 136450 19781 103 286 0 136162 0
[pid=11139/tid=11141] ppid=11137 vsize=545800 CPUtime=431.77
/proc/11139/task/11141/stat : 11141 (gnovelty+) R 11137 11139 7955 0 -1 4202560 8 0 0 0 24371 18806 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3077833052 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11139/tid=11142] ppid=11137 vsize=545800 CPUtime=430.05
/proc/11139/task/11142/stat : 11142 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 24216 18789 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3068440924 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11139/tid=11143] ppid=11137 vsize=545800 CPUtime=432.16
/proc/11139/task/11143/stat : 11143 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 24414 18802 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3059048748 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1725.7
Current children cumulated vsize (KiB) 545800

[startup+522.315 s]
/proc/loadavg: 3.94 4.15 4.25 5/113 12838
/proc/meminfo: memFree=631428/3368532 swapFree=1959840/1959888
[pid=11139] ppid=11137 vsize=545800 CPUtime=1950.36
/proc/11139/stat : 11139 (gnovelty+) R 11137 11139 7955 0 -1 4202496 19825 0 0 0 110249 84787 0 0 15 0 4 0 1111932636 558899200 19781 4294967295 134512640 135680988 3214638336 3214637580 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/11139/statm: 136450 19781 103 286 0 136162 0
[pid=11139/tid=11141] ppid=11137 vsize=545800 CPUtime=488.41
/proc/11139/task/11141/stat : 11141 (gnovelty+) R 11137 11139 7955 0 -1 4202560 8 0 0 0 27545 21296 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3077833004 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11139/tid=11142] ppid=11137 vsize=545800 CPUtime=485.67
/proc/11139/task/11142/stat : 11142 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 27336 21231 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3068440924 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11139/tid=11143] ppid=11137 vsize=545800 CPUtime=488.67
/proc/11139/task/11143/stat : 11143 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 27586 21281 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3059048796 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1950.36
Current children cumulated vsize (KiB) 545800

[startup+582.311 s]
/proc/loadavg: 3.93 4.12 4.24 5/113 13026
/proc/meminfo: memFree=631444/3368532 swapFree=1959840/1959888
[pid=11139] ppid=11137 vsize=545800 CPUtime=2173.55
/proc/11139/stat : 11139 (gnovelty+) R 11137 11139 7955 0 -1 4202496 19825 0 0 0 122824 94531 0 0 15 0 4 0 1111932636 558899200 19781 4294967295 134512640 135680988 3214638336 3214637580 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11139/statm: 136450 19781 103 286 0 136162 0
[pid=11139/tid=11141] ppid=11137 vsize=545800 CPUtime=543.52
/proc/11139/task/11141/stat : 11141 (gnovelty+) R 11137 11139 7955 0 -1 4202560 8 0 0 0 30594 23758 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3077833052 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11139/tid=11142] ppid=11137 vsize=545800 CPUtime=541.88
/proc/11139/task/11142/stat : 11142 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 30501 23687 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3068440876 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11139/tid=11143] ppid=11137 vsize=545800 CPUtime=544.18
/proc/11139/task/11143/stat : 11143 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 30737 23681 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3059048796 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2173.55
Current children cumulated vsize (KiB) 545800

[startup+642.308 s]
/proc/loadavg: 4.11 4.14 4.24 5/113 13214
/proc/meminfo: memFree=631196/3368532 swapFree=1959840/1959888
[pid=11139] ppid=11137 vsize=545800 CPUtime=2397.44
/proc/11139/stat : 11139 (gnovelty+) R 11137 11139 7955 0 -1 4202496 19825 0 0 0 135624 104120 0 0 15 0 4 0 1111932636 558899200 19781 4294967295 134512640 135680988 3214638336 3214637580 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/11139/statm: 136450 19781 103 286 0 136162 0
[pid=11139/tid=11141] ppid=11137 vsize=545800 CPUtime=599.72
/proc/11139/task/11141/stat : 11141 (gnovelty+) R 11137 11139 7955 0 -1 4202560 8 0 0 0 33801 26171 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3077833052 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11139/tid=11142] ppid=11137 vsize=545800 CPUtime=597.57
/proc/11139/task/11142/stat : 11142 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 33698 26059 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3068440924 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11139/tid=11143] ppid=11137 vsize=545800 CPUtime=600.48
/proc/11139/task/11143/stat : 11143 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 33957 26091 0 0 16 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3059048796 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2397.44
Current children cumulated vsize (KiB) 545800

[startup+702.305 s]
/proc/loadavg: 4.20 4.16 4.23 5/113 13406
/proc/meminfo: memFree=631156/3368532 swapFree=1959840/1959888
[pid=11139] ppid=11137 vsize=545800 CPUtime=2619.62
/proc/11139/stat : 11139 (gnovelty+) R 11137 11139 7955 0 -1 4202496 19825 0 0 0 148413 113549 0 0 15 0 4 0 1111932636 558899200 19781 4294967295 134512640 135680988 3214638336 3214637580 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/11139/statm: 136450 19781 103 286 0 136162 0
[pid=11139/tid=11141] ppid=11137 vsize=545800 CPUtime=655.1
/proc/11139/task/11141/stat : 11141 (gnovelty+) R 11137 11139 7955 0 -1 4202560 8 0 0 0 37000 28510 0 0 16 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3077833052 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11139/tid=11142] ppid=11137 vsize=545800 CPUtime=652.87
/proc/11139/task/11142/stat : 11142 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 36819 28468 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3068440924 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11139/tid=11143] ppid=11137 vsize=545800 CPUtime=656.79
/proc/11139/task/11143/stat : 11143 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 37206 28473 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3059048796 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2619.62
Current children cumulated vsize (KiB) 545800

[startup+762.312 s]
/proc/loadavg: 4.23 4.17 4.23 5/113 13597
/proc/meminfo: memFree=631148/3368532 swapFree=1959840/1959888
[pid=11139] ppid=11137 vsize=545800 CPUtime=2842.21
/proc/11139/stat : 11139 (gnovelty+) R 11137 11139 7955 0 -1 4202496 19825 0 0 0 161077 123144 0 0 15 0 4 0 1111932636 558899200 19781 4294967295 134512640 135680988 3214638336 3214637580 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/11139/statm: 136450 19781 103 286 0 136162 0
[pid=11139/tid=11141] ppid=11137 vsize=545800 CPUtime=710.97
/proc/11139/task/11141/stat : 11141 (gnovelty+) R 11137 11139 7955 0 -1 4202560 8 0 0 0 40195 30902 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3077833052 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11139/tid=11142] ppid=11137 vsize=545800 CPUtime=708.23
/proc/11139/task/11142/stat : 11142 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 39924 30899 0 0 16 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3068440924 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11139/tid=11143] ppid=11137 vsize=545800 CPUtime=712.29
/proc/11139/task/11143/stat : 11143 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 40376 30853 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3059048796 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2842.21
Current children cumulated vsize (KiB) 545800

[startup+822.308 s]
/proc/loadavg: 4.29 4.20 4.24 5/113 13784
/proc/meminfo: memFree=631188/3368532 swapFree=1959840/1959888
[pid=11139] ppid=11137 vsize=545800 CPUtime=3066.35
/proc/11139/stat : 11139 (gnovelty+) R 11137 11139 7955 0 -1 4202496 19825 0 0 0 173845 132790 0 0 15 0 4 0 1111932636 558899200 19781 4294967295 134512640 135680988 3214638336 3214637580 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/11139/statm: 136450 19781 103 286 0 136162 0
[pid=11139/tid=11141] ppid=11137 vsize=545800 CPUtime=767
/proc/11139/task/11141/stat : 11141 (gnovelty+) R 11137 11139 7955 0 -1 4202560 8 0 0 0 43381 33319 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3077833052 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11139/tid=11142] ppid=11137 vsize=545800 CPUtime=763.52
/proc/11139/task/11142/stat : 11142 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 43095 33257 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3068440924 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11139/tid=11143] ppid=11137 vsize=545800 CPUtime=768.79
/proc/11139/task/11143/stat : 11143 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 43619 33260 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3059048796 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3066.35
Current children cumulated vsize (KiB) 545800

[startup+882.315 s]
/proc/loadavg: 4.14 4.17 4.22 5/113 13972
/proc/meminfo: memFree=631320/3368532 swapFree=1959840/1959888
[pid=11139] ppid=11137 vsize=545800 CPUtime=3291.49
/proc/11139/stat : 11139 (gnovelty+) R 11137 11139 7955 0 -1 4202496 19825 0 0 0 186620 142529 0 0 15 0 4 0 1111932636 558899200 19781 4294967295 134512640 135680988 3214638336 3214637532 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/11139/statm: 136450 19781 103 286 0 136162 0
[pid=11139/tid=11141] ppid=11137 vsize=545800 CPUtime=823.13
/proc/11139/task/11141/stat : 11141 (gnovelty+) R 11137 11139 7955 0 -1 4202560 8 0 0 0 46586 35727 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3077833052 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11139/tid=11142] ppid=11137 vsize=545800 CPUtime=820
/proc/11139/task/11142/stat : 11142 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 46291 35709 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3068440876 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11139/tid=11143] ppid=11137 vsize=545800 CPUtime=825.25
/proc/11139/task/11143/stat : 11143 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 46775 35750 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3059048796 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3291.49
Current children cumulated vsize (KiB) 545800

[startup+942.312 s]
/proc/loadavg: 4.10 4.15 4.21 6/113 14160
/proc/meminfo: memFree=631692/3368532 swapFree=1959840/1959888
[pid=11139] ppid=11137 vsize=545800 CPUtime=3515.8
/proc/11139/stat : 11139 (gnovelty+) R 11137 11139 7955 0 -1 4202496 19825 0 0 0 199144 152436 0 0 15 0 4 0 1111932636 558899200 19781 4294967295 134512640 135680988 3214638336 3214637580 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/11139/statm: 136450 19781 103 286 0 136162 0
[pid=11139/tid=11141] ppid=11137 vsize=545800 CPUtime=879.1
/proc/11139/task/11141/stat : 11141 (gnovelty+) R 11137 11139 7955 0 -1 4202560 8 0 0 0 49696 38214 0 0 16 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3077833052 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11139/tid=11142] ppid=11137 vsize=545800 CPUtime=876.07
/proc/11139/task/11142/stat : 11142 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 49416 38191 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3068440924 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11139/tid=11143] ppid=11137 vsize=545800 CPUtime=881.16
/proc/11139/task/11143/stat : 11143 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 49878 38238 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3059048796 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3515.8
Current children cumulated vsize (KiB) 545800



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.40 4.23 4.23 5/113 14348
/proc/meminfo: memFree=631668/3368532 swapFree=1959840/1959888
[pid=11139] ppid=11137 vsize=545800 CPUtime=3730.49
/proc/11139/stat : 11139 (gnovelty+) R 11137 11139 7955 0 -1 4202496 19825 0 0 0 211368 161681 0 0 15 0 4 0 1111932636 558899200 19781 4294967295 134512640 135680988 3214638336 3214637580 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11139/statm: 136450 19781 103 286 0 136162 0
[pid=11139/tid=11141] ppid=11137 vsize=545800 CPUtime=932.78
/proc/11139/task/11141/stat : 11141 (gnovelty+) R 11137 11139 7955 0 -1 4202560 8 0 0 0 52742 40536 0 0 16 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3077833052 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11139/tid=11142] ppid=11137 vsize=545800 CPUtime=929.86
/proc/11139/task/11142/stat : 11142 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 52450 40536 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3068440924 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11139/tid=11143] ppid=11137 vsize=545800 CPUtime=934.86
/proc/11139/task/11143/stat : 11143 (gnovelty+) R 11137 11139 7955 0 -1 4202560 9 0 0 0 53003 40483 0 0 15 0 4 0 1111932644 558899200 19781 4294967295 134512640 135680988 3214638336 3059048796 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3730.49
Current children cumulated vsize (KiB) 545800

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): 3730.54
CPU user time (s): 2113.71
CPU system time (s): 1616.83
CPU usage (%): 373.041
Max. virtual memory (cumulated for all children) (KiB): 545800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2113.71
system time used= 1616.83
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19825
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= 87102494
involuntary context switches= 195794

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 03:04:58
IDJOB=1778242
IDBENCH=70596
IDSOLVER=617
FILE ID=/1778242-1243472698
PBS_JOBID=
Free space on /tmp= 7987 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (4 threads)
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/540/unif-k3-r4.25-v540-c2295-S1606932551-072.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1778242-1243472698/watcher-1778242-1243472698 -o /tmp/evaluation-result-1778242-1243472698/solver-1778242-1243472698 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1778242-1243472698.cnf 989657382 4

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

MD5SUM BENCH= a3de3746a6fb6968c798f1ba3ad0f77f
RANDOM SEED= 989657382

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.073
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.073
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.12
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.073
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.073
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:        710792 kB
Buffers:         41752 kB
Cached:        2435060 kB
SwapCached:          0 kB
Active:        1299596 kB
Inactive:      1196320 kB
HighTotal:     2489216 kB
HighFree:       449616 kB
LowTotal:       879316 kB
LowFree:        261176 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:            1352 kB
Writeback:           0 kB
AnonPages:       19104 kB
Mapped:           7752 kB
Slab:           151772 kB
SReclaimable:   138592 kB
SUnreclaim:      13180 kB
PageTables:        688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   110896 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 7987 MiB
End job on  at 2009-05-28 03:21:40