Trace number 1777897

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

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/65/
unif-k7-r89-v65-c5785-S1610649331-094.cnf
MD5SUM559244527104bd6e88d823e1ca1028fc
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 variables65
Number of clauses5785
Sum of the clauses size40495
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55785

Solver Data

0.04/0.10	c +------------------------------+
0.04/0.10	c | gNovelty+, version 1.0       |
0.04/0.10	c +------------------------------+
0.04/0.10	c gnovelty+ -h for help
0.04/0.10	c 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1777897-1243460618/watcher-1777897-1243460618 -o /tmp/evaluation-result-1777897-1243460618/solver-1777897-1243460618 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1777897-1243460618.cnf 834771404 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: 5.01 4.88 4.77 3/115 23890
/proc/meminfo: memFree=3160344/3368532 swapFree=1941392/1959888
[pid=23890] ppid=23888 vsize=509232 CPUtime=0.01
/proc/23890/stat : 23890 (gnovelty+) R 23888 23890 24991 0 -1 4202496 1741 0 0 0 1 0 0 0 18 0 1 0 1110741571 521453568 1698 4294967295 134512640 135680988 3217198976 3217198240 134537167 0 0 0 0 0 0 0 17 2 0 0 0
/proc/23890/statm: 127308 1707 99 286 0 127020 0

[startup+0.031736 s]
/proc/loadavg: 5.01 4.88 4.77 3/115 23890
/proc/meminfo: memFree=3160344/3368532 swapFree=1941392/1959888
[pid=23890] ppid=23888 vsize=517048 CPUtime=0.04
/proc/23890/stat : 23890 (gnovelty+) R 23888 23890 24991 0 -1 4202496 9928 0 0 0 3 1 0 0 18 0 1 0 1110741571 529457152 9885 4294967295 134512640 135680988 3217198976 3217197084 134958286 0 0 0 0 0 0 0 17 2 0 0 0
/proc/23890/statm: 129262 9885 99 286 0 128974 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 517048

[startup+0.101718 s]
/proc/loadavg: 5.01 4.88 4.77 3/115 23890
/proc/meminfo: memFree=3160344/3368532 swapFree=1941392/1959888
[pid=23890] ppid=23888 vsize=546360 CPUtime=0.11
/proc/23890/stat : 23890 (gnovelty+) R 23888 23890 24991 0 -1 4202496 19864 0 0 0 8 3 0 0 18 0 4 0 1110741571 559472640 19820 4294967295 134512640 135680988 3217198976 3217198256 134541312 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/23890/statm: 136590 19820 103 286 0 136302 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 546360

[startup+0.301704 s]
/proc/loadavg: 5.01 4.88 4.77 3/115 23890
/proc/meminfo: memFree=3160344/3368532 swapFree=1941392/1959888
[pid=23890] ppid=23888 vsize=546360 CPUtime=0.86
/proc/23890/stat : 23890 (gnovelty+) R 23888 23890 24991 0 -1 4202496 19948 0 0 0 81 5 0 0 18 0 4 0 1110741571 559472640 19904 4294967295 134512640 135680988 3217198976 3217198220 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/23890/statm: 136590 19904 103 286 0 136302 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 546360

[startup+0.701688 s]
/proc/loadavg: 5.01 4.88 4.77 3/115 23890
/proc/meminfo: memFree=3160344/3368532 swapFree=1941392/1959888
[pid=23890] ppid=23888 vsize=546360 CPUtime=2.46
/proc/23890/stat : 23890 (gnovelty+) R 23888 23890 24991 0 -1 4202496 19948 0 0 0 235 11 0 0 16 0 4 0 1110741571 559472640 19904 4294967295 134512640 135680988 3217198976 3217198220 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/23890/statm: 136590 19904 103 286 0 136302 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 546360

