Trace number 1777441

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

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/14000/
unif-k3-r4.2-v14000-c58800-S1195310117-069.cnf
MD5SUM4a32998e8f57b42d66014efe21307642
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 variables14000
Number of clauses58800
Sum of the clauses size176400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 358800
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.41/0.48	c +------------------------------+
0.41/0.48	c | gNovelty+, version 1.0       |
0.41/0.48	c +------------------------------+
0.41/0.48	c gnovelty+ -h for help
0.41/0.48	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-1777441-1243444864/watcher-1777441-1243444864 -o /tmp/evaluation-result-1777441-1243444864/solver-1777441-1243444864 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1777441-1243444864.cnf 947863173 4 

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


[startup+0 s]
/proc/loadavg: 3.64 3.86 4.04 2/109 19430
/proc/meminfo: memFree=706624/3368532 swapFree=1959840/1959888
[pid=19430] ppid=19428 vsize=509228 CPUtime=0.01
/proc/19430/stat : 19430 (gnovelty+) R 19428 19430 7955 0 -1 4202496 2075 0 0 0 0 1 0 0 25 0 1 0 1109149208 521449472 2032 4294967295 134512640 135680988 3220437648 3220436912 134537167 0 0 0 0 0 0 0 17 0 0 0 0
/proc/19430/statm: 127307 2032 99 286 0 127019 0

[startup+0.086032 s]
/proc/loadavg: 3.64 3.86 4.04 2/109 19430
/proc/meminfo: memFree=706624/3368532 swapFree=1959840/1959888
[pid=19430] ppid=19428 vsize=517044 CPUtime=0.09
/proc/19430/stat : 19430 (gnovelty+) R 19428 19430 7955 0 -1 4202496 10104 0 0 0 6 3 0 0 25 0 1 0 1109149208 529453056 10061 4294967295 134512640 135680988 3220437648 3220435756 134958286 0 0 0 0 0 0 0 17 0 0 0 0
/proc/19430/statm: 129261 10061 99 286 0 128973 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 517044

[startup+0.106026 s]
/proc/loadavg: 3.64 3.86 4.04 2/109 19430
/proc/meminfo: memFree=706624/3368532 swapFree=1959840/1959888
[pid=19430] ppid=19428 vsize=517044 CPUtime=0.11
/proc/19430/stat : 19430 (gnovelty+) R 19428 19430 7955 0 -1 4202496 10175 0 0 0 7 4 0 0 25 0 1 0 1109149208 529453056 10132 4294967295 134512640 135680988 3220437648 3220435756 134958286 0 0 0 0 0 0 0 17 0 0 0 0
/proc/19430/statm: 129261 10132 99 286 0 128973 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 517044

[startup+0.306018 s]
/proc/loadavg: 3.64 3.86 4.04 2/109 19430
/proc/meminfo: memFree=706624/3368532 swapFree=1959840/1959888
[pid=19430] ppid=19428 vsize=517040 CPUtime=0.31
/proc/19430/stat : 19430 (gnovelty+) R 19428 19430 7955 0 -1 4202496 20323 0 0 0 23 8 0 0 25 0 1 0 1109149208 529448960 20279 4294967295 134512640 135680988 3220437648 3220436912 134538724 0 0 0 0 0 0 0 17 0 0 0 0
/proc/19430/statm: 129260 20279 99 286 0 128972 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 517040

[startup+0.706 s]
/proc/loadavg: 3.64 3.86 4.04 2/109 19430
/proc/meminfo: memFree=706624/3368532 swapFree=1959840/1959888
[pid=19430] ppid=19428 vsize=555372 CPUtime=1.3
/proc/19430/stat : 19430 (gnovelty+) R 19428 19430 7955 0 -1 4202496 22462 0 0 0 117 13 0 0 25 0 4 0 1109149208 568700928 22418 4294967295 134512640 135680988 3220437648 3220436880 134546004 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/19430/statm: 138843 22418 103 286 0 138555 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 555372

