Trace number 1777180

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

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/220/
unif-k7-r85-v220-c18700-S375588147-050.cnf
MD5SUM7f520cacbc1966b43139f7a53a60437c
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 variables220
Number of clauses18700
Sum of the clauses size130900
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 518700

Solver Data

0.11/0.14	c +------------------------------+
0.11/0.14	c | gNovelty+, version 1.0       |
0.11/0.14	c +------------------------------+
0.11/0.14	c gnovelty+ -h for help
0.11/0.14	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-1777180-1243438391/watcher-1777180-1243438391 -o /tmp/evaluation-result-1777180-1243438391/solver-1777180-1243438391 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1777180-1243438391.cnf 1528760629 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.98 5.06 4.75 3/109 31266
/proc/meminfo: memFree=717168/3368532 swapFree=1959840/1959888
[pid=31266] ppid=31264 vsize=509228 CPUtime=0.01
/proc/31266/stat : 31266 (gnovelty+) R 31264 31266 7955 0 -1 4202496 1588 0 0 0 0 1 0 0 18 0 1 0 1108501932 521449472 1545 4294967295 134512640 135680988 3219097920 3219097184 134537167 0 0 0 0 0 0 0 17 3 0 0 0
/proc/31266/statm: 127307 1553 99 286 0 127019 0

[startup+0.021548 s]
/proc/loadavg: 4.98 5.06 4.75 3/109 31266
/proc/meminfo: memFree=717168/3368532 swapFree=1959840/1959888
[pid=31266] ppid=31264 vsize=509228 CPUtime=0.02
/proc/31266/stat : 31266 (gnovelty+) R 31264 31266 7955 0 -1 4202496 6987 0 0 0 0 2 0 0 18 0 1 0 1108501932 521449472 6944 4294967295 134512640 135680988 3219097920 3219097184 134537167 0 0 0 0 0 0 0 17 3 0 0 0
/proc/31266/statm: 127307 6952 99 286 0 127019 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 509228

[startup+0.111543 s]
/proc/loadavg: 4.98 5.06 4.75 3/109 31266
/proc/meminfo: memFree=717168/3368532 swapFree=1959840/1959888
[pid=31266] ppid=31264 vsize=517040 CPUtime=0.11
/proc/31266/stat : 31266 (gnovelty+) R 31264 31266 7955 0 -1 4202496 15786 0 0 0 6 5 0 0 18 0 1 0 1108501932 529448960 15742 4294967295 134512640 135680988 3219097920 3219097184 134537842 0 0 0 0 0 0 0 17 3 0 0 0
/proc/31266/statm: 129260 15747 99 286 0 128972 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 517040

[startup+0.311532 s]
/proc/loadavg: 4.98 5.06 4.75 3/109 31266
/proc/meminfo: memFree=717168/3368532 swapFree=1959840/1959888
[pid=31266] ppid=31264 vsize=548188 CPUtime=0.73
/proc/31266/stat : 31266 (gnovelty+) R 31264 31266 7955 0 -1 4202496 20498 0 0 0 64 9 0 0 18 0 4 0 1108501932 561344512 20454 4294967295 134512640 135680988 3219097920 3219097164 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/31266/statm: 137047 20454 103 286 0 136759 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 548188

[startup+0.711512 s]
/proc/loadavg: 4.98 5.06 4.75 3/109 31266
/proc/meminfo: memFree=717168/3368532 swapFree=1959840/1959888
[pid=31266] ppid=31264 vsize=548188 CPUtime=2.33
/proc/31266/stat : 31266 (gnovelty+) R 31264 31266 7955 0 -1 4202496 20498 0 0 0 223 10 0 0 15 0 4 0 1108501932 561344512 20454 4294967295 134512640 135680988 3219097920 3219097164 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/31266/statm: 137047 20454 103 286 0 136759 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 548188