[startup+1.50176 s]
/proc/loadavg: 5.01 4.88 4.77 8/119 23894
/proc/meminfo: memFree=3081408/3368532 swapFree=1941392/1959888
[pid=23890] ppid=23888 vsize=546360 CPUtime=5.51
/proc/23890/stat : 23890 (gnovelty+) R 23888 23890 24991 0 -1 4202496 19948 0 0 0 535 16 0 0 15 0 4 0 1110741571 559472640 19904 4294967295 134512640 135680988 3217198976 3217198220 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/23890/statm: 136590 19904 103 286 0 136302 0
[pid=23890/tid=23892] ppid=23888 vsize=546360 CPUtime=1.32
/proc/23890/task/23892/stat : 23892 (gnovelty+) R 23888 23890 24991 0 -1 4202560 27 0 0 0 127 5 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3077271900 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23890/tid=23893] ppid=23888 vsize=546360 CPUtime=1.38
/proc/23890/task/23893/stat : 23893 (gnovelty+) R 23888 23890 24991 0 -1 4202560 28 0 0 0 135 3 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3067879772 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23890/tid=23894] ppid=23888 vsize=546360 CPUtime=1.37
/proc/23890/task/23894/stat : 23894 (gnovelty+) R 23888 23890 24991 0 -1 4202560 29 0 0 0 134 3 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3058487644 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.51
Current children cumulated vsize (KiB) 546360

[startup+3.11434 s]
/proc/loadavg: 4.93 4.87 4.77 5/119 23894
/proc/meminfo: memFree=3081060/3368532 swapFree=1941392/1959888
[pid=23890] ppid=23888 vsize=546360 CPUtime=11.93
/proc/23890/stat : 23890 (gnovelty+) R 23888 23890 24991 0 -1 4202496 19948 0 0 0 1168 25 0 0 15 0 4 0 1110741571 559472640 19904 4294967295 134512640 135680988 3217198976 3217198220 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/23890/statm: 136590 19904 103 286 0 136302 0
[pid=23890/tid=23892] ppid=23888 vsize=546360 CPUtime=2.93
/proc/23890/task/23892/stat : 23892 (gnovelty+) R 23888 23890 24991 0 -1 4202560 27 0 0 0 285 8 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3077271900 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23890/tid=23893] ppid=23888 vsize=546360 CPUtime=2.98
/proc/23890/task/23893/stat : 23893 (gnovelty+) R 23888 23890 24991 0 -1 4202560 28 0 0 0 293 5 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3067879772 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=23890/tid=23894] ppid=23888 vsize=546360 CPUtime=2.98
/proc/23890/task/23894/stat : 23894 (gnovelty+) R 23888 23890 24991 0 -1 4202560 29 0 0 0 294 4 0 0 16 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3058487644 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.93
Current children cumulated vsize (KiB) 546360

[startup+6.30147 s]
/proc/loadavg: 4.93 4.87 4.77 7/119 23894
/proc/meminfo: memFree=3080936/3368532 swapFree=1941392/1959888
[pid=23890] ppid=23888 vsize=546360 CPUtime=24.64
/proc/23890/stat : 23890 (gnovelty+) R 23888 23890 24991 0 -1 4202496 19948 0 0 0 2411 53 0 0 15 0 4 0 1110741571 559472640 19904 4294967295 134512640 135680988 3217198976 3217198220 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/23890/statm: 136590 19904 103 286 0 136302 0
[pid=23890/tid=23892] ppid=23888 vsize=546360 CPUtime=6.12
/proc/23890/task/23892/stat : 23892 (gnovelty+) R 23888 23890 24991 0 -1 4202560 27 0 0 0 598 14 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3077271900 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23890/tid=23893] ppid=23888 vsize=546360 CPUtime=6.12
/proc/23890/task/23893/stat : 23893 (gnovelty+) R 23888 23890 24991 0 -1 4202560 28 0 0 0 598 14 0 0 16 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3067879860 134533505 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=23890/tid=23894] ppid=23888 vsize=546360 CPUtime=6.17
/proc/23890/task/23894/stat : 23894 (gnovelty+) R 23888 23890 24991 0 -1 4202560 29 0 0 0 606 11 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3058487644 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.64
Current children cumulated vsize (KiB) 546360

[startup+12.7016 s]
/proc/loadavg: 4.86 4.85 4.77 7/119 23894
/proc/meminfo: memFree=3080876/3368532 swapFree=1941392/1959888
[pid=23890] ppid=23888 vsize=546360 CPUtime=50.02
/proc/23890/stat : 23890 (gnovelty+) R 23888 23890 24991 0 -1 4202496 19948 0 0 0 4907 95 0 0 16 0 4 0 1110741571 559472640 19904 4294967295 134512640 135680988 3217198976 3217198220 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/23890/statm: 136590 19904 103 286 0 136302 0
[pid=23890/tid=23892] ppid=23888 vsize=546360 CPUtime=12.45
/proc/23890/task/23892/stat : 23892 (gnovelty+) R 23888 23890 24991 0 -1 4202560 27 0 0 0 1220 25 0 0 16 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3077271900 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23890/tid=23893] ppid=23888 vsize=546360 CPUtime=12.48
/proc/23890/task/23893/stat : 23893 (gnovelty+) R 23888 23890 24991 0 -1 4202560 28 0 0 0 1224 24 0 0 16 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3067879772 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23890/tid=23894] ppid=23888 vsize=546360 CPUtime=12.57
/proc/23890/task/23894/stat : 23894 (gnovelty+) R 23888 23890 24991 0 -1 4202560 29 0 0 0 1237 20 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3058487644 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.02
Current children cumulated vsize (KiB) 546360

