Trace number 1777570

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

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/12000/
unif-k3-r4.2-v12000-c50400-S650356257-052.cnf
MD5SUM2b1b5cba2ea775d4b0eb4b407240568e
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 variables12000
Number of clauses50400
Sum of the clauses size151200
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 350400
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.38	c +------------------------------+
0.31/0.38	c | gNovelty+, version 1.0       |
0.31/0.38	c +------------------------------+
0.31/0.38	c gnovelty+ -h for help
0.31/0.38	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-1777570-1243449639/watcher-1777570-1243449639 -o /tmp/evaluation-result-1777570-1243449639/solver-1777570-1243449639 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1777570-1243449639.cnf 1115448506 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.45 3.78 3.85 3/109 2445
/proc/meminfo: memFree=711328/3368532 swapFree=1959840/1959888
[pid=2445] ppid=2443 vsize=509232 CPUtime=0.01
/proc/2445/stat : 2445 (gnovelty+) R 2443 2445 7955 0 -1 4202496 869 0 0 0 0 1 0 0 18 0 1 0 1109626759 521453568 826 4294967295 134512640 135680988 3212999536 3212998800 134537167 0 0 0 0 0 0 0 17 3 0 0 0
/proc/2445/statm: 127308 834 99 286 0 127020 0

[startup+0.091763 s]
/proc/loadavg: 3.45 3.78 3.85 3/109 2445
/proc/meminfo: memFree=711328/3368532 swapFree=1959840/1959888
[pid=2445] ppid=2443 vsize=517048 CPUtime=0.09
/proc/2445/stat : 2445 (gnovelty+) R 2443 2445 7955 0 -1 4202496 10151 0 0 0 6 3 0 0 18 0 1 0 1109626759 529457152 10108 4294967295 134512640 135680988 3212999536 3212997644 134958286 0 0 0 0 0 0 0 17 3 0 0 0
/proc/2445/statm: 129262 10108 99 286 0 128974 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 517048

[startup+0.111767 s]
/proc/loadavg: 3.45 3.78 3.85 3/109 2445
/proc/meminfo: memFree=711328/3368532 swapFree=1959840/1959888
[pid=2445] ppid=2443 vsize=517044 CPUtime=0.11
/proc/2445/stat : 2445 (gnovelty+) R 2443 2445 7955 0 -1 4202496 13013 0 0 0 7 4 0 0 18 0 1 0 1109626759 529453056 12969 4294967295 134512640 135680988 3212999536 3212998800 134537708 0 0 0 0 0 0 0 17 3 0 0 0
/proc/2445/statm: 129261 12980 99 286 0 128973 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 517044

[startup+0.311752 s]
/proc/loadavg: 3.45 3.78 3.85 3/109 2445
/proc/meminfo: memFree=711328/3368532 swapFree=1959840/1959888
[pid=2445] ppid=2443 vsize=517044 CPUtime=0.31
/proc/2445/stat : 2445 (gnovelty+) R 2443 2445 7955 0 -1 4202496 20318 0 0 0 26 5 0 0 18 0 1 0 1109626759 529453056 20274 4294967295 134512640 135680988 3212999536 3212998800 134538748 0 0 0 0 0 0 0 17 3 0 0 0
/proc/2445/statm: 129261 20274 99 286 0 128973 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 517044

[startup+0.711735 s]
/proc/loadavg: 3.45 3.78 3.85 3/109 2445
/proc/meminfo: memFree=711328/3368532 swapFree=1959840/1959888
[pid=2445] ppid=2443 vsize=554012 CPUtime=1.63
/proc/2445/stat : 2445 (gnovelty+) S 2443 2445 7955 0 -1 4202496 22082 0 0 0 147 16 0 0 17 0 4 0 1109626759 567308288 22038 4294967295 134512640 135680988 3212999536 3212998780 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/2445/statm: 138503 22038 103 286 0 138215 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 554012

