Trace number 1777162

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
gNovelty+-T 2009-03-22 (4 threads)? (TO) 3870.27 1000.05

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/220/
unif-k7-r85-v220-c18700-S886725553-011.cnf
MD5SUM149f4a347f3f97737dc0646d2caf1180
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables220
Number of clauses18700
Sum of the clauses size130900
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518700

Solver Data

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

Verifier Data

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

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1777162-1243437388/watcher-1777162-1243437388 -o /tmp/evaluation-result-1777162-1243437388/solver-1777162-1243437388 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1777162-1243437388.cnf 1291293087 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.43 4.28 4.20 3/109 28020
/proc/meminfo: memFree=718072/3368532 swapFree=1959840/1959888
[pid=28020] ppid=28018 vsize=509232 CPUtime=0.01
/proc/28020/stat : 28020 (gnovelty+) R 28018 28020 7955 0 -1 4202496 1663 0 0 0 0 1 0 0 18 0 1 0 1108401606 521453568 1620 4294967295 134512640 135680988 3214951760 3214951024 134537167 0 0 0 0 0 0 0 17 0 0 0 0
/proc/28020/statm: 127308 1627 99 286 0 127020 0

[startup+0.054856 s]
/proc/loadavg: 4.43 4.28 4.20 3/109 28020
/proc/meminfo: memFree=718072/3368532 swapFree=1959840/1959888
[pid=28020] ppid=28018 vsize=517048 CPUtime=0.06
/proc/28020/stat : 28020 (gnovelty+) R 28018 28020 7955 0 -1 4202496 9999 0 0 0 3 3 0 0 18 0 1 0 1108401606 529457152 9956 4294967295 134512640 135680988 3214951760 3214949868 134958286 0 0 0 0 0 0 0 17 0 0 0 0
/proc/28020/statm: 129262 9956 99 286 0 128974 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 517048

[startup+0.104833 s]
/proc/loadavg: 4.43 4.28 4.20 3/109 28020
/proc/meminfo: memFree=718072/3368532 swapFree=1959840/1959888
[pid=28020] ppid=28018 vsize=517044 CPUtime=0.11
/proc/28020/stat : 28020 (gnovelty+) R 28018 28020 7955 0 -1 4202496 14167 0 0 0 5 6 0 0 18 0 1 0 1108401606 529453056 14124 4294967295 134512640 135680988 3214951760 3214951024 134537968 0 0 0 0 0 0 0 17 0 0 0 0
/proc/28020/statm: 129261 14135 99 286 0 128973 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 517044

[startup+0.30482 s]
/proc/loadavg: 4.43 4.28 4.20 3/109 28020
/proc/meminfo: memFree=718072/3368532 swapFree=1959840/1959888
[pid=28020] ppid=28018 vsize=548192 CPUtime=0.79
/proc/28020/stat : 28020 (gnovelty+) R 28018 28020 7955 0 -1 4202496 20500 0 0 0 70 9 0 0 18 0 4 0 1108401606 561348608 20456 4294967295 134512640 135680988 3214951760 3214951004 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/28020/statm: 137048 20456 103 286 0 136760 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 548192

[startup+0.704799 s]
/proc/loadavg: 4.43 4.28 4.20 3/109 28020
/proc/meminfo: memFree=718072/3368532 swapFree=1959840/1959888
[pid=28020] ppid=28018 vsize=548192 CPUtime=2.39
/proc/28020/stat : 28020 (gnovelty+) R 28018 28020 7955 0 -1 4202496 20500 0 0 0 227 12 0 0 16 0 4 0 1108401606 561348608 20456 4294967295 134512640 135680988 3214951760 3214951004 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/28020/statm: 137048 20456 103 286 0 136760 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 548192

