Trace number 1777048

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

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/800/
unif-k5-r20-v800-c16000-S1748152762-086.cnf
MD5SUMcb3df87f6ea203a41951f0aeb36ba2e4
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 variables800
Number of clauses16000
Sum of the clauses size80000
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 516000
Number of clauses of size over 50

Solver Data

0.11/0.12	c +------------------------------+
0.11/0.12	c | gNovelty+, version 1.0       |
0.11/0.12	c +------------------------------+
0.11/0.12	c gnovelty+ -h for help
0.11/0.12	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-1777048-1243433009/watcher-1777048-1243433009 -o /tmp/evaluation-result-1777048-1243433009/solver-1777048-1243433009 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1777048-1243433009.cnf 1146042923 4 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 3.72 4.05 3.64 3/98 16205
/proc/meminfo: memFree=3204076/3368532 swapFree=1959840/1959888
[pid=16205] ppid=16203 vsize=509232 CPUtime=0.01
/proc/16205/stat : 16205 (gnovelty+) R 16203 16205 9860 0 -1 4202496 1512 0 0 0 0 1 0 0 18 0 1 0 924877622 521453568 1468 4294967295 134512640 135680988 3214228640 3214227904 134537167 0 0 0 0 0 0 0 17 2 0 0 0
/proc/16205/statm: 127308 1477 99 286 0 127020 0

[startup+0.101922 s]
/proc/loadavg: 3.72 4.05 3.64 3/98 16205
/proc/meminfo: memFree=3204076/3368532 swapFree=1959840/1959888
[pid=16205] ppid=16203 vsize=517044 CPUtime=0.11
/proc/16205/stat : 16205 (gnovelty+) R 16203 16205 9860 0 -1 4202496 17788 0 0 0 5 6 0 0 18 0 1 0 924877622 529453056 17743 4294967295 134512640 135680988 3214228640 3214227904 134537905 0 0 0 0 0 0 0 17 2 0 0 0
/proc/16205/statm: 129261 17755 99 286 0 128973 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 517044

[startup+0.21211 s]
/proc/loadavg: 3.72 4.05 3.64 3/98 16205
/proc/meminfo: memFree=3204076/3368532 swapFree=1959840/1959888
[pid=16205] ppid=16203 vsize=547816 CPUtime=0.36
/proc/16205/stat : 16205 (gnovelty+) R 16203 16205 9860 0 -1 4202496 20551 0 0 0 30 6 0 0 19 0 4 0 924877622 560963584 20506 4294967295 134512640 135680988 3214228640 3214227884 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/16205/statm: 136954 20506 103 286 0 136666 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 547816

[startup+0.312204 s]
/proc/loadavg: 3.72 4.05 3.64 3/98 16205
/proc/meminfo: memFree=3204076/3368532 swapFree=1959840/1959888
[pid=16205] ppid=16203 vsize=547816 CPUtime=0.75
/proc/16205/stat : 16205 (gnovelty+) R 16203 16205 9860 0 -1 4202496 20551 0 0 0 66 9 0 0 18 0 4 0 924877622 560963584 20506 4294967295 134512640 135680988 3214228640 3214227884 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/16205/statm: 136954 20506 103 286 0 136666 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 547816

[startup+0.712763 s]
/proc/loadavg: 3.72 4.05 3.64 3/98 16205
/proc/meminfo: memFree=3204076/3368532 swapFree=1959840/1959888
[pid=16205] ppid=16203 vsize=547816 CPUtime=2.33
/proc/16205/stat : 16205 (gnovelty+) R 16203 16205 9860 0 -1 4202496 20551 0 0 0 208 25 0 0 15 0 4 0 924877622 560963584 20506 4294967295 134512640 135680988 3214228640 3214227884 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/16205/statm: 136954 20506 103 286 0 136666 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 547816