[startup+1.5117 s]
/proc/loadavg: 3.45 3.78 3.85 5/113 2449
/proc/meminfo: memFree=625232/3368532 swapFree=1959840/1959888
[pid=2445] ppid=2443 vsize=554012 CPUtime=4.73
/proc/2445/stat : 2445 (gnovelty+) R 2443 2445 7955 0 -1 4202496 22082 0 0 0 394 79 0 0 15 0 4 0 1109626759 567308288 22038 4294967295 134512640 135680988 3212999536 3212998780 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/2445/statm: 138503 22038 103 286 0 138215 0
[pid=2445/tid=2447] ppid=2443 vsize=554012 CPUtime=1.1
/proc/2445/task/2447/stat : 2447 (gnovelty+) R 2443 2445 7955 0 -1 4202560 388 0 0 0 93 17 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3075846492 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2445/tid=2448] ppid=2443 vsize=554012 CPUtime=1.09
/proc/2445/task/2448/stat : 2448 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 87 22 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3064611164 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2445/tid=2449] ppid=2443 vsize=554012 CPUtime=1.07
/proc/2445/task/2449/stat : 2449 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 87 20 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3053375836 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 554012

[startup+3.11163 s]
/proc/loadavg: 3.45 3.78 3.85 5/113 2449
/proc/meminfo: memFree=624936/3368532 swapFree=1959840/1959888
[pid=2445] ppid=2443 vsize=554012 CPUtime=10.77
/proc/2445/stat : 2445 (gnovelty+) R 2443 2445 7955 0 -1 4202496 22082 0 0 0 874 203 0 0 15 0 4 0 1109626759 567308288 22038 4294967295 134512640 135680988 3212999536 3212998780 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/2445/statm: 138503 22038 103 286 0 138215 0
[pid=2445/tid=2447] ppid=2443 vsize=554012 CPUtime=2.66
/proc/2445/task/2447/stat : 2447 (gnovelty+) R 2443 2445 7955 0 -1 4202560 388 0 0 0 217 49 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3075846492 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2445/tid=2448] ppid=2443 vsize=554012 CPUtime=2.67
/proc/2445/task/2448/stat : 2448 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 215 52 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3064611164 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2445/tid=2449] ppid=2443 vsize=554012 CPUtime=2.56
/proc/2445/task/2449/stat : 2449 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 209 47 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3053375836 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 10.77
Current children cumulated vsize (KiB) 554012

[startup+6.31126 s]
/proc/loadavg: 3.58 3.80 3.86 5/113 2449
/proc/meminfo: memFree=624420/3368532 swapFree=1959840/1959888
[pid=2445] ppid=2443 vsize=554012 CPUtime=22.91
/proc/2445/stat : 2445 (gnovelty+) R 2443 2445 7955 0 -1 4202496 22082 0 0 0 1838 453 0 0 15 0 4 0 1109626759 567308288 22038 4294967295 134512640 135680988 3212999536 3212998780 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2445/statm: 138503 22038 103 286 0 138215 0
[pid=2445/tid=2447] ppid=2443 vsize=554012 CPUtime=5.65
/proc/2445/task/2447/stat : 2447 (gnovelty+) R 2443 2445 7955 0 -1 4202560 388 0 0 0 456 109 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3075846492 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2445/tid=2448] ppid=2443 vsize=554012 CPUtime=5.67
/proc/2445/task/2448/stat : 2448 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 453 114 0 0 16 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3064611164 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2445/tid=2449] ppid=2443 vsize=554012 CPUtime=5.65
/proc/2445/task/2449/stat : 2449 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 457 108 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3053375788 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.91
Current children cumulated vsize (KiB) 554012