[startup+1.51278 s]
/proc/loadavg: 4.98 5.06 4.75 6/113 31270
/proc/meminfo: memFree=637148/3368532 swapFree=1959840/1959888
[pid=31266] ppid=31264 vsize=548188 CPUtime=5.47
/proc/31266/stat : 31266 (gnovelty+) R 31264 31266 7955 0 -1 4202496 20498 0 0 0 533 14 0 0 16 0 4 0 1108501932 561344512 20454 4294967295 134512640 135680988 3219097920 3219097164 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/31266/statm: 137047 20454 103 286 0 136759 0
[pid=31266/tid=31268] ppid=31264 vsize=548188 CPUtime=1.31
/proc/31266/task/31268/stat : 31268 (gnovelty+) R 31264 31266 7955 0 -1 4202560 102 0 0 0 129 2 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3077333340 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=31266/tid=31269] ppid=31264 vsize=548188 CPUtime=1.3
/proc/31266/task/31269/stat : 31269 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 130 0 0 0 16 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3067941212 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31266/tid=31270] ppid=31264 vsize=548188 CPUtime=1.34
/proc/31266/task/31270/stat : 31270 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 131 3 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3058549084 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.47
Current children cumulated vsize (KiB) 548188

[startup+3.11508 s]
/proc/loadavg: 4.98 5.06 4.75 5/113 31270
/proc/meminfo: memFree=636672/3368532 swapFree=1959840/1959888
[pid=31266] ppid=31264 vsize=548188 CPUtime=11.81
/proc/31266/stat : 31266 (gnovelty+) R 31264 31266 7955 0 -1 4202496 20498 0 0 0 1160 21 0 0 15 0 4 0 1108501932 561344512 20454 4294967295 134512640 135680988 3219097920 3219097164 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/31266/statm: 137047 20454 103 286 0 136759 0
[pid=31266/tid=31268] ppid=31264 vsize=548188 CPUtime=2.9
/proc/31266/task/31268/stat : 31268 (gnovelty+) R 31264 31266 7955 0 -1 4202560 102 0 0 0 286 4 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3077333340 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=31266/tid=31269] ppid=31264 vsize=548188 CPUtime=2.88
/proc/31266/task/31269/stat : 31269 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 288 0 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3067941212 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31266/tid=31270] ppid=31264 vsize=548188 CPUtime=2.91
/proc/31266/task/31270/stat : 31270 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 284 7 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3058549084 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.81
Current children cumulated vsize (KiB) 548188

[startup+6.311 s]
/proc/loadavg: 5.06 5.07 4.76 6/113 31270
/proc/meminfo: memFree=636672/3368532 swapFree=1959840/1959888
[pid=31266] ppid=31264 vsize=548188 CPUtime=24.16
/proc/31266/stat : 31266 (gnovelty+) R 31264 31266 7955 0 -1 4202496 20498 0 0 0 2383 33 0 0 16 0 4 0 1108501932 561344512 20454 4294967295 134512640 135680988 3219097920 3219097164 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/31266/statm: 137047 20454 103 286 0 136759 0
[pid=31266/tid=31268] ppid=31264 vsize=548188 CPUtime=5.95
/proc/31266/task/31268/stat : 31268 (gnovelty+) R 31264 31266 7955 0 -1 4202560 102 0 0 0 586 9 0 0 16 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3077333428 134533064 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=31266/tid=31269] ppid=31264 vsize=548188 CPUtime=5.95
/proc/31266/task/31269/stat : 31269 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 593 2 0 0 16 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3067941212 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31266/tid=31270] ppid=31264 vsize=548188 CPUtime=6.09
/proc/31266/task/31270/stat : 31270 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 602 7 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3058549084 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.16
Current children cumulated vsize (KiB) 548188