[startup+1.5118 s]
/proc/loadavg: 3.72 4.05 3.64 5/102 16209
/proc/meminfo: memFree=3123020/3368532 swapFree=1959840/1959888
[pid=16205] ppid=16203 vsize=547816 CPUtime=5.49
/proc/16205/stat : 16205 (gnovelty+) R 16203 16205 9860 0 -1 4202496 20551 0 0 0 488 61 0 0 16 0 4 0 924877622 560963584 20506 4294967295 134512640 135680988 3214228640 3214227884 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/16205/statm: 136954 20506 103 286 0 136666 0
[pid=16205/tid=16207] ppid=16203 vsize=547816 CPUtime=1.3
/proc/16205/task/16207/stat : 16207 (gnovelty+) R 16203 16205 9860 0 -1 4202560 88 0 0 0 115 15 0 0 16 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3077853548 134997786 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=16205/tid=16208] ppid=16203 vsize=547816 CPUtime=1.34
/proc/16205/task/16208/stat : 16208 (gnovelty+) S 16203 16205 9860 0 -1 4202560 87 0 0 0 118 16 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3068461404 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=16205/tid=16209] ppid=16203 vsize=547816 CPUtime=1.34
/proc/16205/task/16209/stat : 16209 (gnovelty+) R 16203 16205 9860 0 -1 4202560 89 0 0 0 123 11 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3059069276 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.49
Current children cumulated vsize (KiB) 547816

[startup+3.11178 s]
/proc/loadavg: 3.83 4.06 3.65 5/102 16209
/proc/meminfo: memFree=3122872/3368532 swapFree=1959840/1959888
[pid=16205] ppid=16203 vsize=547816 CPUtime=11.82
/proc/16205/stat : 16205 (gnovelty+) R 16203 16205 9860 0 -1 4202496 20551 0 0 0 1042 140 0 0 16 0 4 0 924877622 560963584 20506 4294967295 134512640 135680988 3214228640 3214227884 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/16205/statm: 136954 20506 103 286 0 136666 0
[pid=16205/tid=16207] ppid=16203 vsize=547816 CPUtime=2.89
/proc/16205/task/16207/stat : 16207 (gnovelty+) R 16203 16205 9860 0 -1 4202560 88 0 0 0 257 32 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3077853532 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16205/tid=16208] ppid=16203 vsize=547816 CPUtime=2.92
/proc/16205/task/16208/stat : 16208 (gnovelty+) R 16203 16205 9860 0 -1 4202560 87 0 0 0 254 38 0 0 16 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3068461404 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=16205/tid=16209] ppid=16203 vsize=547816 CPUtime=2.92
/proc/16205/task/16209/stat : 16209 (gnovelty+) R 16203 16205 9860 0 -1 4202560 89 0 0 0 265 27 0 0 16 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3059069276 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.82
Current children cumulated vsize (KiB) 547816

[startup+6.31151 s]
/proc/loadavg: 3.83 4.06 3.65 7/102 16209
/proc/meminfo: memFree=3122680/3368532 swapFree=1959840/1959888
[pid=16205] ppid=16203 vsize=547816 CPUtime=24.11
/proc/16205/stat : 16205 (gnovelty+) R 16203 16205 9860 0 -1 4202496 20551 0 0 0 2113 298 0 0 15 0 4 0 924877622 560963584 20506 4294967295 134512640 135680988 3214228640 3214227884 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/16205/statm: 136954 20506 103 286 0 136666 0
[pid=16205/tid=16207] ppid=16203 vsize=547816 CPUtime=6.02
/proc/16205/task/16207/stat : 16207 (gnovelty+) R 16203 16205 9860 0 -1 4202560 88 0 0 0 527 75 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3077853532 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16205/tid=16208] ppid=16203 vsize=547816 CPUtime=6.07
/proc/16205/task/16208/stat : 16208 (gnovelty+) R 16203 16205 9860 0 -1 4202560 87 0 0 0 526 81 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3068461404 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=16205/tid=16209] ppid=16203 vsize=547816 CPUtime=5.92
/proc/16205/task/16209/stat : 16209 (gnovelty+) R 16203 16205 9860 0 -1 4202560 89 0 0 0 528 64 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3059069276 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.11
Current children cumulated vsize (KiB) 547816

[startup+12.7104 s]
/proc/loadavg: 3.85 4.06 3.65 5/102 16210
/proc/meminfo: memFree=3122712/3368532 swapFree=1959840/1959888
[pid=16205] ppid=16203 vsize=547816 CPUtime=49.1
/proc/16205/stat : 16205 (gnovelty+) R 16203 16205 9860 0 -1 4202496 20551 0 0 0 4286 624 0 0 15 0 4 0 924877622 560963584 20506 4294967295 134512640 135680988 3214228640 3214227884 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/16205/statm: 136954 20506 103 286 0 136666 0
[pid=16205/tid=16207] ppid=16203 vsize=547816 CPUtime=12.29
/proc/16205/task/16207/stat : 16207 (gnovelty+) R 16203 16205 9860 0 -1 4202560 88 0 0 0 1082 147 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3077853532 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=16205/tid=16208] ppid=16203 vsize=547816 CPUtime=12.38
/proc/16205/task/16208/stat : 16208 (gnovelty+) R 16203 16205 9860 0 -1 4202560 87 0 0 0 1078 160 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3068461404 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16205/tid=16209] ppid=16203 vsize=547816 CPUtime=12.14
/proc/16205/task/16209/stat : 16209 (gnovelty+) R 16203 16205 9860 0 -1 4202560 89 0 0 0 1055 159 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3059069276 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.1
Current children cumulated vsize (KiB) 547816

