Trace number 1778314

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

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/460/
unif-k3-r4.25-v460-c1955-S1159067237-017.cnf
MD5SUMef8baf42456f710e70f6a8e764cf7030
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 variables460
Number of clauses1955
Sum of the clauses size5865
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31955
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.06/0.08	c +------------------------------+
0.06/0.08	c | gNovelty+, version 1.0       |
0.06/0.08	c +------------------------------+
0.06/0.08	c gnovelty+ -h for help
0.06/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-1778314-1243476707/watcher-1778314-1243476707 -o /tmp/evaluation-result-1778314-1243476707/solver-1778314-1243476707 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1778314-1243476707.cnf 916405050 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.00 4.24 4.25 3/109 23959
/proc/meminfo: memFree=710524/3368532 swapFree=1959840/1959888
[pid=23959] ppid=23957 vsize=509232 CPUtime=0
/proc/23959/stat : 23959 (gnovelty+) R 23957 23959 7955 0 -1 4202496 1601 0 0 0 0 0 0 0 18 0 1 0 1112333545 521453568 1558 4294967295 134512640 135680988 3218628816 3218628080 134537167 0 0 0 0 0 0 0 17 0 0 0 0
/proc/23959/statm: 127308 1567 99 286 0 127020 0

[startup+0.055059 s]
/proc/loadavg: 4.00 4.24 4.25 3/109 23959
/proc/meminfo: memFree=710524/3368532 swapFree=1959840/1959888
[pid=23959] ppid=23957 vsize=517044 CPUtime=0.06
/proc/23959/stat : 23959 (gnovelty+) R 23957 23959 7955 0 -1 4202496 14139 0 0 0 2 4 0 0 18 0 1 0 1112333545 529453056 14096 4294967295 134512640 135680988 3218628816 3218628080 134537905 0 0 0 0 0 0 0 17 0 0 0 0
/proc/23959/statm: 129261 14108 99 286 0 128973 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 517044

[startup+0.115329 s]
/proc/loadavg: 4.00 4.24 4.25 3/109 23959
/proc/meminfo: memFree=710524/3368532 swapFree=1959840/1959888
[pid=23959] ppid=23957 vsize=545808 CPUtime=0.19
/proc/23959/stat : 23959 (gnovelty+) R 23957 23959 7955 0 -1 4202496 19809 0 0 0 9 10 0 0 18 0 4 0 1112333545 558907392 19765 4294967295 134512640 135680988 3218628816 3218628060 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/23959/statm: 136452 19765 103 286 0 136164 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 545808

[startup+0.315086 s]
/proc/loadavg: 4.00 4.24 4.25 3/109 23959
/proc/meminfo: memFree=710524/3368532 swapFree=1959840/1959888
[pid=23959] ppid=23957 vsize=545808 CPUtime=0.9
/proc/23959/stat : 23959 (gnovelty+) R 23957 23959 7955 0 -1 4202496 19809 0 0 0 53 37 0 0 15 0 4 0 1112333545 558907392 19765 4294967295 134512640 135680988 3218628816 3218628060 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/23959/statm: 136452 19765 103 286 0 136164 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 545808

[startup+0.715026 s]
/proc/loadavg: 4.00 4.24 4.25 3/109 23959
/proc/meminfo: memFree=710524/3368532 swapFree=1959840/1959888
[pid=23959] ppid=23957 vsize=545808 CPUtime=2.41
/proc/23959/stat : 23959 (gnovelty+) R 23957 23959 7955 0 -1 4202496 19809 0 0 0 144 97 0 0 15 0 4 0 1112333545 558907392 19765 4294967295 134512640 135680988 3218628816 3218628060 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/23959/statm: 136452 19765 103 286 0 136164 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 545808

[startup+1.515 s]
/proc/loadavg: 4.00 4.24 4.25 6/113 23963
/proc/meminfo: memFree=632528/3368532 swapFree=1959840/1959888
[pid=23959] ppid=23957 vsize=545808 CPUtime=5.49
/proc/23959/stat : 23959 (gnovelty+) R 23957 23959 7955 0 -1 4202496 19809 0 0 0 316 233 0 0 15 0 4 0 1112333545 558907392 19765 4294967295 134512640 135680988 3218628816 3218628060 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/23959/statm: 136452 19765 103 286 0 136164 0
[pid=23959/tid=23961] ppid=23957 vsize=545808 CPUtime=1.32
/proc/23959/task/23961/stat : 23961 (gnovelty+) R 23957 23959 7955 0 -1 4202560 5 0 0 0 79 53 0 0 15 0 4 0 1112333554 558907392 19765 4294967295 134512640 135680988 3218628816 3077771612 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23959/tid=23962] ppid=23957 vsize=545808 CPUtime=1.33
/proc/23959/task/23962/stat : 23962 (gnovelty+) R 23957 23959 7955 0 -1 4202560 8 0 0 0 71 62 0 0 15 0 4 0 1112333554 558907392 19765 4294967295 134512640 135680988 3218628816 3068379484 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=23959/tid=23963] ppid=23957 vsize=545808 CPUtime=1.38
/proc/23959/task/23963/stat : 23963 (gnovelty+) R 23957 23959 7955 0 -1 4202560 7 0 0 0 74 64 0 0 15 0 4 0 1112333554 558907392 19765 4294967295 134512640 135680988 3218628816 3058987356 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.49
Current children cumulated vsize (KiB) 545808