[startup+12.7109 s]
/proc/loadavg: 3.53 3.78 3.85 5/113 2450
/proc/meminfo: memFree=624360/3368532 swapFree=1959840/1959888
[pid=2445] ppid=2443 vsize=554012 CPUtime=47.76
/proc/2445/stat : 2445 (gnovelty+) R 2443 2445 7955 0 -1 4202496 22082 0 0 0 3718 1058 0 0 15 0 4 0 1109626759 567308288 22038 4294967295 134512640 135680988 3212999536 3212998780 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2445/statm: 138503 22038 103 286 0 138215 0
[pid=2445/tid=2447] ppid=2443 vsize=554012 CPUtime=11.83
/proc/2445/task/2447/stat : 2447 (gnovelty+) R 2443 2445 7955 0 -1 4202560 388 0 0 0 925 258 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3075846492 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2445/tid=2448] ppid=2443 vsize=554012 CPUtime=11.86
/proc/2445/task/2448/stat : 2448 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 912 274 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3064611116 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2445/tid=2449] ppid=2443 vsize=554012 CPUtime=11.87
/proc/2445/task/2449/stat : 2449 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 929 258 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3053375836 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 47.76
Current children cumulated vsize (KiB) 554012

[startup+25.5105 s]
/proc/loadavg: 3.63 3.79 3.86 5/113 2451
/proc/meminfo: memFree=624284/3368532 swapFree=1959840/1959888
[pid=2445] ppid=2443 vsize=554012 CPUtime=96.57
/proc/2445/stat : 2445 (gnovelty+) R 2443 2445 7955 0 -1 4202496 22082 0 0 0 7443 2214 0 0 15 0 4 0 1109626759 567308288 22038 4294967295 134512640 135680988 3212999536 3212998780 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/2445/statm: 138503 22038 103 286 0 138215 0
[pid=2445/tid=2447] ppid=2443 vsize=554012 CPUtime=23.9
/proc/2445/task/2447/stat : 2447 (gnovelty+) R 2443 2445 7955 0 -1 4202560 388 0 0 0 1850 540 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3075846444 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2445/tid=2448] ppid=2443 vsize=554012 CPUtime=24.11
/proc/2445/task/2448/stat : 2448 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 1859 552 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3064611164 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2445/tid=2449] ppid=2443 vsize=554012 CPUtime=24.08
/proc/2445/task/2449/stat : 2449 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 1855 553 0 0 16 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3053375788 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 96.57
Current children cumulated vsize (KiB) 554012

[startup+51.1091 s]
/proc/loadavg: 3.61 3.78 3.85 5/113 2641
/proc/meminfo: memFree=623524/3368532 swapFree=1959840/1959888
[pid=2445] ppid=2443 vsize=554012 CPUtime=194.97
/proc/2445/stat : 2445 (gnovelty+) R 2443 2445 7955 0 -1 4202496 22082 0 0 0 14691 4806 0 0 15 0 4 0 1109626759 567308288 22038 4294967295 134512640 135680988 3212999536 3212998780 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2445/statm: 138503 22038 103 286 0 138215 0
[pid=2445/tid=2447] ppid=2443 vsize=554012 CPUtime=48.63
/proc/2445/task/2447/stat : 2447 (gnovelty+) R 2443 2445 7955 0 -1 4202560 388 0 0 0 3732 1131 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3075846492 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2445/tid=2448] ppid=2443 vsize=554012 CPUtime=48.53
/proc/2445/task/2448/stat : 2448 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 3609 1244 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3064611164 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2445/tid=2449] ppid=2443 vsize=554012 CPUtime=48.66
/proc/2445/task/2449/stat : 2449 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 3678 1188 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3053375836 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 194.97
Current children cumulated vsize (KiB) 554012

