Trace number 1777234

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

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/180/
unif-k7-r85-v180-c15300-S1845944120-011.cnf
MD5SUMc7e600e65327a74ce4dc4cc40e37ba60
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 variables180
Number of clauses15300
Sum of the clauses size107100
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 515300

Solver Data

0.11/0.13	c +------------------------------+
0.11/0.13	c | gNovelty+, version 1.0       |
0.11/0.13	c +------------------------------+
0.11/0.13	c gnovelty+ -h for help
0.11/0.13	c 

Verifier Data

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

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1777234-1243440941/watcher-1777234-1243440941 -o /tmp/evaluation-result-1777234-1243440941/solver-1777234-1243440941 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1777234-1243440941.cnf 1676437715 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.73 4.94 4.91 3/96 10002
/proc/meminfo: memFree=214792/3368532 swapFree=1953788/1959888
[pid=10002] ppid=10000 vsize=509232 CPUtime=0.01
/proc/10002/stat : 10002 (gnovelty+) R 10000 10002 10015 0 -1 4202496 1391 0 0 0 0 1 0 0 18 0 1 0 1108758187 521453568 1348 4294967295 134512640 135680988 3216578272 3216577536 134537167 0 0 0 0 0 0 0 17 3 0 0 0
/proc/10002/statm: 127308 1357 99 286 0 127020 0

[startup+0.062154 s]
/proc/loadavg: 4.73 4.94 4.91 3/96 10002
/proc/meminfo: memFree=214792/3368532 swapFree=1953788/1959888
[pid=10002] ppid=10000 vsize=517048 CPUtime=0.06
/proc/10002/stat : 10002 (gnovelty+) R 10000 10002 10015 0 -1 4202496 10025 0 0 0 3 3 0 0 18 0 1 0 1108758187 529457152 9982 4294967295 134512640 135680988 3216578272 3216576380 134958286 0 0 0 0 0 0 0 17 3 0 0 0
/proc/10002/statm: 129262 9982 99 286 0 128974 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 517048

[startup+0.112154 s]
/proc/loadavg: 4.73 4.94 4.91 3/96 10002
/proc/meminfo: memFree=214792/3368532 swapFree=1953788/1959888
[pid=10002] ppid=10000 vsize=517044 CPUtime=0.11
/proc/10002/stat : 10002 (gnovelty+) R 10000 10002 10015 0 -1 4202496 17642 0 0 0 6 5 0 0 18 0 1 0 1108758187 529453056 17598 4294967295 134512640 135680988 3216578272 3216577536 134537708 0 0 0 0 0 0 0 17 3 0 0 0
/proc/10002/statm: 129261 17609 99 286 0 128973 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 517044

[startup+0.312131 s]
/proc/loadavg: 4.73 4.94 4.91 3/96 10002
/proc/meminfo: memFree=214792/3368532 swapFree=1953788/1959888
[pid=10002] ppid=10000 vsize=547712 CPUtime=0.75
/proc/10002/stat : 10002 (gnovelty+) R 10000 10002 10015 0 -1 4202496 20353 0 0 0 70 5 0 0 19 0 4 0 1108758187 560857088 20309 4294967295 134512640 135680988 3216578272 3216577516 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10002/statm: 136928 20309 103 286 0 136640 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 547712

[startup+0.712098 s]
/proc/loadavg: 4.73 4.94 4.91 3/96 10002
/proc/meminfo: memFree=214792/3368532 swapFree=1953788/1959888
[pid=10002] ppid=10000 vsize=547712 CPUtime=2.35
/proc/10002/stat : 10002 (gnovelty+) R 10000 10002 10015 0 -1 4202496 20353 0 0 0 228 7 0 0 16 0 4 0 1108758187 560857088 20309 4294967295 134512640 135680988 3216578272 3216577516 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10002/statm: 136928 20309 103 286 0 136640 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 547712