[startup+3.11495 s]
/proc/loadavg: 4.00 4.24 4.25 6/113 23963
/proc/meminfo: memFree=631924/3368532 swapFree=1959840/1959888
[pid=23959] ppid=23957 vsize=545808 CPUtime=11.23
/proc/23959/stat : 23959 (gnovelty+) R 23957 23959 7955 0 -1 4202496 19809 0 0 0 637 486 0 0 15 0 4 0 1112333545 558907392 19765 4294967295 134512640 135680988 3218628816 3218628060 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/23959/statm: 136452 19765 103 286 0 136164 0
[pid=23959/tid=23961] ppid=23957 vsize=545808 CPUtime=2.82
/proc/23959/task/23961/stat : 23961 (gnovelty+) R 23957 23959 7955 0 -1 4202560 5 0 0 0 158 124 0 0 15 0 4 0 1112333554 558907392 19765 4294967295 134512640 135680988 3218628816 3077771612 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23959/tid=23962] ppid=23957 vsize=545808 CPUtime=2.75
/proc/23959/task/23962/stat : 23962 (gnovelty+) R 23957 23959 7955 0 -1 4202560 8 0 0 0 145 130 0 0 15 0 4 0 1112333554 558907392 19765 4294967295 134512640 135680988 3218628816 3068379484 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=23959/tid=23963] ppid=23957 vsize=545808 CPUtime=2.82
/proc/23959/task/23963/stat : 23963 (gnovelty+) R 23957 23959 7955 0 -1 4202560 7 0 0 0 160 122 0 0 15 0 4 0 1112333554 558907392 19765 4294967295 134512640 135680988 3218628816 3058987356 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.23
Current children cumulated vsize (KiB) 545808

[startup+6.31476 s]
/proc/loadavg: 4.00 4.23 4.25 5/113 23963
/proc/meminfo: memFree=631956/3368532 swapFree=1959840/1959888
[pid=23959] ppid=23957 vsize=545808 CPUtime=23.14
/proc/23959/stat : 23959 (gnovelty+) R 23957 23959 7955 0 -1 4202496 19809 0 0 0 1295 1019 0 0 15 0 4 0 1112333545 558907392 19765 4294967295 134512640 135680988 3218628816 3218628060 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/23959/statm: 136452 19765 103 286 0 136164 0
[pid=23959/tid=23961] ppid=23957 vsize=545808 CPUtime=5.73
/proc/23959/task/23961/stat : 23961 (gnovelty+) R 23957 23959 7955 0 -1 4202560 5 0 0 0 310 263 0 0 15 0 4 0 1112333554 558907392 19765 4294967295 134512640 135680988 3218628816 3077771612 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23959/tid=23962] ppid=23957 vsize=545808 CPUtime=5.76
/proc/23959/task/23962/stat : 23962 (gnovelty+) R 23957 23959 7955 0 -1 4202560 8 0 0 0 323 253 0 0 16 0 4 0 1112333554 558907392 19765 4294967295 134512640 135680988 3218628816 3068379484 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=23959/tid=23963] ppid=23957 vsize=545808 CPUtime=5.8
/proc/23959/task/23963/stat : 23963 (gnovelty+) R 23957 23959 7955 0 -1 4202560 7 0 0 0 330 250 0 0 15 0 4 0 1112333554 558907392 19765 4294967295 134512640 135680988 3218628816 3058987308 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.14
Current children cumulated vsize (KiB) 545808

