Trace number 1777921

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

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/75/
unif-k7-r89-v75-c6675-S1394630553-009.cnf
MD5SUM699f3a80f674e8c0bc8bfc06cc4ce0c9
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 variables75
Number of clauses6675
Sum of the clauses size46725
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 56675

Solver Data

0.02/0.10	c +------------------------------+
0.02/0.10	c | gNovelty+, version 1.0       |
0.02/0.10	c +------------------------------+
0.02/0.10	c gnovelty+ -h for help
0.02/0.10	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-1777921-1243461621/watcher-1777921-1243461621 -o /tmp/evaluation-result-1777921-1243461621/solver-1777921-1243461621 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1777921-1243461621.cnf 359040706 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.55 4.85 4.81 3/115 27139
/proc/meminfo: memFree=3160516/3368532 swapFree=1941392/1959888
[pid=27139] ppid=27137 vsize=509232 CPUtime=0.01
/proc/27139/stat : 27139 (gnovelty+) R 27137 27139 24991 0 -1 4202496 1800 0 0 0 0 1 0 0 18 0 1 0 1110841898 521453568 1756 4294967295 134512640 135680988 3218028608 3218027872 134537167 0 0 0 0 0 0 0 17 0 0 0 0
/proc/27139/statm: 127308 1765 99 286 0 127020 0

[startup+0.013985 s]
/proc/loadavg: 4.55 4.85 4.81 3/115 27139
/proc/meminfo: memFree=3160516/3368532 swapFree=1941392/1959888
[pid=27139] ppid=27137 vsize=509232 CPUtime=0.02
/proc/27139/stat : 27139 (gnovelty+) R 27137 27139 24991 0 -1 4202496 4661 0 0 0 0 2 0 0 18 0 1 0 1110841898 521453568 4617 4294967295 134512640 135680988 3218028608 3218027872 134537167 0 0 0 0 0 0 0 17 0 0 0 0
/proc/27139/statm: 127308 4636 99 286 0 127020 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 509232

[startup+0.118499 s]
/proc/loadavg: 4.55 4.85 4.81 3/115 27139
/proc/meminfo: memFree=3160516/3368532 swapFree=1941392/1959888
[pid=27139] ppid=27137 vsize=546460 CPUtime=0.13
/proc/27139/stat : 27139 (gnovelty+) R 27137 27139 24991 0 -1 4202496 19985 0 0 0 7 6 0 0 19 0 4 0 1110841898 559575040 19940 4294967295 134512640 135680988 3218028608 3218027852 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/27139/statm: 136615 19940 103 286 0 136327 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 546460

[startup+0.31396 s]
/proc/loadavg: 4.55 4.85 4.81 3/115 27139
/proc/meminfo: memFree=3160516/3368532 swapFree=1941392/1959888
[pid=27139] ppid=27137 vsize=546460 CPUtime=0.88
/proc/27139/stat : 27139 (gnovelty+) R 27137 27139 24991 0 -1 4202496 19985 0 0 0 81 7 0 0 19 0 4 0 1110841898 559575040 19940 4294967295 134512640 135680988 3218028608 3218027852 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/27139/statm: 136615 19940 103 286 0 136327 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 546460

[startup+0.713944 s]
/proc/loadavg: 4.55 4.85 4.81 3/115 27139
/proc/meminfo: memFree=3160516/3368532 swapFree=1941392/1959888
[pid=27139] ppid=27137 vsize=546460 CPUtime=2.48
/proc/27139/stat : 27139 (gnovelty+) R 27137 27139 24991 0 -1 4202496 19985 0 0 0 237 11 0 0 16 0 4 0 1110841898 559575040 19940 4294967295 134512640 135680988 3218028608 3218027852 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/27139/statm: 136615 19940 103 286 0 136327 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 546460

