Trace number 1777033

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

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/1000/
unif-k5-r20-v1000-c20000-S2054549948-012.cnf
MD5SUM60b6e2588c02cbe8eea228421d953cc1
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 variables1000
Number of clauses20000
Sum of the clauses size100000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 520000
Number of clauses of size over 50

Solver Data

0.11/0.13	c +------------------------------+
0.11/0.13	c | gNovelty+, version 1.0       |
0.11/0.13	c +------------------------------+
0.11/0.13	c gnovelty+ -h for help
0.11/0.13	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-1777033-1243431824/watcher-1777033-1243431824 -o /tmp/evaluation-result-1777033-1243431824/solver-1777033-1243431824 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1777033-1243431824.cnf 2038544528 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.27 4.17 2.83 3/96 13297
/proc/meminfo: memFree=216100/3368532 swapFree=1953788/1959888
[pid=13297] ppid=13295 vsize=509232 CPUtime=0.01
/proc/13297/stat : 13297 (gnovelty+) R 13295 13297 10015 0 -1 4202496 1422 0 0 0 0 1 0 0 18 0 1 0 1107846498 521453568 1380 4294967295 134512640 135680988 3217969200 3217968464 134537167 0 0 0 0 0 0 0 17 1 0 0 0
/proc/13297/statm: 127308 1388 99 286 0 127020 0

[startup+0.081292 s]
/proc/loadavg: 4.27 4.17 2.83 3/96 13297
/proc/meminfo: memFree=216100/3368532 swapFree=1953788/1959888
[pid=13297] ppid=13295 vsize=517044 CPUtime=0.08
/proc/13297/stat : 13297 (gnovelty+) R 13295 13297 10015 0 -1 4202496 12175 0 0 0 5 3 0 0 18 0 1 0 1107846498 529453056 12131 4294967295 134512640 135680988 3217969200 3217968464 134537905 0 0 0 0 0 0 0 17 1 0 0 0
/proc/13297/statm: 129261 12142 99 286 0 128973 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 517044

[startup+0.111261 s]
/proc/loadavg: 4.27 4.17 2.83 3/96 13297
/proc/meminfo: memFree=216100/3368532 swapFree=1953788/1959888
[pid=13297] ppid=13295 vsize=517044 CPUtime=0.11
/proc/13297/stat : 13297 (gnovelty+) R 13295 13297 10015 0 -1 4202496 17964 0 0 0 6 5 0 0 18 0 1 0 1107846498 529453056 17921 4294967295 134512640 135680988 3217969200 3217968464 134537708 0 0 0 0 0 0 0 17 1 0 0 0
/proc/13297/statm: 129261 17931 99 286 0 128973 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 517044

[startup+0.311241 s]
/proc/loadavg: 4.27 4.17 2.83 3/96 13297
/proc/meminfo: memFree=216100/3368532 swapFree=1953788/1959888
[pid=13297] ppid=13295 vsize=548460 CPUtime=0.73
/proc/13297/stat : 13297 (gnovelty+) R 13295 13297 10015 0 -1 4202496 20774 0 0 0 64 9 0 0 18 0 4 0 1107846498 561623040 20730 4294967295 134512640 135680988 3217969200 3217968444 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/13297/statm: 137115 20730 103 286 0 136827 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 548460

[startup+0.711207 s]
/proc/loadavg: 4.27 4.17 2.83 3/96 13297
/proc/meminfo: memFree=216100/3368532 swapFree=1953788/1959888
[pid=13297] ppid=13295 vsize=548460 CPUtime=2.31
/proc/13297/stat : 13297 (gnovelty+) R 13295 13297 10015 0 -1 4202496 20774 0 0 0 200 31 0 0 15 0 4 0 1107846498 561623040 20730 4294967295 134512640 135680988 3217969200 3217968444 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/13297/statm: 137115 20730 103 286 0 136827 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 548460