[startup+25.5112 s]
/proc/loadavg: 5.04 4.89 4.78 6/119 24077
/proc/meminfo: memFree=3080672/3368532 swapFree=1941392/1959888
[pid=23890] ppid=23888 vsize=546360 CPUtime=100.19
/proc/23890/stat : 23890 (gnovelty+) R 23888 23890 24991 0 -1 4202496 19948 0 0 0 9825 194 0 0 16 0 4 0 1110741571 559472640 19904 4294967295 134512640 135680988 3217198976 3217198220 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/23890/statm: 136590 19904 103 286 0 136302 0
[pid=23890/tid=23892] ppid=23888 vsize=546360 CPUtime=25.03
/proc/23890/task/23892/stat : 23892 (gnovelty+) R 23888 23890 24991 0 -1 4202560 27 0 0 0 2454 49 0 0 16 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3077271900 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23890/tid=23893] ppid=23888 vsize=546360 CPUtime=25.01
/proc/23890/task/23893/stat : 23893 (gnovelty+) R 23888 23890 24991 0 -1 4202560 28 0 0 0 2455 46 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3067879772 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23890/tid=23894] ppid=23888 vsize=546360 CPUtime=25.12
/proc/23890/task/23894/stat : 23894 (gnovelty+) R 23888 23890 24991 0 -1 4202560 29 0 0 0 2463 49 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3058487644 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 100.19
Current children cumulated vsize (KiB) 546360

[startup+51.1111 s]
/proc/loadavg: 4.88 4.87 4.77 5/119 24082
/proc/meminfo: memFree=3080800/3368532 swapFree=1941392/1959888
[pid=23890] ppid=23888 vsize=546360 CPUtime=199.38
/proc/23890/stat : 23890 (gnovelty+) R 23888 23890 24991 0 -1 4202496 19948 0 0 0 19558 380 0 0 15 0 4 0 1110741571 559472640 19904 4294967295 134512640 135680988 3217198976 3217198220 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/23890/statm: 136590 19904 103 286 0 136302 0
[pid=23890/tid=23892] ppid=23888 vsize=546360 CPUtime=50.02
/proc/23890/task/23892/stat : 23892 (gnovelty+) R 23888 23890 24991 0 -1 4202560 27 0 0 0 4920 82 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3077271900 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23890/tid=23893] ppid=23888 vsize=546360 CPUtime=49.63
/proc/23890/task/23893/stat : 23893 (gnovelty+) R 23888 23890 24991 0 -1 4202560 28 0 0 0 4866 97 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3067879772 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23890/tid=23894] ppid=23888 vsize=546360 CPUtime=49.86
/proc/23890/task/23894/stat : 23894 (gnovelty+) R 23888 23890 24991 0 -1 4202560 29 0 0 0 4885 101 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3058487644 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 199.38
Current children cumulated vsize (KiB) 546360

[startup+102.321 s]
/proc/loadavg: 4.83 4.85 4.77 5/119 24270
/proc/meminfo: memFree=3080708/3368532 swapFree=1941392/1959888
[pid=23890] ppid=23888 vsize=546360 CPUtime=398.01
/proc/23890/stat : 23890 (gnovelty+) R 23888 23890 24991 0 -1 4202496 19948 0 0 0 39031 770 0 0 16 0 4 0 1110741571 559472640 19904 4294967295 134512640 135680988 3217198976 3217198220 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/23890/statm: 136590 19904 103 286 0 136302 0
[pid=23890/tid=23892] ppid=23888 vsize=546360 CPUtime=99.66
/proc/23890/task/23892/stat : 23892 (gnovelty+) R 23888 23890 24991 0 -1 4202560 27 0 0 0 9793 173 0 0 16 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3077271900 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=23890/tid=23893] ppid=23888 vsize=546360 CPUtime=99.32
/proc/23890/task/23893/stat : 23893 (gnovelty+) R 23888 23890 24991 0 -1 4202560 28 0 0 0 9737 195 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3067879772 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23890/tid=23894] ppid=23888 vsize=546360 CPUtime=99.75
/proc/23890/task/23894/stat : 23894 (gnovelty+) R 23888 23890 24991 0 -1 4202560 29 0 0 0 9781 194 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3058487644 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 398.01
Current children cumulated vsize (KiB) 546360