[startup+1.51716 s]
/proc/loadavg: 4.55 4.85 4.81 6/119 27143
/proc/meminfo: memFree=3081512/3368532 swapFree=1941392/1959888
[pid=27139] ppid=27137 vsize=546460 CPUtime=5.7
/proc/27139/stat : 27139 (gnovelty+) R 27137 27139 24991 0 -1 4202496 19985 0 0 0 557 13 0 0 15 0 4 0 1110841898 559575040 19940 4294967295 134512640 135680988 3218028608 3218027852 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/27139/statm: 136615 19940 103 286 0 136327 0
[pid=27139/tid=27141] ppid=27137 vsize=546460 CPUtime=1.39
/proc/27139/task/27141/stat : 27141 (gnovelty+) R 27137 27139 24991 0 -1 4202560 32 0 0 0 137 2 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3077157212 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27139/tid=27142] ppid=27137 vsize=546460 CPUtime=1.4
/proc/27139/task/27142/stat : 27142 (gnovelty+) R 27137 27139 24991 0 -1 4202560 33 0 0 0 140 0 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3067765084 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=27139/tid=27143] ppid=27137 vsize=546460 CPUtime=1.4
/proc/27139/task/27143/stat : 27143 (gnovelty+) R 27137 27139 24991 0 -1 4202560 34 0 0 0 138 2 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3058372956 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 546460

[startup+3.11385 s]
/proc/loadavg: 4.55 4.85 4.81 7/119 27144
/proc/meminfo: memFree=3081364/3368532 swapFree=1941392/1959888
[pid=27139] ppid=27137 vsize=546460 CPUtime=12.04
/proc/27139/stat : 27139 (gnovelty+) R 27137 27139 24991 0 -1 4202496 19985 0 0 0 1178 26 0 0 15 0 4 0 1110841898 559575040 19940 4294967295 134512640 135680988 3218028608 3218027852 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/27139/statm: 136615 19940 103 286 0 136327 0
[pid=27139/tid=27141] ppid=27137 vsize=546460 CPUtime=2.97
/proc/27139/task/27141/stat : 27141 (gnovelty+) R 27137 27139 24991 0 -1 4202560 32 0 0 0 292 5 0 0 16 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3077157300 134534576 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27139/tid=27142] ppid=27137 vsize=546460 CPUtime=3
/proc/27139/task/27142/stat : 27142 (gnovelty+) R 27137 27139 24991 0 -1 4202560 33 0 0 0 295 5 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3067765084 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=27139/tid=27143] ppid=27137 vsize=546460 CPUtime=2.97
/proc/27139/task/27143/stat : 27143 (gnovelty+) R 27137 27139 24991 0 -1 4202560 34 0 0 0 293 4 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3058372956 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.04
Current children cumulated vsize (KiB) 546460

[startup+6.31577 s]
/proc/loadavg: 4.58 4.85 4.81 6/119 27144
/proc/meminfo: memFree=3081264/3368532 swapFree=1941392/1959888
[pid=27139] ppid=27137 vsize=546460 CPUtime=24.55
/proc/27139/stat : 27139 (gnovelty+) R 27137 27139 24991 0 -1 4202496 19985 0 0 0 2406 49 0 0 16 0 4 0 1110841898 559575040 19940 4294967295 134512640 135680988 3218028608 3218027852 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/27139/statm: 136615 19940 103 286 0 136327 0
[pid=27139/tid=27141] ppid=27137 vsize=546460 CPUtime=6.05
/proc/27139/task/27141/stat : 27141 (gnovelty+) R 27137 27139 24991 0 -1 4202560 32 0 0 0 592 13 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3077157212 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=27139/tid=27142] ppid=27137 vsize=546460 CPUtime=6.06
/proc/27139/task/27142/stat : 27142 (gnovelty+) R 27137 27139 24991 0 -1 4202560 33 0 0 0 597 9 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3067765084 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27139/tid=27143] ppid=27137 vsize=546460 CPUtime=6.13
/proc/27139/task/27143/stat : 27143 (gnovelty+) R 27137 27139 24991 0 -1 4202560 34 0 0 0 602 11 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3058372956 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.55
Current children cumulated vsize (KiB) 546460

[startup+12.7154 s]
/proc/loadavg: 4.62 4.85 4.81 6/119 27144
/proc/meminfo: memFree=3081328/3368532 swapFree=1941392/1959888
[pid=27139] ppid=27137 vsize=546460 CPUtime=49.97
/proc/27139/stat : 27139 (gnovelty+) R 27137 27139 24991 0 -1 4202496 19985 0 0 0 4893 104 0 0 15 0 4 0 1110841898 559575040 19940 4294967295 134512640 135680988 3218028608 3218027852 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/27139/statm: 136615 19940 103 286 0 136327 0
[pid=27139/tid=27141] ppid=27137 vsize=546460 CPUtime=12.39
/proc/27139/task/27141/stat : 27141 (gnovelty+) R 27137 27139 24991 0 -1 4202560 32 0 0 0 1215 24 0 0 16 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3077157212 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27139/tid=27142] ppid=27137 vsize=546460 CPUtime=12.46
/proc/27139/task/27142/stat : 27142 (gnovelty+) R 27137 27139 24991 0 -1 4202560 33 0 0 0 1219 27 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3067765084 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27139/tid=27143] ppid=27137 vsize=546460 CPUtime=12.46
/proc/27139/task/27143/stat : 27143 (gnovelty+) R 27137 27139 24991 0 -1 4202560 34 0 0 0 1219 27 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3058372956 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.97
Current children cumulated vsize (KiB) 546460