[startup+1.50548 s]
/proc/loadavg: 4.48 4.29 4.20 5/113 28024
/proc/meminfo: memFree=637412/3368532 swapFree=1959840/1959888
[pid=28020] ppid=28018 vsize=548192 CPUtime=5.61
/proc/28020/stat : 28020 (gnovelty+) R 28018 28020 7955 0 -1 4202496 20500 0 0 0 545 16 0 0 15 0 4 0 1108401606 561348608 20456 4294967295 134512640 135680988 3214951760 3214951004 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/28020/statm: 137048 20456 103 286 0 136760 0
[pid=28020/tid=28022] ppid=28018 vsize=548192 CPUtime=1.36
/proc/28020/task/28022/stat : 28022 (gnovelty+) R 28018 28020 7955 0 -1 4202560 102 0 0 0 133 3 0 0 16 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3077452124 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28020/tid=28023] ppid=28018 vsize=548192 CPUtime=1.37
/proc/28020/task/28023/stat : 28023 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 135 2 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3068059996 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28020/tid=28024] ppid=28018 vsize=548192 CPUtime=1.37
/proc/28020/task/28024/stat : 28024 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 136 1 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3058667868 134957422 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 548192

[startup+3.10646 s]
/proc/loadavg: 4.48 4.29 4.20 6/113 28024
/proc/meminfo: memFree=637264/3368532 swapFree=1959840/1959888
[pid=28020] ppid=28018 vsize=548192 CPUtime=11.42
/proc/28020/stat : 28020 (gnovelty+) R 28018 28020 7955 0 -1 4202496 20500 0 0 0 1118 24 0 0 16 0 4 0 1108401606 561348608 20456 4294967295 134512640 135680988 3214951760 3214951004 134957422 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/28020/statm: 137048 20456 103 286 0 136760 0
[pid=28020/tid=28022] ppid=28018 vsize=548192 CPUtime=2.88
/proc/28020/task/28022/stat : 28022 (gnovelty+) R 28018 28020 7955 0 -1 4202560 102 0 0 0 285 3 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3077452124 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=28020/tid=28023] ppid=28018 vsize=548192 CPUtime=2.88
/proc/28020/task/28023/stat : 28023 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 283 5 0 0 16 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3068059996 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28020/tid=28024] ppid=28018 vsize=548192 CPUtime=2.81
/proc/28020/task/28024/stat : 28024 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 280 1 0 0 16 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3058667868 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.42
Current children cumulated vsize (KiB) 548192

[startup+6.30469 s]
/proc/loadavg: 4.48 4.29 4.20 5/113 28024
/proc/meminfo: memFree=637164/3368532 swapFree=1959840/1959888
[pid=28020] ppid=28018 vsize=548192 CPUtime=23.04
/proc/28020/stat : 28020 (gnovelty+) R 28018 28020 7955 0 -1 4202496 20500 0 0 0 2262 42 0 0 16 0 4 0 1108401606 561348608 20456 4294967295 134512640 135680988 3214951760 3214951004 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/28020/statm: 137048 20456 103 286 0 136760 0
[pid=28020/tid=28022] ppid=28018 vsize=548192 CPUtime=5.66
/proc/28020/task/28022/stat : 28022 (gnovelty+) R 28018 28020 7955 0 -1 4202560 102 0 0 0 559 7 0 0 16 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3077452212 134535245 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28020/tid=28023] ppid=28018 vsize=548192 CPUtime=5.66
/proc/28020/task/28023/stat : 28023 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 559 7 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3068059996 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28020/tid=28024] ppid=28018 vsize=548192 CPUtime=5.84
/proc/28020/task/28024/stat : 28024 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 580 4 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3058667868 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.04
Current children cumulated vsize (KiB) 548192