[startup+1.50596 s]
/proc/loadavg: 3.64 3.86 4.04 5/113 19434
/proc/meminfo: memFree=626068/3368532 swapFree=1959840/1959888
[pid=19430] ppid=19428 vsize=555372 CPUtime=4.38
/proc/19430/stat : 19430 (gnovelty+) R 19428 19430 7955 0 -1 4202496 22462 0 0 0 377 61 0 0 25 0 4 0 1109149208 568700928 22418 4294967295 134512640 135680988 3220437648 3220436892 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/19430/statm: 138843 22418 103 286 0 138555 0
[pid=19430/tid=19432] ppid=19428 vsize=555372 CPUtime=0.99
/proc/19430/task/19432/stat : 19432 (gnovelty+) R 19428 19430 7955 0 -1 4202560 454 0 0 0 90 9 0 0 25 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3075424604 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=555372 CPUtime=0.97
/proc/19430/task/19433/stat : 19433 (gnovelty+) R 19428 19430 7955 0 -1 4202560 465 0 0 0 88 9 0 0 25 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3063894452 134533858 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=555372 CPUtime=0.95
/proc/19430/task/19434/stat : 19434 (gnovelty+) R 19428 19430 7955 0 -1 4202560 466 0 0 0 81 14 0 0 25 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3052364124 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 555372

[startup+3.10587 s]
/proc/loadavg: 3.64 3.86 4.04 5/113 19617
/proc/meminfo: memFree=623528/3368532 swapFree=1959840/1959888
[pid=19430] ppid=19428 vsize=555372 CPUtime=10.44
/proc/19430/stat : 19430 (gnovelty+) R 19428 19430 7955 0 -1 4202496 22462 0 0 0 889 155 0 0 25 0 4 0 1109149208 568700928 22418 4294967295 134512640 135680988 3220437648 3220436892 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/19430/statm: 138843 22418 103 286 0 138555 0
[pid=19430/tid=19432] ppid=19428 vsize=555372 CPUtime=2.59
/proc/19430/task/19432/stat : 19432 (gnovelty+) R 19428 19430 7955 0 -1 4202560 454 0 0 0 227 32 0 0 24 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3075424604 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=555372 CPUtime=2.47
/proc/19430/task/19433/stat : 19433 (gnovelty+) R 19428 19430 7955 0 -1 4202560 465 0 0 0 215 32 0 0 25 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3063894364 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=555372 CPUtime=2.45
/proc/19430/task/19434/stat : 19434 (gnovelty+) R 19428 19430 7955 0 -1 4202560 466 0 0 0 204 41 0 0 24 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3052364124 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.44
Current children cumulated vsize (KiB) 555372

[startup+6.3059 s]
/proc/loadavg: 3.67 3.86 4.04 5/113 19617
/proc/meminfo: memFree=623412/3368532 swapFree=1959840/1959888
[pid=19430] ppid=19428 vsize=555372 CPUtime=22.91
/proc/19430/stat : 19430 (gnovelty+) R 19428 19430 7955 0 -1 4202496 22462 0 0 0 1879 412 0 0 25 0 4 0 1109149208 568700928 22418 4294967295 134512640 135680988 3220437648 3220436892 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/19430/statm: 138843 22418 103 286 0 138555 0
[pid=19430/tid=19432] ppid=19428 vsize=555372 CPUtime=5.73
/proc/19430/task/19432/stat : 19432 (gnovelty+) R 19428 19430 7955 0 -1 4202560 454 0 0 0 487 86 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3075424604 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=555372 CPUtime=5.58
/proc/19430/task/19433/stat : 19433 (gnovelty+) R 19428 19430 7955 0 -1 4202560 465 0 0 0 454 104 0 0 25 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3063894364 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=555372 CPUtime=5.6
/proc/19430/task/19434/stat : 19434 (gnovelty+) R 19428 19430 7955 0 -1 4202560 466 0 0 0 445 115 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3052364124 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.91
Current children cumulated vsize (KiB) 555372