[startup+1.51203 s]
/proc/loadavg: 4.73 4.94 4.91 6/100 10006
/proc/meminfo: memFree=134624/3368532 swapFree=1953788/1959888
[pid=10002] ppid=10000 vsize=547712 CPUtime=5.52
/proc/10002/stat : 10002 (gnovelty+) R 10000 10002 10015 0 -1 4202496 20353 0 0 0 539 13 0 0 15 0 4 0 1108758187 560857088 20309 4294967295 134512640 135680988 3216578272 3216577516 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10002/statm: 136928 20309 103 286 0 136640 0
[pid=10002/tid=10004] ppid=10000 vsize=547712 CPUtime=1.33
/proc/10002/task/10004/stat : 10004 (gnovelty+) R 10000 10002 10015 0 -1 4202560 82 0 0 0 131 2 0 0 16 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3077075380 134533337 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10002/tid=10005] ppid=10000 vsize=547712 CPUtime=1.36
/proc/10002/task/10005/stat : 10005 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 135 1 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3067683164 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10002/tid=10006] ppid=10000 vsize=547712 CPUtime=1.32
/proc/10002/task/10006/stat : 10006 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 129 3 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3058291036 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.52
Current children cumulated vsize (KiB) 547712

[startup+3.1119 s]
/proc/loadavg: 4.73 4.94 4.91 5/100 10006
/proc/meminfo: memFree=134336/3368532 swapFree=1953788/1959888
[pid=10002] ppid=10000 vsize=547712 CPUtime=11.23
/proc/10002/stat : 10002 (gnovelty+) R 10000 10002 10015 0 -1 4202496 20353 0 0 0 1100 23 0 0 15 0 4 0 1108758187 560857088 20309 4294967295 134512640 135680988 3216578272 3216577516 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/10002/statm: 136928 20309 103 286 0 136640 0
[pid=10002/tid=10004] ppid=10000 vsize=547712 CPUtime=2.69
/proc/10002/task/10004/stat : 10004 (gnovelty+) R 10000 10002 10015 0 -1 4202560 82 0 0 0 266 3 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3077075292 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=10002/tid=10005] ppid=10000 vsize=547712 CPUtime=2.85
/proc/10002/task/10005/stat : 10005 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 281 4 0 0 16 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3067683252 134533489 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10002/tid=10006] ppid=10000 vsize=547712 CPUtime=2.71
/proc/10002/task/10006/stat : 10006 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 265 6 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3058291036 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.23
Current children cumulated vsize (KiB) 547712

[startup+6.31892 s]
/proc/loadavg: 4.75 4.94 4.91 6/100 10006
/proc/meminfo: memFree=134336/3368532 swapFree=1953788/1959888
[pid=10002] ppid=10000 vsize=547712 CPUtime=23.96
/proc/10002/stat : 10002 (gnovelty+) R 10000 10002 10015 0 -1 4202496 20353 0 0 0 2358 38 0 0 15 0 4 0 1108758187 560857088 20309 4294967295 134512640 135680988 3216578272 3216577516 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/10002/statm: 136928 20309 103 286 0 136640 0
[pid=10002/tid=10004] ppid=10000 vsize=547712 CPUtime=5.88
/proc/10002/task/10004/stat : 10004 (gnovelty+) R 10000 10002 10015 0 -1 4202560 82 0 0 0 582 6 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3077075292 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=10002/tid=10005] ppid=10000 vsize=547712 CPUtime=6.05
/proc/10002/task/10005/stat : 10005 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 596 9 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3067683164 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10002/tid=10006] ppid=10000 vsize=547712 CPUtime=5.89
/proc/10002/task/10006/stat : 10006 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 577 12 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3058291036 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 23.96
Current children cumulated vsize (KiB) 547712