[startup+25.5099 s]
/proc/loadavg: 3.88 4.06 3.65 5/102 16394
/proc/meminfo: memFree=3122516/3368532 swapFree=1959840/1959888
[pid=16205] ppid=16203 vsize=547816 CPUtime=98.73
/proc/16205/stat : 16205 (gnovelty+) R 16203 16205 9860 0 -1 4202496 20551 0 0 0 8669 1204 0 0 15 0 4 0 924877622 560963584 20506 4294967295 134512640 135680988 3214228640 3214227884 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/16205/statm: 136954 20506 103 286 0 136666 0
[pid=16205/tid=16207] ppid=16203 vsize=547816 CPUtime=24.62
/proc/16205/task/16207/stat : 16207 (gnovelty+) R 16203 16205 9860 0 -1 4202560 88 0 0 0 2165 297 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3077853532 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=16205/tid=16208] ppid=16203 vsize=547816 CPUtime=24.91
/proc/16205/task/16208/stat : 16208 (gnovelty+) R 16203 16205 9860 0 -1 4202560 87 0 0 0 2196 295 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3068461404 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16205/tid=16209] ppid=16203 vsize=547816 CPUtime=24.74
/proc/16205/task/16209/stat : 16209 (gnovelty+) R 16203 16205 9860 0 -1 4202560 89 0 0 0 2171 303 0 0 16 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3059069276 134957426 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 98.73
Current children cumulated vsize (KiB) 547816

[startup+51.1079 s]
/proc/loadavg: 3.92 4.05 3.66 5/102 16397
/proc/meminfo: memFree=3122636/3368532 swapFree=1959840/1959888
[pid=16205] ppid=16203 vsize=547816 CPUtime=198.79
/proc/16205/stat : 16205 (gnovelty+) R 16203 16205 9860 0 -1 4202496 20551 0 0 0 17502 2377 0 0 16 0 4 0 924877622 560963584 20506 4294967295 134512640 135680988 3214228640 3214227884 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/16205/statm: 136954 20506 103 286 0 136666 0
[pid=16205/tid=16207] ppid=16203 vsize=547816 CPUtime=49.57
/proc/16205/task/16207/stat : 16207 (gnovelty+) R 16203 16205 9860 0 -1 4202560 88 0 0 0 4358 599 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3077853532 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=16205/tid=16208] ppid=16203 vsize=547816 CPUtime=49.95
/proc/16205/task/16208/stat : 16208 (gnovelty+) R 16203 16205 9860 0 -1 4202560 87 0 0 0 4394 601 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3068461404 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16205/tid=16209] ppid=16203 vsize=547816 CPUtime=49.81
/proc/16205/task/16209/stat : 16209 (gnovelty+) R 16203 16205 9860 0 -1 4202560 89 0 0 0 4391 590 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3059069276 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 198.79
Current children cumulated vsize (KiB) 547816

[startup+102.314 s]
/proc/loadavg: 4.13 4.09 3.69 5/102 16583
/proc/meminfo: memFree=3122348/3368532 swapFree=1959840/1959888
[pid=16205] ppid=16203 vsize=547816 CPUtime=397.08
/proc/16205/stat : 16205 (gnovelty+) R 16203 16205 9860 0 -1 4202496 20551 0 0 0 35086 4622 0 0 15 0 4 0 924877622 560963584 20506 4294967295 134512640 135680988 3214228640 3214227884 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/16205/statm: 136954 20506 103 286 0 136666 0
[pid=16205/tid=16207] ppid=16203 vsize=547816 CPUtime=99.3
/proc/16205/task/16207/stat : 16207 (gnovelty+) R 16203 16205 9860 0 -1 4202560 88 0 0 0 8792 1138 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3077853532 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=16205/tid=16208] ppid=16203 vsize=547816 CPUtime=99.51
/proc/16205/task/16208/stat : 16208 (gnovelty+) R 16203 16205 9860 0 -1 4202560 87 0 0 0 8755 1196 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3068461404 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16205/tid=16209] ppid=16203 vsize=547816 CPUtime=99.31
/proc/16205/task/16209/stat : 16209 (gnovelty+) R 16203 16205 9860 0 -1 4202560 89 0 0 0 8765 1166 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3059069276 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 397.08
Current children cumulated vsize (KiB) 547816

