Trace number 1778356

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

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/360/
unif-k3-r4.25-v360-c1530-S2025517367-061.cnf
MD5SUM747eab6e16fc5e29dfb421f806361704
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 variables360
Number of clauses1530
Sum of the clauses size4590
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31530
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.08	c +------------------------------+
0.00/0.08	c | gNovelty+, version 1.0       |
0.00/0.08	c +------------------------------+
0.00/0.08	c gnovelty+ -h for help
0.00/0.08	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-1778356-1243478810/watcher-1778356-1243478810 -o /tmp/evaluation-result-1778356-1243478810/solver-1778356-1243478810 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1778356-1243478810.cnf 507744598 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.82 3.82 3.79 3/96 7104
/proc/meminfo: memFree=3038724/3368532 swapFree=1954076/1959888
[pid=7104] ppid=7102 vsize=509232 CPUtime=0
/proc/7104/stat : 7104 (gnovelty+) R 7102 7104 15881 0 -1 4202496 1449 0 0 0 0 0 0 0 18 0 1 0 1101982122 521453568 1405 4294967295 134512640 135680988 3214132368 3214131632 134537167 0 0 0 0 0 0 0 17 2 0 0 0
/proc/7104/statm: 127308 1413 99 286 0 127020 0

[startup+0.106116 s]
/proc/loadavg: 3.82 3.82 3.79 3/96 7104
/proc/meminfo: memFree=3038724/3368532 swapFree=1954076/1959888
[pid=7104] ppid=7102 vsize=545668 CPUtime=0.12
/proc/7104/stat : 7104 (gnovelty+) R 7102 7104 15881 0 -1 4202496 19785 0 0 0 7 5 0 0 19 0 4 0 1101982122 558764032 19740 4294967295 134512640 135680988 3214132368 3214131612 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/7104/statm: 136417 19740 103 286 0 136129 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 545668

[startup+0.216107 s]
/proc/loadavg: 3.82 3.82 3.79 3/96 7104
/proc/meminfo: memFree=3038724/3368532 swapFree=1954076/1959888
[pid=7104] ppid=7102 vsize=545668 CPUtime=0.53
/proc/7104/stat : 7104 (gnovelty+) R 7102 7104 15881 0 -1 4202496 19786 0 0 0 27 26 0 0 18 0 4 0 1101982122 558764032 19741 4294967295 134512640 135680988 3214132368 3214131612 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/7104/statm: 136417 19741 103 286 0 136129 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 545668

[startup+0.316101 s]
/proc/loadavg: 3.82 3.82 3.79 3/96 7104
/proc/meminfo: memFree=3038724/3368532 swapFree=1954076/1959888
[pid=7104] ppid=7102 vsize=545668 CPUtime=0.91
/proc/7104/stat : 7104 (gnovelty+) R 7102 7104 15881 0 -1 4202496 19786 0 0 0 49 42 0 0 17 0 4 0 1101982122 558764032 19741 4294967295 134512640 135680988 3214132368 3214131612 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/7104/statm: 136417 19741 103 286 0 136129 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 545668

[startup+0.716116 s]
/proc/loadavg: 3.82 3.82 3.79 3/96 7104
/proc/meminfo: memFree=3038724/3368532 swapFree=1954076/1959888
[pid=7104] ppid=7102 vsize=545668 CPUtime=2.43
/proc/7104/stat : 7104 (gnovelty+) R 7102 7104 15881 0 -1 4202496 19789 0 0 0 134 109 0 0 15 0 4 0 1101982122 558764032 19744 4294967295 134512640 135680988 3214132368 3214131612 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/7104/statm: 136417 19744 103 286 0 136129 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 545668