[startup+102.306 s]
/proc/loadavg: 3.78 3.79 3.85 5/113 2837
/proc/meminfo: memFree=622824/3368532 swapFree=1959840/1959888
[pid=2445] ppid=2443 vsize=554012 CPUtime=389.81
/proc/2445/stat : 2445 (gnovelty+) R 2443 2445 7955 0 -1 4202496 22082 0 0 0 28934 10047 0 0 15 0 4 0 1109626759 567308288 22038 4294967295 134512640 135680988 3212999536 3212998732 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/2445/statm: 138503 22038 103 286 0 138215 0
[pid=2445/tid=2447] ppid=2443 vsize=554012 CPUtime=97.85
/proc/2445/task/2447/stat : 2447 (gnovelty+) R 2443 2445 7955 0 -1 4202560 388 0 0 0 7357 2428 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3075846492 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2445/tid=2448] ppid=2443 vsize=554012 CPUtime=96.71
/proc/2445/task/2448/stat : 2448 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 7076 2595 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3064611164 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2445/tid=2449] ppid=2443 vsize=554012 CPUtime=97.84
/proc/2445/task/2449/stat : 2449 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 7260 2524 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3053375836 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 389.81
Current children cumulated vsize (KiB) 554012

[startup+162.314 s]
/proc/loadavg: 3.88 3.81 3.85 5/113 3025
/proc/meminfo: memFree=622368/3368532 swapFree=1959840/1959888
[pid=2445] ppid=2443 vsize=554012 CPUtime=619.83
/proc/2445/stat : 2445 (gnovelty+) R 2443 2445 7955 0 -1 4202496 22082 0 0 0 45510 16473 0 0 15 0 4 0 1109626759 567308288 22038 4294967295 134512640 135680988 3212999536 3212998780 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/2445/statm: 138503 22038 103 286 0 138215 0
[pid=2445/tid=2447] ppid=2443 vsize=554012 CPUtime=155.49
/proc/2445/task/2447/stat : 2447 (gnovelty+) R 2443 2445 7955 0 -1 4202560 388 0 0 0 11550 3999 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3075846492 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2445/tid=2448] ppid=2443 vsize=554012 CPUtime=153.73
/proc/2445/task/2448/stat : 2448 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 11222 4151 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3064611164 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2445/tid=2449] ppid=2443 vsize=554012 CPUtime=155.63
/proc/2445/task/2449/stat : 2449 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 11364 4199 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3053375836 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 619.83
Current children cumulated vsize (KiB) 554012

[startup+222.31 s]
/proc/loadavg: 3.89 3.83 3.85 6/113 3215
/proc/meminfo: memFree=622328/3368532 swapFree=1959840/1959888
[pid=2445] ppid=2443 vsize=554012 CPUtime=851.24
/proc/2445/stat : 2445 (gnovelty+) S 2443 2445 7955 0 -1 4202496 22082 0 0 0 62019 23105 0 0 15 0 4 0 1109626759 567308288 22038 4294967295 134512640 135680988 3212999536 3212998780 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/2445/statm: 138503 22038 103 286 0 138215 0
[pid=2445/tid=2447] ppid=2443 vsize=554012 CPUtime=213.48
/proc/2445/task/2447/stat : 2447 (gnovelty+) R 2443 2445 7955 0 -1 4202560 388 0 0 0 15705 5643 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3075846492 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2445/tid=2448] ppid=2443 vsize=554012 CPUtime=210.94
/proc/2445/task/2448/stat : 2448 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 15335 5759 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3064611164 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2445/tid=2449] ppid=2443 vsize=554012 CPUtime=213.74
/proc/2445/task/2449/stat : 2449 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 15529 5845 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3053375836 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 851.24
Current children cumulated vsize (KiB) 554012

[startup+282.307 s]
/proc/loadavg: 3.77 3.79 3.83 5/113 3417
/proc/meminfo: memFree=622700/3368532 swapFree=1959840/1959888
[pid=2445] ppid=2443 vsize=554012 CPUtime=1079.65
/proc/2445/stat : 2445 (gnovelty+) R 2443 2445 7955 0 -1 4202496 22082 0 0 0 78141 29824 0 0 15 0 4 0 1109626759 567308288 22038 4294967295 134512640 135680988 3212999536 3212998780 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/2445/statm: 138503 22038 103 286 0 138215 0
[pid=2445/tid=2447] ppid=2443 vsize=554012 CPUtime=270.79
/proc/2445/task/2447/stat : 2447 (gnovelty+) R 2443 2445 7955 0 -1 4202560 388 0 0 0 19817 7262 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3075846492 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2445/tid=2448] ppid=2443 vsize=554012 CPUtime=267.8
/proc/2445/task/2448/stat : 2448 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 19363 7417 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3064611164 134957422 0 0 0 0 0 0 0 -1 2 0 0 0

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