[startup+12.7113 s]
/proc/loadavg: 4.56 4.31 4.21 7/113 28024
/proc/meminfo: memFree=636980/3368532 swapFree=1959840/1959888
[pid=28020] ppid=28018 vsize=548192 CPUtime=47.6
/proc/28020/stat : 28020 (gnovelty+) R 28018 28020 7955 0 -1 4202496 20500 0 0 0 4680 80 0 0 15 0 4 0 1108401606 561348608 20456 4294967295 134512640 135680988 3214951760 3214951004 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/28020/statm: 137048 20456 103 286 0 136760 0
[pid=28020/tid=28022] ppid=28018 vsize=548192 CPUtime=11.9
/proc/28020/task/28022/stat : 28022 (gnovelty+) R 28018 28020 7955 0 -1 4202560 102 0 0 0 1176 14 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3077452124 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=28020/tid=28023] ppid=28018 vsize=548192 CPUtime=11.72
/proc/28020/task/28023/stat : 28023 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 1157 15 0 0 16 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3068059996 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28020/tid=28024] ppid=28018 vsize=548192 CPUtime=11.84
/proc/28020/task/28024/stat : 28024 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 1171 13 0 0 16 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3058667868 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 47.6
Current children cumulated vsize (KiB) 548192

[startup+25.5042 s]
/proc/loadavg: 4.55 4.32 4.21 6/113 28024
/proc/meminfo: memFree=637036/3368532 swapFree=1959840/1959888
[pid=28020] ppid=28018 vsize=548192 CPUtime=97.84
/proc/28020/stat : 28020 (gnovelty+) R 28018 28020 7955 0 -1 4202496 20500 0 0 0 9624 160 0 0 15 0 4 0 1108401606 561348608 20456 4294967295 134512640 135680988 3214951760 3214951004 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/28020/statm: 137048 20456 103 286 0 136760 0
[pid=28020/tid=28022] ppid=28018 vsize=548192 CPUtime=24.23
/proc/28020/task/28022/stat : 28022 (gnovelty+) R 28018 28020 7955 0 -1 4202560 102 0 0 0 2387 36 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3077452124 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28020/tid=28023] ppid=28018 vsize=548192 CPUtime=24.2
/proc/28020/task/28023/stat : 28023 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 2388 32 0 0 16 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3068059996 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28020/tid=28024] ppid=28018 vsize=548192 CPUtime=24.63
/proc/28020/task/28024/stat : 28024 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 2428 35 0 0 16 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3058667868 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 97.84
Current children cumulated vsize (KiB) 548192

[startup+51.1167 s]
/proc/loadavg: 4.62 4.36 4.23 6/113 28213
/proc/meminfo: memFree=636164/3368532 swapFree=1959840/1959888
[pid=28020] ppid=28018 vsize=548192 CPUtime=197.35
/proc/28020/stat : 28020 (gnovelty+) R 28018 28020 7955 0 -1 4202496 20500 0 0 0 19436 299 0 0 15 0 4 0 1108401606 561348608 20456 4294967295 134512640 135680988 3214951760 3214951004 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/28020/statm: 137048 20456 103 286 0 136760 0
[pid=28020/tid=28022] ppid=28018 vsize=548192 CPUtime=48.95
/proc/28020/task/28022/stat : 28022 (gnovelty+) R 28018 28020 7955 0 -1 4202560 102 0 0 0 4832 63 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3077452124 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=28020/tid=28023] ppid=28018 vsize=548192 CPUtime=48.99
/proc/28020/task/28023/stat : 28023 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 4828 71 0 0 16 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3068059996 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28020/tid=28024] ppid=28018 vsize=548192 CPUtime=49.65
/proc/28020/task/28024/stat : 28024 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 4899 66 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3058667868 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 197.35
Current children cumulated vsize (KiB) 548192