[startup+12.7144 s]
/proc/loadavg: 3.92 4.21 4.24 5/113 23963
/proc/meminfo: memFree=631740/3368532 swapFree=1959840/1959888
[pid=23959] ppid=23957 vsize=545808 CPUtime=47.27
/proc/23959/stat : 23959 (gnovelty+) R 23957 23959 7955 0 -1 4202496 19809 0 0 0 2627 2100 0 0 16 0 4 0 1112333545 558907392 19765 4294967295 134512640 135680988 3218628816 3218628060 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23959/statm: 136452 19765 103 286 0 136164 0
[pid=23959/tid=23961] ppid=23957 vsize=545808 CPUtime=11.74
/proc/23959/task/23961/stat : 23961 (gnovelty+) R 23957 23959 7955 0 -1 4202560 5 0 0 0 653 521 0 0 15 0 4 0 1112333554 558907392 19765 4294967295 134512640 135680988 3218628816 3077771612 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23959/tid=23962] ppid=23957 vsize=545808 CPUtime=11.79
/proc/23959/task/23962/stat : 23962 (gnovelty+) R 23957 23959 7955 0 -1 4202560 8 0 0 0 664 515 0 0 15 0 4 0 1112333554 558907392 19765 4294967295 134512640 135680988 3218628816 3068379484 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=23959/tid=23963] ppid=23957 vsize=545808 CPUtime=11.92
/proc/23959/task/23963/stat : 23963 (gnovelty+) R 23957 23959 7955 0 -1 4202560 7 0 0 0 669 523 0 0 15 0 4 0 1112333554 558907392 19765 4294967295 134512640 135680988 3218628816 3058987356 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 47.27
Current children cumulated vsize (KiB) 545808

[startup+25.5137 s]
/proc/loadavg: 4.00 4.22 4.24 6/113 24147
/proc/meminfo: memFree=631156/3368532 swapFree=1959840/1959888
[pid=23959] ppid=23957 vsize=545808 CPUtime=94.1
/proc/23959/stat : 23959 (gnovelty+) S 23957 23959 7955 0 -1 4202496 19809 0 0 0 5298 4112 0 0 15 0 4 0 1112333545 558907392 19765 4294967295 134512640 135680988 3218628816 3218628060 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/23959/statm: 136452 19765 103 286 0 136164 0
[pid=23959/tid=23961] ppid=23957 vsize=545808 CPUtime=23.34
/proc/23959/task/23961/stat : 23961 (gnovelty+) S 23957 23959 7955 0 -1 4202560 5 0 0 0 1286 1048 0 0 15 0 4 0 1112333554 558907392 19765 4294967295 134512640 135680988 3218628816 3077771612 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=23959/tid=23962] ppid=23957 vsize=545808 CPUtime=23.35
/proc/23959/task/23962/stat : 23962 (gnovelty+) R 23957 23959 7955 0 -1 4202560 8 0 0 0 1326 1009 0 0 16 0 4 0 1112333554 558907392 19765 4294967295 134512640 135680988 3218628816 3068379476 134998512 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23959/tid=23963] ppid=23957 vsize=545808 CPUtime=23.99
/proc/23959/task/23963/stat : 23963 (gnovelty+) S 23957 23959 7955 0 -1 4202560 7 0 0 0 1371 1028 0 0 15 0 4 0 1112333554 558907392 19765 4294967295 134512640 135680988 3218628816 3058987356 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 94.1
Current children cumulated vsize (KiB) 545808

[startup+51.1124 s]
/proc/loadavg: 4.14 4.23 4.25 5/113 24154
/proc/meminfo: memFree=631284/3368532 swapFree=1959840/1959888
[pid=23959] ppid=23957 vsize=545808 CPUtime=189.46
/proc/23959/stat : 23959 (gnovelty+) R 23957 23959 7955 0 -1 4202496 19809 0 0 0 10698 8248 0 0 15 0 4 0 1112333545 558907392 19765 4294967295 134512640 135680988 3218628816 3218628060 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23959/statm: 136452 19765 103 286 0 136164 0
[pid=23959/tid=23961] ppid=23957 vsize=545808 CPUtime=47.11
/proc/23959/task/23961/stat : 23961 (gnovelty+) R 23957 23959 7955 0 -1 4202560 5 0 0 0 2631 2080 0 0 15 0 4 0 1112333554 558907392 19765 4294967295 134512640 135680988 3218628816 3077771612 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23959/tid=23962] ppid=23957 vsize=545808 CPUtime=47.37
/proc/23959/task/23962/stat : 23962 (gnovelty+) R 23957 23959 7955 0 -1 4202560 8 0 0 0 2693 2044 0 0 15 0 4 0 1112333554 558907392 19765 4294967295 134512640 135680988 3218628816 3068379484 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=23959/tid=23963] ppid=23957 vsize=545808 CPUtime=47.97
/proc/23959/task/23963/stat : 23963 (gnovelty+) R 23957 23959 7955 0 -1 4202560 7 0 0 0 2745 2052 0 0 15 0 4 0 1112333554 558907392 19765 4294967295 134512640 135680988 3218628816 3058987356 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 189.46
Current children cumulated vsize (KiB) 545808