[startup+25.5133 s]
/proc/loadavg: 4.71 4.86 4.81 5/119 27147
/proc/meminfo: memFree=3081260/3368532 swapFree=1941392/1959888
[pid=27139] ppid=27137 vsize=546460 CPUtime=98.69
/proc/27139/stat : 27139 (gnovelty+) R 27137 27139 24991 0 -1 4202496 19985 0 0 0 9686 183 0 0 15 0 4 0 1110841898 559575040 19940 4294967295 134512640 135680988 3218028608 3218027852 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/27139/statm: 136615 19940 103 286 0 136327 0
[pid=27139/tid=27141] ppid=27137 vsize=546460 CPUtime=24.62
/proc/27139/task/27141/stat : 27141 (gnovelty+) R 27137 27139 24991 0 -1 4202560 32 0 0 0 2423 39 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3077157212 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27139/tid=27142] ppid=27137 vsize=546460 CPUtime=24.44
/proc/27139/task/27142/stat : 27142 (gnovelty+) R 27137 27139 24991 0 -1 4202560 33 0 0 0 2397 47 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3067765084 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27139/tid=27143] ppid=27137 vsize=546460 CPUtime=24.81
/proc/27139/task/27143/stat : 27143 (gnovelty+) R 27137 27139 24991 0 -1 4202560 34 0 0 0 2427 54 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3058372956 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 98.69
Current children cumulated vsize (KiB) 546460

[startup+51.1164 s]
/proc/loadavg: 4.65 4.84 4.81 5/119 27332
/proc/meminfo: memFree=3080900/3368532 swapFree=1941392/1959888
[pid=27139] ppid=27137 vsize=546460 CPUtime=197.14
/proc/27139/stat : 27139 (gnovelty+) R 27137 27139 24991 0 -1 4202496 19985 0 0 0 19349 365 0 0 16 0 4 0 1110841898 559575040 19940 4294967295 134512640 135680988 3218028608 3218027852 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/27139/statm: 136615 19940 103 286 0 136327 0
[pid=27139/tid=27141] ppid=27137 vsize=546460 CPUtime=49.18
/proc/27139/task/27141/stat : 27141 (gnovelty+) R 27137 27139 24991 0 -1 4202560 32 0 0 0 4841 77 0 0 16 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3077157212 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27139/tid=27142] ppid=27137 vsize=546460 CPUtime=48.88
/proc/27139/task/27142/stat : 27142 (gnovelty+) R 27137 27139 24991 0 -1 4202560 33 0 0 0 4796 92 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3067765084 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27139/tid=27143] ppid=27137 vsize=546460 CPUtime=49.41
/proc/27139/task/27143/stat : 27143 (gnovelty+) R 27137 27139 24991 0 -1 4202560 34 0 0 0 4846 95 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3058372956 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 197.14
Current children cumulated vsize (KiB) 546460

[startup+102.313 s]
/proc/loadavg: 5.02 4.92 4.84 6/119 27519
/proc/meminfo: memFree=3080448/3368532 swapFree=1941392/1959888
[pid=27139] ppid=27137 vsize=546460 CPUtime=394.9
/proc/27139/stat : 27139 (gnovelty+) R 27137 27139 24991 0 -1 4202496 19985 0 0 0 38790 700 0 0 16 0 4 0 1110841898 559575040 19940 4294967295 134512640 135680988 3218028608 3218027852 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/27139/statm: 136615 19940 103 286 0 136327 0
[pid=27139/tid=27141] ppid=27137 vsize=546460 CPUtime=98.62
/proc/27139/task/27141/stat : 27141 (gnovelty+) R 27137 27139 24991 0 -1 4202560 32 0 0 0 9708 154 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3077157212 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27139/tid=27142] ppid=27137 vsize=546460 CPUtime=98.41
/proc/27139/task/27142/stat : 27142 (gnovelty+) R 27137 27139 24991 0 -1 4202560 33 0 0 0 9665 176 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3067765084 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=27139/tid=27143] ppid=27137 vsize=546460 CPUtime=99.47
/proc/27139/task/27143/stat : 27143 (gnovelty+) R 27137 27139 24991 0 -1 4202560 34 0 0 0 9760 187 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3058372956 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 394.9
Current children cumulated vsize (KiB) 546460