[startup+162.309 s]
/proc/loadavg: 4.08 4.07 3.71 5/102 16771
/proc/meminfo: memFree=3122512/3368532 swapFree=1959840/1959888
[pid=16205] ppid=16203 vsize=547816 CPUtime=630.69
/proc/16205/stat : 16205 (gnovelty+) R 16203 16205 9860 0 -1 4202496 20551 0 0 0 55884 7185 0 0 16 0 4 0 924877622 560963584 20506 4294967295 134512640 135680988 3214228640 3214227884 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/16205/statm: 136954 20506 103 286 0 136666 0
[pid=16205/tid=16207] ppid=16203 vsize=547816 CPUtime=157.91
/proc/16205/task/16207/stat : 16207 (gnovelty+) R 16203 16205 9860 0 -1 4202560 88 0 0 0 13997 1794 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3077853532 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16205/tid=16208] ppid=16203 vsize=547816 CPUtime=157.59
/proc/16205/task/16208/stat : 16208 (gnovelty+) R 16203 16205 9860 0 -1 4202560 87 0 0 0 13926 1833 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3068461404 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=16205/tid=16209] ppid=16203 vsize=547816 CPUtime=158.03
/proc/16205/task/16209/stat : 16209 (gnovelty+) R 16203 16205 9860 0 -1 4202560 89 0 0 0 14001 1802 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3059069276 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 630.69
Current children cumulated vsize (KiB) 547816

[startup+222.314 s]
/proc/loadavg: 4.14 4.09 3.74 6/102 16963
/proc/meminfo: memFree=3122224/3368532 swapFree=1959840/1959888
[pid=16205] ppid=16203 vsize=547816 CPUtime=863.08
/proc/16205/stat : 16205 (gnovelty+) R 16203 16205 9860 0 -1 4202496 20551 0 0 0 76407 9901 0 0 15 0 4 0 924877622 560963584 20506 4294967295 134512640 135680988 3214228640 3214227884 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/16205/statm: 136954 20506 103 286 0 136666 0
[pid=16205/tid=16207] ppid=16203 vsize=547816 CPUtime=215.68
/proc/16205/task/16207/stat : 16207 (gnovelty+) R 16203 16205 9860 0 -1 4202560 88 0 0 0 19130 2438 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3077853532 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=16205/tid=16208] ppid=16203 vsize=547816 CPUtime=215.75
/proc/16205/task/16208/stat : 16208 (gnovelty+) R 16203 16205 9860 0 -1 4202560 87 0 0 0 19076 2499 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3068461404 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16205/tid=16209] ppid=16203 vsize=547816 CPUtime=216.64
/proc/16205/task/16209/stat : 16209 (gnovelty+) R 16203 16205 9860 0 -1 4202560 89 0 0 0 19155 2509 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3059069276 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 863.08
Current children cumulated vsize (KiB) 547816

[startup+282.309 s]
/proc/loadavg: 4.46 4.18 3.78 6/102 17151
/proc/meminfo: memFree=3122480/3368532 swapFree=1959840/1959888
[pid=16205] ppid=16203 vsize=547816 CPUtime=1097.39
/proc/16205/stat : 16205 (gnovelty+) R 16203 16205 9860 0 -1 4202496 20551 0 0 0 97146 12593 0 0 16 0 4 0 924877622 560963584 20506 4294967295 134512640 135680988 3214228640 3214227972 134533832 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/16205/statm: 136954 20506 103 286 0 136666 0
[pid=16205/tid=16207] ppid=16203 vsize=547816 CPUtime=274.27
/proc/16205/task/16207/stat : 16207 (gnovelty+) R 16203 16205 9860 0 -1 4202560 88 0 0 0 24325 3102 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3077853532 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=16205/tid=16208] ppid=16203 vsize=547816 CPUtime=274.16
/proc/16205/task/16208/stat : 16208 (gnovelty+) R 16203 16205 9860 0 -1 4202560 87 0 0 0 24220 3196 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3068461404 134957681 0 0 0 0 0 0 0 -1 0 0 0 0

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