[startup+102.31 s]
/proc/loadavg: 3.95 4.16 4.22 5/113 24340
/proc/meminfo: memFree=630796/3368532 swapFree=1959840/1959888
[pid=23959] ppid=23957 vsize=545808 CPUtime=379.13
/proc/23959/stat : 23959 (gnovelty+) R 23957 23959 7955 0 -1 4202496 19809 0 0 0 21068 16845 0 0 15 0 4 0 1112333545 558907392 19765 4294967295 134512640 135680988 3218628816 3218628060 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/23959/statm: 136452 19765 103 286 0 136164 0
[pid=23959/tid=23961] ppid=23957 vsize=545808 CPUtime=94.62
/proc/23959/task/23961/stat : 23961 (gnovelty+) R 23957 23959 7955 0 -1 4202560 5 0 0 0 5166 4296 0 0 15 0 4 0 1112333554 558907392 19765 4294967295 134512640 135680988 3218628816 3077771612 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23959/tid=23962] ppid=23957 vsize=545808 CPUtime=94.6
/proc/23959/task/23962/stat : 23962 (gnovelty+) R 23957 23959 7955 0 -1 4202560 8 0 0 0 5342 4118 0 0 15 0 4 0 1112333554 558907392 19765 4294967295 134512640 135680988 3218628816 3068379484 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23959/tid=23963] ppid=23957 vsize=545808 CPUtime=95.49
/proc/23959/task/23963/stat : 23963 (gnovelty+) R 23957 23959 7955 0 -1 4202560 7 0 0 0 5368 4181 0 0 15 0 4 0 1112333554 558907392 19765 4294967295 134512640 135680988 3218628816 3058987308 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 379.13
Current children cumulated vsize (KiB) 545808

[startup+162.307 s]
/proc/loadavg: 3.85 4.11 4.20 5/113 24528
/proc/meminfo: memFree=630820/3368532 swapFree=1959840/1959888
[pid=23959] ppid=23957 vsize=545808 CPUtime=603.03
/proc/23959/stat : 23959 (gnovelty+) R 23957 23959 7955 0 -1 4202496 19810 0 0 0 33424 26879 0 0 15 0 4 0 1112333545 558907392 19766 4294967295 134512640 135680988 3218628816 3218628060 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/23959/statm: 136452 19766 103 286 0 136164 0
[pid=23959/tid=23961] ppid=23957 vsize=545808 CPUtime=150.44
/proc/23959/task/23961/stat : 23961 (gnovelty+) R 23957 23959 7955 0 -1 4202560 5 0 0 0 8289 6755 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3077771612 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23959/tid=23962] ppid=23957 vsize=545808 CPUtime=150.53
/proc/23959/task/23962/stat : 23962 (gnovelty+) R 23957 23959 7955 0 -1 4202560 9 0 0 0 8383 6670 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3068379484 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23959/tid=23963] ppid=23957 vsize=545808 CPUtime=151.44
/proc/23959/task/23963/stat : 23963 (gnovelty+) R 23957 23959 7955 0 -1 4202560 7 0 0 0 8470 6674 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3058987356 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 603.03
Current children cumulated vsize (KiB) 545808

[startup+222.303 s]
/proc/loadavg: 3.94 4.09 4.18 6/113 24721
/proc/meminfo: memFree=630880/3368532 swapFree=1959840/1959888
[pid=23959] ppid=23957 vsize=545808 CPUtime=826.42
/proc/23959/stat : 23959 (gnovelty+) R 23957 23959 7955 0 -1 4202496 19810 0 0 0 45838 36804 0 0 16 0 4 0 1112333545 558907392 19766 4294967295 134512640 135680988 3218628816 3218628060 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23959/statm: 136452 19766 103 286 0 136164 0
[pid=23959/tid=23961] ppid=23957 vsize=545808 CPUtime=206.5
/proc/23959/task/23961/stat : 23961 (gnovelty+) R 23957 23959 7955 0 -1 4202560 5 0 0 0 11363 9287 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3077771564 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23959/tid=23962] ppid=23957 vsize=545808 CPUtime=206.31
/proc/23959/task/23962/stat : 23962 (gnovelty+) R 23957 23959 7955 0 -1 4202560 9 0 0 0 11574 9057 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3068379436 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=23959/tid=23963] ppid=23957 vsize=545808 CPUtime=207.22
/proc/23959/task/23963/stat : 23963 (gnovelty+) R 23957 23959 7955 0 -1 4202560 7 0 0 0 11576 9146 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3058987356 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 826.42
Current children cumulated vsize (KiB) 545808