[startup+1.51173 s]
/proc/loadavg: 4.27 4.17 2.83 5/100 13301
/proc/meminfo: memFree=134108/3368532 swapFree=1953788/1959888
[pid=13297] ppid=13295 vsize=548460 CPUtime=5.47
/proc/13297/stat : 13297 (gnovelty+) R 13295 13297 10015 0 -1 4202496 20774 0 0 0 485 62 0 0 16 0 4 0 1107846498 561623040 20730 4294967295 134512640 135680988 3217969200 3217968444 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/13297/statm: 137115 20730 103 286 0 136827 0
[pid=13297/tid=13299] ppid=13295 vsize=548460 CPUtime=1.36
/proc/13297/task/13299/stat : 13299 (gnovelty+) R 13295 13297 10015 0 -1 4202560 110 0 0 0 124 12 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3077599580 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=13297/tid=13300] ppid=13295 vsize=548460 CPUtime=1.27
/proc/13297/task/13300/stat : 13300 (gnovelty+) R 13295 13297 10015 0 -1 4202560 112 0 0 0 114 13 0 0 16 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3068207452 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=13297/tid=13301] ppid=13295 vsize=548460 CPUtime=1.35
/proc/13297/task/13301/stat : 13301 (gnovelty+) R 13295 13297 10015 0 -1 4202560 113 0 0 0 113 22 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3058815324 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.47
Current children cumulated vsize (KiB) 548460

[startup+3.11164 s]
/proc/loadavg: 4.32 4.19 2.84 6/100 13301
/proc/meminfo: memFree=134140/3368532 swapFree=1953788/1959888
[pid=13297] ppid=13295 vsize=548460 CPUtime=11.71
/proc/13297/stat : 13297 (gnovelty+) R 13295 13297 10015 0 -1 4202496 20774 0 0 0 1034 137 0 0 15 0 4 0 1107846498 561623040 20730 4294967295 134512640 135680988 3217969200 3217968444 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/13297/statm: 137115 20730 103 286 0 136827 0
[pid=13297/tid=13299] ppid=13295 vsize=548460 CPUtime=2.96
/proc/13297/task/13299/stat : 13299 (gnovelty+) R 13295 13297 10015 0 -1 4202560 110 0 0 0 261 35 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3077599580 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=13297/tid=13300] ppid=13295 vsize=548460 CPUtime=2.82
/proc/13297/task/13300/stat : 13300 (gnovelty+) R 13295 13297 10015 0 -1 4202560 112 0 0 0 250 32 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3068207452 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=13297/tid=13301] ppid=13295 vsize=548460 CPUtime=2.94
/proc/13297/task/13301/stat : 13301 (gnovelty+) R 13295 13297 10015 0 -1 4202560 113 0 0 0 255 39 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3058815324 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.71
Current children cumulated vsize (KiB) 548460

[startup+6.31199 s]
/proc/loadavg: 4.32 4.19 2.84 5/100 13301
/proc/meminfo: memFree=134140/3368532 swapFree=1953788/1959888
[pid=13297] ppid=13295 vsize=548460 CPUtime=24.23
/proc/13297/stat : 13297 (gnovelty+) R 13295 13297 10015 0 -1 4202496 20774 0 0 0 2158 265 0 0 15 0 4 0 1107846498 561623040 20730 4294967295 134512640 135680988 3217969200 3217968444 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/13297/statm: 137115 20730 103 286 0 136827 0
[pid=13297/tid=13299] ppid=13295 vsize=548460 CPUtime=6.11
/proc/13297/task/13299/stat : 13299 (gnovelty+) R 13295 13297 10015 0 -1 4202560 110 0 0 0 548 63 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3077599580 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=13297/tid=13300] ppid=13295 vsize=548460 CPUtime=5.93
/proc/13297/task/13300/stat : 13300 (gnovelty+) R 13295 13297 10015 0 -1 4202560 112 0 0 0 535 58 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3068207452 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=13297/tid=13301] ppid=13295 vsize=548460 CPUtime=6.12
/proc/13297/task/13301/stat : 13301 (gnovelty+) R 13295 13297 10015 0 -1 4202560 113 0 0 0 535 77 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3058815324 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.23
Current children cumulated vsize (KiB) 548460