[startup+102.31 s]
/proc/loadavg: 5.22 4.54 4.30 7/113 28399
/proc/meminfo: memFree=635628/3368532 swapFree=1959840/1959888
[pid=28020] ppid=28018 vsize=548192 CPUtime=396.8
/proc/28020/stat : 28020 (gnovelty+) R 28018 28020 7955 0 -1 4202496 20500 0 0 0 39076 604 0 0 16 0 4 0 1108401606 561348608 20456 4294967295 134512640 135680988 3214951760 3214951004 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/28020/statm: 137048 20456 103 286 0 136760 0
[pid=28020/tid=28022] ppid=28018 vsize=548192 CPUtime=98.75
/proc/28020/task/28022/stat : 28022 (gnovelty+) R 28018 28020 7955 0 -1 4202560 102 0 0 0 9724 151 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3077452124 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28020/tid=28023] ppid=28018 vsize=548192 CPUtime=98.35
/proc/28020/task/28023/stat : 28023 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 9688 147 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3068059996 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28020/tid=28024] ppid=28018 vsize=548192 CPUtime=100.1
/proc/28020/task/28024/stat : 28024 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 9868 142 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3058667868 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 396.8
Current children cumulated vsize (KiB) 548192

[startup+162.317 s]
/proc/loadavg: 5.45 4.72 4.37 6/113 28588
/proc/meminfo: memFree=635540/3368532 swapFree=1959840/1959888
[pid=28020] ppid=28018 vsize=548192 CPUtime=628.88
/proc/28020/stat : 28020 (gnovelty+) R 28018 28020 7955 0 -1 4202496 20500 0 0 0 61914 974 0 0 16 0 4 0 1108401606 561348608 20456 4294967295 134512640 135680988 3214951760 3214951092 134533068 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/28020/statm: 137048 20456 103 286 0 136760 0
[pid=28020/tid=28022] ppid=28018 vsize=548192 CPUtime=156.51
/proc/28020/task/28022/stat : 28022 (gnovelty+) R 28018 28020 7955 0 -1 4202560 102 0 0 0 15408 243 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3077452124 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28020/tid=28023] ppid=28018 vsize=548192 CPUtime=156.1
/proc/28020/task/28023/stat : 28023 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 15373 237 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3068059996 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=28020/tid=28024] ppid=28018 vsize=548192 CPUtime=158.61
/proc/28020/task/28024/stat : 28024 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 15619 242 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3058667868 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 628.88
Current children cumulated vsize (KiB) 548192

[startup+222.314 s]
/proc/loadavg: 5.05 4.72 4.39 5/113 28775
/proc/meminfo: memFree=636024/3368532 swapFree=1959840/1959888
[pid=28020] ppid=28018 vsize=548192 CPUtime=859.76
/proc/28020/stat : 28020 (gnovelty+) R 28018 28020 7955 0 -1 4202496 20500 0 0 0 84672 1304 0 0 16 0 4 0 1108401606 561348608 20456 4294967295 134512640 135680988 3214951760 3214951092 134534538 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/28020/statm: 137048 20456 103 286 0 136760 0
[pid=28020/tid=28022] ppid=28018 vsize=548192 CPUtime=213.92
/proc/28020/task/28022/stat : 28022 (gnovelty+) R 28018 28020 7955 0 -1 4202560 102 0 0 0 21064 328 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3077452124 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28020/tid=28023] ppid=28018 vsize=548192 CPUtime=213.64
/proc/28020/task/28023/stat : 28023 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 21052 312 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3068059996 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28020/tid=28024] ppid=28018 vsize=548192 CPUtime=216.58
/proc/28020/task/28024/stat : 28024 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 21327 331 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3058667868 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 859.76
Current children cumulated vsize (KiB) 548192

[startup+282.312 s]
/proc/loadavg: 4.93 4.74 4.41 7/113 28964
/proc/meminfo: memFree=635496/3368532 swapFree=1959840/1959888
[pid=28020] ppid=28018 vsize=548192 CPUtime=1094.24
/proc/28020/stat : 28020 (gnovelty+) R 28018 28020 7955 0 -1 4202496 20500 0 0 0 107749 1675 0 0 15 0 4 0 1108401606 561348608 20456 4294967295 134512640 135680988 3214951760 3214951004 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/28020/statm: 137048 20456 103 286 0 136760 0
[pid=28020/tid=28022] ppid=28018 vsize=548192 CPUtime=272.83
/proc/28020/task/28022/stat : 28022 (gnovelty+) R 28018 28020 7955 0 -1 4202560 102 0 0 0 26858 425 0 0 16 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3077452124 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=28020/tid=28023] ppid=28018 vsize=548192 CPUtime=272.03
/proc/28020/task/28023/stat : 28023 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 26795 408 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3068059996 134957422 0 0 0 0 0 0 0 -1 3 0 0 0

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