[startup+12.7155 s]
/proc/loadavg: 4.98 5.05 4.75 6/113 31271
/proc/meminfo: memFree=636480/3368532 swapFree=1959840/1959888
[pid=31266] ppid=31264 vsize=548188 CPUtime=48.6
/proc/31266/stat : 31266 (gnovelty+) R 31264 31266 7955 0 -1 4202496 20498 0 0 0 4791 69 0 0 16 0 4 0 1108501932 561344512 20454 4294967295 134512640 135680988 3219097920 3219097164 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/31266/statm: 137047 20454 103 286 0 136759 0
[pid=31266/tid=31268] ppid=31264 vsize=548188 CPUtime=11.98
/proc/31266/task/31268/stat : 31268 (gnovelty+) R 31264 31266 7955 0 -1 4202560 102 0 0 0 1179 19 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3077333340 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31266/tid=31269] ppid=31264 vsize=548188 CPUtime=12.01
/proc/31266/task/31269/stat : 31269 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 1191 10 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3067941212 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31266/tid=31270] ppid=31264 vsize=548188 CPUtime=12.49
/proc/31266/task/31270/stat : 31270 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 1238 11 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3058549084 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 48.6
Current children cumulated vsize (KiB) 548188

[startup+25.5182 s]
/proc/loadavg: 4.91 5.03 4.75 6/113 31277
/proc/meminfo: memFree=636296/3368532 swapFree=1959840/1959888
[pid=31266] ppid=31264 vsize=548188 CPUtime=98.28
/proc/31266/stat : 31266 (gnovelty+) R 31264 31266 7955 0 -1 4202496 20498 0 0 0 9695 133 0 0 15 0 4 0 1108501932 561344512 20454 4294967295 134512640 135680988 3219097920 3219097164 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/31266/statm: 137047 20454 103 286 0 136759 0
[pid=31266/tid=31268] ppid=31264 vsize=548188 CPUtime=24.28
/proc/31266/task/31268/stat : 31268 (gnovelty+) R 31264 31266 7955 0 -1 4202560 102 0 0 0 2390 38 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3077333340 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31266/tid=31269] ppid=31264 vsize=548188 CPUtime=24.68
/proc/31266/task/31269/stat : 31269 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 2442 26 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3067941212 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31266/tid=31270] ppid=31264 vsize=548188 CPUtime=24.85
/proc/31266/task/31270/stat : 31270 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 2461 24 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3058549084 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 98.28
Current children cumulated vsize (KiB) 548188

[startup+51.11 s]
/proc/loadavg: 5.09 5.06 4.77 5/113 31280
/proc/meminfo: memFree=636228/3368532 swapFree=1959840/1959888
[pid=31266] ppid=31264 vsize=548188 CPUtime=197.83
/proc/31266/stat : 31266 (gnovelty+) R 31264 31266 7955 0 -1 4202496 20498 0 0 0 19505 278 0 0 15 0 4 0 1108501932 561344512 20454 4294967295 134512640 135680988 3219097920 3219097164 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/31266/statm: 137047 20454 103 286 0 136759 0
[pid=31266/tid=31268] ppid=31264 vsize=548188 CPUtime=48.95
/proc/31266/task/31268/stat : 31268 (gnovelty+) R 31264 31266 7955 0 -1 4202560 102 0 0 0 4820 75 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3077333340 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=31266/tid=31269] ppid=31264 vsize=548188 CPUtime=49.41
/proc/31266/task/31269/stat : 31269 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 4886 55 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3067941212 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31266/tid=31270] ppid=31264 vsize=548188 CPUtime=49.94
/proc/31266/task/31270/stat : 31270 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 4930 64 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3058549084 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 197.83
Current children cumulated vsize (KiB) 548188