[startup+12.7108 s]
/proc/loadavg: 4.35 4.20 2.86 5/100 13302
/proc/meminfo: memFree=134204/3368532 swapFree=1953788/1959888
[pid=13297] ppid=13295 vsize=548460 CPUtime=48.52
/proc/13297/stat : 13297 (gnovelty+) R 13295 13297 10015 0 -1 4202496 20774 0 0 0 4346 506 0 0 16 0 4 0 1107846498 561623040 20730 4294967295 134512640 135680988 3217969200 3217968460 134997786 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/13297/statm: 137115 20730 103 286 0 136827 0
[pid=13297/tid=13299] ppid=13295 vsize=548460 CPUtime=12.4
/proc/13297/task/13299/stat : 13299 (gnovelty+) R 13295 13297 10015 0 -1 4202560 110 0 0 0 1111 129 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3077599580 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=13297/tid=13300] ppid=13295 vsize=548460 CPUtime=11.85
/proc/13297/task/13300/stat : 13300 (gnovelty+) R 13295 13297 10015 0 -1 4202560 112 0 0 0 1064 121 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3068207452 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=13297/tid=13301] ppid=13295 vsize=548460 CPUtime=12.14
/proc/13297/task/13301/stat : 13301 (gnovelty+) R 13295 13297 10015 0 -1 4202560 113 0 0 0 1078 136 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3058815324 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 48.52
Current children cumulated vsize (KiB) 548460

[startup+25.5113 s]
/proc/loadavg: 4.30 4.19 2.87 5/100 13486
/proc/meminfo: memFree=134068/3368532 swapFree=1953788/1959888
[pid=13297] ppid=13295 vsize=548460 CPUtime=98.37
/proc/13297/stat : 13297 (gnovelty+) R 13295 13297 10015 0 -1 4202496 20774 0 0 0 8803 1034 0 0 15 0 4 0 1107846498 561623040 20730 4294967295 134512640 135680988 3217969200 3217968444 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/13297/statm: 137115 20730 103 286 0 136827 0
[pid=13297/tid=13299] ppid=13295 vsize=548460 CPUtime=24.97
/proc/13297/task/13299/stat : 13299 (gnovelty+) R 13295 13297 10015 0 -1 4202560 110 0 0 0 2251 246 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3077599580 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=13297/tid=13300] ppid=13295 vsize=548460 CPUtime=24.25
/proc/13297/task/13300/stat : 13300 (gnovelty+) R 13295 13297 10015 0 -1 4202560 112 0 0 0 2177 248 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3068207452 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=13297/tid=13301] ppid=13295 vsize=548460 CPUtime=24.54
/proc/13297/task/13301/stat : 13301 (gnovelty+) R 13295 13297 10015 0 -1 4202560 113 0 0 0 2181 273 0 0 16 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3058815324 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 98.37
Current children cumulated vsize (KiB) 548460

[startup+51.1076 s]
/proc/loadavg: 4.44 4.24 2.92 5/100 13486
/proc/meminfo: memFree=134244/3368532 swapFree=1953788/1959888
[pid=13297] ppid=13295 vsize=548460 CPUtime=196.69
/proc/13297/stat : 13297 (gnovelty+) R 13295 13297 10015 0 -1 4202496 20774 0 0 0 17592 2077 0 0 15 0 4 0 1107846498 561623040 20730 4294967295 134512640 135680988 3217969200 3217968444 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/13297/statm: 137115 20730 103 286 0 136827 0
[pid=13297/tid=13299] ppid=13295 vsize=548460 CPUtime=49.89
/proc/13297/task/13299/stat : 13299 (gnovelty+) R 13295 13297 10015 0 -1 4202560 110 0 0 0 4466 523 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3077599580 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=13297/tid=13300] ppid=13295 vsize=548460 CPUtime=48.46
/proc/13297/task/13300/stat : 13300 (gnovelty+) R 13295 13297 10015 0 -1 4202560 112 0 0 0 4351 495 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3068207452 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=13297/tid=13301] ppid=13295 vsize=548460 CPUtime=48.72
/proc/13297/task/13301/stat : 13301 (gnovelty+) R 13295 13297 10015 0 -1 4202560 113 0 0 0 4330 542 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3058815324 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 196.69
Current children cumulated vsize (KiB) 548460

[startup+102.313 s]
/proc/loadavg: 4.18 4.19 2.98 5/100 13679
/proc/meminfo: memFree=133816/3368532 swapFree=1953788/1959888
[pid=13297] ppid=13295 vsize=548460 CPUtime=394.1
/proc/13297/stat : 13297 (gnovelty+) R 13295 13297 10015 0 -1 4202496 20774 0 0 0 35134 4276 0 0 16 0 4 0 1107846498 561623040 20730 4294967295 134512640 135680988 3217969200 3217968444 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/13297/statm: 137115 20730 103 286 0 136827 0
[pid=13297/tid=13299] ppid=13295 vsize=548460 CPUtime=99.86
/proc/13297/task/13299/stat : 13299 (gnovelty+) R 13295 13297 10015 0 -1 4202560 110 0 0 0 8956 1030 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3077599580 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=13297/tid=13300] ppid=13295 vsize=548460 CPUtime=97.52
/proc/13297/task/13300/stat : 13300 (gnovelty+) R 13295 13297 10015 0 -1 4202560 112 0 0 0 8706 1046 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3068207452 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=13297/tid=13301] ppid=13295 vsize=548460 CPUtime=97.72
/proc/13297/task/13301/stat : 13301 (gnovelty+) R 13295 13297 10015 0 -1 4202560 113 0 0 0 8688 1084 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3058815324 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 394.1
Current children cumulated vsize (KiB) 548460