[pid=16205] ppid=16203 vsize=547816 CPUtime=1797.18
/proc/16205/stat : 16205 (gnovelty+) R 16203 16205 9860 0 -1 4202496 20551 0 0 0 159134 20584 0 0 15 0 4 0 924877622 560963584 20506 4294967295 134512640 135680988 3214228640 3214227884 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/16205/statm: 136954 20506 103 286 0 136666 0
[pid=16205/tid=16207] ppid=16203 vsize=547816 CPUtime=449.48
/proc/16205/task/16207/stat : 16207 (gnovelty+) R 16203 16205 9860 0 -1 4202560 88 0 0 0 39821 5127 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3077853532 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=16205/tid=16208] ppid=16203 vsize=547816 CPUtime=449.04
/proc/16205/task/16208/stat : 16208 (gnovelty+) R 16203 16205 9860 0 -1 4202560 87 0 0 0 39714 5190 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3068461404 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=16205/tid=16209] ppid=16203 vsize=547816 CPUtime=450.74
/proc/16205/task/16209/stat : 16209 (gnovelty+) R 16203 16205 9860 0 -1 4202560 89 0 0 0 39893 5181 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3059069276 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1797.18
Current children cumulated vsize (KiB) 547816

[startup+522.309 s]
/proc/loadavg: 4.10 4.12 3.84 6/102 17904
/proc/meminfo: memFree=3122264/3368532 swapFree=1959840/1959888
[pid=16205] ppid=16203 vsize=547816 CPUtime=2030.55
/proc/16205/stat : 16205 (gnovelty+) R 16203 16205 9860 0 -1 4202496 20551 0 0 0 179751 23304 0 0 15 0 4 0 924877622 560963584 20506 4294967295 134512640 135680988 3214228640 3214227884 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/16205/statm: 136954 20506 103 286 0 136666 0
[pid=16205/tid=16207] ppid=16203 vsize=547816 CPUtime=508.27
/proc/16205/task/16207/stat : 16207 (gnovelty+) R 16203 16205 9860 0 -1 4202560 88 0 0 0 45028 5799 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3077853532 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=16205/tid=16208] ppid=16203 vsize=547816 CPUtime=507.63
/proc/16205/task/16208/stat : 16208 (gnovelty+) R 16203 16205 9860 0 -1 4202560 87 0 0 0 44911 5852 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3068461404 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16205/tid=16209] ppid=16203 vsize=547816 CPUtime=508.52
/proc/16205/task/16209/stat : 16209 (gnovelty+) R 16203 16205 9860 0 -1 4202560 89 0 0 0 44983 5869 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3059069276 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2030.55
Current children cumulated vsize (KiB) 547816

[startup+582.315 s]
/proc/loadavg: 4.07 4.11 3.86 5/102 18096
/proc/meminfo: memFree=3122084/3368532 swapFree=1959840/1959888
[pid=16205] ppid=16203 vsize=547816 CPUtime=2262.88
/proc/16205/stat : 16205 (gnovelty+) R 16203 16205 9860 0 -1 4202496 20551 0 0 0 200299 25989 0 0 15 0 4 0 924877622 560963584 20506 4294967295 134512640 135680988 3214228640 3214227884 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/16205/statm: 136954 20506 103 286 0 136666 0
[pid=16205/tid=16207] ppid=16203 vsize=547816 CPUtime=565.9
/proc/16205/task/16207/stat : 16207 (gnovelty+) R 16203 16205 9860 0 -1 4202560 88 0 0 0 50165 6425 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3077853532 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16205/tid=16208] ppid=16203 vsize=547816 CPUtime=565.8
/proc/16205/task/16208/stat : 16208 (gnovelty+) R 16203 16205 9860 0 -1 4202560 87 0 0 0 50017 6563 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3068461404 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=16205/tid=16209] ppid=16203 vsize=547816 CPUtime=567.02
/proc/16205/task/16209/stat : 16209 (gnovelty+) R 16203 16205 9860 0 -1 4202560 89 0 0 0 50137 6565 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3059069276 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2262.88
Current children cumulated vsize (KiB) 547816