[pid=28020] ppid=28018 vsize=548192 CPUtime=1556.64
/proc/28020/stat : 28020 (gnovelty+) R 28018 28020 7955 0 -1 4202496 20500 0 0 0 153278 2386 0 0 15 0 4 0 1108401606 561348608 20456 4294967295 134512640 135680988 3214951760 3214951004 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/28020/statm: 137048 20456 103 286 0 136760 0
[pid=28020/tid=28022] ppid=28018 vsize=548192 CPUtime=386.88
/proc/28020/task/28022/stat : 28022 (gnovelty+) R 28018 28020 7955 0 -1 4202560 102 0 0 0 38077 611 0 0 16 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3077452124 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28020/tid=28023] ppid=28018 vsize=548192 CPUtime=388.33
/proc/28020/task/28023/stat : 28023 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 38245 588 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3068059996 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28020/tid=28024] ppid=28018 vsize=548192 CPUtime=389.95
/proc/28020/task/28024/stat : 28024 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 38401 594 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3058667868 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1556.64
Current children cumulated vsize (KiB) 548192

[startup+462.307 s]
/proc/loadavg: 4.86 4.77 4.48 7/113 29534
/proc/meminfo: memFree=635752/3368532 swapFree=1959840/1959888
[pid=28020] ppid=28018 vsize=548192 CPUtime=1788.98
/proc/28020/stat : 28020 (gnovelty+) R 28018 28020 7955 0 -1 4202496 20500 0 0 0 176138 2760 0 0 15 0 4 0 1108401606 561348608 20456 4294967295 134512640 135680988 3214951760 3214951004 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/28020/statm: 137048 20456 103 286 0 136760 0
[pid=28020/tid=28022] ppid=28018 vsize=548192 CPUtime=444.58
/proc/28020/task/28022/stat : 28022 (gnovelty+) R 28018 28020 7955 0 -1 4202560 102 0 0 0 43748 710 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3077452124 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28020/tid=28023] ppid=28018 vsize=548192 CPUtime=445.9
/proc/28020/task/28023/stat : 28023 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 43911 679 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3068059996 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=28020/tid=28024] ppid=28018 vsize=548192 CPUtime=448.21
/proc/28020/task/28024/stat : 28024 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 44125 696 0 0 16 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3058667868 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1788.98
Current children cumulated vsize (KiB) 548192

[startup+522.323 s]
/proc/loadavg: 4.79 4.77 4.49 6/113 29721
/proc/meminfo: memFree=635308/3368532 swapFree=1959840/1959888
[pid=28020] ppid=28018 vsize=548192 CPUtime=2019.56
/proc/28020/stat : 28020 (gnovelty+) R 28018 28020 7955 0 -1 4202496 20500 0 0 0 198836 3120 0 0 15 0 4 0 1108401606 561348608 20456 4294967295 134512640 135680988 3214951760 3214951004 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/28020/statm: 137048 20456 103 286 0 136760 0
[pid=28020/tid=28022] ppid=28018 vsize=548192 CPUtime=502.24
/proc/28020/task/28022/stat : 28022 (gnovelty+) R 28018 28020 7955 0 -1 4202560 102 0 0 0 49414 810 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3077452124 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28020/tid=28023] ppid=28018 vsize=548192 CPUtime=504.24
/proc/28020/task/28023/stat : 28023 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 49655 769 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3068059996 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28020/tid=28024] ppid=28018 vsize=548192 CPUtime=505.44
/proc/28020/task/28024/stat : 28024 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 49768 776 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3058667868 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2019.56
Current children cumulated vsize (KiB) 548192