[startup+102.308 s]
/proc/loadavg: 5.02 5.05 4.78 7/113 31467
/proc/meminfo: memFree=635864/3368532 swapFree=1959840/1959888
[pid=31266] ppid=31264 vsize=548188 CPUtime=396.05
/proc/31266/stat : 31266 (gnovelty+) R 31264 31266 7955 0 -1 4202496 20498 0 0 0 39021 584 0 0 15 0 4 0 1108501932 561344512 20454 4294967295 134512640 135680988 3219097920 3219097164 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/31266/statm: 137047 20454 103 286 0 136759 0
[pid=31266/tid=31268] ppid=31264 vsize=548188 CPUtime=98.24
/proc/31266/task/31268/stat : 31268 (gnovelty+) R 31264 31266 7955 0 -1 4202560 102 0 0 0 9676 148 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3077333340 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31266/tid=31269] ppid=31264 vsize=548188 CPUtime=98.92
/proc/31266/task/31269/stat : 31269 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 9763 129 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3067941212 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31266/tid=31270] ppid=31264 vsize=548188 CPUtime=99.38
/proc/31266/task/31270/stat : 31270 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 9775 163 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3058549084 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 396.05
Current children cumulated vsize (KiB) 548188

[startup+162.314 s]
/proc/loadavg: 5.27 5.13 4.82 6/113 31653
/proc/meminfo: memFree=635608/3368532 swapFree=1959840/1959888
[pid=31266] ppid=31264 vsize=548188 CPUtime=631.23
/proc/31266/stat : 31266 (gnovelty+) R 31264 31266 7955 0 -1 4202496 20498 0 0 0 62187 936 0 0 15 0 4 0 1108501932 561344512 20454 4294967295 134512640 135680988 3219097920 3219097164 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/31266/statm: 137047 20454 103 286 0 136759 0
[pid=31266/tid=31268] ppid=31264 vsize=548188 CPUtime=156.77
/proc/31266/task/31268/stat : 31268 (gnovelty+) R 31264 31266 7955 0 -1 4202560 102 0 0 0 15434 243 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3077333428 134534001 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31266/tid=31269] ppid=31264 vsize=548188 CPUtime=158.09
/proc/31266/task/31269/stat : 31269 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 15591 218 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3067941212 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=31266/tid=31270] ppid=31264 vsize=548188 CPUtime=158.31
/proc/31266/task/31270/stat : 31270 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 15587 244 0 0 16 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3058549084 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 631.23
Current children cumulated vsize (KiB) 548188

[startup+222.318 s]
/proc/loadavg: 4.95 5.09 4.83 7/113 31841
/proc/meminfo: memFree=635740/3368532 swapFree=1959840/1959888
[pid=31266] ppid=31264 vsize=548188 CPUtime=866.11
/proc/31266/stat : 31266 (gnovelty+) R 31264 31266 7955 0 -1 4202496 20498 0 0 0 85306 1305 0 0 16 0 4 0 1108501932 561344512 20454 4294967295 134512640 135680988 3219097920 3219097164 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/31266/statm: 137047 20454 103 286 0 136759 0
[pid=31266/tid=31268] ppid=31264 vsize=548188 CPUtime=215.77
/proc/31266/task/31268/stat : 31268 (gnovelty+) R 31264 31266 7955 0 -1 4202560 102 0 0 0 21245 332 0 0 16 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3077333340 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31266/tid=31269] ppid=31264 vsize=548188 CPUtime=216.64
/proc/31266/task/31269/stat : 31269 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 21353 311 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3067941212 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31266/tid=31270] ppid=31264 vsize=548188 CPUtime=216.68
/proc/31266/task/31270/stat : 31270 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 21334 334 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3058549084 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 866.11
Current children cumulated vsize (KiB) 548188

[startup+282.307 s]
/proc/loadavg: 5.17 5.12 4.85 6/113 32030
/proc/meminfo: memFree=635740/3368532 swapFree=1959840/1959888
[pid=31266] ppid=31264 vsize=548188 CPUtime=1097.17
/proc/31266/stat : 31266 (gnovelty+) R 31264 31266 7955 0 -1 4202496 20498 0 0 0 108067 1650 0 0 15 0 4 0 1108501932 561344512 20454 4294967295 134512640 135680988 3219097920 3219097164 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/31266/statm: 137047 20454 103 286 0 136759 0
[pid=31266/tid=31268] ppid=31264 vsize=548188 CPUtime=273.83
/proc/31266/task/31268/stat : 31268 (gnovelty+) R 31264 31266 7955 0 -1 4202560 102 0 0 0 26963 420 0 0 16 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3077333428 134533489 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31266/tid=31269] ppid=31264 vsize=548188 CPUtime=274
/proc/31266/task/31269/stat : 31269 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 27004 396 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3067941212 134957681 0 0 0 0 0 0 0 -1 0 0 0 0

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