[startup+1.51604 s]
/proc/loadavg: 3.76 3.80 3.79 5/100 7108
/proc/meminfo: memFree=2960416/3368532 swapFree=1954076/1959888
[pid=7104] ppid=7102 vsize=545668 CPUtime=5.46
/proc/7104/stat : 7104 (gnovelty+) R 7102 7104 15881 0 -1 4202496 19790 0 0 0 284 262 0 0 16 0 4 0 1101982122 558764032 19745 4294967295 134512640 135680988 3214132368 3214131612 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/7104/statm: 136417 19745 103 286 0 136129 0
[pid=7104/tid=7106] ppid=7102 vsize=545668 CPUtime=1.32
/proc/7104/task/7106/stat : 7106 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 73 59 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3077681500 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=7104/tid=7107] ppid=7102 vsize=545668 CPUtime=1.29
/proc/7104/task/7107/stat : 7107 (gnovelty+) R 7102 7104 15881 0 -1 4202560 5 0 0 0 71 58 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3068289324 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=7104/tid=7108] ppid=7102 vsize=545668 CPUtime=1.38
/proc/7104/task/7108/stat : 7108 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 65 73 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3058897244 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.46
Current children cumulated vsize (KiB) 545668

[startup+3.116 s]
/proc/loadavg: 3.76 3.80 3.79 5/100 7108
/proc/meminfo: memFree=2960156/3368532 swapFree=1954076/1959888
[pid=7104] ppid=7102 vsize=545668 CPUtime=11.35
/proc/7104/stat : 7104 (gnovelty+) R 7102 7104 15881 0 -1 4202496 19790 0 0 0 614 521 0 0 15 0 4 0 1101982122 558764032 19745 4294967295 134512640 135680988 3214132368 3214131612 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/7104/statm: 136417 19745 103 286 0 136129 0
[pid=7104/tid=7106] ppid=7102 vsize=545668 CPUtime=2.85
/proc/7104/task/7106/stat : 7106 (gnovelty+) S 7102 7104 15881 0 -1 4202560 4 0 0 0 162 123 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3077681500 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=7104/tid=7107] ppid=7102 vsize=545668 CPUtime=2.75
/proc/7104/task/7107/stat : 7107 (gnovelty+) R 7102 7104 15881 0 -1 4202560 5 0 0 0 158 117 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3068289372 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=7104/tid=7108] ppid=7102 vsize=545668 CPUtime=2.87
/proc/7104/task/7108/stat : 7108 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 149 138 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3058897244 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.35
Current children cumulated vsize (KiB) 545668

[startup+6.3157 s]
/proc/loadavg: 3.78 3.81 3.79 5/100 7108
/proc/meminfo: memFree=2959908/3368532 swapFree=1954076/1959888
[pid=7104] ppid=7102 vsize=545668 CPUtime=23.33
/proc/7104/stat : 7104 (gnovelty+) R 7102 7104 15881 0 -1 4202496 19790 0 0 0 1226 1107 0 0 15 0 4 0 1101982122 558764032 19745 4294967295 134512640 135680988 3214132368 3214131612 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/7104/statm: 136417 19745 103 286 0 136129 0
[pid=7104/tid=7106] ppid=7102 vsize=545668 CPUtime=5.85
/proc/7104/task/7106/stat : 7106 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 307 278 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3077681500 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=7104/tid=7107] ppid=7102 vsize=545668 CPUtime=5.75
/proc/7104/task/7107/stat : 7107 (gnovelty+) R 7102 7104 15881 0 -1 4202560 5 0 0 0 319 256 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3068289372 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=7104/tid=7108] ppid=7102 vsize=545668 CPUtime=5.84
/proc/7104/task/7108/stat : 7108 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 302 282 0 0 16 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3058897196 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 23.33
Current children cumulated vsize (KiB) 545668