[startup+162.328 s]
/proc/loadavg: 4.91 4.90 4.83 5/119 27705
/proc/meminfo: memFree=3080580/3368532 swapFree=1941392/1959888
[pid=27139] ppid=27137 vsize=546460 CPUtime=626.46
/proc/27139/stat : 27139 (gnovelty+) R 27137 27139 24991 0 -1 4202496 19985 0 0 0 61533 1113 0 0 15 0 4 0 1110841898 559575040 19940 4294967295 134512640 135680988 3218028608 3218027852 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/27139/statm: 136615 19940 103 286 0 136327 0
[pid=27139/tid=27141] ppid=27137 vsize=546460 CPUtime=155.59
/proc/27139/task/27141/stat : 27141 (gnovelty+) R 27137 27139 24991 0 -1 4202560 32 0 0 0 15294 265 0 0 16 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3077157212 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27139/tid=27142] ppid=27137 vsize=546460 CPUtime=157.1
/proc/27139/task/27142/stat : 27142 (gnovelty+) R 27137 27139 24991 0 -1 4202560 33 0 0 0 15441 269 0 0 16 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3067765084 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=27139/tid=27143] ppid=27137 vsize=546460 CPUtime=156.46
/proc/27139/task/27143/stat : 27143 (gnovelty+) R 27137 27139 24991 0 -1 4202560 34 0 0 0 15359 287 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3058372956 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 626.46
Current children cumulated vsize (KiB) 546460

[startup+222.306 s]
/proc/loadavg: 4.85 4.88 4.83 6/119 27897
/proc/meminfo: memFree=3080400/3368532 swapFree=1941392/1959888
[pid=27139] ppid=27137 vsize=546460 CPUtime=857.74
/proc/27139/stat : 27139 (gnovelty+) R 27137 27139 24991 0 -1 4202496 19985 0 0 0 84274 1500 0 0 16 0 4 0 1110841898 559575040 19940 4294967295 134512640 135680988 3218028608 3218027852 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/27139/statm: 136615 19940 103 286 0 136327 0
[pid=27139/tid=27141] ppid=27137 vsize=546460 CPUtime=213.5
/proc/27139/task/27141/stat : 27141 (gnovelty+) R 27137 27139 24991 0 -1 4202560 32 0 0 0 20983 367 0 0 16 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3077157212 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=27139/tid=27142] ppid=27137 vsize=546460 CPUtime=215.26
/proc/27139/task/27142/stat : 27142 (gnovelty+) R 27137 27139 24991 0 -1 4202560 33 0 0 0 21159 367 0 0 16 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3067765084 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27139/tid=27143] ppid=27137 vsize=546460 CPUtime=214.39
/proc/27139/task/27143/stat : 27143 (gnovelty+) R 27137 27139 24991 0 -1 4202560 34 0 0 0 21069 370 0 0 16 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3058372956 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 857.74
Current children cumulated vsize (KiB) 546460

[startup+282.305 s]
/proc/loadavg: 4.60 4.80 4.80 7/119 28086
/proc/meminfo: memFree=3080488/3368532 swapFree=1941392/1959888
[pid=27139] ppid=27137 vsize=546460 CPUtime=1091.73
/proc/27139/stat : 27139 (gnovelty+) R 27137 27139 24991 0 -1 4202496 19985 0 0 0 107268 1905 0 0 15 0 4 0 1110841898 559575040 19940 4294967295 134512640 135680988 3218028608 3218027852 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/27139/statm: 136615 19940 103 286 0 136327 0
[pid=27139/tid=27141] ppid=27137 vsize=546460 CPUtime=272.42
/proc/27139/task/27141/stat : 27141 (gnovelty+) R 27137 27139 24991 0 -1 4202560 32 0 0 0 26763 479 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3077157212 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27139/tid=27142] ppid=27137 vsize=546460 CPUtime=273.56
/proc/27139/task/27142/stat : 27142 (gnovelty+) R 27137 27139 24991 0 -1 4202560 33 0 0 0 26892 464 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3067765084 134957681 0 0 0 0 0 0 0 -1 1 0 0 0

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