[startup+12.7165 s]
/proc/loadavg: 4.85 4.96 4.91 7/100 10007
/proc/meminfo: memFree=134128/3368532 swapFree=1953788/1959888
[pid=10002] ppid=10000 vsize=547712 CPUtime=49.43
/proc/10002/stat : 10002 (gnovelty+) R 10000 10002 10015 0 -1 4202496 20353 0 0 0 4863 80 0 0 15 0 4 0 1108758187 560857088 20309 4294967295 134512640 135680988 3216578272 3216577516 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10002/statm: 136928 20309 103 286 0 136640 0
[pid=10002/tid=10004] ppid=10000 vsize=547712 CPUtime=12.28
/proc/10002/task/10004/stat : 10004 (gnovelty+) R 10000 10002 10015 0 -1 4202560 82 0 0 0 1208 20 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3077075292 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=10002/tid=10005] ppid=10000 vsize=547712 CPUtime=12.37
/proc/10002/task/10005/stat : 10005 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 1225 12 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3067683164 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10002/tid=10006] ppid=10000 vsize=547712 CPUtime=12.29
/proc/10002/task/10006/stat : 10006 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 1206 23 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3058291036 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 49.43
Current children cumulated vsize (KiB) 547712

[startup+25.5127 s]
/proc/loadavg: 4.94 4.97 4.92 6/100 10008
/proc/meminfo: memFree=134348/3368532 swapFree=1953788/1959888
[pid=10002] ppid=10000 vsize=547712 CPUtime=99.16
/proc/10002/stat : 10002 (gnovelty+) R 10000 10002 10015 0 -1 4202496 20353 0 0 0 9750 166 0 0 15 0 4 0 1108758187 560857088 20309 4294967295 134512640 135680988 3216578272 3216577516 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10002/statm: 136928 20309 103 286 0 136640 0
[pid=10002/tid=10004] ppid=10000 vsize=547712 CPUtime=24.91
/proc/10002/task/10004/stat : 10004 (gnovelty+) R 10000 10002 10015 0 -1 4202560 82 0 0 0 2454 37 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3077075292 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10002/tid=10005] ppid=10000 vsize=547712 CPUtime=24.77
/proc/10002/task/10005/stat : 10005 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 2439 38 0 0 16 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3067683164 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=10002/tid=10006] ppid=10000 vsize=547712 CPUtime=24.76
/proc/10002/task/10006/stat : 10006 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 2429 47 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3058291036 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 99.16
Current children cumulated vsize (KiB) 547712

[startup+51.1075 s]
/proc/loadavg: 5.15 5.02 4.93 7/100 10197
/proc/meminfo: memFree=134208/3368532 swapFree=1953788/1959888
[pid=10002] ppid=10000 vsize=547712 CPUtime=197.53
/proc/10002/stat : 10002 (gnovelty+) R 10000 10002 10015 0 -1 4202496 20353 0 0 0 19432 321 0 0 15 0 4 0 1108758187 560857088 20309 4294967295 134512640 135680988 3216578272 3216577516 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10002/statm: 136928 20309 103 286 0 136640 0
[pid=10002/tid=10004] ppid=10000 vsize=547712 CPUtime=49.74
/proc/10002/task/10004/stat : 10004 (gnovelty+) R 10000 10002 10015 0 -1 4202560 82 0 0 0 4899 75 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3077075292 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=10002/tid=10005] ppid=10000 vsize=547712 CPUtime=48.9
/proc/10002/task/10005/stat : 10005 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 4815 75 0 0 16 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3067683252 134534551 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10002/tid=10006] ppid=10000 vsize=547712 CPUtime=49.65
/proc/10002/task/10006/stat : 10006 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 4882 83 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3058291036 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 197.53
Current children cumulated vsize (KiB) 547712