[startup+12.7154 s]
/proc/loadavg: 3.79 3.81 3.79 5/100 7110
/proc/meminfo: memFree=2959692/3368532 swapFree=1954076/1959888
[pid=7104] ppid=7102 vsize=545668 CPUtime=47.02
/proc/7104/stat : 7104 (gnovelty+) R 7102 7104 15881 0 -1 4202496 19790 0 0 0 2453 2249 0 0 15 0 4 0 1101982122 558764032 19745 4294967295 134512640 135680988 3214132368 3214131612 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/7104/statm: 136417 19745 103 286 0 136129 0
[pid=7104/tid=7106] ppid=7102 vsize=545668 CPUtime=11.62
/proc/7104/task/7106/stat : 7106 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 598 564 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3077681500 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=7104/tid=7107] ppid=7102 vsize=545668 CPUtime=11.79
/proc/7104/task/7107/stat : 7107 (gnovelty+) R 7102 7104 15881 0 -1 4202560 5 0 0 0 646 533 0 0 16 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3068289372 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=7104/tid=7108] ppid=7102 vsize=545668 CPUtime=11.78
/proc/7104/task/7108/stat : 7108 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 592 586 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3058897244 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 47.02
Current children cumulated vsize (KiB) 545668

[startup+25.5144 s]
/proc/loadavg: 3.70 3.79 3.78 5/100 7112
/proc/meminfo: memFree=2959848/3368532 swapFree=1954076/1959888
[pid=7104] ppid=7102 vsize=545668 CPUtime=94.25
/proc/7104/stat : 7104 (gnovelty+) R 7102 7104 15881 0 -1 4202496 19790 0 0 0 4875 4550 0 0 15 0 4 0 1101982122 558764032 19745 4294967295 134512640 135680988 3214132368 3214131612 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/7104/statm: 136417 19745 103 286 0 136129 0
[pid=7104/tid=7106] ppid=7102 vsize=545668 CPUtime=23.47
/proc/7104/task/7106/stat : 7106 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 1187 1160 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3077681452 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=7104/tid=7107] ppid=7102 vsize=545668 CPUtime=23.49
/proc/7104/task/7107/stat : 7107 (gnovelty+) R 7102 7104 15881 0 -1 4202560 5 0 0 0 1255 1094 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3068289324 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=7104/tid=7108] ppid=7102 vsize=545668 CPUtime=23.52
/proc/7104/task/7108/stat : 7108 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 1189 1163 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3058897244 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 94.25
Current children cumulated vsize (KiB) 545668

[startup+51.1127 s]
/proc/loadavg: 3.73 3.79 3.78 5/100 7295
/proc/meminfo: memFree=2959980/3368532 swapFree=1954076/1959888
[pid=7104] ppid=7102 vsize=545668 CPUtime=188.87
/proc/7104/stat : 7104 (gnovelty+) R 7102 7104 15881 0 -1 4202496 19790 0 0 0 9689 9198 0 0 15 0 4 0 1101982122 558764032 19745 4294967295 134512640 135680988 3214132368 3214131612 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/7104/statm: 136417 19745 103 286 0 136129 0
[pid=7104/tid=7106] ppid=7102 vsize=545668 CPUtime=47.15
/proc/7104/task/7106/stat : 7106 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 2353 2362 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3077681500 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=7104/tid=7107] ppid=7102 vsize=545668 CPUtime=47.3
/proc/7104/task/7107/stat : 7107 (gnovelty+) R 7102 7104 15881 0 -1 4202560 5 0 0 0 2514 2216 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3068289372 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=7104/tid=7108] ppid=7102 vsize=545668 CPUtime=47.14
/proc/7104/task/7108/stat : 7108 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 2366 2348 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3058897244 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 188.87
Current children cumulated vsize (KiB) 545668

[startup+102.309 s]
/proc/loadavg: 3.75 3.79 3.78 5/100 7484
/proc/meminfo: memFree=2959132/3368532 swapFree=1954076/1959888
[pid=7104] ppid=7102 vsize=545668 CPUtime=377.73
/proc/7104/stat : 7104 (gnovelty+) R 7102 7104 15881 0 -1 4202496 19790 0 0 0 19455 18318 0 0 15 0 4 0 1101982122 558764032 19745 4294967295 134512640 135680988 3214132368 3214131564 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/7104/statm: 136417 19745 103 286 0 136129 0
[pid=7104/tid=7106] ppid=7102 vsize=545668 CPUtime=94.67
/proc/7104/task/7106/stat : 7106 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 4802 4665 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3077681500 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=7104/tid=7107] ppid=7102 vsize=545668 CPUtime=94.41
/proc/7104/task/7107/stat : 7107 (gnovelty+) R 7102 7104 15881 0 -1 4202560 5 0 0 0 4998 4443 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3068289372 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=7104/tid=7108] ppid=7102 vsize=545668 CPUtime=94.1
/proc/7104/task/7108/stat : 7108 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 4789 4621 0 0 16 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3058897332 134533579 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 377.73
Current children cumulated vsize (KiB) 545668