[pid=31266] ppid=31264 vsize=548188 CPUtime=1563.77
/proc/31266/stat : 31266 (gnovelty+) R 31264 31266 7955 0 -1 4202496 20498 0 0 0 154039 2338 0 0 15 0 4 0 1108501932 561344512 20454 4294967295 134512640 135680988 3219097920 3219097164 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/31266/statm: 137047 20454 103 286 0 136759 0
[pid=31266/tid=31268] ppid=31264 vsize=548188 CPUtime=391.32
/proc/31266/task/31268/stat : 31268 (gnovelty+) R 31264 31266 7955 0 -1 4202560 102 0 0 0 38546 586 0 0 16 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3077333340 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31266/tid=31269] ppid=31264 vsize=548188 CPUtime=390.02
/proc/31266/task/31269/stat : 31269 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 38429 573 0 0 16 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3067941300 134533489 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31266/tid=31270] ppid=31264 vsize=548188 CPUtime=391.53
/proc/31266/task/31270/stat : 31270 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 38567 586 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3058549084 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1563.77
Current children cumulated vsize (KiB) 548188

[startup+462.307 s]
/proc/loadavg: 5.17 5.15 4.90 6/113 32598
/proc/meminfo: memFree=635360/3368532 swapFree=1959840/1959888
[pid=31266] ppid=31264 vsize=548188 CPUtime=1792.55
/proc/31266/stat : 31266 (gnovelty+) R 31264 31266 7955 0 -1 4202496 20498 0 0 0 176581 2674 0 0 16 0 4 0 1108501932 561344512 20454 4294967295 134512640 135680988 3219097920 3219097252 134533068 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/31266/statm: 137047 20454 103 286 0 136759 0
[pid=31266/tid=31268] ppid=31264 vsize=548188 CPUtime=447.48
/proc/31266/task/31268/stat : 31268 (gnovelty+) R 31264 31266 7955 0 -1 4202560 102 0 0 0 44083 665 0 0 16 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3077333340 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31266/tid=31269] ppid=31264 vsize=548188 CPUtime=448.05
/proc/31266/task/31269/stat : 31269 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 44146 659 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3067941212 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31266/tid=31270] ppid=31264 vsize=548188 CPUtime=448.94
/proc/31266/task/31270/stat : 31270 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 44222 672 0 0 16 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3058549172 134533492 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1792.55
Current children cumulated vsize (KiB) 548188

[startup+522.321 s]
/proc/loadavg: 4.92 5.10 4.90 6/113 318
/proc/meminfo: memFree=635368/3368532 swapFree=1959840/1959888
[pid=31266] ppid=31264 vsize=548188 CPUtime=2024.68
/proc/31266/stat : 31266 (gnovelty+) R 31264 31266 7955 0 -1 4202496 20498 0 0 0 199433 3035 0 0 15 0 4 0 1108501932 561344512 20454 4294967295 134512640 135680988 3219097920 3219097164 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/31266/statm: 137047 20454 103 286 0 136759 0
[pid=31266/tid=31268] ppid=31264 vsize=548188 CPUtime=505.14
/proc/31266/task/31268/stat : 31268 (gnovelty+) R 31264 31266 7955 0 -1 4202560 102 0 0 0 49748 766 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3077333340 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31266/tid=31269] ppid=31264 vsize=548188 CPUtime=505.69
/proc/31266/task/31269/stat : 31269 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 49800 769 0 0 16 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3067941212 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31266/tid=31270] ppid=31264 vsize=548188 CPUtime=507.68
/proc/31266/task/31270/stat : 31270 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 50023 745 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3058549084 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2024.68
Current children cumulated vsize (KiB) 548188