[pid=27139] ppid=27137 vsize=546460 CPUtime=1559.53
/proc/27139/stat : 27139 (gnovelty+) R 27137 27139 24991 0 -1 4202496 19985 0 0 0 153220 2733 0 0 15 0 4 0 1110841898 559575040 19940 4294967295 134512640 135680988 3218028608 3218027852 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/27139/statm: 136615 19940 103 286 0 136327 0
[pid=27139/tid=27141] ppid=27137 vsize=546460 CPUtime=389.48
/proc/27139/task/27141/stat : 27141 (gnovelty+) R 27137 27139 24991 0 -1 4202560 32 0 0 0 38266 682 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3077157212 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27139/tid=27142] ppid=27137 vsize=546460 CPUtime=391.03
/proc/27139/task/27142/stat : 27142 (gnovelty+) R 27137 27139 24991 0 -1 4202560 33 0 0 0 38427 676 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3067765084 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27139/tid=27143] ppid=27137 vsize=546460 CPUtime=389.34
/proc/27139/task/27143/stat : 27143 (gnovelty+) R 27137 27139 24991 0 -1 4202560 34 0 0 0 38239 695 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3058372956 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1559.53
Current children cumulated vsize (KiB) 546460

[startup+462.306 s]
/proc/loadavg: 4.64 4.74 4.77 5/119 28650
/proc/meminfo: memFree=3080472/3368532 swapFree=1941392/1959888
[pid=27139] ppid=27137 vsize=546460 CPUtime=1792.98
/proc/27139/stat : 27139 (gnovelty+) R 27137 27139 24991 0 -1 4202496 19985 0 0 0 176161 3137 0 0 15 0 4 0 1110841898 559575040 19940 4294967295 134512640 135680988 3218028608 3218027852 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/27139/statm: 136615 19940 103 286 0 136327 0
[pid=27139/tid=27141] ppid=27137 vsize=546460 CPUtime=448.14
/proc/27139/task/27141/stat : 27141 (gnovelty+) R 27137 27139 24991 0 -1 4202560 32 0 0 0 44013 801 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3077157212 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=27139/tid=27142] ppid=27137 vsize=546460 CPUtime=448.72
/proc/27139/task/27142/stat : 27142 (gnovelty+) R 27137 27139 24991 0 -1 4202560 33 0 0 0 44100 772 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3067765084 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27139/tid=27143] ppid=27137 vsize=546460 CPUtime=447.44
/proc/27139/task/27143/stat : 27143 (gnovelty+) R 27137 27139 24991 0 -1 4202560 34 0 0 0 43961 783 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3058372956 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1792.98
Current children cumulated vsize (KiB) 546460

[startup+522.326 s]
/proc/loadavg: 5.01 4.83 4.80 7/119 28838
/proc/meminfo: memFree=3080416/3368532 swapFree=1941392/1959888
[pid=27139] ppid=27137 vsize=546460 CPUtime=2028.15
/proc/27139/stat : 27139 (gnovelty+) R 27137 27139 24991 0 -1 4202496 19985 0 0 0 199258 3557 0 0 15 0 4 0 1110841898 559575040 19940 4294967295 134512640 135680988 3218028608 3218027852 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/27139/statm: 136615 19940 103 286 0 136327 0
[pid=27139/tid=27141] ppid=27137 vsize=546460 CPUtime=506.77
/proc/27139/task/27141/stat : 27141 (gnovelty+) R 27137 27139 24991 0 -1 4202560 32 0 0 0 49787 890 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3077157212 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27139/tid=27142] ppid=27137 vsize=546460 CPUtime=507.2
/proc/27139/task/27142/stat : 27142 (gnovelty+) R 27137 27139 24991 0 -1 4202560 33 0 0 0 49850 870 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3067765084 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27139/tid=27143] ppid=27137 vsize=546460 CPUtime=506.43
/proc/27139/task/27143/stat : 27143 (gnovelty+) R 27137 27139 24991 0 -1 4202560 34 0 0 0 49742 901 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3058372956 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2028.15
Current children cumulated vsize (KiB) 546460