[startup+162.305 s]
/proc/loadavg: 3.91 3.82 3.79 7/100 7671
/proc/meminfo: memFree=2958948/3368532 swapFree=1954076/1959888
[pid=7104] ppid=7102 vsize=545668 CPUtime=599.07
/proc/7104/stat : 7104 (gnovelty+) R 7102 7104 15881 0 -1 4202496 19790 0 0 0 30958 28949 0 0 15 0 4 0 1101982122 558764032 19745 4294967295 134512640 135680988 3214132368 3214131612 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/7104/statm: 136417 19745 103 286 0 136129 0
[pid=7104/tid=7106] ppid=7102 vsize=545668 CPUtime=150.22
/proc/7104/task/7106/stat : 7106 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 7659 7363 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3077681500 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=7104/tid=7107] ppid=7102 vsize=545668 CPUtime=149.36
/proc/7104/task/7107/stat : 7107 (gnovelty+) R 7102 7104 15881 0 -1 4202560 5 0 0 0 7882 7054 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3068289372 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=7104/tid=7108] ppid=7102 vsize=545668 CPUtime=149.37
/proc/7104/task/7108/stat : 7108 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 7658 7279 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3058897244 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 599.07
Current children cumulated vsize (KiB) 545668

[startup+222.321 s]
/proc/loadavg: 3.96 3.85 3.81 5/100 7858
/proc/meminfo: memFree=2958940/3368532 swapFree=1954076/1959888
[pid=7104] ppid=7102 vsize=545668 CPUtime=819.99
/proc/7104/stat : 7104 (gnovelty+) R 7102 7104 15881 0 -1 4202496 19790 0 0 0 42569 39430 0 0 16 0 4 0 1101982122 558764032 19745 4294967295 134512640 135680988 3214132368 3214131564 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/7104/statm: 136417 19745 103 286 0 136129 0
[pid=7104/tid=7106] ppid=7102 vsize=545668 CPUtime=205.72
/proc/7104/task/7106/stat : 7106 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 10547 10025 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3077681500 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=7104/tid=7107] ppid=7102 vsize=545668 CPUtime=204.74
/proc/7104/task/7107/stat : 7107 (gnovelty+) R 7102 7104 15881 0 -1 4202560 5 0 0 0 10796 9678 0 0 16 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3068289372 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=7104/tid=7108] ppid=7102 vsize=545668 CPUtime=204.73
/proc/7104/task/7108/stat : 7108 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 10593 9880 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3058897244 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 819.99
Current children cumulated vsize (KiB) 545668

[startup+282.307 s]
/proc/loadavg: 3.98 3.88 3.82 5/100 8050
/proc/meminfo: memFree=2959148/3368532 swapFree=1954076/1959888
[pid=7104] ppid=7102 vsize=545668 CPUtime=1041.39
/proc/7104/stat : 7104 (gnovelty+) R 7102 7104 15881 0 -1 4202496 19790 0 0 0 54081 50058 0 0 15 0 4 0 1101982122 558764032 19745 4294967295 134512640 135680988 3214132368 3214131612 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/7104/statm: 136417 19745 103 286 0 136129 0
[pid=7104/tid=7106] ppid=7102 vsize=545668 CPUtime=260.87
/proc/7104/task/7106/stat : 7106 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 13374 12713 0 0 16 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3077681500 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=7104/tid=7107] ppid=7102 vsize=545668 CPUtime=260.2
/proc/7104/task/7107/stat : 7107 (gnovelty+) R 7102 7104 15881 0 -1 4202560 5 0 0 0 13674 12346 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3068289372 134957422 0 0 0 0 0 0 0 -1 2 0 0 0

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