[startup+582.314 s]
/proc/loadavg: 5.09 4.87 4.55 6/113 29910
/proc/meminfo: memFree=635512/3368532 swapFree=1959840/1959888
[pid=28020] ppid=28018 vsize=548192 CPUtime=2250.5
/proc/28020/stat : 28020 (gnovelty+) R 28018 28020 7955 0 -1 4202496 20500 0 0 0 221541 3509 0 0 15 0 4 0 1108401606 561348608 20456 4294967295 134512640 135680988 3214951760 3214951004 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/28020/statm: 137048 20456 103 286 0 136760 0
[pid=28020/tid=28022] ppid=28018 vsize=548192 CPUtime=559.36
/proc/28020/task/28022/stat : 28022 (gnovelty+) R 28018 28020 7955 0 -1 4202560 102 0 0 0 55018 918 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3077452124 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28020/tid=28023] ppid=28018 vsize=548192 CPUtime=562.69
/proc/28020/task/28023/stat : 28023 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 55394 875 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3068059996 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28020/tid=28024] ppid=28018 vsize=548192 CPUtime=563.6
/proc/28020/task/28024/stat : 28024 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 55496 864 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3058667868 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2250.5
Current children cumulated vsize (KiB) 548192

[startup+642.312 s]
/proc/loadavg: 5.21 4.95 4.59 5/113 30096
/proc/meminfo: memFree=635496/3368532 swapFree=1959840/1959888
[pid=28020] ppid=28018 vsize=548192 CPUtime=2482.94
/proc/28020/stat : 28020 (gnovelty+) R 28018 28020 7955 0 -1 4202496 20500 0 0 0 244411 3883 0 0 15 0 4 0 1108401606 561348608 20456 4294967295 134512640 135680988 3214951760 3214951004 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/28020/statm: 137048 20456 103 286 0 136760 0
[pid=28020/tid=28022] ppid=28018 vsize=548192 CPUtime=617.26
/proc/28020/task/28022/stat : 28022 (gnovelty+) R 28018 28020 7955 0 -1 4202560 102 0 0 0 60714 1012 0 0 16 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3077452124 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=28020/tid=28023] ppid=28018 vsize=548192 CPUtime=620.58
/proc/28020/task/28023/stat : 28023 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 61078 980 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3068059996 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28020/tid=28024] ppid=28018 vsize=548192 CPUtime=622.08
/proc/28020/task/28024/stat : 28024 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 61255 953 0 0 16 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3058667868 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2482.94
Current children cumulated vsize (KiB) 548192

[startup+702.311 s]
/proc/loadavg: 5.03 4.94 4.61 6/113 30288
/proc/meminfo: memFree=635380/3368532 swapFree=1959840/1959888
[pid=28020] ppid=28018 vsize=548192 CPUtime=2716.59
/proc/28020/stat : 28020 (gnovelty+) R 28018 28020 7955 0 -1 4202496 20500 0 0 0 267439 4220 0 0 15 0 4 0 1108401606 561348608 20456 4294967295 134512640 135680988 3214951760 3214951004 134957681 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/28020/statm: 137048 20456 103 286 0 136760 0
[pid=28020/tid=28022] ppid=28018 vsize=548192 CPUtime=675.4
/proc/28020/task/28022/stat : 28022 (gnovelty+) R 28018 28020 7955 0 -1 4202560 102 0 0 0 66459 1081 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3077452124 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28020/tid=28023] ppid=28018 vsize=548192 CPUtime=679.06
/proc/28020/task/28023/stat : 28023 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 66824 1082 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3068059996 134957422 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28020/tid=28024] ppid=28018 vsize=548192 CPUtime=680.28
/proc/28020/task/28024/stat : 28024 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 66987 1041 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3058667904 134543268 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2716.59
Current children cumulated vsize (KiB) 548192