[startup+12.7057 s]
/proc/loadavg: 3.61 3.85 4.03 5/113 19618
/proc/meminfo: memFree=623424/3368532 swapFree=1959840/1959888
[pid=19430] ppid=19428 vsize=555372 CPUtime=47.97
/proc/19430/stat : 19430 (gnovelty+) R 19428 19430 7955 0 -1 4202496 22462 0 0 0 3850 947 0 0 25 0 4 0 1109149208 568700928 22418 4294967295 134512640 135680988 3220437648 3220436892 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/19430/statm: 138843 22418 103 286 0 138555 0
[pid=19430/tid=19432] ppid=19428 vsize=555372 CPUtime=12.04
/proc/19430/task/19432/stat : 19432 (gnovelty+) R 19428 19430 7955 0 -1 4202560 454 0 0 0 984 220 0 0 16 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3075424556 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=555372 CPUtime=11.84
/proc/19430/task/19433/stat : 19433 (gnovelty+) R 19428 19430 7955 0 -1 4202560 465 0 0 0 938 246 0 0 25 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3063894364 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=555372 CPUtime=11.86
/proc/19430/task/19434/stat : 19434 (gnovelty+) R 19428 19430 7955 0 -1 4202560 466 0 0 0 937 249 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3052364124 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 47.97
Current children cumulated vsize (KiB) 555372

[startup+25.5047 s]
/proc/loadavg: 3.70 3.86 4.03 5/113 19618
/proc/meminfo: memFree=623768/3368532 swapFree=1959840/1959888
[pid=19430] ppid=19428 vsize=555372 CPUtime=98.03
/proc/19430/stat : 19430 (gnovelty+) R 19428 19430 7955 0 -1 4202496 22462 0 0 0 7709 2094 0 0 16 0 4 0 1109149208 568700928 22418 4294967295 134512640 135680988 3220437648 3220436892 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/19430/statm: 138843 22418 103 286 0 138555 0
[pid=19430/tid=19432] ppid=19428 vsize=555372 CPUtime=24.56
/proc/19430/task/19432/stat : 19432 (gnovelty+) R 19428 19430 7955 0 -1 4202560 454 0 0 0 1980 476 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3075424604 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=555372 CPUtime=24.3
/proc/19430/task/19433/stat : 19433 (gnovelty+) R 19428 19430 7955 0 -1 4202560 465 0 0 0 1861 569 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3063894364 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=555372 CPUtime=24.41
/proc/19430/task/19434/stat : 19434 (gnovelty+) R 19428 19430 7955 0 -1 4202560 466 0 0 0 1911 530 0 0 16 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3052364112 134545694 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 98.03
Current children cumulated vsize (KiB) 555372

[startup+51.1034 s]
/proc/loadavg: 3.80 3.87 4.03 5/113 19622
/proc/meminfo: memFree=623900/3368532 swapFree=1959840/1959888
[pid=19430] ppid=19428 vsize=555372 CPUtime=197.66
/proc/19430/stat : 19430 (gnovelty+) R 19428 19430 7955 0 -1 4202496 22462 0 0 0 15302 4464 0 0 15 0 4 0 1109149208 568700928 22418 4294967295 134512640 135680988 3220437648 3220436892 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/19430/statm: 138843 22418 103 286 0 138555 0
[pid=19430/tid=19432] ppid=19428 vsize=555372 CPUtime=49.45
/proc/19430/task/19432/stat : 19432 (gnovelty+) R 19428 19430 7955 0 -1 4202560 454 0 0 0 3837 1108 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3075424604 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=555372 CPUtime=49.23
/proc/19430/task/19433/stat : 19433 (gnovelty+) R 19428 19430 7955 0 -1 4202560 465 0 0 0 3747 1176 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3063894364 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=555372 CPUtime=49.2
/proc/19430/task/19434/stat : 19434 (gnovelty+) R 19428 19430 7955 0 -1 4202560 466 0 0 0 3826 1094 0 0 16 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3052364124 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 197.66
Current children cumulated vsize (KiB) 555372