[startup+102.314 s]
/proc/loadavg: 5.10 5.03 4.94 7/100 10386
/proc/meminfo: memFree=133796/3368532 swapFree=1953788/1959888
[pid=10002] ppid=10000 vsize=547712 CPUtime=396.45
/proc/10002/stat : 10002 (gnovelty+) R 10000 10002 10015 0 -1 4202496 20353 0 0 0 38966 679 0 0 16 0 4 0 1108758187 560857088 20309 4294967295 134512640 135680988 3216578272 3216577516 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10002/statm: 136928 20309 103 286 0 136640 0
[pid=10002/tid=10004] ppid=10000 vsize=547712 CPUtime=99.87
/proc/10002/task/10004/stat : 10004 (gnovelty+) R 10000 10002 10015 0 -1 4202560 82 0 0 0 9828 159 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3077075292 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10002/tid=10005] ppid=10000 vsize=547712 CPUtime=98.14
/proc/10002/task/10005/stat : 10005 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 9656 158 0 0 16 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3067683252 134533494 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10002/tid=10006] ppid=10000 vsize=547712 CPUtime=99.2
/proc/10002/task/10006/stat : 10006 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 9729 191 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3058291036 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 396.45
Current children cumulated vsize (KiB) 547712

[startup+162.309 s]
/proc/loadavg: 4.96 5.01 4.93 6/100 10574
/proc/meminfo: memFree=133772/3368532 swapFree=1953788/1959888
[pid=10002] ppid=10000 vsize=547712 CPUtime=627.04
/proc/10002/stat : 10002 (gnovelty+) R 10000 10002 10015 0 -1 4202496 20353 0 0 0 61628 1076 0 0 15 0 4 0 1108758187 560857088 20309 4294967295 134512640 135680988 3216578272 3216577516 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/10002/statm: 136928 20309 103 286 0 136640 0
[pid=10002/tid=10004] ppid=10000 vsize=547712 CPUtime=157.01
/proc/10002/task/10004/stat : 10004 (gnovelty+) R 10000 10002 10015 0 -1 4202560 82 0 0 0 15445 256 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3077075292 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10002/tid=10005] ppid=10000 vsize=547712 CPUtime=155.95
/proc/10002/task/10005/stat : 10005 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 15330 265 0 0 16 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3067683252 134533436 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10002/tid=10006] ppid=10000 vsize=547712 CPUtime=157.14
/proc/10002/task/10006/stat : 10006 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 15413 301 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3058291036 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 627.04
Current children cumulated vsize (KiB) 547712

[startup+222.304 s]
/proc/loadavg: 4.61 4.90 4.90 8/100 10766
/proc/meminfo: memFree=133664/3368532 swapFree=1953788/1959888
[pid=10002] ppid=10000 vsize=547712 CPUtime=857.29
/proc/10002/stat : 10002 (gnovelty+) R 10000 10002 10015 0 -1 4202496 20353 0 0 0 84271 1458 0 0 16 0 4 0 1108758187 560857088 20309 4294967295 134512640 135680988 3216578272 3216577516 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/10002/statm: 136928 20309 103 286 0 136640 0
[pid=10002/tid=10004] ppid=10000 vsize=547712 CPUtime=214.93
/proc/10002/task/10004/stat : 10004 (gnovelty+) R 10000 10002 10015 0 -1 4202560 82 0 0 0 21141 352 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3077075292 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10002/tid=10005] ppid=10000 vsize=547712 CPUtime=213.58
/proc/10002/task/10005/stat : 10005 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 20999 359 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3067683164 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10002/tid=10006] ppid=10000 vsize=547712 CPUtime=214.87
/proc/10002/task/10006/stat : 10006 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 21082 405 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3058291036 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 857.29
Current children cumulated vsize (KiB) 547712

[startup+282.309 s]
/proc/loadavg: 4.80 4.87 4.89 5/100 10955
/proc/meminfo: memFree=133592/3368532 swapFree=1953788/1959888
[pid=10002] ppid=10000 vsize=547712 CPUtime=1088.63
/proc/10002/stat : 10002 (gnovelty+) R 10000 10002 10015 0 -1 4202496 20353 0 0 0 107036 1827 0 0 15 0 4 0 1108758187 560857088 20309 4294967295 134512640 135680988 3216578272 3216577516 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/10002/statm: 136928 20309 103 286 0 136640 0
[pid=10002/tid=10004] ppid=10000 vsize=547712 CPUtime=272.1
/proc/10002/task/10004/stat : 10004 (gnovelty+) R 10000 10002 10015 0 -1 4202560 82 0 0 0 26766 444 0 0 16 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3077075292 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10002/tid=10005] ppid=10000 vsize=547712 CPUtime=271.48
/proc/10002/task/10005/stat : 10005 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 26697 451 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3067683164 134957422 0 0 0 0 0 0 0 -1 1 0 0 0

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