[pid=7104] ppid=7102 vsize=545668 CPUtime=1707.59
/proc/7104/stat : 7104 (gnovelty+) R 7102 7104 15881 0 -1 4202496 19790 0 0 0 88756 82003 0 0 15 0 4 0 1101982122 558764032 19745 4294967295 134512640 135680988 3214132368 3214131612 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/7104/statm: 136417 19745 103 286 0 136129 0
[pid=7104/tid=7106] ppid=7102 vsize=545668 CPUtime=427.28
/proc/7104/task/7106/stat : 7106 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 22111 20617 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3077681500 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=7104/tid=7107] ppid=7102 vsize=545668 CPUtime=426.72
/proc/7104/task/7107/stat : 7107 (gnovelty+) R 7102 7104 15881 0 -1 4202560 5 0 0 0 22252 20420 0 0 16 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3068289372 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=7104/tid=7108] ppid=7102 vsize=545668 CPUtime=426.74
/proc/7104/task/7108/stat : 7108 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 22120 20554 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3058897196 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1707.59
Current children cumulated vsize (KiB) 545668

[startup+522.311 s]
/proc/loadavg: 3.88 3.82 3.80 5/100 8803
/proc/meminfo: memFree=2959940/3368532 swapFree=1954076/1959888
[pid=7104] ppid=7102 vsize=545668 CPUtime=1930.29
/proc/7104/stat : 7104 (gnovelty+) R 7102 7104 15881 0 -1 4202496 19790 0 0 0 100290 92739 0 0 15 0 4 0 1101982122 558764032 19745 4294967295 134512640 135680988 3214132368 3214131612 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/7104/statm: 136417 19745 103 286 0 136129 0
[pid=7104/tid=7106] ppid=7102 vsize=545668 CPUtime=483.67
/proc/7104/task/7106/stat : 7106 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 25069 23298 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3077681500 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=7104/tid=7107] ppid=7102 vsize=545668 CPUtime=482.34
/proc/7104/task/7107/stat : 7107 (gnovelty+) R 7102 7104 15881 0 -1 4202560 5 0 0 0 25109 23125 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3068289372 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=7104/tid=7108] ppid=7102 vsize=545668 CPUtime=482.29
/proc/7104/task/7108/stat : 7108 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 24996 23233 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3058897244 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1930.29
Current children cumulated vsize (KiB) 545668

[startup+582.316 s]
/proc/loadavg: 3.95 3.85 3.82 5/100 8991
/proc/meminfo: memFree=2959684/3368532 swapFree=1954076/1959888
[pid=7104] ppid=7102 vsize=545668 CPUtime=2151.47
/proc/7104/stat : 7104 (gnovelty+) R 7102 7104 15881 0 -1 4202496 19790 0 0 0 111800 103347 0 0 15 0 4 0 1101982122 558764032 19745 4294967295 134512640 135680988 3214132368 3214131612 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/7104/statm: 136417 19745 103 286 0 136129 0
[pid=7104/tid=7106] ppid=7102 vsize=545668 CPUtime=538.92
/proc/7104/task/7106/stat : 7106 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 27936 25956 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3077681500 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=7104/tid=7107] ppid=7102 vsize=545668 CPUtime=537.55
/proc/7104/task/7107/stat : 7107 (gnovelty+) R 7102 7104 15881 0 -1 4202560 5 0 0 0 28005 25750 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3068289372 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=7104/tid=7108] ppid=7102 vsize=545668 CPUtime=537.85
/proc/7104/task/7108/stat : 7108 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 27921 25864 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3058897244 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2151.47
Current children cumulated vsize (KiB) 545668