[startup+162.308 s]
/proc/loadavg: 4.16 4.17 3.04 6/100 13866
/proc/meminfo: memFree=133344/3368532 swapFree=1953788/1959888
[pid=13297] ppid=13295 vsize=548460 CPUtime=625.28
/proc/13297/stat : 13297 (gnovelty+) R 13295 13297 10015 0 -1 4202496 20774 0 0 0 55758 6770 0 0 15 0 4 0 1107846498 561623040 20730 4294967295 134512640 135680988 3217969200 3217968444 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/13297/statm: 137115 20730 103 286 0 136827 0
[pid=13297/tid=13299] ppid=13295 vsize=548460 CPUtime=157.22
/proc/13297/task/13299/stat : 13299 (gnovelty+) R 13295 13297 10015 0 -1 4202560 110 0 0 0 14060 1662 0 0 16 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3077599580 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=13297/tid=13300] ppid=13295 vsize=548460 CPUtime=155.51
/proc/13297/task/13300/stat : 13300 (gnovelty+) R 13295 13297 10015 0 -1 4202560 112 0 0 0 13910 1641 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3068207452 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=13297/tid=13301] ppid=13295 vsize=548460 CPUtime=155.73
/proc/13297/task/13301/stat : 13301 (gnovelty+) R 13295 13297 10015 0 -1 4202560 113 0 0 0 13881 1692 0 0 16 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3058815340 134997786 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 625.28
Current children cumulated vsize (KiB) 548460

[startup+222.304 s]
/proc/loadavg: 4.61 4.29 3.15 5/100 14055
/proc/meminfo: memFree=133552/3368532 swapFree=1953788/1959888
[pid=13297] ppid=13295 vsize=548460 CPUtime=859.37
/proc/13297/stat : 13297 (gnovelty+) R 13295 13297 10015 0 -1 4202496 20774 0 0 0 76569 9368 0 0 15 0 4 0 1107846498 561623040 20730 4294967295 134512640 135680988 3217969200 3217968444 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/13297/statm: 137115 20730 103 286 0 136827 0
[pid=13297/tid=13299] ppid=13295 vsize=548460 CPUtime=216.12
/proc/13297/task/13299/stat : 13299 (gnovelty+) R 13295 13297 10015 0 -1 4202560 110 0 0 0 19280 2332 0 0 16 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3077599580 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=13297/tid=13300] ppid=13295 vsize=548460 CPUtime=214.34
/proc/13297/task/13300/stat : 13300 (gnovelty+) R 13295 13297 10015 0 -1 4202560 112 0 0 0 19186 2248 0 0 16 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3068207452 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=13297/tid=13301] ppid=13295 vsize=548460 CPUtime=213.97
/proc/13297/task/13301/stat : 13301 (gnovelty+) R 13295 13297 10015 0 -1 4202560 113 0 0 0 19075 2322 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3058815324 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 859.37
Current children cumulated vsize (KiB) 548460

[startup+282.319 s]
/proc/loadavg: 4.48 4.33 3.23 5/100 14242
/proc/meminfo: memFree=133784/3368532 swapFree=1953788/1959888
[pid=13297] ppid=13295 vsize=548460 CPUtime=1093.21
/proc/13297/stat : 13297 (gnovelty+) R 13295 13297 10015 0 -1 4202496 20774 0 0 0 97313 12008 0 0 15 0 4 0 1107846498 561623040 20730 4294967295 134512640 135680988 3217969200 3217968444 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/13297/statm: 137115 20730 103 286 0 136827 0
[pid=13297/tid=13299] ppid=13295 vsize=548460 CPUtime=274.58
/proc/13297/task/13299/stat : 13299 (gnovelty+) R 13295 13297 10015 0 -1 4202560 110 0 0 0 24442 3016 0 0 16 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3077599580 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=13297/tid=13300] ppid=13295 vsize=548460 CPUtime=272.59
/proc/13297/task/13300/stat : 13300 (gnovelty+) R 13295 13297 10015 0 -1 4202560 112 0 0 0 24353 2906 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3068207452 134957681 0 0 0 0 0 0 0 -1 2 0 0 0

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