[pid=10002] ppid=10000 vsize=547712 CPUtime=1551.19
/proc/10002/stat : 10002 (gnovelty+) R 10000 10002 10015 0 -1 4202496 20353 0 0 0 152579 2540 0 0 16 0 4 0 1108758187 560857088 20309 4294967295 134512640 135680988 3216578272 3216577516 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/10002/statm: 136928 20309 103 286 0 136640 0
[pid=10002/tid=10004] ppid=10000 vsize=547712 CPUtime=386.77
/proc/10002/task/10004/stat : 10004 (gnovelty+) R 10000 10002 10015 0 -1 4202560 82 0 0 0 38042 635 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3077075292 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10002/tid=10005] ppid=10000 vsize=547712 CPUtime=386.68
/proc/10002/task/10005/stat : 10005 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 38037 631 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3067683164 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10002/tid=10006] ppid=10000 vsize=547712 CPUtime=389.11
/proc/10002/task/10006/stat : 10006 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 38260 651 0 0 16 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3058291036 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1551.19
Current children cumulated vsize (KiB) 547712

[startup+462.315 s]
/proc/loadavg: 4.79 4.86 4.88 7/100 11520
/proc/meminfo: memFree=133788/3368532 swapFree=1953788/1959888
[pid=10002] ppid=10000 vsize=547712 CPUtime=1785.6
/proc/10002/stat : 10002 (gnovelty+) R 10000 10002 10015 0 -1 4202496 20353 0 0 0 175627 2933 0 0 15 0 4 0 1108758187 560857088 20309 4294967295 134512640 135680988 3216578272 3216577516 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/10002/statm: 136928 20309 103 286 0 136640 0
[pid=10002/tid=10004] ppid=10000 vsize=547712 CPUtime=445.75
/proc/10002/task/10004/stat : 10004 (gnovelty+) R 10000 10002 10015 0 -1 4202560 82 0 0 0 43848 727 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3077075292 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=10002/tid=10005] ppid=10000 vsize=547712 CPUtime=444.4
/proc/10002/task/10005/stat : 10005 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 43715 725 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3067683164 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10002/tid=10006] ppid=10000 vsize=547712 CPUtime=448.03
/proc/10002/task/10006/stat : 10006 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 44045 758 0 0 16 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3058291036 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1785.6
Current children cumulated vsize (KiB) 547712

[startup+522.308 s]
/proc/loadavg: 5.09 4.93 4.90 5/100 11708
/proc/meminfo: memFree=133756/3368532 swapFree=1953788/1959888
[pid=10002] ppid=10000 vsize=547712 CPUtime=2017.47
/proc/10002/stat : 10002 (gnovelty+) R 10000 10002 10015 0 -1 4202496 20353 0 0 0 198438 3309 0 0 15 0 4 0 1108758187 560857088 20309 4294967295 134512640 135680988 3216578272 3216577516 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10002/statm: 136928 20309 103 286 0 136640 0
[pid=10002/tid=10004] ppid=10000 vsize=547712 CPUtime=503.65
/proc/10002/task/10004/stat : 10004 (gnovelty+) R 10000 10002 10015 0 -1 4202560 82 0 0 0 49548 817 0 0 16 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3077075380 134533040 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10002/tid=10005] ppid=10000 vsize=547712 CPUtime=502.3
/proc/10002/task/10005/stat : 10005 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 49421 809 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3067683164 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=10002/tid=10006] ppid=10000 vsize=547712 CPUtime=505.88
/proc/10002/task/10006/stat : 10006 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 49727 861 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3058291036 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2017.47
Current children cumulated vsize (KiB) 547712