[startup+582.312 s]
/proc/loadavg: 4.78 4.80 4.79 5/119 29031
/proc/meminfo: memFree=3080348/3368532 swapFree=1941392/1959888
[pid=27139] ppid=27137 vsize=546460 CPUtime=2260.96
/proc/27139/stat : 27139 (gnovelty+) R 27137 27139 24991 0 -1 4202496 19985 0 0 0 222127 3969 0 0 15 0 4 0 1110841898 559575040 19940 4294967295 134512640 135680988 3218028608 3218027852 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/27139/statm: 136615 19940 103 286 0 136327 0
[pid=27139/tid=27141] ppid=27137 vsize=546460 CPUtime=564.53
/proc/27139/task/27141/stat : 27141 (gnovelty+) R 27137 27139 24991 0 -1 4202560 32 0 0 0 55465 988 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3077157212 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27139/tid=27142] ppid=27137 vsize=546460 CPUtime=564.98
/proc/27139/task/27142/stat : 27142 (gnovelty+) R 27137 27139 24991 0 -1 4202560 33 0 0 0 55527 971 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3067765084 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27139/tid=27143] ppid=27137 vsize=546460 CPUtime=564.81
/proc/27139/task/27143/stat : 27143 (gnovelty+) R 27137 27139 24991 0 -1 4202560 34 0 0 0 55464 1017 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3058372956 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2260.96
Current children cumulated vsize (KiB) 546460

[startup+642.309 s]
/proc/loadavg: 4.74 4.77 4.78 6/119 29220
/proc/meminfo: memFree=3080596/3368532 swapFree=1941392/1959888
[pid=27139] ppid=27137 vsize=546460 CPUtime=2491.44
/proc/27139/stat : 27139 (gnovelty+) R 27137 27139 24991 0 -1 4202496 19985 0 0 0 244808 4336 0 0 15 0 4 0 1110841898 559575040 19940 4294967295 134512640 135680988 3218028608 3218027852 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/27139/statm: 136615 19940 103 286 0 136327 0
[pid=27139/tid=27141] ppid=27137 vsize=546460 CPUtime=622.09
/proc/27139/task/27141/stat : 27141 (gnovelty+) R 27137 27139 24991 0 -1 4202560 32 0 0 0 61117 1092 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3077157212 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27139/tid=27142] ppid=27137 vsize=546460 CPUtime=621.95
/proc/27139/task/27142/stat : 27142 (gnovelty+) R 27137 27139 24991 0 -1 4202560 33 0 0 0 61146 1049 0 0 16 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3067765084 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=27139/tid=27143] ppid=27137 vsize=546460 CPUtime=623.46
/proc/27139/task/27143/stat : 27143 (gnovelty+) R 27137 27139 24991 0 -1 4202560 34 0 0 0 61243 1103 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3058372956 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2491.44
Current children cumulated vsize (KiB) 546460

[startup+702.321 s]
/proc/loadavg: 4.92 4.79 4.78 6/119 29407
/proc/meminfo: memFree=3080192/3368532 swapFree=1941392/1959888
[pid=27139] ppid=27137 vsize=546460 CPUtime=2724.03
/proc/27139/stat : 27139 (gnovelty+) R 27137 27139 24991 0 -1 4202496 19985 0 0 0 267660 4743 0 0 15 0 4 0 1110841898 559575040 19940 4294967295 134512640 135680988 3218028608 3218027852 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/27139/statm: 136615 19940 103 286 0 136327 0
[pid=27139/tid=27141] ppid=27137 vsize=546460 CPUtime=680.2
/proc/27139/task/27141/stat : 27141 (gnovelty+) R 27137 27139 24991 0 -1 4202560 32 0 0 0 66823 1197 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3077157212 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27139/tid=27142] ppid=27137 vsize=546460 CPUtime=680.19
/proc/27139/task/27142/stat : 27142 (gnovelty+) R 27137 27139 24991 0 -1 4202560 33 0 0 0 66863 1156 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3067765084 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27139/tid=27143] ppid=27137 vsize=546460 CPUtime=681.75
/proc/27139/task/27143/stat : 27143 (gnovelty+) R 27137 27139 24991 0 -1 4202560 34 0 0 0 66974 1201 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3058372956 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2724.03
Current children cumulated vsize (KiB) 546460