[startup+282.31 s]
/proc/loadavg: 4.12 4.10 4.18 6/113 24908
/proc/meminfo: memFree=631004/3368532 swapFree=1959840/1959888
[pid=23959] ppid=23957 vsize=545808 CPUtime=1049.44
/proc/23959/stat : 23959 (gnovelty+) R 23957 23959 7955 0 -1 4202496 19810 0 0 0 58276 46668 0 0 15 0 4 0 1112333545 558907392 19766 4294967295 134512640 135680988 3218628816 3218628060 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/23959/statm: 136452 19766 103 286 0 136164 0
[pid=23959/tid=23961] ppid=23957 vsize=545808 CPUtime=262.24
/proc/23959/task/23961/stat : 23961 (gnovelty+) R 23957 23959 7955 0 -1 4202560 5 0 0 0 14448 11776 0 0 16 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3077771564 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23959/tid=23962] ppid=23957 vsize=545808 CPUtime=261.7
/proc/23959/task/23962/stat : 23962 (gnovelty+) R 23957 23959 7955 0 -1 4202560 9 0 0 0 14654 11516 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3068379484 134957681 0 0 0 0 0 0 0 -1 3 0 0 0

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

[pid=23959] ppid=23957 vsize=545808 CPUtime=1496.32
/proc/23959/stat : 23959 (gnovelty+) R 23957 23959 7955 0 -1 4202496 19810 0 0 0 82921 66711 0 0 15 0 4 0 1112333545 558907392 19766 4294967295 134512640 135680988 3218628816 3218628060 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/23959/statm: 136452 19766 103 286 0 136164 0
[pid=23959/tid=23961] ppid=23957 vsize=545808 CPUtime=373.94
/proc/23959/task/23961/stat : 23961 (gnovelty+) R 23957 23959 7955 0 -1 4202560 5 0 0 0 20578 16816 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3077771612 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23959/tid=23962] ppid=23957 vsize=545808 CPUtime=373.61
/proc/23959/task/23962/stat : 23962 (gnovelty+) R 23957 23959 7955 0 -1 4202560 9 0 0 0 20775 16586 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3068379484 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23959/tid=23963] ppid=23957 vsize=545808 CPUtime=375.53
/proc/23959/task/23963/stat : 23963 (gnovelty+) R 23957 23959 7955 0 -1 4202560 7 0 0 0 21028 16525 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3058987356 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1496.32
Current children cumulated vsize (KiB) 545808

[startup+462.311 s]
/proc/loadavg: 4.32 4.19 4.19 5/113 25480
/proc/meminfo: memFree=631160/3368532 swapFree=1959840/1959888
[pid=23959] ppid=23957 vsize=545808 CPUtime=1717.93
/proc/23959/stat : 23959 (gnovelty+) R 23957 23959 7955 0 -1 4202496 19810 0 0 0 95366 76427 0 0 15 0 4 0 1112333545 558907392 19766 4294967295 134512640 135680988 3218628816 3218628060 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/23959/statm: 136452 19766 103 286 0 136164 0
[pid=23959/tid=23961] ppid=23957 vsize=545808 CPUtime=429.25
/proc/23959/task/23961/stat : 23961 (gnovelty+) R 23957 23959 7955 0 -1 4202560 5 0 0 0 23703 19222 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3077771612 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=23959/tid=23962] ppid=23957 vsize=545808 CPUtime=429.53
/proc/23959/task/23962/stat : 23962 (gnovelty+) R 23957 23959 7955 0 -1 4202560 9 0 0 0 23872 19081 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3068379484 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23959/tid=23963] ppid=23957 vsize=545808 CPUtime=430.72
/proc/23959/task/23963/stat : 23963 (gnovelty+) R 23957 23959 7955 0 -1 4202560 7 0 0 0 24133 18939 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3058987356 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1717.93
Current children cumulated vsize (KiB) 545808