[startup+582.32 s]
/proc/loadavg: 5.13 5.12 4.92 5/113 507
/proc/meminfo: memFree=635244/3368532 swapFree=1959840/1959888
[pid=31266] ppid=31264 vsize=548188 CPUtime=2259.54
/proc/31266/stat : 31266 (gnovelty+) R 31264 31266 7955 0 -1 4202496 20498 0 0 0 222579 3375 0 0 15 0 4 0 1108501932 561344512 20454 4294967295 134512640 135680988 3219097920 3219097164 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/31266/statm: 137047 20454 103 286 0 136759 0
[pid=31266/tid=31268] ppid=31264 vsize=548188 CPUtime=563.69
/proc/31266/task/31268/stat : 31268 (gnovelty+) R 31264 31266 7955 0 -1 4202560 102 0 0 0 55541 828 0 0 16 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3077333340 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31266/tid=31269] ppid=31264 vsize=548188 CPUtime=564.44
/proc/31266/task/31269/stat : 31269 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 55594 850 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3067941212 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31266/tid=31270] ppid=31264 vsize=548188 CPUtime=566.2
/proc/31266/task/31270/stat : 31270 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 55769 851 0 0 16 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3058549084 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2259.54
Current children cumulated vsize (KiB) 548188

[startup+642.309 s]
/proc/loadavg: 5.14 5.14 4.93 5/113 694
/proc/meminfo: memFree=635120/3368532 swapFree=1959840/1959888
[pid=31266] ppid=31264 vsize=548188 CPUtime=2492.75
/proc/31266/stat : 31266 (gnovelty+) R 31264 31266 7955 0 -1 4202496 20498 0 0 0 245555 3720 0 0 16 0 4 0 1108501932 561344512 20454 4294967295 134512640 135680988 3219097920 3219097164 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/31266/statm: 137047 20454 103 286 0 136759 0
[pid=31266/tid=31268] ppid=31264 vsize=548188 CPUtime=622.31
/proc/31266/task/31268/stat : 31268 (gnovelty+) R 31264 31266 7955 0 -1 4202560 102 0 0 0 61325 906 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3077333340 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31266/tid=31269] ppid=31264 vsize=548188 CPUtime=622.94
/proc/31266/task/31269/stat : 31269 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 61360 934 0 0 16 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3067941212 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31266/tid=31270] ppid=31264 vsize=548188 CPUtime=624.72
/proc/31266/task/31270/stat : 31270 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 61527 945 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3058549084 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2492.75
Current children cumulated vsize (KiB) 548188

[startup+702.305 s]
/proc/loadavg: 5.22 5.16 4.95 6/113 882
/proc/meminfo: memFree=635244/3368532 swapFree=1959840/1959888
[pid=31266] ppid=31264 vsize=548188 CPUtime=2725.14
/proc/31266/stat : 31266 (gnovelty+) R 31264 31266 7955 0 -1 4202496 20498 0 0 0 268459 4055 0 0 15 0 4 0 1108501932 561344512 20454 4294967295 134512640 135680988 3219097920 3219097164 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/31266/statm: 137047 20454 103 286 0 136759 0
[pid=31266/tid=31268] ppid=31264 vsize=548188 CPUtime=679.46
/proc/31266/task/31268/stat : 31268 (gnovelty+) R 31264 31266 7955 0 -1 4202560 102 0 0 0 66952 994 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3077333340 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31266/tid=31269] ppid=31264 vsize=548188 CPUtime=681.62
/proc/31266/task/31269/stat : 31269 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 67146 1016 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3067941212 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31266/tid=31270] ppid=31264 vsize=548188 CPUtime=683.06
/proc/31266/task/31270/stat : 31270 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 67292 1014 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3058549084 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2725.14
Current children cumulated vsize (KiB) 548188