[startup+642.31 s]
/proc/loadavg: 4.13 4.12 3.87 5/102 18283
/proc/meminfo: memFree=3122132/3368532 swapFree=1959840/1959888
[pid=16205] ppid=16203 vsize=547816 CPUtime=2495.37
/proc/16205/stat : 16205 (gnovelty+) R 16203 16205 9860 0 -1 4202496 20551 0 0 0 220971 28566 0 0 16 0 4 0 924877622 560963584 20506 4294967295 134512640 135680988 3214228640 3214227884 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/16205/statm: 136954 20506 103 286 0 136666 0
[pid=16205/tid=16207] ppid=16203 vsize=547816 CPUtime=624.19
/proc/16205/task/16207/stat : 16207 (gnovelty+) R 16203 16205 9860 0 -1 4202560 88 0 0 0 55347 7072 0 0 16 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3077853532 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16205/tid=16208] ppid=16203 vsize=547816 CPUtime=624.07
/proc/16205/task/16208/stat : 16208 (gnovelty+) R 16203 16205 9860 0 -1 4202560 87 0 0 0 55222 7185 0 0 16 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3068461404 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16205/tid=16209] ppid=16203 vsize=547816 CPUtime=625.47
/proc/16205/task/16209/stat : 16209 (gnovelty+) R 16203 16205 9860 0 -1 4202560 89 0 0 0 55328 7219 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3059069276 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2495.37
Current children cumulated vsize (KiB) 547816

[startup+702.305 s]
/proc/loadavg: 4.04 4.09 3.88 5/102 18471
/proc/meminfo: memFree=3122232/3368532 swapFree=1959840/1959888
[pid=16205] ppid=16203 vsize=547816 CPUtime=2727.49
/proc/16205/stat : 16205 (gnovelty+) R 16203 16205 9860 0 -1 4202496 20551 0 0 0 241573 31176 0 0 15 0 4 0 924877622 560963584 20506 4294967295 134512640 135680988 3214228640 3214227884 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/16205/statm: 136954 20506 103 286 0 136666 0
[pid=16205/tid=16207] ppid=16203 vsize=547816 CPUtime=682.76
/proc/16205/task/16207/stat : 16207 (gnovelty+) R 16203 16205 9860 0 -1 4202560 88 0 0 0 60534 7742 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3077853532 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16205/tid=16208] ppid=16203 vsize=547816 CPUtime=682.53
/proc/16205/task/16208/stat : 16208 (gnovelty+) R 16203 16205 9860 0 -1 4202560 87 0 0 0 60404 7849 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3068461404 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=16205/tid=16209] ppid=16203 vsize=547816 CPUtime=683.07
/proc/16205/task/16209/stat : 16209 (gnovelty+) R 16203 16205 9860 0 -1 4202560 89 0 0 0 60451 7856 0 0 16 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3059069276 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2727.49
Current children cumulated vsize (KiB) 547816

[startup+762.31 s]
/proc/loadavg: 4.10 4.10 3.89 5/102 18659
/proc/meminfo: memFree=3122124/3368532 swapFree=1959840/1959888
[pid=16205] ppid=16203 vsize=547816 CPUtime=2959.59
/proc/16205/stat : 16205 (gnovelty+) R 16203 16205 9860 0 -1 4202496 20551 0 0 0 262254 33705 0 0 16 0 4 0 924877622 560963584 20506 4294967295 134512640 135680988 3214228640 3214227972 134533436 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/16205/statm: 136954 20506 103 286 0 136666 0
[pid=16205/tid=16207] ppid=16203 vsize=547816 CPUtime=741.18
/proc/16205/task/16207/stat : 16207 (gnovelty+) R 16203 16205 9860 0 -1 4202560 88 0 0 0 65730 8388 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3077853532 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16205/tid=16208] ppid=16203 vsize=547816 CPUtime=740.13
/proc/16205/task/16208/stat : 16208 (gnovelty+) R 16203 16205 9860 0 -1 4202560 87 0 0 0 65550 8463 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3068461404 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=16205/tid=16209] ppid=16203 vsize=547816 CPUtime=740.55
/proc/16205/task/16209/stat : 16209 (gnovelty+) R 16203 16205 9860 0 -1 4202560 89 0 0 0 65576 8479 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3059069276 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2959.59
Current children cumulated vsize (KiB) 547816