[pid=13297] ppid=13295 vsize=548460 CPUtime=1559.48
/proc/13297/stat : 13297 (gnovelty+) R 13295 13297 10015 0 -1 4202496 20774 0 0 0 138688 17260 0 0 15 0 4 0 1107846498 561623040 20730 4294967295 134512640 135680988 3217969200 3217968444 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/13297/statm: 137115 20730 103 286 0 136827 0
[pid=13297/tid=13299] ppid=13295 vsize=548460 CPUtime=391.79
/proc/13297/task/13299/stat : 13299 (gnovelty+) R 13295 13297 10015 0 -1 4202560 110 0 0 0 34865 4314 0 0 16 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3077599580 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=13297/tid=13300] ppid=13295 vsize=548460 CPUtime=388.18
/proc/13297/task/13300/stat : 13300 (gnovelty+) R 13295 13297 10015 0 -1 4202560 112 0 0 0 34587 4231 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3068207452 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=13297/tid=13301] ppid=13295 vsize=548460 CPUtime=389.47
/proc/13297/task/13301/stat : 13301 (gnovelty+) R 13295 13297 10015 0 -1 4202560 113 0 0 0 34654 4293 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3058815324 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1559.48
Current children cumulated vsize (KiB) 548460

[startup+462.315 s]
/proc/loadavg: 4.28 4.29 3.41 5/100 14812
/proc/meminfo: memFree=133864/3368532 swapFree=1953788/1959888
[pid=13297] ppid=13295 vsize=548460 CPUtime=1792.46
/proc/13297/stat : 13297 (gnovelty+) R 13295 13297 10015 0 -1 4202496 20774 0 0 0 159459 19787 0 0 15 0 4 0 1107846498 561623040 20730 4294967295 134512640 135680988 3217969200 3217968444 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/13297/statm: 137115 20730 103 286 0 136827 0
[pid=13297/tid=13299] ppid=13295 vsize=548460 CPUtime=450.39
/proc/13297/task/13299/stat : 13299 (gnovelty+) R 13295 13297 10015 0 -1 4202560 110 0 0 0 40119 4920 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3077599580 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=13297/tid=13300] ppid=13295 vsize=548460 CPUtime=445.88
/proc/13297/task/13300/stat : 13300 (gnovelty+) R 13295 13297 10015 0 -1 4202560 112 0 0 0 39664 4924 0 0 16 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3068207452 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=13297/tid=13301] ppid=13295 vsize=548460 CPUtime=448.4
/proc/13297/task/13301/stat : 13301 (gnovelty+) R 13295 13297 10015 0 -1 4202560 113 0 0 0 39927 4913 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3058815324 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1792.46
Current children cumulated vsize (KiB) 548460

[startup+522.308 s]
/proc/loadavg: 4.48 4.33 3.47 6/100 15000
/proc/meminfo: memFree=133520/3368532 swapFree=1953788/1959888
[pid=13297] ppid=13295 vsize=548460 CPUtime=2023.45
/proc/13297/stat : 13297 (gnovelty+) R 13295 13297 10015 0 -1 4202496 20774 0 0 0 180140 22205 0 0 15 0 4 0 1107846498 561623040 20730 4294967295 134512640 135680988 3217969200 3217968444 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/13297/statm: 137115 20730 103 286 0 136827 0
[pid=13297/tid=13299] ppid=13295 vsize=548460 CPUtime=507.69
/proc/13297/task/13299/stat : 13299 (gnovelty+) R 13295 13297 10015 0 -1 4202560 110 0 0 0 45261 5508 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3077599580 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=13297/tid=13300] ppid=13295 vsize=548460 CPUtime=503.18
/proc/13297/task/13300/stat : 13300 (gnovelty+) R 13295 13297 10015 0 -1 4202560 112 0 0 0 44806 5512 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3068207452 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=13297/tid=13301] ppid=13295 vsize=548460 CPUtime=507.04
/proc/13297/task/13301/stat : 13301 (gnovelty+) R 13295 13297 10015 0 -1 4202560 113 0 0 0 45160 5544 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3058815324 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2023.45
Current children cumulated vsize (KiB) 548460