[startup+102.311 s]
/proc/loadavg: 4.02 3.92 4.03 5/113 19815
/proc/meminfo: memFree=623884/3368532 swapFree=1959840/1959888
[pid=19430] ppid=19428 vsize=555372 CPUtime=394.38
/proc/19430/stat : 19430 (gnovelty+) R 19428 19430 7955 0 -1 4202496 22462 0 0 0 30471 8967 0 0 15 0 4 0 1109149208 568700928 22418 4294967295 134512640 135680988 3220437648 3220436892 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/19430/statm: 138843 22418 103 286 0 138555 0
[pid=19430/tid=19432] ppid=19428 vsize=555372 CPUtime=98.95
/proc/19430/task/19432/stat : 19432 (gnovelty+) R 19428 19430 7955 0 -1 4202560 454 0 0 0 7676 2219 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3075424604 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=555372 CPUtime=98.09
/proc/19430/task/19433/stat : 19433 (gnovelty+) R 19428 19430 7955 0 -1 4202560 465 0 0 0 7466 2343 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3063894364 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=555372 CPUtime=98.52
/proc/19430/task/19434/stat : 19434 (gnovelty+) R 19428 19430 7955 0 -1 4202560 466 0 0 0 7620 2232 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3052364124 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 394.38
Current children cumulated vsize (KiB) 555372

[startup+162.318 s]
/proc/loadavg: 3.89 3.90 4.02 6/113 20002
/proc/meminfo: memFree=624140/3368532 swapFree=1959840/1959888
[pid=19430] ppid=19428 vsize=555372 CPUtime=624.47
/proc/19430/stat : 19430 (gnovelty+) R 19428 19430 7955 0 -1 4202496 22462 0 0 0 47885 14562 0 0 15 0 4 0 1109149208 568700928 22418 4294967295 134512640 135680988 3220437648 3220436892 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/19430/statm: 138843 22418 103 286 0 138555 0
[pid=19430/tid=19432] ppid=19428 vsize=555372 CPUtime=156.21
/proc/19430/task/19432/stat : 19432 (gnovelty+) R 19428 19430 7955 0 -1 4202560 454 0 0 0 12100 3521 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3075424604 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=555372 CPUtime=156.34
/proc/19430/task/19433/stat : 19433 (gnovelty+) R 19428 19430 7955 0 -1 4202560 465 0 0 0 11869 3765 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3063894316 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=555372 CPUtime=156.1
/proc/19430/task/19434/stat : 19434 (gnovelty+) R 19428 19430 7955 0 -1 4202560 466 0 0 0 11884 3726 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3052364124 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 624.47
Current children cumulated vsize (KiB) 555372

[startup+222.315 s]
/proc/loadavg: 4.00 3.93 4.02 7/113 20188
/proc/meminfo: memFree=624024/3368532 swapFree=1959840/1959888
[pid=19430] ppid=19428 vsize=555372 CPUtime=855.08
/proc/19430/stat : 19430 (gnovelty+) R 19428 19430 7955 0 -1 4202496 22462 0 0 0 65236 20272 0 0 15 0 4 0 1109149208 568700928 22418 4294967295 134512640 135680988 3220437648 3220436892 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/19430/statm: 138843 22418 103 286 0 138555 0
[pid=19430/tid=19432] ppid=19428 vsize=555372 CPUtime=214
/proc/19430/task/19432/stat : 19432 (gnovelty+) R 19428 19430 7955 0 -1 4202560 454 0 0 0 16443 4957 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3075424604 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=555372 CPUtime=213.82
/proc/19430/task/19433/stat : 19433 (gnovelty+) R 19428 19430 7955 0 -1 4202560 465 0 0 0 16129 5253 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3063894364 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=555372 CPUtime=213.9
/proc/19430/task/19434/stat : 19434 (gnovelty+) R 19428 19430 7955 0 -1 4202560 466 0 0 0 16314 5076 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3052364076 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 855.08
Current children cumulated vsize (KiB) 555372

[startup+282.312 s]
/proc/loadavg: 3.75 3.87 3.99 6/113 20376
/proc/meminfo: memFree=624024/3368532 swapFree=1959840/1959888
[pid=19430] ppid=19428 vsize=555372 CPUtime=1085.91
/proc/19430/stat : 19430 (gnovelty+) R 19428 19430 7955 0 -1 4202496 22462 0 0 0 82386 26205 0 0 16 0 4 0 1109149208 568700928 22418 4294967295 134512640 135680988 3220437648 3220436892 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/19430/statm: 138843 22418 103 286 0 138555 0
[pid=19430/tid=19432] ppid=19428 vsize=555372 CPUtime=271.72
/proc/19430/task/19432/stat : 19432 (gnovelty+) R 19428 19430 7955 0 -1 4202560 454 0 0 0 20732 6440 0 0 16 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3075424604 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=555372 CPUtime=271.64
/proc/19430/task/19433/stat : 19433 (gnovelty+) R 19428 19430 7955 0 -1 4202560 465 0 0 0 20385 6779 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3063894364 134957681 0 0 0 0 0 0 0 -1 0 0 0 0

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