[startup+582.316 s]
/proc/loadavg: 5.05 4.94 4.91 8/100 11901
/proc/meminfo: memFree=133508/3368532 swapFree=1953788/1959888
[pid=10002] ppid=10000 vsize=547712 CPUtime=2249.36
/proc/10002/stat : 10002 (gnovelty+) R 10000 10002 10015 0 -1 4202496 20353 0 0 0 221217 3719 0 0 15 0 4 0 1108758187 560857088 20309 4294967295 134512640 135680988 3216578272 3216577516 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10002/statm: 136928 20309 103 286 0 136640 0
[pid=10002/tid=10004] ppid=10000 vsize=547712 CPUtime=561.35
/proc/10002/task/10004/stat : 10004 (gnovelty+) R 10000 10002 10015 0 -1 4202560 82 0 0 0 55213 922 0 0 16 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3077075292 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=10002/tid=10005] ppid=10000 vsize=547712 CPUtime=558.96
/proc/10002/task/10005/stat : 10005 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 54979 917 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3067683164 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10002/tid=10006] ppid=10000 vsize=547712 CPUtime=565.02
/proc/10002/task/10006/stat : 10006 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 55549 953 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3058291036 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2249.36
Current children cumulated vsize (KiB) 547712

[startup+642.309 s]
/proc/loadavg: 5.30 5.04 4.94 6/100 12088
/proc/meminfo: memFree=133508/3368532 swapFree=1953788/1959888
[pid=10002] ppid=10000 vsize=547712 CPUtime=2482.47
/proc/10002/stat : 10002 (gnovelty+) R 10000 10002 10015 0 -1 4202496 20353 0 0 0 244139 4108 0 0 16 0 4 0 1108758187 560857088 20309 4294967295 134512640 135680988 3216578272 3216577516 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/10002/statm: 136928 20309 103 286 0 136640 0
[pid=10002/tid=10004] ppid=10000 vsize=547712 CPUtime=619.86
/proc/10002/task/10004/stat : 10004 (gnovelty+) R 10000 10002 10015 0 -1 4202560 82 0 0 0 60972 1014 0 0 16 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3077075292 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10002/tid=10005] ppid=10000 vsize=547712 CPUtime=616.76
/proc/10002/task/10005/stat : 10005 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 60683 993 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3067683164 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10002/tid=10006] ppid=10000 vsize=547712 CPUtime=623.03
/proc/10002/task/10006/stat : 10006 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 61230 1073 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3058291036 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2482.47
Current children cumulated vsize (KiB) 547712

[startup+702.315 s]
/proc/loadavg: 5.30 5.10 4.97 6/100 12275
/proc/meminfo: memFree=133648/3368532 swapFree=1953788/1959888
[pid=10002] ppid=10000 vsize=547712 CPUtime=2715.56
/proc/10002/stat : 10002 (gnovelty+) R 10000 10002 10015 0 -1 4202496 20353 0 0 0 267086 4470 0 0 15 0 4 0 1108758187 560857088 20309 4294967295 134512640 135680988 3216578272 3216577516 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/10002/statm: 136928 20309 103 286 0 136640 0
[pid=10002/tid=10004] ppid=10000 vsize=547712 CPUtime=678.3
/proc/10002/task/10004/stat : 10004 (gnovelty+) R 10000 10002 10015 0 -1 4202560 82 0 0 0 66720 1110 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3077075292 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10002/tid=10005] ppid=10000 vsize=547712 CPUtime=674.55
/proc/10002/task/10005/stat : 10005 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 66375 1080 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3067683164 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10002/tid=10006] ppid=10000 vsize=547712 CPUtime=681.84
/proc/10002/task/10006/stat : 10006 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 67012 1172 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3058291036 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2715.56
Current children cumulated vsize (KiB) 547712