[startup+582.313 s]
/proc/loadavg: 4.45 4.35 3.53 8/100 15187
/proc/meminfo: memFree=133784/3368532 swapFree=1953788/1959888
[pid=13297] ppid=13295 vsize=548460 CPUtime=2257.04
/proc/13297/stat : 13297 (gnovelty+) R 13295 13297 10015 0 -1 4202496 20774 0 0 0 200953 24751 0 0 15 0 4 0 1107846498 561623040 20730 4294967295 134512640 135680988 3217969200 3217968444 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/13297/statm: 137115 20730 103 286 0 136827 0
[pid=13297/tid=13299] ppid=13295 vsize=548460 CPUtime=566.4
/proc/13297/task/13299/stat : 13299 (gnovelty+) R 13295 13297 10015 0 -1 4202560 110 0 0 0 50517 6123 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3077599580 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=13297/tid=13300] ppid=13295 vsize=548460 CPUtime=561.65
/proc/13297/task/13300/stat : 13300 (gnovelty+) R 13295 13297 10015 0 -1 4202560 112 0 0 0 50014 6151 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3068207452 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=13297/tid=13301] ppid=13295 vsize=548460 CPUtime=565.38
/proc/13297/task/13301/stat : 13301 (gnovelty+) R 13295 13297 10015 0 -1 4202560 113 0 0 0 50314 6224 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3058815324 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2257.04
Current children cumulated vsize (KiB) 548460

[startup+642.309 s]
/proc/loadavg: 4.39 4.33 3.58 5/100 15374
/proc/meminfo: memFree=133864/3368532 swapFree=1953788/1959888
[pid=13297] ppid=13295 vsize=548460 CPUtime=2490.55
/proc/13297/stat : 13297 (gnovelty+) R 13295 13297 10015 0 -1 4202496 20774 0 0 0 221692 27363 0 0 15 0 4 0 1107846498 561623040 20730 4294967295 134512640 135680988 3217969200 3217968444 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/13297/statm: 137115 20730 103 286 0 136827 0
[pid=13297/tid=13299] ppid=13295 vsize=548460 CPUtime=624.97
/proc/13297/task/13299/stat : 13299 (gnovelty+) R 13295 13297 10015 0 -1 4202560 110 0 0 0 55725 6772 0 0 16 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3077599580 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=13297/tid=13300] ppid=13295 vsize=548460 CPUtime=619.49
/proc/13297/task/13300/stat : 13300 (gnovelty+) R 13295 13297 10015 0 -1 4202560 112 0 0 0 55143 6806 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3068207452 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=13297/tid=13301] ppid=13295 vsize=548460 CPUtime=623.67
/proc/13297/task/13301/stat : 13301 (gnovelty+) R 13295 13297 10015 0 -1 4202560 113 0 0 0 55521 6846 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3058815324 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2490.55
Current children cumulated vsize (KiB) 548460

[startup+702.304 s]
/proc/loadavg: 4.45 4.35 3.63 5/100 15563
/proc/meminfo: memFree=133800/3368532 swapFree=1953788/1959888
[pid=13297] ppid=13295 vsize=548460 CPUtime=2723.78
/proc/13297/stat : 13297 (gnovelty+) R 13295 13297 10015 0 -1 4202496 20774 0 0 0 242526 29852 0 0 15 0 4 0 1107846498 561623040 20730 4294967295 134512640 135680988 3217969200 3217968444 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/13297/statm: 137115 20730 103 286 0 136827 0
[pid=13297/tid=13299] ppid=13295 vsize=548460 CPUtime=683.06
/proc/13297/task/13299/stat : 13299 (gnovelty+) R 13295 13297 10015 0 -1 4202560 110 0 0 0 60866 7440 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3077599580 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=13297/tid=13300] ppid=13295 vsize=548460 CPUtime=678.01
/proc/13297/task/13300/stat : 13300 (gnovelty+) R 13295 13297 10015 0 -1 4202560 112 0 0 0 60395 7406 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3068207452 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=13297/tid=13301] ppid=13295 vsize=548460 CPUtime=681.92
/proc/13297/task/13301/stat : 13301 (gnovelty+) R 13295 13297 10015 0 -1 4202560 113 0 0 0 60729 7463 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3058815324 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2723.78
Current children cumulated vsize (KiB) 548460