[startup+162.305 s]
/proc/loadavg: 4.88 4.86 4.78 6/119 24459
/proc/meminfo: memFree=3080792/3368532 swapFree=1941392/1959888
[pid=23890] ppid=23888 vsize=546360 CPUtime=628.19
/proc/23890/stat : 23890 (gnovelty+) R 23888 23890 24991 0 -1 4202496 19948 0 0 0 61573 1246 0 0 15 0 4 0 1110741571 559472640 19904 4294967295 134512640 135680988 3217198976 3217198220 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/23890/statm: 136590 19904 103 286 0 136302 0
[pid=23890/tid=23892] ppid=23888 vsize=546360 CPUtime=157.76
/proc/23890/task/23892/stat : 23892 (gnovelty+) R 23888 23890 24991 0 -1 4202560 27 0 0 0 15474 302 0 0 16 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3077271988 134534538 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23890/tid=23893] ppid=23888 vsize=546360 CPUtime=156.47
/proc/23890/task/23893/stat : 23893 (gnovelty+) R 23888 23890 24991 0 -1 4202560 28 0 0 0 15357 290 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3067879772 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=23890/tid=23894] ppid=23888 vsize=546360 CPUtime=156.87
/proc/23890/task/23894/stat : 23894 (gnovelty+) R 23888 23890 24991 0 -1 4202560 29 0 0 0 15373 314 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3058487644 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 628.19
Current children cumulated vsize (KiB) 546360

[startup+222.313 s]
/proc/loadavg: 4.96 4.86 4.78 5/119 24648
/proc/meminfo: memFree=3080636/3368532 swapFree=1941392/1959888
[pid=23890] ppid=23888 vsize=546360 CPUtime=859.35
/proc/23890/stat : 23890 (gnovelty+) R 23888 23890 24991 0 -1 4202496 19948 0 0 0 84255 1680 0 0 16 0 4 0 1110741571 559472640 19904 4294967295 134512640 135680988 3217198976 3217198220 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/23890/statm: 136590 19904 103 286 0 136302 0
[pid=23890/tid=23892] ppid=23888 vsize=546360 CPUtime=215.68
/proc/23890/task/23892/stat : 23892 (gnovelty+) R 23888 23890 24991 0 -1 4202560 27 0 0 0 21151 417 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3077271900 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23890/tid=23893] ppid=23888 vsize=546360 CPUtime=214
/proc/23890/task/23893/stat : 23893 (gnovelty+) R 23888 23890 24991 0 -1 4202560 28 0 0 0 20998 402 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3067879772 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=23890/tid=23894] ppid=23888 vsize=546360 CPUtime=214.27
/proc/23890/task/23894/stat : 23894 (gnovelty+) R 23888 23890 24991 0 -1 4202560 29 0 0 0 21009 418 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3058487644 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 859.35
Current children cumulated vsize (KiB) 546360

[startup+282.319 s]
/proc/loadavg: 4.76 4.82 4.77 5/119 24835
/proc/meminfo: memFree=3080636/3368532 swapFree=1941392/1959888
[pid=23890] ppid=23888 vsize=546360 CPUtime=1092.56
/proc/23890/stat : 23890 (gnovelty+) R 23888 23890 24991 0 -1 4202496 19948 0 0 0 107136 2120 0 0 16 0 4 0 1110741571 559472640 19904 4294967295 134512640 135680988 3217198976 3217198220 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23890/statm: 136590 19904 103 286 0 136302 0
[pid=23890/tid=23892] ppid=23888 vsize=546360 CPUtime=274.43
/proc/23890/task/23892/stat : 23892 (gnovelty+) R 23888 23890 24991 0 -1 4202560 27 0 0 0 26904 539 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3077271900 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=23890/tid=23893] ppid=23888 vsize=546360 CPUtime=272.2
/proc/23890/task/23893/stat : 23893 (gnovelty+) R 23888 23890 24991 0 -1 4202560 28 0 0 0 26701 519 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3067879772 134957681 0 0 0 0 0 0 0 -1 2 0 0 0

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