[startup+762.312 s]
/proc/loadavg: 4.93 5.10 4.94 6/113 1080
/proc/meminfo: memFree=634988/3368532 swapFree=1959840/1959888
[pid=31266] ppid=31264 vsize=548188 CPUtime=2956.16
/proc/31266/stat : 31266 (gnovelty+) R 31264 31266 7955 0 -1 4202496 20498 0 0 0 291239 4377 0 0 15 0 4 0 1108501932 561344512 20454 4294967295 134512640 135680988 3219097920 3219097164 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/31266/statm: 137047 20454 103 286 0 136759 0
[pid=31266/tid=31268] ppid=31264 vsize=548188 CPUtime=736.39
/proc/31266/task/31268/stat : 31268 (gnovelty+) R 31264 31266 7955 0 -1 4202560 102 0 0 0 72561 1078 0 0 16 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3077333428 134533436 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31266/tid=31269] ppid=31264 vsize=548188 CPUtime=739.33
/proc/31266/task/31269/stat : 31269 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 72832 1101 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3067941212 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31266/tid=31270] ppid=31264 vsize=548188 CPUtime=741.29
/proc/31266/task/31270/stat : 31270 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 73041 1088 0 0 16 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3058549084 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2956.16
Current children cumulated vsize (KiB) 548188

[startup+822.312 s]
/proc/loadavg: 5.14 5.11 4.95 7/113 1273
/proc/meminfo: memFree=634996/3368532 swapFree=1959840/1959888
[pid=31266] ppid=31264 vsize=548188 CPUtime=3190.5
/proc/31266/stat : 31266 (gnovelty+) R 31264 31266 7955 0 -1 4202496 20498 0 0 0 314285 4765 0 0 16 0 4 0 1108501932 561344512 20454 4294967295 134512640 135680988 3219097920 3219097164 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/31266/statm: 137047 20454 103 286 0 136759 0
[pid=31266/tid=31268] ppid=31264 vsize=548188 CPUtime=794.99
/proc/31266/task/31268/stat : 31268 (gnovelty+) R 31264 31266 7955 0 -1 4202560 102 0 0 0 78321 1178 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3077333340 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=31266/tid=31269] ppid=31264 vsize=548188 CPUtime=798.04
/proc/31266/task/31269/stat : 31269 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 78601 1203 0 0 16 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3067941212 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31266/tid=31270] ppid=31264 vsize=548188 CPUtime=799.65
/proc/31266/task/31270/stat : 31270 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 78777 1188 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3058549084 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3190.5
Current children cumulated vsize (KiB) 548188

[startup+882.317 s]
/proc/loadavg: 4.84 5.03 4.93 6/113 1462
/proc/meminfo: memFree=634996/3368532 swapFree=1959840/1959888
[pid=31266] ppid=31264 vsize=548188 CPUtime=3422.69
/proc/31266/stat : 31266 (gnovelty+) R 31264 31266 7955 0 -1 4202496 20498 0 0 0 337165 5104 0 0 15 0 4 0 1108501932 561344512 20454 4294967295 134512640 135680988 3219097920 3219097164 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/31266/statm: 137047 20454 103 286 0 136759 0
[pid=31266/tid=31268] ppid=31264 vsize=548188 CPUtime=853.24
/proc/31266/task/31268/stat : 31268 (gnovelty+) R 31264 31266 7955 0 -1 4202560 102 0 0 0 84065 1259 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3077333340 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31266/tid=31269] ppid=31264 vsize=548188 CPUtime=856.51
/proc/31266/task/31269/stat : 31269 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 84354 1297 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3067941212 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31266/tid=31270] ppid=31264 vsize=548188 CPUtime=857.04
/proc/31266/task/31270/stat : 31270 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 84429 1275 0 0 16 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3058549084 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3422.69
Current children cumulated vsize (KiB) 548188