[startup+762.309 s]
/proc/loadavg: 4.38 4.36 3.67 6/100 15751
/proc/meminfo: memFree=133740/3368532 swapFree=1953788/1959888
[pid=13297] ppid=13295 vsize=548460 CPUtime=2954.89
/proc/13297/stat : 13297 (gnovelty+) R 13295 13297 10015 0 -1 4202496 20774 0 0 0 263123 32366 0 0 16 0 4 0 1107846498 561623040 20730 4294967295 134512640 135680988 3217969200 3217968444 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/13297/statm: 137115 20730 103 286 0 136827 0
[pid=13297/tid=13299] ppid=13295 vsize=548460 CPUtime=740.99
/proc/13297/task/13299/stat : 13299 (gnovelty+) R 13295 13297 10015 0 -1 4202560 110 0 0 0 65993 8106 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3077599580 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=13297/tid=13300] ppid=13295 vsize=548460 CPUtime=735.03
/proc/13297/task/13300/stat : 13300 (gnovelty+) R 13295 13297 10015 0 -1 4202560 112 0 0 0 65473 8030 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3068207452 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=13297/tid=13301] ppid=13295 vsize=548460 CPUtime=739.83
/proc/13297/task/13301/stat : 13301 (gnovelty+) R 13295 13297 10015 0 -1 4202560 113 0 0 0 65912 8071 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3058815324 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2954.89
Current children cumulated vsize (KiB) 548460

[startup+822.314 s]
/proc/loadavg: 4.20 4.31 3.69 4/100 15943
/proc/meminfo: memFree=133420/3368532 swapFree=1953788/1959888
[pid=13297] ppid=13295 vsize=548460 CPUtime=3186.51
/proc/13297/stat : 13297 (gnovelty+) R 13295 13297 10015 0 -1 4202496 20774 0 0 0 283690 34961 0 0 15 0 4 0 1107846498 561623040 20730 4294967295 134512640 135680988 3217969200 3217968444 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/13297/statm: 137115 20730 103 286 0 136827 0
[pid=13297/tid=13299] ppid=13295 vsize=548460 CPUtime=798.24
/proc/13297/task/13299/stat : 13299 (gnovelty+) R 13295 13297 10015 0 -1 4202560 110 0 0 0 71061 8763 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3077599580 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=13297/tid=13300] ppid=13295 vsize=548460 CPUtime=792.8
/proc/13297/task/13300/stat : 13300 (gnovelty+) R 13295 13297 10015 0 -1 4202560 112 0 0 0 70614 8666 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3068207452 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=13297/tid=13301] ppid=13295 vsize=548460 CPUtime=798.12
/proc/13297/task/13301/stat : 13301 (gnovelty+) R 13295 13297 10015 0 -1 4202560 113 0 0 0 71086 8726 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3058815324 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3186.51
Current children cumulated vsize (KiB) 548460

[startup+882.319 s]
/proc/loadavg: 4.27 4.29 3.73 5/100 16130
/proc/meminfo: memFree=133420/3368532 swapFree=1953788/1959888
[pid=13297] ppid=13295 vsize=548460 CPUtime=3420.5
/proc/13297/stat : 13297 (gnovelty+) R 13295 13297 10015 0 -1 4202496 20774 0 0 0 304449 37601 0 0 15 0 4 0 1107846498 561623040 20730 4294967295 134512640 135680988 3217969200 3217968444 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/13297/statm: 137115 20730 103 286 0 136827 0
[pid=13297/tid=13299] ppid=13295 vsize=548460 CPUtime=856.76
/proc/13297/task/13299/stat : 13299 (gnovelty+) R 13295 13297 10015 0 -1 4202560 110 0 0 0 76259 9417 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3077599580 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=13297/tid=13300] ppid=13295 vsize=548460 CPUtime=850.81
/proc/13297/task/13300/stat : 13300 (gnovelty+) R 13295 13297 10015 0 -1 4202560 112 0 0 0 75760 9321 0 0 16 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3068207452 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=13297/tid=13301] ppid=13295 vsize=548460 CPUtime=856.78
/proc/13297/task/13301/stat : 13301 (gnovelty+) R 13295 13297 10015 0 -1 4202560 113 0 0 0 76287 9391 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3058815324 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3420.5
Current children cumulated vsize (KiB) 548460