[startup+642.312 s]
/proc/loadavg: 3.88 3.85 3.82 5/100 9183
/proc/meminfo: memFree=2959568/3368532 swapFree=1954076/1959888
[pid=7104] ppid=7102 vsize=545668 CPUtime=2373.22
/proc/7104/stat : 7104 (gnovelty+) R 7102 7104 15881 0 -1 4202496 19790 0 0 0 123274 114048 0 0 15 0 4 0 1101982122 558764032 19745 4294967295 134512640 135680988 3214132368 3214131612 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/7104/statm: 136417 19745 103 286 0 136129 0
[pid=7104/tid=7106] ppid=7102 vsize=545668 CPUtime=594.2
/proc/7104/task/7106/stat : 7106 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 30823 28597 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3077681452 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=7104/tid=7107] ppid=7102 vsize=545668 CPUtime=592.99
/proc/7104/task/7107/stat : 7107 (gnovelty+) R 7102 7104 15881 0 -1 4202560 5 0 0 0 30854 28445 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3068289324 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=7104/tid=7108] ppid=7102 vsize=545668 CPUtime=593.58
/proc/7104/task/7108/stat : 7108 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 30805 28553 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3058897244 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2373.22
Current children cumulated vsize (KiB) 545668

[startup+702.308 s]
/proc/loadavg: 3.91 3.86 3.82 5/100 9372
/proc/meminfo: memFree=2959644/3368532 swapFree=1954076/1959888
[pid=7104] ppid=7102 vsize=545668 CPUtime=2595.39
/proc/7104/stat : 7104 (gnovelty+) R 7102 7104 15881 0 -1 4202496 19790 0 0 0 134874 124665 0 0 15 0 4 0 1101982122 558764032 19745 4294967295 134512640 135680988 3214132368 3214131612 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/7104/statm: 136417 19745 103 286 0 136129 0
[pid=7104/tid=7106] ppid=7102 vsize=545668 CPUtime=649.68
/proc/7104/task/7106/stat : 7106 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 33730 31238 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3077681500 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=7104/tid=7107] ppid=7102 vsize=545668 CPUtime=648.78
/proc/7104/task/7107/stat : 7107 (gnovelty+) R 7102 7104 15881 0 -1 4202560 5 0 0 0 33780 31098 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3068289372 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=7104/tid=7108] ppid=7102 vsize=545668 CPUtime=648.98
/proc/7104/task/7108/stat : 7108 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 33709 31189 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3058897196 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2595.39
Current children cumulated vsize (KiB) 545668

[startup+762.304 s]
/proc/loadavg: 3.97 3.88 3.83 5/100 9559
/proc/meminfo: memFree=2959692/3368532 swapFree=1954076/1959888
[pid=7104] ppid=7102 vsize=545668 CPUtime=2815.62
/proc/7104/stat : 7104 (gnovelty+) S 7102 7104 15881 0 -1 4202496 19790 0 0 0 146260 135302 0 0 15 0 4 0 1101982122 558764032 19745 4294967295 134512640 135680988 3214132368 3214131612 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/7104/statm: 136417 19745 103 286 0 136129 0
[pid=7104/tid=7106] ppid=7102 vsize=545668 CPUtime=704.96
/proc/7104/task/7106/stat : 7106 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 36561 33935 0 0 16 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3077681500 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=7104/tid=7107] ppid=7102 vsize=545668 CPUtime=704
/proc/7104/task/7107/stat : 7107 (gnovelty+) R 7102 7104 15881 0 -1 4202560 5 0 0 0 36661 33739 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3068289372 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=7104/tid=7108] ppid=7102 vsize=545668 CPUtime=703.24
/proc/7104/task/7108/stat : 7108 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 36559 33765 0 0 16 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3058897244 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2815.62
Current children cumulated vsize (KiB) 545668