[startup+762.309 s]
/proc/loadavg: 4.78 4.99 4.93 6/100 12463
/proc/meminfo: memFree=133648/3368532 swapFree=1953788/1959888
[pid=10002] ppid=10000 vsize=547712 CPUtime=2943.93
/proc/10002/stat : 10002 (gnovelty+) R 10000 10002 10015 0 -1 4202496 20353 0 0 0 289557 4836 0 0 15 0 4 0 1108758187 560857088 20309 4294967295 134512640 135680988 3216578272 3216577516 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/10002/statm: 136928 20309 103 286 0 136640 0
[pid=10002/tid=10004] ppid=10000 vsize=547712 CPUtime=735.53
/proc/10002/task/10004/stat : 10004 (gnovelty+) R 10000 10002 10015 0 -1 4202560 82 0 0 0 72364 1189 0 0 16 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3077075292 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10002/tid=10005] ppid=10000 vsize=547712 CPUtime=731.42
/proc/10002/task/10005/stat : 10005 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 71971 1171 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3067683164 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10002/tid=10006] ppid=10000 vsize=547712 CPUtime=738.91
/proc/10002/task/10006/stat : 10006 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 72627 1264 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3058291036 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2943.93
Current children cumulated vsize (KiB) 547712

[startup+822.307 s]
/proc/loadavg: 5.08 5.04 4.95 8/100 12651
/proc/meminfo: memFree=133648/3368532 swapFree=1953788/1959888
[pid=10002] ppid=10000 vsize=547712 CPUtime=3174.69
/proc/10002/stat : 10002 (gnovelty+) R 10000 10002 10015 0 -1 4202496 20353 0 0 0 312262 5207 0 0 15 0 4 0 1108758187 560857088 20309 4294967295 134512640 135680988 3216578272 3216577516 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10002/statm: 136928 20309 103 286 0 136640 0
[pid=10002/tid=10004] ppid=10000 vsize=547712 CPUtime=792.17
/proc/10002/task/10004/stat : 10004 (gnovelty+) R 10000 10002 10015 0 -1 4202560 82 0 0 0 77931 1286 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3077075292 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10002/tid=10005] ppid=10000 vsize=547712 CPUtime=789.48
/proc/10002/task/10005/stat : 10005 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 77699 1249 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3067683164 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10002/tid=10006] ppid=10000 vsize=547712 CPUtime=796.85
/proc/10002/task/10006/stat : 10006 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 78321 1364 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3058291036 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3174.69
Current children cumulated vsize (KiB) 547712

[startup+882.309 s]
/proc/loadavg: 5.07 5.06 4.97 5/100 12844
/proc/meminfo: memFree=133624/3368532 swapFree=1953788/1959888
[pid=10002] ppid=10000 vsize=547712 CPUtime=3407.5
/proc/10002/stat : 10002 (gnovelty+) R 10000 10002 10015 0 -1 4202496 20353 0 0 0 335144 5606 0 0 15 0 4 0 1108758187 560857088 20309 4294967295 134512640 135680988 3216578272 3216577516 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/10002/statm: 136928 20309 103 286 0 136640 0
[pid=10002/tid=10004] ppid=10000 vsize=547712 CPUtime=850.81
/proc/10002/task/10004/stat : 10004 (gnovelty+) R 10000 10002 10015 0 -1 4202560 82 0 0 0 83678 1403 0 0 16 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3077075292 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10002/tid=10005] ppid=10000 vsize=547712 CPUtime=847.86
/proc/10002/task/10005/stat : 10005 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 83439 1347 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3067683164 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=10002/tid=10006] ppid=10000 vsize=547712 CPUtime=854.51
/proc/10002/task/10006/stat : 10006 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 83986 1465 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3058291036 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3407.5
Current children cumulated vsize (KiB) 547712