[pid=19430] ppid=19428 vsize=555372 CPUtime=1544.8
/proc/19430/stat : 19430 (gnovelty+) R 19428 19430 7955 0 -1 4202496 22462 0 0 0 116391 38089 0 0 15 0 4 0 1109149208 568700928 22418 4294967295 134512640 135680988 3220437648 3220436844 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/19430/statm: 138843 22418 103 286 0 138555 0
[pid=19430/tid=19432] ppid=19428 vsize=555372 CPUtime=386.44
/proc/19430/task/19432/stat : 19432 (gnovelty+) R 19428 19430 7955 0 -1 4202560 454 0 0 0 29222 9422 0 0 16 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3075424556 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=555372 CPUtime=385.68
/proc/19430/task/19433/stat : 19433 (gnovelty+) R 19428 19430 7955 0 -1 4202560 465 0 0 0 28862 9706 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3063894364 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=555372 CPUtime=387.02
/proc/19430/task/19434/stat : 19434 (gnovelty+) R 19428 19430 7955 0 -1 4202560 466 0 0 0 29164 9538 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3052364124 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1544.8
Current children cumulated vsize (KiB) 555372

[startup+462.303 s]
/proc/loadavg: 4.13 3.97 4.00 5/113 20945
/proc/meminfo: memFree=624140/3368532 swapFree=1959840/1959888
[pid=19430] ppid=19428 vsize=555372 CPUtime=1773.7
/proc/19430/stat : 19430 (gnovelty+) R 19428 19430 7955 0 -1 4202496 22462 0 0 0 133424 43946 0 0 15 0 4 0 1109149208 568700928 22418 4294967295 134512640 135680988 3220437648 3220436892 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/19430/statm: 138843 22418 103 286 0 138555 0
[pid=19430/tid=19432] ppid=19428 vsize=555372 CPUtime=443.57
/proc/19430/task/19432/stat : 19432 (gnovelty+) R 19428 19430 7955 0 -1 4202560 454 0 0 0 33406 10951 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3075424604 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=555372 CPUtime=443.21
/proc/19430/task/19433/stat : 19433 (gnovelty+) R 19428 19430 7955 0 -1 4202560 465 0 0 0 33144 11177 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3063894364 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=555372 CPUtime=443.83
/proc/19430/task/19434/stat : 19434 (gnovelty+) R 19428 19430 7955 0 -1 4202560 466 0 0 0 33395 10988 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3052364124 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1773.7
Current children cumulated vsize (KiB) 555372

[startup+522.319 s]
/proc/loadavg: 4.15 4.00 4.01 5/113 21131
/proc/meminfo: memFree=624520/3368532 swapFree=1959840/1959888
[pid=19430] ppid=19428 vsize=555372 CPUtime=2004.58
/proc/19430/stat : 19430 (gnovelty+) R 19428 19430 7955 0 -1 4202496 22462 0 0 0 150509 49949 0 0 15 0 4 0 1109149208 568700928 22418 4294967295 134512640 135680988 3220437648 3220436892 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/19430/statm: 138843 22418 103 286 0 138555 0
[pid=19430/tid=19432] ppid=19428 vsize=555372 CPUtime=501.57
/proc/19430/task/19432/stat : 19432 (gnovelty+) R 19428 19430 7955 0 -1 4202560 454 0 0 0 37664 12493 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3075424604 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=555372 CPUtime=500.97
/proc/19430/task/19433/stat : 19433 (gnovelty+) R 19428 19430 7955 0 -1 4202560 465 0 0 0 37433 12664 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3063894364 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=555372 CPUtime=501.22
/proc/19430/task/19434/stat : 19434 (gnovelty+) R 19428 19430 7955 0 -1 4202560 466 0 0 0 37643 12479 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3052364124 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2004.58
Current children cumulated vsize (KiB) 555372