[startup+822.31 s]
/proc/loadavg: 3.85 3.86 3.82 7/100 9746
/proc/meminfo: memFree=2959800/3368532 swapFree=1954076/1959888
[pid=7104] ppid=7102 vsize=545668 CPUtime=3036.95
/proc/7104/stat : 7104 (gnovelty+) R 7102 7104 15881 0 -1 4202496 19790 0 0 0 157972 145723 0 0 15 0 4 0 1101982122 558764032 19745 4294967295 134512640 135680988 3214132368 3214131612 134957422 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/7104/statm: 136417 19745 103 286 0 136129 0
[pid=7104/tid=7106] ppid=7102 vsize=545668 CPUtime=760.2
/proc/7104/task/7106/stat : 7106 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 39490 36530 0 0 16 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3077681500 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=7104/tid=7107] ppid=7102 vsize=545668 CPUtime=759.33
/proc/7104/task/7107/stat : 7107 (gnovelty+) R 7102 7104 15881 0 -1 4202560 5 0 0 0 39581 36352 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3068289372 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=7104/tid=7108] ppid=7102 vsize=545668 CPUtime=758.61
/proc/7104/task/7108/stat : 7108 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 39461 36400 0 0 16 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3058897244 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3036.95
Current children cumulated vsize (KiB) 545668

[startup+882.316 s]
/proc/loadavg: 3.78 3.83 3.81 6/100 9934
/proc/meminfo: memFree=2959940/3368532 swapFree=1954076/1959888
[pid=7104] ppid=7102 vsize=545668 CPUtime=3258.52
/proc/7104/stat : 7104 (gnovelty+) R 7102 7104 15881 0 -1 4202496 19790 0 0 0 169535 156317 0 0 15 0 4 0 1101982122 558764032 19745 4294967295 134512640 135680988 3214132368 3214131612 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/7104/statm: 136417 19745 103 286 0 136129 0
[pid=7104/tid=7106] ppid=7102 vsize=545668 CPUtime=815.31
/proc/7104/task/7106/stat : 7106 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 42378 39153 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3077681452 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=7104/tid=7107] ppid=7102 vsize=545668 CPUtime=814.78
/proc/7104/task/7107/stat : 7107 (gnovelty+) R 7102 7104 15881 0 -1 4202560 5 0 0 0 42488 38990 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3068289372 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=7104/tid=7108] ppid=7102 vsize=545668 CPUtime=813.87
/proc/7104/task/7108/stat : 7108 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 42402 38985 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3058897244 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3258.52
Current children cumulated vsize (KiB) 545668

[startup+942.312 s]
/proc/loadavg: 3.52 3.75 3.79 5/100 10122
/proc/meminfo: memFree=2959808/3368532 swapFree=1954076/1959888
[pid=7104] ppid=7102 vsize=545668 CPUtime=3479.92
/proc/7104/stat : 7104 (gnovelty+) R 7102 7104 15881 0 -1 4202496 19790 0 0 0 181024 166968 0 0 15 0 4 0 1101982122 558764032 19745 4294967295 134512640 135680988 3214132368 3214131612 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/7104/statm: 136417 19745 103 286 0 136129 0
[pid=7104/tid=7106] ppid=7102 vsize=545668 CPUtime=870.67
/proc/7104/task/7106/stat : 7106 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 45215 41852 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3077681500 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=7104/tid=7107] ppid=7102 vsize=545668 CPUtime=869.76
/proc/7104/task/7107/stat : 7107 (gnovelty+) R 7102 7104 15881 0 -1 4202560 5 0 0 0 45345 41631 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3068289324 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=7104/tid=7108] ppid=7102 vsize=545668 CPUtime=869.65
/proc/7104/task/7108/stat : 7108 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 45367 41598 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3058897244 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3479.92
Current children cumulated vsize (KiB) 545668



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.02 s]
/proc/loadavg: 3.49 3.70 3.77 2/100 10315
/proc/meminfo: memFree=2959752/3368532 swapFree=1954076/1959888
[pid=7104] ppid=7102 vsize=545668 CPUtime=3692.87
/proc/7104/stat : 7104 (gnovelty+) S 7102 7104 15881 0 -1 4202496 19790 0 0 0 192048 177239 0 0 15 0 4 0 1101982122 558764032 19745 4294967295 134512640 135680988 3214132368 3214131564 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/7104/statm: 136417 19745 103 286 0 136129 0
[pid=7104/tid=7106] ppid=7102 vsize=545668 CPUtime=924.21
/proc/7104/task/7106/stat : 7106 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 48007 44414 0 0 16 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3077681516 134997743 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=7104/tid=7107] ppid=7102 vsize=545668 CPUtime=922.61
/proc/7104/task/7107/stat : 7107 (gnovelty+) S 7102 7104 15881 0 -1 4202560 5 0 0 0 48038 44223 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3068289324 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=7104/tid=7108] ppid=7102 vsize=545668 CPUtime=923.41
/proc/7104/task/7108/stat : 7108 (gnovelty+) S 7102 7104 15881 0 -1 4202560 4 0 0 0 48175 44166 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3058897196 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3692.87
Current children cumulated vsize (KiB) 545668

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

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