[pid=23890] ppid=23888 vsize=546360 CPUtime=1555.91
/proc/23890/stat : 23890 (gnovelty+) R 23888 23890 24991 0 -1 4202496 19948 0 0 0 152597 2994 0 0 15 0 4 0 1110741571 559472640 19904 4294967295 134512640 135680988 3217198976 3217198220 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/23890/statm: 136590 19904 103 286 0 136302 0
[pid=23890/tid=23892] ppid=23888 vsize=546360 CPUtime=389.99
/proc/23890/task/23892/stat : 23892 (gnovelty+) R 23888 23890 24991 0 -1 4202560 27 0 0 0 38232 767 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3077271900 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23890/tid=23893] ppid=23888 vsize=546360 CPUtime=388.4
/proc/23890/task/23893/stat : 23893 (gnovelty+) R 23888 23890 24991 0 -1 4202560 28 0 0 0 38098 742 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3067879772 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23890/tid=23894] ppid=23888 vsize=546360 CPUtime=388.5
/proc/23890/task/23894/stat : 23894 (gnovelty+) R 23888 23890 24991 0 -1 4202560 29 0 0 0 38105 745 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3058487644 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1555.91
Current children cumulated vsize (KiB) 546360

[startup+462.313 s]
/proc/loadavg: 4.76 4.77 4.75 6/119 25407
/proc/meminfo: memFree=3080668/3368532 swapFree=1941392/1959888
[pid=23890] ppid=23888 vsize=546360 CPUtime=1788.48
/proc/23890/stat : 23890 (gnovelty+) R 23888 23890 24991 0 -1 4202496 19948 0 0 0 175410 3438 0 0 15 0 4 0 1110741571 559472640 19904 4294967295 134512640 135680988 3217198976 3217198220 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/23890/statm: 136590 19904 103 286 0 136302 0
[pid=23890/tid=23892] ppid=23888 vsize=546360 CPUtime=448.42
/proc/23890/task/23892/stat : 23892 (gnovelty+) R 23888 23890 24991 0 -1 4202560 27 0 0 0 43962 880 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3077271900 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=23890/tid=23893] ppid=23888 vsize=546360 CPUtime=446.92
/proc/23890/task/23893/stat : 23893 (gnovelty+) R 23888 23890 24991 0 -1 4202560 28 0 0 0 43840 852 0 0 16 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3067879772 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23890/tid=23894] ppid=23888 vsize=546360 CPUtime=446.37
/proc/23890/task/23894/stat : 23894 (gnovelty+) R 23888 23890 24991 0 -1 4202560 29 0 0 0 43773 864 0 0 16 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3058487644 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1788.48
Current children cumulated vsize (KiB) 546360

[startup+522.311 s]
/proc/loadavg: 4.84 4.80 4.76 6/119 25596
/proc/meminfo: memFree=3080636/3368532 swapFree=1941392/1959888
[pid=23890] ppid=23888 vsize=546360 CPUtime=2017.26
/proc/23890/stat : 23890 (gnovelty+) R 23888 23890 24991 0 -1 4202496 19948 0 0 0 197865 3861 0 0 15 0 4 0 1110741571 559472640 19904 4294967295 134512640 135680988 3217198976 3217198220 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/23890/statm: 136590 19904 103 286 0 136302 0
[pid=23890/tid=23892] ppid=23888 vsize=546360 CPUtime=506.12
/proc/23890/task/23892/stat : 23892 (gnovelty+) R 23888 23890 24991 0 -1 4202560 27 0 0 0 49621 991 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3077271900 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=23890/tid=23893] ppid=23888 vsize=546360 CPUtime=503.55
/proc/23890/task/23893/stat : 23893 (gnovelty+) R 23888 23890 24991 0 -1 4202560 28 0 0 0 49391 964 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3067879772 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23890/tid=23894] ppid=23888 vsize=546360 CPUtime=503.88
/proc/23890/task/23894/stat : 23894 (gnovelty+) R 23888 23890 24991 0 -1 4202560 29 0 0 0 49417 971 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3058487644 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2017.26
Current children cumulated vsize (KiB) 546360