[startup+822.315 s]
/proc/loadavg: 3.97 4.07 3.89 5/102 18850
/proc/meminfo: memFree=3122108/3368532 swapFree=1959840/1959888
[pid=16205] ppid=16203 vsize=547816 CPUtime=3192.83
/proc/16205/stat : 16205 (gnovelty+) R 16203 16205 9860 0 -1 4202496 20551 0 0 0 282882 36401 0 0 15 0 4 0 924877622 560963584 20506 4294967295 134512640 135680988 3214228640 3214227884 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/16205/statm: 136954 20506 103 286 0 136666 0
[pid=16205/tid=16207] ppid=16203 vsize=547816 CPUtime=799.48
/proc/16205/task/16207/stat : 16207 (gnovelty+) R 16203 16205 9860 0 -1 4202560 88 0 0 0 70923 9025 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3077853532 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16205/tid=16208] ppid=16203 vsize=547816 CPUtime=798.28
/proc/16205/task/16208/stat : 16208 (gnovelty+) R 16203 16205 9860 0 -1 4202560 87 0 0 0 70674 9154 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3068461404 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16205/tid=16209] ppid=16203 vsize=547816 CPUtime=798.67
/proc/16205/task/16209/stat : 16209 (gnovelty+) R 16203 16205 9860 0 -1 4202560 89 0 0 0 70718 9149 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3059069276 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3192.83
Current children cumulated vsize (KiB) 547816

[startup+882.321 s]
/proc/loadavg: 4.01 4.06 3.91 5/102 19038
/proc/meminfo: memFree=3122084/3368532 swapFree=1959840/1959888
[pid=16205] ppid=16203 vsize=547816 CPUtime=3426.05
/proc/16205/stat : 16205 (gnovelty+) R 16203 16205 9860 0 -1 4202496 20551 0 0 0 303532 39073 0 0 15 0 4 0 924877622 560963584 20506 4294967295 134512640 135680988 3214228640 3214227884 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/16205/statm: 136954 20506 103 286 0 136666 0
[pid=16205/tid=16207] ppid=16203 vsize=547816 CPUtime=857.55
/proc/16205/task/16207/stat : 16207 (gnovelty+) R 16203 16205 9860 0 -1 4202560 88 0 0 0 76019 9736 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3077853532 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16205/tid=16208] ppid=16203 vsize=547816 CPUtime=857.05
/proc/16205/task/16208/stat : 16208 (gnovelty+) R 16203 16205 9860 0 -1 4202560 87 0 0 0 75918 9787 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3068461404 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=16205/tid=16209] ppid=16203 vsize=547816 CPUtime=856.64
/proc/16205/task/16209/stat : 16209 (gnovelty+) R 16203 16205 9860 0 -1 4202560 89 0 0 0 75856 9808 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3059069276 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3426.05
Current children cumulated vsize (KiB) 547816

[startup+942.318 s]
/proc/loadavg: 4.08 4.07 3.91 5/102 19225
/proc/meminfo: memFree=3122008/3368532 swapFree=1959840/1959888
[pid=16205] ppid=16203 vsize=547816 CPUtime=3660.05
/proc/16205/stat : 16205 (gnovelty+) R 16203 16205 9860 0 -1 4202496 20551 0 0 0 324360 41645 0 0 15 0 4 0 924877622 560963584 20506 4294967295 134512640 135680988 3214228640 3214227884 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/16205/statm: 136954 20506 103 286 0 136666 0
[pid=16205/tid=16207] ppid=16203 vsize=547816 CPUtime=915.76
/proc/16205/task/16207/stat : 16207 (gnovelty+) R 16203 16205 9860 0 -1 4202560 88 0 0 0 81239 10337 0 0 16 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3077853532 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=16205/tid=16208] ppid=16203 vsize=547816 CPUtime=915.93
/proc/16205/task/16208/stat : 16208 (gnovelty+) R 16203 16205 9860 0 -1 4202560 87 0 0 0 81131 10462 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3068461404 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=16205/tid=16209] ppid=16203 vsize=547816 CPUtime=915
/proc/16205/task/16209/stat : 16209 (gnovelty+) R 16203 16205 9860 0 -1 4202560 89 0 0 0 81030 10470 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3059069276 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3660.05
Current children cumulated vsize (KiB) 547816



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.10 4.07 3.92 5/102 19417
/proc/meminfo: memFree=3121852/3368532 swapFree=1959840/1959888
[pid=16205] ppid=16203 vsize=547816 CPUtime=3882.83
/proc/16205/stat : 16205 (gnovelty+) R 16203 16205 9860 0 -1 4202496 20551 0 0 0 344123 44160 0 0 15 0 4 0 924877622 560963584 20506 4294967295 134512640 135680988 3214228640 3214227884 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/16205/statm: 136954 20506 103 286 0 136666 0
[pid=16205/tid=16207] ppid=16203 vsize=547816 CPUtime=971.68
/proc/16205/task/16207/stat : 16207 (gnovelty+) R 16203 16205 9860 0 -1 4202560 88 0 0 0 86228 10940 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3077853532 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16205/tid=16208] ppid=16203 vsize=547816 CPUtime=971.57
/proc/16205/task/16208/stat : 16208 (gnovelty+) R 16203 16205 9860 0 -1 4202560 87 0 0 0 86055 11102 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3068461404 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=16205/tid=16209] ppid=16203 vsize=547816 CPUtime=970.65
/proc/16205/task/16209/stat : 16209 (gnovelty+) R 16203 16205 9860 0 -1 4202560 89 0 0 0 85966 11099 0 0 16 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3059069276 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3882.83
Current children cumulated vsize (KiB) 547816

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

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