[pid=2445] ppid=2443 vsize=554012 CPUtime=1537.96
/proc/2445/stat : 2445 (gnovelty+) R 2443 2445 7955 0 -1 4202496 22082 0 0 0 110701 43095 0 0 16 0 4 0 1109626759 567308288 22038 4294967295 134512640 135680988 3212999536 3212998780 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/2445/statm: 138503 22038 103 286 0 138215 0
[pid=2445/tid=2447] ppid=2443 vsize=554012 CPUtime=385.87
/proc/2445/task/2447/stat : 2447 (gnovelty+) R 2443 2445 7955 0 -1 4202560 388 0 0 0 28084 10503 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3075846492 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2445/tid=2448] ppid=2443 vsize=554012 CPUtime=382.15
/proc/2445/task/2448/stat : 2448 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 27448 10767 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3064611164 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2445/tid=2449] ppid=2443 vsize=554012 CPUtime=385.85
/proc/2445/task/2449/stat : 2449 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 27653 10932 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3053375836 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1537.96
Current children cumulated vsize (KiB) 554012

[startup+462.318 s]
/proc/loadavg: 3.86 3.83 3.83 5/113 3996
/proc/meminfo: memFree=622484/3368532 swapFree=1959840/1959888
[pid=2445] ppid=2443 vsize=554012 CPUtime=1767.41
/proc/2445/stat : 2445 (gnovelty+) R 2443 2445 7955 0 -1 4202496 22082 0 0 0 127042 49699 0 0 16 0 4 0 1109626759 567308288 22038 4294967295 134512640 135680988 3212999536 3212998780 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/2445/statm: 138503 22038 103 286 0 138215 0
[pid=2445/tid=2447] ppid=2443 vsize=554012 CPUtime=443.36
/proc/2445/task/2447/stat : 2447 (gnovelty+) R 2443 2445 7955 0 -1 4202560 388 0 0 0 32238 12098 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3075846492 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2445/tid=2448] ppid=2443 vsize=554012 CPUtime=439.47
/proc/2445/task/2448/stat : 2448 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 31485 12462 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3064611164 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2445/tid=2449] ppid=2443 vsize=554012 CPUtime=442.93
/proc/2445/task/2449/stat : 2449 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 31696 12597 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3053375836 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1767.41
Current children cumulated vsize (KiB) 554012

[startup+522.314 s]
/proc/loadavg: 3.74 3.81 3.82 5/113 4188
/proc/meminfo: memFree=622608/3368532 swapFree=1959840/1959888
[pid=2445] ppid=2443 vsize=554012 CPUtime=1996.23
/proc/2445/stat : 2445 (gnovelty+) R 2443 2445 7955 0 -1 4202496 22082 0 0 0 142655 56968 0 0 15 0 4 0 1109626759 567308288 22038 4294967295 134512640 135680988 3212999536 3212998780 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/2445/statm: 138503 22038 103 286 0 138215 0
[pid=2445/tid=2447] ppid=2443 vsize=554012 CPUtime=500.27
/proc/2445/task/2447/stat : 2447 (gnovelty+) R 2443 2445 7955 0 -1 4202560 388 0 0 0 36101 13926 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3075846492 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2445/tid=2448] ppid=2443 vsize=554012 CPUtime=496.97
/proc/2445/task/2448/stat : 2448 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 35346 14351 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3064611164 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2445/tid=2449] ppid=2443 vsize=554012 CPUtime=499.82
/proc/2445/task/2449/stat : 2449 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 35571 14411 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3053375836 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1996.23
Current children cumulated vsize (KiB) 554012