[startup+582.32 s]
/proc/loadavg: 5.41 4.94 4.81 6/119 25783
/proc/meminfo: memFree=3080488/3368532 swapFree=1941392/1959888
[pid=23890] ppid=23888 vsize=546360 CPUtime=2249.52
/proc/23890/stat : 23890 (gnovelty+) R 23888 23890 24991 0 -1 4202496 19948 0 0 0 220667 4285 0 0 16 0 4 0 1110741571 559472640 19904 4294967295 134512640 135680988 3217198976 3217198220 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23890/statm: 136590 19904 103 286 0 136302 0
[pid=23890/tid=23892] ppid=23888 vsize=546360 CPUtime=564.83
/proc/23890/task/23892/stat : 23892 (gnovelty+) R 23888 23890 24991 0 -1 4202560 27 0 0 0 55375 1108 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3077271900 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23890/tid=23893] ppid=23888 vsize=546360 CPUtime=561.3
/proc/23890/task/23893/stat : 23893 (gnovelty+) R 23888 23890 24991 0 -1 4202560 28 0 0 0 55060 1070 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3067879772 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=23890/tid=23894] ppid=23888 vsize=546360 CPUtime=561.27
/proc/23890/task/23894/stat : 23894 (gnovelty+) R 23888 23890 24991 0 -1 4202560 29 0 0 0 55075 1052 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3058487644 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2249.52
Current children cumulated vsize (KiB) 546360

[startup+642.316 s]
/proc/loadavg: 5.13 4.97 4.83 6/119 25969
/proc/meminfo: memFree=3080444/3368532 swapFree=1941392/1959888
[pid=23890] ppid=23888 vsize=546360 CPUtime=2480.67
/proc/23890/stat : 23890 (gnovelty+) R 23888 23890 24991 0 -1 4202496 19948 0 0 0 243365 4702 0 0 15 0 4 0 1110741571 559472640 19904 4294967295 134512640 135680988 3217198976 3217198220 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/23890/statm: 136590 19904 103 286 0 136302 0
[pid=23890/tid=23892] ppid=23888 vsize=546360 CPUtime=623.05
/proc/23890/task/23892/stat : 23892 (gnovelty+) R 23888 23890 24991 0 -1 4202560 27 0 0 0 61094 1211 0 0 16 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3077271900 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23890/tid=23893] ppid=23888 vsize=546360 CPUtime=619.21
/proc/23890/task/23893/stat : 23893 (gnovelty+) R 23888 23890 24991 0 -1 4202560 28 0 0 0 60749 1172 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3067879772 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23890/tid=23894] ppid=23888 vsize=546360 CPUtime=618.84
/proc/23890/task/23894/stat : 23894 (gnovelty+) R 23888 23890 24991 0 -1 4202560 29 0 0 0 60719 1165 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3058487644 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2480.67
Current children cumulated vsize (KiB) 546360

[startup+702.306 s]
/proc/loadavg: 4.93 4.94 4.82 6/119 26157
/proc/meminfo: memFree=3080692/3368532 swapFree=1941392/1959888
[pid=23890] ppid=23888 vsize=546360 CPUtime=2713.03
/proc/23890/stat : 23890 (gnovelty+) R 23888 23890 24991 0 -1 4202496 19948 0 0 0 266193 5110 0 0 15 0 4 0 1110741571 559472640 19904 4294967295 134512640 135680988 3217198976 3217198220 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23890/statm: 136590 19904 103 286 0 136302 0
[pid=23890/tid=23892] ppid=23888 vsize=546360 CPUtime=680.74
/proc/23890/task/23892/stat : 23892 (gnovelty+) R 23888 23890 24991 0 -1 4202560 27 0 0 0 66759 1315 0 0 16 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3077271900 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23890/tid=23893] ppid=23888 vsize=546360 CPUtime=677.68
/proc/23890/task/23893/stat : 23893 (gnovelty+) R 23888 23890 24991 0 -1 4202560 28 0 0 0 66497 1271 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3067879772 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=23890/tid=23894] ppid=23888 vsize=546360 CPUtime=677.18
/proc/23890/task/23894/stat : 23894 (gnovelty+) R 23888 23890 24991 0 -1 4202560 29 0 0 0 66443 1275 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3058487644 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2713.03
Current children cumulated vsize (KiB) 546360