[startup+522.308 s]
/proc/loadavg: 4.33 4.21 4.20 6/113 25669
/proc/meminfo: memFree=631128/3368532 swapFree=1959840/1959888
[pid=23959] ppid=23957 vsize=545808 CPUtime=1940.06
/proc/23959/stat : 23959 (gnovelty+) R 23957 23959 7955 0 -1 4202496 19810 0 0 0 107747 86259 0 0 15 0 4 0 1112333545 558907392 19766 4294967295 134512640 135680988 3218628816 3218628060 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/23959/statm: 136452 19766 103 286 0 136164 0
[pid=23959/tid=23961] ppid=23957 vsize=545808 CPUtime=484.76
/proc/23959/task/23961/stat : 23961 (gnovelty+) R 23957 23959 7955 0 -1 4202560 5 0 0 0 26839 21637 0 0 16 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3077771612 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23959/tid=23962] ppid=23957 vsize=545808 CPUtime=485.51
/proc/23959/task/23962/stat : 23962 (gnovelty+) R 23957 23959 7955 0 -1 4202560 9 0 0 0 26931 21620 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3068379484 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=23959/tid=23963] ppid=23957 vsize=545808 CPUtime=486.19
/proc/23959/task/23963/stat : 23963 (gnovelty+) R 23957 23959 7955 0 -1 4202560 7 0 0 0 27263 21356 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3058987356 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1940.06
Current children cumulated vsize (KiB) 545808

[startup+582.315 s]
/proc/loadavg: 4.10 4.18 4.18 4/113 25856
/proc/meminfo: memFree=630896/3368532 swapFree=1959840/1959888
[pid=23959] ppid=23957 vsize=545808 CPUtime=2163.51
/proc/23959/stat : 23959 (gnovelty+) R 23957 23959 7955 0 -1 4202496 19810 0 0 0 120116 96235 0 0 15 0 4 0 1112333545 558907392 19766 4294967295 134512640 135680988 3218628816 3218628060 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/23959/statm: 136452 19766 103 286 0 136164 0
[pid=23959/tid=23961] ppid=23957 vsize=545808 CPUtime=540.53
/proc/23959/task/23961/stat : 23961 (gnovelty+) R 23957 23959 7955 0 -1 4202560 5 0 0 0 29933 24120 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3077771612 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23959/tid=23962] ppid=23957 vsize=545808 CPUtime=541.74
/proc/23959/task/23962/stat : 23962 (gnovelty+) R 23957 23959 7955 0 -1 4202560 9 0 0 0 29940 24234 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3068379436 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23959/tid=23963] ppid=23957 vsize=545808 CPUtime=542.12
/proc/23959/task/23963/stat : 23963 (gnovelty+) R 23957 23959 7955 0 -1 4202560 7 0 0 0 30439 23773 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3058987356 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2163.51
Current children cumulated vsize (KiB) 545808

[startup+642.312 s]
/proc/loadavg: 4.13 4.18 4.18 5/113 26044
/proc/meminfo: memFree=630656/3368532 swapFree=1959840/1959888
[pid=23959] ppid=23957 vsize=545808 CPUtime=2387.22
/proc/23959/stat : 23959 (gnovelty+) R 23957 23959 7955 0 -1 4202496 19810 0 0 0 132361 106361 0 0 15 0 4 0 1112333545 558907392 19766 4294967295 134512640 135680988 3218628816 3218628060 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23959/statm: 136452 19766 103 286 0 136164 0
[pid=23959/tid=23961] ppid=23957 vsize=545808 CPUtime=596.4
/proc/23959/task/23961/stat : 23961 (gnovelty+) R 23957 23959 7955 0 -1 4202560 5 0 0 0 32988 26652 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3077771612 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23959/tid=23962] ppid=23957 vsize=545808 CPUtime=597.66
/proc/23959/task/23962/stat : 23962 (gnovelty+) R 23957 23959 7955 0 -1 4202560 9 0 0 0 32992 26774 0 0 16 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3068379484 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23959/tid=23963] ppid=23957 vsize=545808 CPUtime=598.3
/proc/23959/task/23963/stat : 23963 (gnovelty+) R 23957 23959 7955 0 -1 4202560 7 0 0 0 33578 26252 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3058987356 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2387.22
Current children cumulated vsize (KiB) 545808

[startup+702.308 s]
/proc/loadavg: 4.37 4.22 4.19 5/113 26242
/proc/meminfo: memFree=631112/3368532 swapFree=1959840/1959888
[pid=23959] ppid=23957 vsize=545808 CPUtime=2610.38
/proc/23959/stat : 23959 (gnovelty+) R 23957 23959 7955 0 -1 4202496 19810 0 0 0 144682 116356 0 0 15 0 4 0 1112333545 558907392 19766 4294967295 134512640 135680988 3218628816 3218628060 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23959/statm: 136452 19766 103 286 0 136164 0
[pid=23959/tid=23961] ppid=23957 vsize=545808 CPUtime=652.64
/proc/23959/task/23961/stat : 23961 (gnovelty+) R 23957 23959 7955 0 -1 4202560 5 0 0 0 36077 29187 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3077771612 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=23959/tid=23962] ppid=23957 vsize=545808 CPUtime=652.84
/proc/23959/task/23962/stat : 23962 (gnovelty+) R 23957 23959 7955 0 -1 4202560 9 0 0 0 36007 29277 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3068379484 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23959/tid=23963] ppid=23957 vsize=545808 CPUtime=654.07
/proc/23959/task/23963/stat : 23963 (gnovelty+) R 23957 23959 7955 0 -1 4202560 7 0 0 0 36711 28696 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3058987356 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2610.38
Current children cumulated vsize (KiB) 545808