[startup+942.312 s]
/proc/loadavg: 4.83 4.97 4.91 5/113 1649
/proc/meminfo: memFree=634996/3368532 swapFree=1959840/1959888
[pid=31266] ppid=31264 vsize=548188 CPUtime=3652.61
/proc/31266/stat : 31266 (gnovelty+) S 31264 31266 7955 0 -1 4202496 20498 0 0 0 359799 5462 0 0 15 0 4 0 1108501932 561344512 20454 4294967295 134512640 135680988 3219097920 3219097164 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/31266/statm: 137047 20454 103 286 0 136759 0
[pid=31266/tid=31268] ppid=31264 vsize=548188 CPUtime=909.82
/proc/31266/task/31268/stat : 31268 (gnovelty+) R 31264 31266 7955 0 -1 4202560 102 0 0 0 89634 1348 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3077333340 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31266/tid=31269] ppid=31264 vsize=548188 CPUtime=914.6
/proc/31266/task/31269/stat : 31269 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 90059 1401 0 0 16 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3067941248 134543111 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=31266/tid=31270] ppid=31264 vsize=548188 CPUtime=915.16
/proc/31266/task/31270/stat : 31270 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 90163 1353 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3058549084 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3652.61
Current children cumulated vsize (KiB) 548188



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.65 4.90 4.89 6/113 1837
/proc/meminfo: memFree=635368/3368532 swapFree=1959840/1959888
[pid=31266] ppid=31264 vsize=548188 CPUtime=3875.37
/proc/31266/stat : 31266 (gnovelty+) R 31264 31266 7955 0 -1 4202496 20498 0 0 0 381737 5800 0 0 16 0 4 0 1108501932 561344512 20454 4294967295 134512640 135680988 3219097920 3219097164 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/31266/statm: 137047 20454 103 286 0 136759 0
[pid=31266/tid=31268] ppid=31264 vsize=548188 CPUtime=965.47
/proc/31266/task/31268/stat : 31268 (gnovelty+) R 31264 31266 7955 0 -1 4202560 102 0 0 0 95119 1428 0 0 16 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3077333428 134534534 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31266/tid=31269] ppid=31264 vsize=548188 CPUtime=970.31
/proc/31266/task/31269/stat : 31269 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 95556 1475 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3067941212 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31266/tid=31270] ppid=31264 vsize=548188 CPUtime=971.28
/proc/31266/task/31270/stat : 31270 (gnovelty+) R 31264 31266 7955 0 -1 4202560 103 0 0 0 95678 1450 0 0 15 0 4 0 1108501946 561344512 20454 4294967295 134512640 135680988 3219097920 3058549084 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3875.37
Current children cumulated vsize (KiB) 548188

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): 3875.45
CPU user time (s): 3817.45
CPU system time (s): 58
CPU usage (%): 387.53
Max. virtual memory (cumulated for all children) (KiB): 548188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3817.45
system time used= 58
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20498
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= 1120531
involuntary context switches= 44889

runsolver used 0.4 second user time and 0.66 second system time

The end

Launcher Data

Begin job on  at 2009-05-27 17:33:11
IDJOB=1777180
IDBENCH=70242
IDSOLVER=617
FILE ID=/1777180-1243438391
PBS_JOBID=
Free space on /tmp= 7987 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (4 threads)
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/220/unif-k7-r85-v220-c18700-S375588147-050.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1777180-1243438391/watcher-1777180-1243438391 -o /tmp/evaluation-result-1777180-1243438391/solver-1777180-1243438391 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1777180-1243438391.cnf 1528760629 4

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

MD5SUM BENCH= 7f520cacbc1966b43139f7a53a60437c
RANDOM SEED= 1528760629

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:        717168 kB
Buffers:         41284 kB
Cached:        2429612 kB
SwapCached:          0 kB
Active:        1299368 kB
Inactive:      1190684 kB
HighTotal:     2489216 kB
HighFree:       454904 kB
LowTotal:       879316 kB
LowFree:        262264 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:            2064 kB
Writeback:           0 kB
AnonPages:       18964 kB
Mapped:           7552 kB
Slab:           151560 kB
SReclaimable:   138140 kB
SUnreclaim:      13420 kB
PageTables:        656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   110896 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 7987 MiB
End job on  at 2009-05-27 17:49:51