[startup+1000.01 s]
/proc/loadavg: 4.10 4.07 3.92 5/102 19417
/proc/meminfo: memFree=3121852/3368532 swapFree=1959840/1959888
[pid=16205] ppid=16203 vsize=547816 CPUtime=3882.83
/proc/16205/stat : 16205 (gnovelty+) R 16203 16205 9860 0 -1 4202496 20551 0 0 0 344123 44160 0 0 15 0 4 0 924877622 560963584 20506 4294967295 134512640 135680988 3214228640 3214227884 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/16205/statm: 136954 20506 103 286 0 136666 0
[pid=16205/tid=16207] ppid=16203 vsize=547816 CPUtime=971.68
/proc/16205/task/16207/stat : 16207 (gnovelty+) R 16203 16205 9860 0 -1 4202560 88 0 0 0 86228 10940 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3077853532 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16205/tid=16208] ppid=16203 vsize=547816 CPUtime=971.57
/proc/16205/task/16208/stat : 16208 (gnovelty+) R 16203 16205 9860 0 -1 4202560 87 0 0 0 86055 11102 0 0 15 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3068461404 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=16205/tid=16209] ppid=16203 vsize=547816 CPUtime=970.65
/proc/16205/task/16209/stat : 16209 (gnovelty+) R 16203 16205 9860 0 -1 4202560 89 0 0 0 85966 11099 0 0 16 0 4 0 924877635 560963584 20506 4294967295 134512640 135680988 3214228640 3059069276 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3882.83
Current children cumulated vsize (KiB) 547816

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1000.04
CPU time (s): 3882.9
CPU user time (s): 3441.29
CPU system time (s): 441.61
CPU usage (%): 388.276
Max. virtual memory (cumulated for all children) (KiB): 547816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3441.29
system time used= 441.61
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20551
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= 14598817
involuntary context switches= 55446

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi39 at 2009-05-27 16:03:29
IDJOB=1777048
IDBENCH=70198
IDSOLVER=617
FILE ID=tipi39/1777048-1243433009
PBS_JOBID=
Free space on /tmp= 5744 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (4 threads)
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/800/unif-k5-r20-v800-c16000-S1748152762-086.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1777048-1243433009/watcher-1777048-1243433009 -o /tmp/evaluation-result-1777048-1243433009/solver-1777048-1243433009 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1777048-1243433009.cnf 1146042923 4

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

MD5SUM BENCH= cb3df87f6ea203a41951f0aeb36ba2e4
RANDOM SEED= 1146042923

Linux tipi39 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.067
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.067
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.10
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.067
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.16
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.067
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:       3204076 kB
Buffers:         21464 kB
Cached:          47260 kB
SwapCached:          0 kB
Active:          64860 kB
Inactive:        20480 kB
HighTotal:     2489216 kB
HighFree:      2427688 kB
LowTotal:       879316 kB
LowFree:        776388 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:            1916 kB
Writeback:           0 kB
AnonPages:       16172 kB
Mapped:           6164 kB
Slab:            69196 kB
SReclaimable:    56964 kB
SUnreclaim:      12232 kB
PageTables:        488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    94980 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 5744 MiB
End job on tipi39 at 2009-05-27 16:20:11