[startup+762.314 s]
/proc/loadavg: 4.59 4.72 4.76 6/119 29593
/proc/meminfo: memFree=3080720/3368532 swapFree=1941392/1959888
[pid=27139] ppid=27137 vsize=546460 CPUtime=2957.15
/proc/27139/stat : 27139 (gnovelty+) R 27137 27139 24991 0 -1 4202496 19985 0 0 0 290548 5167 0 0 15 0 4 0 1110841898 559575040 19940 4294967295 134512640 135680988 3218028608 3218027852 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/27139/statm: 136615 19940 103 286 0 136327 0
[pid=27139/tid=27141] ppid=27137 vsize=546460 CPUtime=738.16
/proc/27139/task/27141/stat : 27141 (gnovelty+) R 27137 27139 24991 0 -1 4202560 32 0 0 0 72503 1313 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3077157212 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27139/tid=27142] ppid=27137 vsize=546460 CPUtime=738.66
/proc/27139/task/27142/stat : 27142 (gnovelty+) R 27137 27139 24991 0 -1 4202560 33 0 0 0 72612 1254 0 0 16 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3067765172 134533073 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27139/tid=27143] ppid=27137 vsize=546460 CPUtime=740.08
/proc/27139/task/27143/stat : 27143 (gnovelty+) R 27137 27139 24991 0 -1 4202560 34 0 0 0 72701 1307 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3058372956 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2957.15
Current children cumulated vsize (KiB) 546460

[startup+822.302 s]
/proc/loadavg: 4.68 4.73 4.76 5/119 29781
/proc/meminfo: memFree=3081092/3368532 swapFree=1941392/1959888
[pid=27139] ppid=27137 vsize=546460 CPUtime=3190.13
/proc/27139/stat : 27139 (gnovelty+) R 27137 27139 24991 0 -1 4202496 19985 0 0 0 313436 5577 0 0 15 0 4 0 1110841898 559575040 19940 4294967295 134512640 135680988 3218028608 3218027852 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/27139/statm: 136615 19940 103 286 0 136327 0
[pid=27139/tid=27141] ppid=27137 vsize=546460 CPUtime=796.52
/proc/27139/task/27141/stat : 27141 (gnovelty+) R 27137 27139 24991 0 -1 4202560 32 0 0 0 78236 1416 0 0 16 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3077157212 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27139/tid=27142] ppid=27137 vsize=546460 CPUtime=796.46
/proc/27139/task/27142/stat : 27142 (gnovelty+) R 27137 27139 24991 0 -1 4202560 33 0 0 0 78296 1350 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3067765084 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27139/tid=27143] ppid=27137 vsize=546460 CPUtime=798.88
/proc/27139/task/27143/stat : 27143 (gnovelty+) R 27137 27139 24991 0 -1 4202560 34 0 0 0 78471 1417 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3058372956 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3190.13
Current children cumulated vsize (KiB) 546460

[startup+882.31 s]
/proc/loadavg: 4.79 4.75 4.76 8/119 29970
/proc/meminfo: memFree=3080788/3368532 swapFree=1941392/1959888
[pid=27139] ppid=27137 vsize=546460 CPUtime=3421.94
/proc/27139/stat : 27139 (gnovelty+) R 27137 27139 24991 0 -1 4202496 19985 0 0 0 336227 5967 0 0 15 0 4 0 1110841898 559575040 19940 4294967295 134512640 135680988 3218028608 3218027852 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/27139/statm: 136615 19940 103 286 0 136327 0
[pid=27139/tid=27141] ppid=27137 vsize=546460 CPUtime=854.85
/proc/27139/task/27141/stat : 27141 (gnovelty+) R 27137 27139 24991 0 -1 4202560 32 0 0 0 83963 1522 0 0 16 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3077157212 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=27139/tid=27142] ppid=27137 vsize=546460 CPUtime=854.47
/proc/27139/task/27142/stat : 27142 (gnovelty+) R 27137 27139 24991 0 -1 4202560 33 0 0 0 84010 1437 0 0 16 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3067765084 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27139/tid=27143] ppid=27137 vsize=546460 CPUtime=856.55
/proc/27139/task/27143/stat : 27143 (gnovelty+) R 27137 27139 24991 0 -1 4202560 34 0 0 0 84158 1497 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3058372956 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3421.94
Current children cumulated vsize (KiB) 546460