[startup+762.322 s]
/proc/loadavg: 5.61 5.12 4.69 6/113 30477
/proc/meminfo: memFree=635280/3368532 swapFree=1959840/1959888
[pid=28020] ppid=28018 vsize=548192 CPUtime=2949.82
/proc/28020/stat : 28020 (gnovelty+) R 28018 28020 7955 0 -1 4202496 20500 0 0 0 290385 4597 0 0 15 0 4 0 1108401606 561348608 20456 4294967295 134512640 135680988 3214951760 3214951004 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/28020/statm: 137048 20456 103 286 0 136760 0
[pid=28020/tid=28022] ppid=28018 vsize=548192 CPUtime=733.97
/proc/28020/task/28022/stat : 28022 (gnovelty+) R 28018 28020 7955 0 -1 4202560 102 0 0 0 72218 1179 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3077452124 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28020/tid=28023] ppid=28018 vsize=548192 CPUtime=737.67
/proc/28020/task/28023/stat : 28023 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 72595 1172 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3068059996 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28020/tid=28024] ppid=28018 vsize=548192 CPUtime=738.08
/proc/28020/task/28024/stat : 28024 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 72675 1133 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3058667868 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2949.82
Current children cumulated vsize (KiB) 548192

[startup+822.314 s]
/proc/loadavg: 5.42 5.15 4.73 6/113 30664
/proc/meminfo: memFree=635504/3368532 swapFree=1959840/1959888
[pid=28020] ppid=28018 vsize=548192 CPUtime=3182.81
/proc/28020/stat : 28020 (gnovelty+) R 28018 28020 7955 0 -1 4202496 20500 0 0 0 313331 4950 0 0 16 0 4 0 1108401606 561348608 20456 4294967295 134512640 135680988 3214951760 3214951004 134957422 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/28020/statm: 137048 20456 103 286 0 136760 0
[pid=28020/tid=28022] ppid=28018 vsize=548192 CPUtime=792.04
/proc/28020/task/28022/stat : 28022 (gnovelty+) R 28018 28020 7955 0 -1 4202560 102 0 0 0 77939 1265 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3077452124 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28020/tid=28023] ppid=28018 vsize=548192 CPUtime=795.93
/proc/28020/task/28023/stat : 28023 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 78340 1253 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3068059996 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28020/tid=28024] ppid=28018 vsize=548192 CPUtime=796.39
/proc/28020/task/28024/stat : 28024 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 78418 1221 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3058667868 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3182.81
Current children cumulated vsize (KiB) 548192

[startup+882.309 s]
/proc/loadavg: 4.99 5.09 4.73 6/113 30853
/proc/meminfo: memFree=635372/3368532 swapFree=1959840/1959888
[pid=28020] ppid=28018 vsize=548192 CPUtime=3414.41
/proc/28020/stat : 28020 (gnovelty+) R 28018 28020 7955 0 -1 4202496 20500 0 0 0 336147 5294 0 0 15 0 4 0 1108401606 561348608 20456 4294967295 134512640 135680988 3214951760 3214951004 134957681 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/28020/statm: 137048 20456 103 286 0 136760 0
[pid=28020/tid=28022] ppid=28018 vsize=548192 CPUtime=850.34
/proc/28020/task/28022/stat : 28022 (gnovelty+) R 28018 28020 7955 0 -1 4202560 102 0 0 0 83690 1344 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3077452124 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=28020/tid=28023] ppid=28018 vsize=548192 CPUtime=853.21
/proc/28020/task/28023/stat : 28023 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 83970 1351 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3068059996 134957681 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28020/tid=28024] ppid=28018 vsize=548192 CPUtime=854.8
/proc/28020/task/28024/stat : 28024 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 84180 1300 0 0 16 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3058667956 134533489 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3414.41
Current children cumulated vsize (KiB) 548192