[startup+942.314 s]
/proc/loadavg: 5.08 5.05 4.97 7/100 13031
/proc/meminfo: memFree=133508/3368532 swapFree=1953788/1959888
[pid=10002] ppid=10000 vsize=547712 CPUtime=3638.13
/proc/10002/stat : 10002 (gnovelty+) R 10000 10002 10015 0 -1 4202496 20353 0 0 0 357846 5967 0 0 15 0 4 0 1108758187 560857088 20309 4294967295 134512640 135680988 3216578272 3216577516 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10002/statm: 136928 20309 103 286 0 136640 0
[pid=10002/tid=10004] ppid=10000 vsize=547712 CPUtime=908.08
/proc/10002/task/10004/stat : 10004 (gnovelty+) R 10000 10002 10015 0 -1 4202560 82 0 0 0 89321 1487 0 0 16 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3077075380 134533489 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10002/tid=10005] ppid=10000 vsize=547712 CPUtime=904.78
/proc/10002/task/10005/stat : 10005 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 89048 1430 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3067683164 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10002/tid=10006] ppid=10000 vsize=547712 CPUtime=912.4
/proc/10002/task/10006/stat : 10006 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 89671 1569 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3058291036 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3638.13
Current children cumulated vsize (KiB) 547712



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.93 5.01 4.95 6/100 13218
/proc/meminfo: memFree=133788/3368532 swapFree=1953788/1959888
[pid=10002] ppid=10000 vsize=547712 CPUtime=3860.14
/proc/10002/stat : 10002 (gnovelty+) R 10000 10002 10015 0 -1 4202496 20353 0 0 0 379681 6333 0 0 15 0 4 0 1108758187 560857088 20309 4294967295 134512640 135680988 3216578272 3216577516 134957422 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10002/statm: 136928 20309 103 286 0 136640 0
[pid=10002/tid=10004] ppid=10000 vsize=547712 CPUtime=963.98
/proc/10002/task/10004/stat : 10004 (gnovelty+) R 10000 10002 10015 0 -1 4202560 82 0 0 0 94823 1575 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3077075292 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10002/tid=10005] ppid=10000 vsize=547712 CPUtime=960.09
/proc/10002/task/10005/stat : 10005 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 94491 1518 0 0 16 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3067683164 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=10002/tid=10006] ppid=10000 vsize=547712 CPUtime=968.04
/proc/10002/task/10006/stat : 10006 (gnovelty+) R 10000 10002 10015 0 -1 4202560 84 0 0 0 95139 1665 0 0 15 0 4 0 1108758200 560857088 20309 4294967295 134512640 135680988 3216578272 3058291036 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3860.14
Current children cumulated vsize (KiB) 547712

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): 3860.22
CPU user time (s): 3796.89
CPU system time (s): 63.33
CPU usage (%): 386.007
Max. virtual memory (cumulated for all children) (KiB): 547712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3796.89
system time used= 63.33
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20353
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= 1267389
involuntary context switches= 40993

runsolver used 0.3 second user time and 0.53 second system time

The end

Launcher Data

Begin job on  at 2009-05-27 18:15:41
IDJOB=1777234
IDBENCH=70260
IDSOLVER=617
FILE ID=/1777234-1243440941
PBS_JOBID=
Free space on /tmp= 6476 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (4 threads)
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/180/unif-k7-r85-v180-c15300-S1845944120-011.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1777234-1243440941/watcher-1777234-1243440941 -o /tmp/evaluation-result-1777234-1243440941/solver-1777234-1243440941 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1777234-1243440941.cnf 1676437715 4

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

MD5SUM BENCH= c7e600e65327a74ce4dc4cc40e37ba60
RANDOM SEED= 1676437715

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

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

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

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

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


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:        215236 kB
Buffers:         46972 kB
Cached:        2937092 kB
SwapCached:       2256 kB
Active:        1731268 kB
Inactive:      1261904 kB
HighTotal:     2489216 kB
HighFree:        84800 kB
LowTotal:       879316 kB
LowFree:        130436 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:            1952 kB
Writeback:           0 kB
AnonPages:        8408 kB
Mapped:           3188 kB
Slab:           150888 kB
SReclaimable:   137340 kB
SUnreclaim:      13548 kB
PageTables:        476 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    88476 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 6476 MiB
End job on  at 2009-05-27 18:32:21