[startup+942.309 s]
/proc/loadavg: 4.79 4.76 4.76 8/120 30053
/proc/meminfo: memFree=3080968/3368532 swapFree=1941392/1959888
[pid=27139] ppid=27137 vsize=546460 CPUtime=3656.14
/proc/27139/stat : 27139 (gnovelty+) R 27137 27139 24991 0 -1 4202496 19985 0 0 0 359218 6396 0 0 15 0 4 0 1110841898 559575040 19940 4294967295 134512640 135680988 3218028608 3218027852 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/27139/statm: 136615 19940 103 286 0 136327 0
[pid=27139/tid=27141] ppid=27137 vsize=546460 CPUtime=913.31
/proc/27139/task/27141/stat : 27141 (gnovelty+) R 27137 27139 24991 0 -1 4202560 32 0 0 0 89703 1628 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3077157212 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27139/tid=27142] ppid=27137 vsize=546460 CPUtime=912.88
/proc/27139/task/27142/stat : 27142 (gnovelty+) R 27137 27139 24991 0 -1 4202560 33 0 0 0 89730 1558 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3067765084 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=27139/tid=27143] ppid=27137 vsize=546460 CPUtime=915.17
/proc/27139/task/27143/stat : 27143 (gnovelty+) R 27137 27139 24991 0 -1 4202560 34 0 0 0 89932 1585 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3058372956 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3656.14
Current children cumulated vsize (KiB) 546460



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 5.24 4.89 4.81 8/119 30170
/proc/meminfo: memFree=3080864/3368532 swapFree=1941392/1959888
[pid=27139] ppid=27137 vsize=546460 CPUtime=3880.62
/proc/27139/stat : 27139 (gnovelty+) R 27137 27139 24991 0 -1 4202496 19985 0 0 0 381252 6810 0 0 15 0 4 0 1110841898 559575040 19940 4294967295 134512640 135680988 3218028608 3218027852 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/27139/statm: 136615 19940 103 286 0 136327 0
[pid=27139/tid=27141] ppid=27137 vsize=546460 CPUtime=969.43
/proc/27139/task/27141/stat : 27141 (gnovelty+) R 27137 27139 24991 0 -1 4202560 32 0 0 0 95221 1722 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3077157212 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27139/tid=27142] ppid=27137 vsize=546460 CPUtime=968.99
/proc/27139/task/27142/stat : 27142 (gnovelty+) R 27137 27139 24991 0 -1 4202560 33 0 0 0 95222 1677 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3067765084 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=27139/tid=27143] ppid=27137 vsize=546460 CPUtime=971.48
/proc/27139/task/27143/stat : 27143 (gnovelty+) R 27137 27139 24991 0 -1 4202560 34 0 0 0 95457 1691 0 0 15 0 4 0 1110841909 559575040 19940 4294967295 134512640 135680988 3218028608 3058372956 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3880.62
Current children cumulated vsize (KiB) 546460

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): 3880.69
CPU user time (s): 3812.59
CPU system time (s): 68.1
CPU usage (%): 388.058
Max. virtual memory (cumulated for all children) (KiB): 546460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3812.59
system time used= 68.1
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19985
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= 1186977
involuntary context switches= 42376

runsolver used 0.44 second user time and 0.63 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 00:00:21
IDJOB=1777921
IDBENCH=70489
IDSOLVER=617
FILE ID=/1777921-1243461621
PBS_JOBID=
Free space on /tmp= 15730 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (4 threads)
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/UNKNOWN/75/unif-k7-r89-v75-c6675-S1394630553-009.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1777921-1243461621/watcher-1777921-1243461621 -o /tmp/evaluation-result-1777921-1243461621/solver-1777921-1243461621 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1777921-1243461621.cnf 359040706 4

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

MD5SUM BENCH= 699f3a80f674e8c0bc8bfc06cc4ce0c9
RANDOM SEED= 359040706

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:       3160912 kB
Buffers:         13100 kB
Cached:         122444 kB
SwapCached:       4320 kB
Active:         105132 kB
Inactive:        40908 kB
HighTotal:     2489216 kB
HighFree:      2353932 kB
LowTotal:       879316 kB
LowFree:        806980 kB
SwapTotal:     1959888 kB
SwapFree:      1941392 kB
Dirty:            1584 kB
Writeback:           0 kB
AnonPages:        9508 kB
Mapped:           4504 kB
Slab:            50876 kB
SReclaimable:    43224 kB
SUnreclaim:       7652 kB
PageTables:        780 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-28 00:17:01