[startup+582.316 s]
/proc/loadavg: 4.10 4.00 4.00 7/113 21319
/proc/meminfo: memFree=624644/3368532 swapFree=1959840/1959888
[pid=19430] ppid=19428 vsize=555372 CPUtime=2234.42
/proc/19430/stat : 19430 (gnovelty+) R 19428 19430 7955 0 -1 4202496 22462 0 0 0 167541 55901 0 0 15 0 4 0 1109149208 568700928 22418 4294967295 134512640 135680988 3220437648 3220436892 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/19430/statm: 138843 22418 103 286 0 138555 0
[pid=19430/tid=19432] ppid=19428 vsize=555372 CPUtime=558.88
/proc/19430/task/19432/stat : 19432 (gnovelty+) R 19428 19430 7955 0 -1 4202560 454 0 0 0 41905 13983 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3075424604 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=555372 CPUtime=558.29
/proc/19430/task/19433/stat : 19433 (gnovelty+) R 19428 19430 7955 0 -1 4202560 465 0 0 0 41760 14069 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3063894364 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=555372 CPUtime=559.05
/proc/19430/task/19434/stat : 19434 (gnovelty+) R 19428 19430 7955 0 -1 4202560 466 0 0 0 41858 14047 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3052364124 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2234.42
Current children cumulated vsize (KiB) 555372

[startup+642.313 s]
/proc/loadavg: 4.06 4.01 4.00 7/113 21508
/proc/meminfo: memFree=624396/3368532 swapFree=1959840/1959888
[pid=19430] ppid=19428 vsize=555372 CPUtime=2465.47
/proc/19430/stat : 19430 (gnovelty+) R 19428 19430 7955 0 -1 4202496 22462 0 0 0 184735 61812 0 0 16 0 4 0 1109149208 568700928 22418 4294967295 134512640 135680988 3220437648 3220436892 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/19430/statm: 138843 22418 103 286 0 138555 0
[pid=19430/tid=19432] ppid=19428 vsize=555372 CPUtime=616.16
/proc/19430/task/19432/stat : 19432 (gnovelty+) R 19428 19430 7955 0 -1 4202560 454 0 0 0 46110 15506 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3075424604 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=555372 CPUtime=616.23
/proc/19430/task/19433/stat : 19433 (gnovelty+) R 19428 19430 7955 0 -1 4202560 465 0 0 0 46135 15488 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3063894364 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=555372 CPUtime=616.82
/proc/19430/task/19434/stat : 19434 (gnovelty+) R 19428 19430 7955 0 -1 4202560 466 0 0 0 46156 15526 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3052364124 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2465.47
Current children cumulated vsize (KiB) 555372

[startup+702.309 s]
/proc/loadavg: 4.09 4.03 4.01 4/113 21696
/proc/meminfo: memFree=624272/3368532 swapFree=1959840/1959888
[pid=19430] ppid=19428 vsize=555372 CPUtime=2695.62
/proc/19430/stat : 19430 (gnovelty+) R 19428 19430 7955 0 -1 4202496 22462 0 0 0 201658 67904 0 0 15 0 4 0 1109149208 568700928 22418 4294967295 134512640 135680988 3220437648 3220436892 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/19430/statm: 138843 22418 103 286 0 138555 0
[pid=19430/tid=19432] ppid=19428 vsize=555372 CPUtime=674.19
/proc/19430/task/19432/stat : 19432 (gnovelty+) R 19428 19430 7955 0 -1 4202560 454 0 0 0 50342 17077 0 0 16 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3075424604 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=555372 CPUtime=673.54
/proc/19430/task/19433/stat : 19433 (gnovelty+) R 19428 19430 7955 0 -1 4202560 465 0 0 0 50370 16984 0 0 16 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3063894364 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=555372 CPUtime=674.19
/proc/19430/task/19434/stat : 19434 (gnovelty+) R 19428 19430 7955 0 -1 4202560 466 0 0 0 50335 17084 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3052364124 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2695.62
Current children cumulated vsize (KiB) 555372