[startup+1000.02 s]
/proc/loadavg: 3.49 3.70 3.77 2/100 10315
/proc/meminfo: memFree=2959752/3368532 swapFree=1954076/1959888
[pid=7104] ppid=7102 vsize=545668 CPUtime=3692.87
/proc/7104/stat : 7104 (gnovelty+) S 7102 7104 15881 0 -1 4202496 19790 0 0 0 192048 177239 0 0 15 0 4 0 1101982122 558764032 19745 4294967295 134512640 135680988 3214132368 3214131564 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/7104/statm: 136417 19745 103 286 0 136129 0
[pid=7104/tid=7106] ppid=7102 vsize=545668 CPUtime=924.21
/proc/7104/task/7106/stat : 7106 (gnovelty+) R 7102 7104 15881 0 -1 4202560 4 0 0 0 48007 44414 0 0 16 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3077681516 134997743 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=7104/tid=7107] ppid=7102 vsize=545668 CPUtime=922.61
/proc/7104/task/7107/stat : 7107 (gnovelty+) S 7102 7104 15881 0 -1 4202560 5 0 0 0 48038 44223 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3068289324 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=7104/tid=7108] ppid=7102 vsize=545668 CPUtime=923.41
/proc/7104/task/7108/stat : 7108 (gnovelty+) S 7102 7104 15881 0 -1 4202560 4 0 0 0 48175 44166 0 0 15 0 4 0 1101982131 558764032 19745 4294967295 134512640 135680988 3214132368 3058897196 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3692.87
Current children cumulated vsize (KiB) 545668

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1000.04
CPU time (s): 3692.94
CPU user time (s): 1920.54
CPU system time (s): 1772.4
CPU usage (%): 369.278
Max. virtual memory (cumulated for all children) (KiB): 545668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1920.54
system time used= 1772.4
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19790
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= 100548407
involuntary context switches= 225183

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi44 at 2009-05-28 04:46:50
IDJOB=1778356
IDBENCH=70634
IDSOLVER=617
FILE ID=tipi44/1778356-1243478810
PBS_JOBID=
Free space on /tmp= 15894 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (4 threads)
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/360/unif-k3-r4.25-v360-c1530-S2025517367-061.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1778356-1243478810/watcher-1778356-1243478810 -o /tmp/evaluation-result-1778356-1243478810/solver-1778356-1243478810 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1778356-1243478810.cnf 507744598 4

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

MD5SUM BENCH= 747eab6e16fc5e29dfb421f806361704
RANDOM SEED= 507744598

Linux tipi44 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.116
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.116
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.116
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.116
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.16
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3039020 kB
Buffers:        130920 kB
Cached:          91720 kB
SwapCached:       2180 kB
Active:          88528 kB
Inactive:       143728 kB
HighTotal:     2489216 kB
HighFree:      2385552 kB
LowTotal:       879316 kB
LowFree:        653468 kB
SwapTotal:     1959888 kB
SwapFree:      1954076 kB
Dirty:            1384 kB
Writeback:           0 kB
AnonPages:        8864 kB
Mapped:           3432 kB
Slab:            87064 kB
SReclaimable:    77208 kB
SUnreclaim:       9856 kB
PageTables:        464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    87892 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15894 MiB
End job on tipi44 at 2009-05-28 05:03:32