[startup+582.311 s]
/proc/loadavg: 3.95 3.86 3.83 5/113 4377
/proc/meminfo: memFree=623072/3368532 swapFree=1959840/1959888
[pid=2445] ppid=2443 vsize=554012 CPUtime=2225.21
/proc/2445/stat : 2445 (gnovelty+) R 2443 2445 7955 0 -1 4202496 22082 0 0 0 158951 63570 0 0 15 0 4 0 1109626759 567308288 22038 4294967295 134512640 135680988 3212999536 3212998780 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2445/statm: 138503 22038 103 286 0 138215 0
[pid=2445/tid=2447] ppid=2443 vsize=554012 CPUtime=557.76
/proc/2445/task/2447/stat : 2447 (gnovelty+) R 2443 2445 7955 0 -1 4202560 388 0 0 0 40200 15576 0 0 16 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3075846492 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2445/tid=2448] ppid=2443 vsize=554012 CPUtime=554.58
/proc/2445/task/2448/stat : 2448 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 39380 16078 0 0 16 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3064611164 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2445/tid=2449] ppid=2443 vsize=554012 CPUtime=556.74
/proc/2445/task/2449/stat : 2449 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 39635 16039 0 0 16 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3053375924 134533068 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2225.21
Current children cumulated vsize (KiB) 554012

[startup+642.308 s]
/proc/loadavg: 3.98 3.88 3.84 4/113 4564
/proc/meminfo: memFree=622824/3368532 swapFree=1959840/1959888
[pid=2445] ppid=2443 vsize=554012 CPUtime=2454.06
/proc/2445/stat : 2445 (gnovelty+) R 2443 2445 7955 0 -1 4202496 22082 0 0 0 174755 70651 0 0 15 0 4 0 1109626759 567308288 22038 4294967295 134512640 135680988 3212999536 3212998780 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/2445/statm: 138503 22038 103 286 0 138215 0
[pid=2445/tid=2447] ppid=2443 vsize=554012 CPUtime=615.02
/proc/2445/task/2447/stat : 2447 (gnovelty+) R 2443 2445 7955 0 -1 4202560 388 0 0 0 44152 17350 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3075846492 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2445/tid=2448] ppid=2443 vsize=554012 CPUtime=612.01
/proc/2445/task/2448/stat : 2448 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 43276 17925 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3064611164 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2445/tid=2449] ppid=2443 vsize=554012 CPUtime=613.56
/proc/2445/task/2449/stat : 2449 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 43558 17798 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3053375836 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2454.06
Current children cumulated vsize (KiB) 554012

[startup+702.305 s]
/proc/loadavg: 3.91 3.87 3.83 6/113 4752
/proc/meminfo: memFree=623004/3368532 swapFree=1959840/1959888
[pid=2445] ppid=2443 vsize=554012 CPUtime=2682.08
/proc/2445/stat : 2445 (gnovelty+) R 2443 2445 7955 0 -1 4202496 22082 0 0 0 190417 77791 0 0 15 0 4 0 1109626759 567308288 22038 4294967295 134512640 135680988 3212999536 3212998780 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/2445/statm: 138503 22038 103 286 0 138215 0
[pid=2445/tid=2447] ppid=2443 vsize=554012 CPUtime=671.8
/proc/2445/task/2447/stat : 2447 (gnovelty+) R 2443 2445 7955 0 -1 4202560 388 0 0 0 48094 19086 0 0 16 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3075846492 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2445/tid=2448] ppid=2443 vsize=554012 CPUtime=668.77
/proc/2445/task/2448/stat : 2448 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 47069 19808 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3064611164 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2445/tid=2449] ppid=2443 vsize=554012 CPUtime=670.67
/proc/2445/task/2449/stat : 2449 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 47502 19565 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3053375788 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2682.08
Current children cumulated vsize (KiB) 554012