[startup+762.322 s]
/proc/loadavg: 4.79 4.90 4.81 6/119 26346
/proc/meminfo: memFree=3080668/3368532 swapFree=1941392/1959888
[pid=23890] ppid=23888 vsize=546360 CPUtime=2948.16
/proc/23890/stat : 23890 (gnovelty+) R 23888 23890 24991 0 -1 4202496 19948 0 0 0 289232 5584 0 0 15 0 4 0 1110741571 559472640 19904 4294967295 134512640 135680988 3217198976 3217198220 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23890/statm: 136590 19904 103 286 0 136302 0
[pid=23890/tid=23892] ppid=23888 vsize=546360 CPUtime=739.32
/proc/23890/task/23892/stat : 23892 (gnovelty+) R 23888 23890 24991 0 -1 4202560 27 0 0 0 72502 1430 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3077271900 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23890/tid=23893] ppid=23888 vsize=546360 CPUtime=736.58
/proc/23890/task/23893/stat : 23893 (gnovelty+) R 23888 23890 24991 0 -1 4202560 28 0 0 0 72255 1403 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3067879772 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=23890/tid=23894] ppid=23888 vsize=546360 CPUtime=736.13
/proc/23890/task/23894/stat : 23894 (gnovelty+) R 23888 23890 24991 0 -1 4202560 29 0 0 0 72218 1395 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3058487644 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2948.16
Current children cumulated vsize (KiB) 546360

[startup+822.312 s]
/proc/loadavg: 4.96 4.92 4.82 5/119 26539
/proc/meminfo: memFree=3080660/3368532 swapFree=1941392/1959888
[pid=23890] ppid=23888 vsize=546360 CPUtime=3181.51
/proc/23890/stat : 23890 (gnovelty+) R 23888 23890 24991 0 -1 4202496 19948 0 0 0 312127 6024 0 0 15 0 4 0 1110741571 559472640 19904 4294967295 134512640 135680988 3217198976 3217198220 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/23890/statm: 136590 19904 103 286 0 136302 0
[pid=23890/tid=23892] ppid=23888 vsize=546360 CPUtime=797.89
/proc/23890/task/23892/stat : 23892 (gnovelty+) R 23888 23890 24991 0 -1 4202560 27 0 0 0 78226 1563 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3077271900 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=23890/tid=23893] ppid=23888 vsize=546360 CPUtime=795.38
/proc/23890/task/23893/stat : 23893 (gnovelty+) R 23888 23890 24991 0 -1 4202560 28 0 0 0 78030 1508 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3067879772 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23890/tid=23894] ppid=23888 vsize=546360 CPUtime=794.02
/proc/23890/task/23894/stat : 23894 (gnovelty+) R 23888 23890 24991 0 -1 4202560 29 0 0 0 77915 1487 0 0 16 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3058487644 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3181.51
Current children cumulated vsize (KiB) 546360

[startup+882.314 s]
/proc/loadavg: 5.17 4.99 4.85 5/119 26726
/proc/meminfo: memFree=3080916/3368532 swapFree=1941392/1959888
[pid=23890] ppid=23888 vsize=546360 CPUtime=3415.34
/proc/23890/stat : 23890 (gnovelty+) R 23888 23890 24991 0 -1 4202496 19948 0 0 0 335087 6447 0 0 16 0 4 0 1110741571 559472640 19904 4294967295 134512640 135680988 3217198976 3217198220 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/23890/statm: 136590 19904 103 286 0 136302 0
[pid=23890/tid=23892] ppid=23888 vsize=546360 CPUtime=856.31
/proc/23890/task/23892/stat : 23892 (gnovelty+) R 23888 23890 24991 0 -1 4202560 27 0 0 0 83960 1671 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3077271900 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23890/tid=23893] ppid=23888 vsize=546360 CPUtime=854.29
/proc/23890/task/23893/stat : 23893 (gnovelty+) R 23888 23890 24991 0 -1 4202560 28 0 0 0 83825 1604 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3067879772 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=23890/tid=23894] ppid=23888 vsize=546360 CPUtime=852.58
/proc/23890/task/23894/stat : 23894 (gnovelty+) R 23888 23890 24991 0 -1 4202560 29 0 0 0 83645 1613 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3058487644 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3415.34
Current children cumulated vsize (KiB) 546360