[startup+762.306 s]
/proc/loadavg: 4.02 4.03 4.00 5/113 21884
/proc/meminfo: memFree=624396/3368532 swapFree=1959840/1959888
[pid=19430] ppid=19428 vsize=555372 CPUtime=2925.36
/proc/19430/stat : 19430 (gnovelty+) R 19428 19430 7955 0 -1 4202496 22462 0 0 0 218664 73872 0 0 15 0 4 0 1109149208 568700928 22418 4294967295 134512640 135680988 3220437648 3220436892 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/19430/statm: 138843 22418 103 286 0 138555 0
[pid=19430/tid=19432] ppid=19428 vsize=555372 CPUtime=731.57
/proc/19430/task/19432/stat : 19432 (gnovelty+) R 19428 19430 7955 0 -1 4202560 454 0 0 0 54622 18535 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3075424604 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=555372 CPUtime=730.89
/proc/19430/task/19433/stat : 19433 (gnovelty+) R 19428 19430 7955 0 -1 4202560 465 0 0 0 54610 18479 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3063894364 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=555372 CPUtime=731.1
/proc/19430/task/19434/stat : 19434 (gnovelty+) R 19428 19430 7955 0 -1 4202560 466 0 0 0 54551 18559 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3052364076 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2925.36
Current children cumulated vsize (KiB) 555372

[startup+822.313 s]
/proc/loadavg: 4.05 4.03 4.00 6/113 22070
/proc/meminfo: memFree=623900/3368532 swapFree=1959840/1959888
[pid=19430] ppid=19428 vsize=555372 CPUtime=3156.42
/proc/19430/stat : 19430 (gnovelty+) R 19428 19430 7955 0 -1 4202496 22462 0 0 0 235712 79930 0 0 15 0 4 0 1109149208 568700928 22418 4294967295 134512640 135680988 3220437648 3220436892 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/19430/statm: 138843 22418 103 286 0 138555 0
[pid=19430/tid=19432] ppid=19428 vsize=555372 CPUtime=789.79
/proc/19430/task/19432/stat : 19432 (gnovelty+) R 19428 19430 7955 0 -1 4202560 454 0 0 0 58914 20065 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3075424604 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=555372 CPUtime=788.3
/proc/19430/task/19433/stat : 19433 (gnovelty+) R 19428 19430 7955 0 -1 4202560 465 0 0 0 58863 19967 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3063894364 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=555372 CPUtime=788.84
/proc/19430/task/19434/stat : 19434 (gnovelty+) R 19428 19430 7955 0 -1 4202560 466 0 0 0 58800 20084 0 0 16 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3052364076 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3156.42
Current children cumulated vsize (KiB) 555372

[startup+882.31 s]
/proc/loadavg: 4.02 4.02 4.00 5/113 22262
/proc/meminfo: memFree=624024/3368532 swapFree=1959840/1959888
[pid=19430] ppid=19428 vsize=555372 CPUtime=3386.35
/proc/19430/stat : 19430 (gnovelty+) R 19428 19430 7955 0 -1 4202496 22462 0 0 0 252586 86049 0 0 15 0 4 0 1109149208 568700928 22418 4294967295 134512640 135680988 3220437648 3220436892 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/19430/statm: 138843 22418 103 286 0 138555 0
[pid=19430/tid=19432] ppid=19428 vsize=555372 CPUtime=847.57
/proc/19430/task/19432/stat : 19432 (gnovelty+) R 19428 19430 7955 0 -1 4202560 454 0 0 0 63158 21599 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3075424604 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=555372 CPUtime=845.93
/proc/19430/task/19433/stat : 19433 (gnovelty+) R 19428 19430 7955 0 -1 4202560 465 0 0 0 63038 21555 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3063894364 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=555372 CPUtime=846.51
/proc/19430/task/19434/stat : 19434 (gnovelty+) R 19428 19430 7955 0 -1 4202560 466 0 0 0 63059 21592 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3052364124 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3386.35
Current children cumulated vsize (KiB) 555372