[startup+762.312 s]
/proc/loadavg: 4.07 3.92 3.85 5/113 4939
/proc/meminfo: memFree=622584/3368532 swapFree=1959840/1959888
[pid=2445] ppid=2443 vsize=554012 CPUtime=2909.95
/proc/2445/stat : 2445 (gnovelty+) R 2443 2445 7955 0 -1 4202496 22082 0 0 0 206054 84941 0 0 15 0 4 0 1109626759 567308288 22038 4294967295 134512640 135680988 3212999536 3212998780 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/2445/statm: 138503 22038 103 286 0 138215 0
[pid=2445/tid=2447] ppid=2443 vsize=554012 CPUtime=728.74
/proc/2445/task/2447/stat : 2447 (gnovelty+) R 2443 2445 7955 0 -1 4202560 388 0 0 0 52090 20784 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3075846492 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2445/tid=2448] ppid=2443 vsize=554012 CPUtime=725.86
/proc/2445/task/2448/stat : 2448 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 50928 21658 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3064611164 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2445/tid=2449] ppid=2443 vsize=554012 CPUtime=727.69
/proc/2445/task/2449/stat : 2449 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 51379 21390 0 0 16 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3053375924 134533068 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2909.95
Current children cumulated vsize (KiB) 554012

[startup+822.319 s]
/proc/loadavg: 4.06 3.95 3.86 4/113 5127
/proc/meminfo: memFree=622260/3368532 swapFree=1959840/1959888
[pid=2445] ppid=2443 vsize=554012 CPUtime=3138.82
/proc/2445/stat : 2445 (gnovelty+) S 2443 2445 7955 0 -1 4202496 22082 0 0 0 221585 92297 0 0 15 0 4 0 1109626759 567308288 22038 4294967295 134512640 135680988 3212999536 3212998780 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2445/statm: 138503 22038 103 286 0 138215 0
[pid=2445/tid=2447] ppid=2443 vsize=554012 CPUtime=786.12
/proc/2445/task/2447/stat : 2447 (gnovelty+) R 2443 2445 7955 0 -1 4202560 388 0 0 0 56072 22540 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3075846492 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2445/tid=2448] ppid=2443 vsize=554012 CPUtime=783
/proc/2445/task/2448/stat : 2448 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 54816 23484 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3064611164 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2445/tid=2449] ppid=2443 vsize=554012 CPUtime=784.58
/proc/2445/task/2449/stat : 2449 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 55155 23303 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3053375836 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3138.82
Current children cumulated vsize (KiB) 554012

[startup+882.316 s]
/proc/loadavg: 3.93 3.92 3.85 5/113 5320
/proc/meminfo: memFree=622096/3368532 swapFree=1959840/1959888
[pid=2445] ppid=2443 vsize=554012 CPUtime=3366.05
/proc/2445/stat : 2445 (gnovelty+) R 2443 2445 7955 0 -1 4202496 22082 0 0 0 236515 100090 0 0 15 0 4 0 1109626759 567308288 22038 4294967295 134512640 135680988 3212999536 3212998780 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/2445/statm: 138503 22038 103 286 0 138215 0
[pid=2445/tid=2447] ppid=2443 vsize=554012 CPUtime=842.91
/proc/2445/task/2447/stat : 2447 (gnovelty+) R 2443 2445 7955 0 -1 4202560 388 0 0 0 59848 24443 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3075846492 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2445/tid=2448] ppid=2443 vsize=554012 CPUtime=839.54
/proc/2445/task/2448/stat : 2448 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 58521 25433 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3064611164 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2445/tid=2449] ppid=2443 vsize=554012 CPUtime=841.53
/proc/2445/task/2449/stat : 2449 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 58882 25271 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3053375836 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3366.05
Current children cumulated vsize (KiB) 554012