[startup+762.315 s]
/proc/loadavg: 4.33 4.24 4.20 5/113 26434
/proc/meminfo: memFree=631408/3368532 swapFree=1959840/1959888
[pid=23959] ppid=23957 vsize=545808 CPUtime=2834.87
/proc/23959/stat : 23959 (gnovelty+) R 23957 23959 7955 0 -1 4202496 19810 0 0 0 156998 126489 0 0 16 0 4 0 1112333545 558907392 19766 4294967295 134512640 135680988 3218628816 3218628060 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/23959/statm: 136452 19766 103 286 0 136164 0
[pid=23959/tid=23961] ppid=23957 vsize=545808 CPUtime=708.49
/proc/23959/task/23961/stat : 23961 (gnovelty+) R 23957 23959 7955 0 -1 4202560 5 0 0 0 39145 31704 0 0 16 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3077771612 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23959/tid=23962] ppid=23957 vsize=545808 CPUtime=709.1
/proc/23959/task/23962/stat : 23962 (gnovelty+) R 23957 23959 7955 0 -1 4202560 9 0 0 0 39090 31820 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3068379484 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23959/tid=23963] ppid=23957 vsize=545808 CPUtime=710.16
/proc/23959/task/23963/stat : 23963 (gnovelty+) R 23957 23959 7955 0 -1 4202560 7 0 0 0 39814 31202 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3058987356 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2834.87
Current children cumulated vsize (KiB) 545808

[startup+822.312 s]
/proc/loadavg: 4.38 4.27 4.21 5/113 26623
/proc/meminfo: memFree=631384/3368532 swapFree=1959840/1959888
[pid=23959] ppid=23957 vsize=545808 CPUtime=3058.26
/proc/23959/stat : 23959 (gnovelty+) R 23957 23959 7955 0 -1 4202496 19810 0 0 0 169385 136441 0 0 15 0 4 0 1112333545 558907392 19766 4294967295 134512640 135680988 3218628816 3218628060 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/23959/statm: 136452 19766 103 286 0 136164 0
[pid=23959/tid=23961] ppid=23957 vsize=545808 CPUtime=763.98
/proc/23959/task/23961/stat : 23961 (gnovelty+) R 23957 23959 7955 0 -1 4202560 5 0 0 0 42190 34208 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3077771612 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23959/tid=23962] ppid=23957 vsize=545808 CPUtime=765.11
/proc/23959/task/23962/stat : 23962 (gnovelty+) R 23957 23959 7955 0 -1 4202560 9 0 0 0 42218 34293 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3068379436 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23959/tid=23963] ppid=23957 vsize=545808 CPUtime=765.6
/proc/23959/task/23963/stat : 23963 (gnovelty+) R 23957 23959 7955 0 -1 4202560 7 0 0 0 42895 33665 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3058987356 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3058.26
Current children cumulated vsize (KiB) 545808

[startup+882.309 s]
/proc/loadavg: 4.58 4.34 4.23 7/113 26810
/proc/meminfo: memFree=631376/3368532 swapFree=1959840/1959888
[pid=23959] ppid=23957 vsize=545808 CPUtime=3281.91
/proc/23959/stat : 23959 (gnovelty+) R 23957 23959 7955 0 -1 4202496 19810 0 0 0 181786 146405 0 0 15 0 4 0 1112333545 558907392 19766 4294967295 134512640 135680988 3218628816 3218628012 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/23959/statm: 136452 19766 103 286 0 136164 0
[pid=23959/tid=23961] ppid=23957 vsize=545808 CPUtime=819.69
/proc/23959/task/23961/stat : 23961 (gnovelty+) R 23957 23959 7955 0 -1 4202560 5 0 0 0 45294 36675 0 0 16 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3077771612 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23959/tid=23962] ppid=23957 vsize=545808 CPUtime=820.7
/proc/23959/task/23962/stat : 23962 (gnovelty+) R 23957 23959 7955 0 -1 4202560 9 0 0 0 45269 36801 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3068379484 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23959/tid=23963] ppid=23957 vsize=545808 CPUtime=822.14
/proc/23959/task/23963/stat : 23963 (gnovelty+) R 23957 23959 7955 0 -1 4202560 7 0 0 0 46050 36164 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3058987308 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3281.91
Current children cumulated vsize (KiB) 545808