[startup+942.313 s]
/proc/loadavg: 4.11 4.24 3.74 6/100 16317
/proc/meminfo: memFree=133468/3368532 swapFree=1953788/1959888
[pid=13297] ppid=13295 vsize=548460 CPUtime=3652.47
/proc/13297/stat : 13297 (gnovelty+) R 13295 13297 10015 0 -1 4202496 20774 0 0 0 325098 40149 0 0 16 0 4 0 1107846498 561623040 20730 4294967295 134512640 135680988 3217969200 3217968444 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/13297/statm: 137115 20730 103 286 0 136827 0
[pid=13297/tid=13299] ppid=13295 vsize=548460 CPUtime=914.55
/proc/13297/task/13299/stat : 13299 (gnovelty+) R 13295 13297 10015 0 -1 4202560 110 0 0 0 81419 10036 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3077599580 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=13297/tid=13300] ppid=13295 vsize=548460 CPUtime=908.72
/proc/13297/task/13300/stat : 13300 (gnovelty+) R 13295 13297 10015 0 -1 4202560 112 0 0 0 80877 9995 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3068207452 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=13297/tid=13301] ppid=13295 vsize=548460 CPUtime=915.14
/proc/13297/task/13301/stat : 13301 (gnovelty+) R 13295 13297 10015 0 -1 4202560 113 0 0 0 81495 10019 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3058815324 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3652.47
Current children cumulated vsize (KiB) 548460



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.22 4.24 3.77 5/100 16506
/proc/meminfo: memFree=133520/3368532 swapFree=1953788/1959888
[pid=13297] ppid=13295 vsize=548460 CPUtime=3873.17
/proc/13297/stat : 13297 (gnovelty+) R 13295 13297 10015 0 -1 4202496 20774 0 0 0 344815 42502 0 0 15 0 4 0 1107846498 561623040 20730 4294967295 134512640 135680988 3217969200 3217968444 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/13297/statm: 137115 20730 103 286 0 136827 0
[pid=13297/tid=13299] ppid=13295 vsize=548460 CPUtime=969.45
/proc/13297/task/13299/stat : 13299 (gnovelty+) R 13295 13297 10015 0 -1 4202560 110 0 0 0 86346 10599 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3077599580 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=13297/tid=13300] ppid=13295 vsize=548460 CPUtime=963.99
/proc/13297/task/13300/stat : 13300 (gnovelty+) R 13295 13297 10015 0 -1 4202560 112 0 0 0 85847 10552 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3068207452 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=13297/tid=13301] ppid=13295 vsize=548460 CPUtime=970.83
/proc/13297/task/13301/stat : 13301 (gnovelty+) R 13295 13297 10015 0 -1 4202560 113 0 0 0 86429 10654 0 0 15 0 4 0 1107846512 561623040 20730 4294967295 134512640 135680988 3217969200 3058815324 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3873.17
Current children cumulated vsize (KiB) 548460

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1000.03
CPU time (s): 3873.25
CPU user time (s): 3448.21
CPU system time (s): 425.04
CPU usage (%): 387.311
Max. virtual memory (cumulated for all children) (KiB): 548460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3448.21
system time used= 425.04
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20774
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= 14250974
involuntary context switches= 57360

runsolver used 0.01 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-27 15:43:44
IDJOB=1777033
IDBENCH=70193
IDSOLVER=617
FILE ID=/1777033-1243431824
PBS_JOBID=
Free space on /tmp= 6476 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (4 threads)
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/1000/unif-k5-r20-v1000-c20000-S2054549948-012.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1777033-1243431824/watcher-1777033-1243431824 -o /tmp/evaluation-result-1777033-1243431824/solver-1777033-1243431824 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1777033-1243431824.cnf 2038544528 4

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

MD5SUM BENCH= 60b6e2588c02cbe8eea228421d953cc1
RANDOM SEED= 2038544528

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.061
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.41
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.061
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.061
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.061
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:        216544 kB
Buffers:         46744 kB
Cached:        2935332 kB
SwapCached:       2256 kB
Active:        1730532 kB
Inactive:      1260692 kB
HighTotal:     2489216 kB
HighFree:        86316 kB
LowTotal:       879316 kB
LowFree:        130228 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:            1856 kB
Writeback:           0 kB
AnonPages:        8404 kB
Mapped:           3232 kB
Slab:           150752 kB
SReclaimable:   137232 kB
SUnreclaim:      13520 kB
PageTables:        464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    88476 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 6476 MiB
End job on  at 2009-05-27 16:00:26