[startup+942.313 s]
/proc/loadavg: 3.93 3.92 3.85 5/113 5507
/proc/meminfo: memFree=622204/3368532 swapFree=1959840/1959888
[pid=2445] ppid=2443 vsize=554012 CPUtime=3593.17
/proc/2445/stat : 2445 (gnovelty+) R 2443 2445 7955 0 -1 4202496 22082 0 0 0 251695 107622 0 0 15 0 4 0 1109626759 567308288 22038 4294967295 134512640 135680988 3212999536 3212998732 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/2445/statm: 138503 22038 103 286 0 138215 0
[pid=2445/tid=2447] ppid=2443 vsize=554012 CPUtime=899.75
/proc/2445/task/2447/stat : 2447 (gnovelty+) R 2443 2445 7955 0 -1 4202560 388 0 0 0 63748 26227 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3075846444 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2445/tid=2448] ppid=2443 vsize=554012 CPUtime=896.04
/proc/2445/task/2448/stat : 2448 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 62218 27386 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3064611164 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2445/tid=2449] ppid=2443 vsize=554012 CPUtime=898.33
/proc/2445/task/2449/stat : 2449 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 62630 27203 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3053375836 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3593.17
Current children cumulated vsize (KiB) 554012



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 3.88 3.90 3.85 5/113 5694
/proc/meminfo: memFree=622576/3368532 swapFree=1959840/1959888
[pid=2445] ppid=2443 vsize=554012 CPUtime=3813.77
/proc/2445/stat : 2445 (gnovelty+) R 2443 2445 7955 0 -1 4202496 22082 0 0 0 266580 114797 0 0 15 0 4 0 1109626759 567308288 22038 4294967295 134512640 135680988 3212999536 3212998780 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/2445/statm: 138503 22038 103 286 0 138215 0
[pid=2445/tid=2447] ppid=2443 vsize=554012 CPUtime=955.26
/proc/2445/task/2447/stat : 2447 (gnovelty+) R 2443 2445 7955 0 -1 4202560 388 0 0 0 67512 28014 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3075846492 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2445/tid=2448] ppid=2443 vsize=554012 CPUtime=951.19
/proc/2445/task/2448/stat : 2448 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 65948 29171 0 0 16 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3064611164 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2445/tid=2449] ppid=2443 vsize=554012 CPUtime=953.39
/proc/2445/task/2449/stat : 2449 (gnovelty+) R 2443 2445 7955 0 -1 4202560 399 0 0 0 66355 28984 0 0 15 0 4 0 1109626797 567308288 22038 4294967295 134512640 135680988 3212999536 3053375836 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3813.77
Current children cumulated vsize (KiB) 554012

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): 3813.84
CPU user time (s): 2665.84
CPU system time (s): 1148
CPU usage (%): 381.37
Max. virtual memory (cumulated for all children) (KiB): 554012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2665.84
system time used= 1148
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22082
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= 52972029
involuntary context switches= 121415

runsolver used 0 second user time and 0.02 second system time

The end

Launcher Data

Begin job on  at 2009-05-27 20:40:39
IDJOB=1777570
IDBENCH=70372
IDSOLVER=617
FILE ID=/1777570-1243449639
PBS_JOBID=
Free space on /tmp= 7987 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (4 threads)
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/12000/unif-k3-r4.2-v12000-c50400-S650356257-052.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1777570-1243449639/watcher-1777570-1243449639 -o /tmp/evaluation-result-1777570-1243449639/solver-1777570-1243449639 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1777570-1243449639.cnf 1115448506 4

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

MD5SUM BENCH= 2b1b5cba2ea775d4b0eb4b407240568e
RANDOM SEED= 1115448506

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:        711772 kB
Buffers:         41552 kB
Cached:        2434708 kB
SwapCached:          0 kB
Active:        1300136 kB
Inactive:      1195292 kB
HighTotal:     2489216 kB
HighFree:       450348 kB
LowTotal:       879316 kB
LowFree:        261424 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:            2228 kB
Writeback:           0 kB
AnonPages:       19168 kB
Mapped:           7752 kB
Slab:           151636 kB
SReclaimable:   138316 kB
SUnreclaim:      13320 kB
PageTables:        688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   110892 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 20:57:22