[startup+942.316 s]
/proc/loadavg: 4.52 4.36 4.25 6/113 26997
/proc/meminfo: memFree=631384/3368532 swapFree=1959840/1959888
[pid=23959] ppid=23957 vsize=545808 CPUtime=3505.1
/proc/23959/stat : 23959 (gnovelty+) R 23957 23959 7955 0 -1 4202496 19810 0 0 0 194302 156208 0 0 15 0 4 0 1112333545 558907392 19766 4294967295 134512640 135680988 3218628816 3218628060 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/23959/statm: 136452 19766 103 286 0 136164 0
[pid=23959/tid=23961] ppid=23957 vsize=545808 CPUtime=875.11
/proc/23959/task/23961/stat : 23961 (gnovelty+) R 23957 23959 7955 0 -1 4202560 5 0 0 0 48365 39146 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3077771612 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23959/tid=23962] ppid=23957 vsize=545808 CPUtime=876.48
/proc/23959/task/23962/stat : 23962 (gnovelty+) R 23957 23959 7955 0 -1 4202560 9 0 0 0 48380 39268 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3068379484 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23959/tid=23963] ppid=23957 vsize=545808 CPUtime=878.15
/proc/23959/task/23963/stat : 23963 (gnovelty+) R 23957 23959 7955 0 -1 4202560 7 0 0 0 49203 38612 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3058987356 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3505.1
Current children cumulated vsize (KiB) 545808



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.16 4.28 4.22 5/113 27185
/proc/meminfo: memFree=631284/3368532 swapFree=1959840/1959888
[pid=23959] ppid=23957 vsize=545808 CPUtime=3719.39
/proc/23959/stat : 23959 (gnovelty+) R 23957 23959 7955 0 -1 4202496 19810 0 0 0 206246 165693 0 0 15 0 4 0 1112333545 558907392 19766 4294967295 134512640 135680988 3218628816 3218628060 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/23959/statm: 136452 19766 103 286 0 136164 0
[pid=23959/tid=23961] ppid=23957 vsize=545808 CPUtime=929.05
/proc/23959/task/23961/stat : 23961 (gnovelty+) R 23957 23959 7955 0 -1 4202560 5 0 0 0 51345 41560 0 0 16 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3077771612 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23959/tid=23962] ppid=23957 vsize=545808 CPUtime=929.86
/proc/23959/task/23962/stat : 23962 (gnovelty+) R 23957 23959 7955 0 -1 4202560 9 0 0 0 51324 41662 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3068379484 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23959/tid=23963] ppid=23957 vsize=545808 CPUtime=931.62
/proc/23959/task/23963/stat : 23963 (gnovelty+) R 23957 23959 7955 0 -1 4202560 7 0 0 0 52239 40923 0 0 15 0 4 0 1112333554 558907392 19766 4294967295 134512640 135680988 3218628816 3058987308 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3719.39
Current children cumulated vsize (KiB) 545808

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): 3719.45
CPU user time (s): 2062.48
CPU system time (s): 1656.97
CPU usage (%): 371.931
Max. virtual memory (cumulated for all children) (KiB): 545808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2062.48
system time used= 1656.97
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19810
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= 90889869
involuntary context switches= 205867

runsolver used 0.01 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 04:11:47
IDJOB=1778314
IDBENCH=70620
IDSOLVER=617
FILE ID=/1778314-1243476707
PBS_JOBID=
Free space on /tmp= 7987 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (4 threads)
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/460/unif-k3-r4.25-v460-c1955-S1159067237-017.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1778314-1243476707/watcher-1778314-1243476707 -o /tmp/evaluation-result-1778314-1243476707/solver-1778314-1243476707 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1778314-1243476707.cnf 916405050 4

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

MD5SUM BENCH= ef8baf42456f710e70f6a8e764cf7030
RANDOM SEED= 916405050

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:        710968 kB
Buffers:         41788 kB
Cached:        2435076 kB
SwapCached:          0 kB
Active:        1299568 kB
Inactive:      1196460 kB
HighTotal:     2489216 kB
HighFree:       449832 kB
LowTotal:       879316 kB
LowFree:        261136 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:            1412 kB
Writeback:           0 kB
AnonPages:       19188 kB
Mapped:           7552 kB
Slab:           151984 kB
SReclaimable:   138632 kB
SUnreclaim:      13352 kB
PageTables:        656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   110900 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 04:28:30