[startup+942.321 s]
/proc/loadavg: 4.71 4.89 4.82 6/119 26912
/proc/meminfo: memFree=3080512/3368532 swapFree=1941392/1959888
[pid=23890] ppid=23888 vsize=546360 CPUtime=3646.98
/proc/23890/stat : 23890 (gnovelty+) R 23888 23890 24991 0 -1 4202496 19948 0 0 0 357805 6893 0 0 15 0 4 0 1110741571 559472640 19904 4294967295 134512640 135680988 3217198976 3217198220 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/23890/statm: 136590 19904 103 286 0 136302 0
[pid=23890/tid=23892] ppid=23888 vsize=546360 CPUtime=914.15
/proc/23890/task/23892/stat : 23892 (gnovelty+) R 23888 23890 24991 0 -1 4202560 27 0 0 0 89634 1781 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3077271900 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23890/tid=23893] ppid=23888 vsize=546360 CPUtime=911.59
/proc/23890/task/23893/stat : 23893 (gnovelty+) R 23888 23890 24991 0 -1 4202560 28 0 0 0 89455 1704 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3067879772 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=23890/tid=23894] ppid=23888 vsize=546360 CPUtime=910.93
/proc/23890/task/23894/stat : 23894 (gnovelty+) R 23888 23890 24991 0 -1 4202560 29 0 0 0 89370 1723 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3058487644 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3646.98
Current children cumulated vsize (KiB) 546360



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.94 4.93 4.84 5/119 27100
/proc/meminfo: memFree=3080692/3368532 swapFree=1941392/1959888
[pid=23890] ppid=23888 vsize=546360 CPUtime=3870.51
/proc/23890/stat : 23890 (gnovelty+) R 23888 23890 24991 0 -1 4202496 19948 0 0 0 379729 7322 0 0 15 0 4 0 1110741571 559472640 19904 4294967295 134512640 135680988 3217198976 3217198220 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/23890/statm: 136590 19904 103 286 0 136302 0
[pid=23890/tid=23892] ppid=23888 vsize=546360 CPUtime=969.77
/proc/23890/task/23892/stat : 23892 (gnovelty+) R 23888 23890 24991 0 -1 4202560 27 0 0 0 95084 1893 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3077271900 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23890/tid=23893] ppid=23888 vsize=546360 CPUtime=967.52
/proc/23890/task/23893/stat : 23893 (gnovelty+) R 23888 23890 24991 0 -1 4202560 28 0 0 0 94941 1811 0 0 16 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3067879772 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23890/tid=23894] ppid=23888 vsize=546360 CPUtime=967.12
/proc/23890/task/23894/stat : 23894 (gnovelty+) R 23888 23890 24991 0 -1 4202560 29 0 0 0 94885 1827 0 0 15 0 4 0 1110741581 559472640 19904 4294967295 134512640 135680988 3217198976 3058487644 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3870.51
Current children cumulated vsize (KiB) 546360

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): 3870.57
CPU user time (s): 3797.35
CPU system time (s): 73.22
CPU usage (%): 387.043
Max. virtual memory (cumulated for all children) (KiB): 546360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3797.35
system time used= 73.22
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19948
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= 1281940
involuntary context switches= 41068

runsolver used 0.44 second user time and 0.42 second system time

The end

Launcher Data

Begin job on  at 2009-05-27 23:43:38
IDJOB=1777897
IDBENCH=70481
IDSOLVER=617
FILE ID=/1777897-1243460618
PBS_JOBID=
Free space on /tmp= 15730 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (4 threads)
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/UNKNOWN/65/unif-k7-r89-v65-c5785-S1610649331-094.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1777897-1243460618/watcher-1777897-1243460618 -o /tmp/evaluation-result-1777897-1243460618/solver-1777897-1243460618 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1777897-1243460618.cnf 834771404 4

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

MD5SUM BENCH= 559244527104bd6e88d823e1ca1028fc
RANDOM SEED= 834771404

Linux (none) 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.143
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.42
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.143
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.11
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.143
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.17
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.143
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.15
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3160344 kB
Buffers:         13100 kB
Cached:         122372 kB
SwapCached:       4320 kB
Active:         105172 kB
Inactive:        40844 kB
HighTotal:     2489216 kB
HighFree:      2353588 kB
LowTotal:       879316 kB
LowFree:        806756 kB
SwapTotal:     1959888 kB
SwapFree:      1941392 kB
Dirty:            1596 kB
Writeback:           0 kB
AnonPages:        9552 kB
Mapped:           4284 kB
Slab:            50888 kB
SReclaimable:    43208 kB
SUnreclaim:       7680 kB
PageTables:        780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   127264 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15730 MiB
End job on  at 2009-05-28 00:00:20