[startup+942.307 s]
/proc/loadavg: 3.97 4.00 3.99 5/113 22451
/proc/meminfo: memFree=624024/3368532 swapFree=1959840/1959888
[pid=19430] ppid=19428 vsize=555372 CPUtime=3618.45
/proc/19430/stat : 19430 (gnovelty+) R 19428 19430 7955 0 -1 4202496 22462 0 0 0 269918 91927 0 0 15 0 4 0 1109149208 568700928 22418 4294967295 134512640 135680988 3220437648 3220436892 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/19430/statm: 138843 22418 103 286 0 138555 0
[pid=19430/tid=19432] ppid=19428 vsize=555372 CPUtime=905.56
/proc/19430/task/19432/stat : 19432 (gnovelty+) R 19428 19430 7955 0 -1 4202560 454 0 0 0 67484 23072 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3075424604 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=555372 CPUtime=904.02
/proc/19430/task/19433/stat : 19433 (gnovelty+) R 19428 19430 7955 0 -1 4202560 465 0 0 0 67285 23117 0 0 16 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3063894364 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=555372 CPUtime=904.48
/proc/19430/task/19434/stat : 19434 (gnovelty+) R 19428 19430 7955 0 -1 4202560 466 0 0 0 67486 22962 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3052364124 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3618.45
Current children cumulated vsize (KiB) 555372



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 3.93 3.98 3.99 4/113 22638
/proc/meminfo: memFree=624148/3368532 swapFree=1959840/1959888
[pid=19430] ppid=19428 vsize=555372 CPUtime=3839.68
/proc/19430/stat : 19430 (gnovelty+) R 19428 19430 7955 0 -1 4202496 22462 0 0 0 286033 97935 0 0 15 0 4 0 1109149208 568700928 22418 4294967295 134512640 135680988 3220437648 3220436892 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/19430/statm: 138843 22418 103 286 0 138555 0
[pid=19430/tid=19432] ppid=19428 vsize=555372 CPUtime=960.64
/proc/19430/task/19432/stat : 19432 (gnovelty+) R 19428 19430 7955 0 -1 4202560 454 0 0 0 71461 24603 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3075424604 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=555372 CPUtime=959.31
/proc/19430/task/19433/stat : 19433 (gnovelty+) R 19428 19430 7955 0 -1 4202560 465 0 0 0 71224 24707 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3063894364 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=555372 CPUtime=960.02
/proc/19430/task/19434/stat : 19434 (gnovelty+) R 19428 19430 7955 0 -1 4202560 466 0 0 0 71616 24386 0 0 15 0 4 0 1109149257 568700928 22418 4294967295 134512640 135680988 3220437648 3052364124 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3839.68
Current children cumulated vsize (KiB) 555372

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1000.04
CPU time (s): 3839.74
CPU user time (s): 2860.38
CPU system time (s): 979.36
CPU usage (%): 383.959
Max. virtual memory (cumulated for all children) (KiB): 555372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2860.38
system time used= 979.36
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22462
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= 44143033
involuntary context switches= 96763

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-27 19:21:04
IDJOB=1777441
IDBENCH=70329
IDSOLVER=617
FILE ID=/1777441-1243444864
PBS_JOBID=
Free space on /tmp= 7987 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (4 threads)
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/14000/unif-k3-r4.2-v14000-c58800-S1195310117-069.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1777441-1243444864/watcher-1777441-1243444864 -o /tmp/evaluation-result-1777441-1243444864/solver-1777441-1243444864 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1777441-1243444864.cnf 947863173 4

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

MD5SUM BENCH= 4a32998e8f57b42d66014efe21307642
RANDOM SEED= 947863173

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:        713876 kB
Buffers:         41404 kB
Cached:        2432128 kB
SwapCached:          0 kB
Active:        1300088 kB
Inactive:      1192588 kB
HighTotal:     2489216 kB
HighFree:       452344 kB
LowTotal:       879316 kB
LowFree:        261532 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:            2500 kB
Writeback:           0 kB
AnonPages:       18924 kB
Mapped:           7724 kB
Slab:           151516 kB
SReclaimable:   138248 kB
SUnreclaim:      13268 kB
PageTables:        676 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-27 19:37:44