[startup+942.319 s]
/proc/loadavg: 4.95 5.06 4.74 5/113 31039
/proc/meminfo: memFree=635628/3368532 swapFree=1959840/1959888
[pid=28020] ppid=28018 vsize=548192 CPUtime=3647.46
/proc/28020/stat : 28020 (gnovelty+) R 28018 28020 7955 0 -1 4202496 20500 0 0 0 359095 5651 0 0 15 0 4 0 1108401606 561348608 20456 4294967295 134512640 135680988 3214951760 3214951004 134957681 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/28020/statm: 137048 20456 103 286 0 136760 0
[pid=28020/tid=28022] ppid=28018 vsize=548192 CPUtime=908.74
/proc/28020/task/28022/stat : 28022 (gnovelty+) R 28018 28020 7955 0 -1 4202560 102 0 0 0 89432 1442 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3077452124 134957422 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28020/tid=28023] ppid=28018 vsize=548192 CPUtime=911.32
/proc/28020/task/28023/stat : 28023 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 89700 1432 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3068059996 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28020/tid=28024] ppid=28018 vsize=548192 CPUtime=912.98
/proc/28020/task/28024/stat : 28024 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 89917 1381 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3058667868 134957681 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3647.46
Current children cumulated vsize (KiB) 548192



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.02 s]
/proc/loadavg: 5.41 5.14 4.78 6/113 31227
/proc/meminfo: memFree=635388/3368532 swapFree=1959840/1959888
[pid=28020] ppid=28018 vsize=548192 CPUtime=3870.19
/proc/28020/stat : 28020 (gnovelty+) R 28018 28020 7955 0 -1 4202496 20500 0 0 0 381037 5982 0 0 15 0 4 0 1108401606 561348608 20456 4294967295 134512640 135680988 3214951760 3214951004 134957681 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/28020/statm: 137048 20456 103 286 0 136760 0
[pid=28020/tid=28022] ppid=28018 vsize=548192 CPUtime=964.84
/proc/28020/task/28022/stat : 28022 (gnovelty+) R 28018 28020 7955 0 -1 4202560 102 0 0 0 94959 1525 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3077452124 134957681 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28020/tid=28023] ppid=28018 vsize=548192 CPUtime=966.79
/proc/28020/task/28023/stat : 28023 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 95170 1509 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3068059996 134957422 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28020/tid=28024] ppid=28018 vsize=548192 CPUtime=968.69
/proc/28020/task/28024/stat : 28024 (gnovelty+) R 28018 28020 7955 0 -1 4202560 103 0 0 0 95400 1469 0 0 15 0 4 0 1108401620 561348608 20456 4294967295 134512640 135680988 3214951760 3058667868 134957681 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3870.19
Current children cumulated vsize (KiB) 548192

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.05
CPU time (s): 3870.27
CPU user time (s): 3810.45
CPU system time (s): 59.82
CPU usage (%): 387.007
Max. virtual memory (cumulated for all children) (KiB): 548192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3810.45
system time used= 59.82
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20500
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= 1095662
involuntary context switches= 44716

runsolver used 0.43 second user time and 0.76 second system time

The end

Launcher Data

Begin job on  at 2009-05-27 17:16:28
IDJOB=1777162
IDBENCH=70236
IDSOLVER=617
FILE ID=/1777162-1243437388
PBS_JOBID=
Free space on /tmp= 7987 MiB

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

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

MD5SUM BENCH= 149f4a347f3f97737dc0646d2caf1180
RANDOM SEED= 1291293087

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

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

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

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

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


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:        718368 kB
Buffers:         41252 kB
Cached:        2429200 kB
SwapCached:          0 kB
Active:        1299356 kB
Inactive:      1190484 kB
HighTotal:     2489216 kB
HighFree:       455704 kB
LowTotal:       879316 kB
LowFree:        262664 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:            1796 kB
Writeback:           0 kB
AnonPages:       19168 kB
Mapped:           7724 kB
Slab:           151392 kB
SReclaimable:   138124 kB
SUnreclaim:      13268 kB
PageTables:        664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   110900 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

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