Trace number 1777077

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 (16 threads)? (TO) 5001.62 326.44

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/1100/
unif-k5-r20-v1100-c22000-S1912214877-051.cnf
MD5SUM3e2c453febe9a82dafec20260d8edecb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2939.08
Satisfiable
(Un)Satisfiability was proved
Number of variables1100
Number of clauses22000
Sum of the clauses size110000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 522000
Number of clauses of size over 50

Solver Data

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

Verifier Data

sh: BIN/SAT-verifier: No such file or directory

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1777077-1243969098/watcher-1777077-1243969098 -o /tmp/evaluation-result-1777077-1243969098/solver-1777077-1243969098 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1777077-1243969098.cnf 241093980 16 

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: 15.98 15.93 15.81 2/192 28010
/proc/meminfo: memFree=19290728/36427776 swapFree=5512/15216
[pid=28010] ppid=28008 vsize=509232 CPUtime=0
/proc/28010/stat : 28010 (gnovelty+) R 28008 28010 24979 0 -1 4202496 2553 0 0 0 0 0 0 0 20 0 1 0 556216200 521453568 2511 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134537167 0 0 1 0 0 0 0 17 6 0 0 0 0 0
/proc/28010/statm: 127308 2518 99 286 0 127020 0

[startup+0.097627 s]
/proc/loadavg: 15.98 15.93 15.81 2/192 28010
/proc/meminfo: memFree=19290728/36427776 swapFree=5512/15216
[pid=28010] ppid=28008 vsize=517044 CPUtime=0.08
/proc/28010/stat : 28010 (gnovelty+) R 28008 28010 24979 0 -1 4202496 14062 0 0 0 2 6 0 0 20 0 1 0 556216200 529453056 14019 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134537708 0 0 1 0 0 0 0 17 6 0 0 0 0 0
/proc/28010/statm: 129261 14032 99 286 0 128973 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 517044

[startup+0.101616 s]
/proc/loadavg: 15.98 15.93 15.81 2/192 28010
/proc/meminfo: memFree=19290728/36427776 swapFree=5512/15216
[pid=28010] ppid=28008 vsize=517044 CPUtime=0.08
/proc/28010/stat : 28010 (gnovelty+) R 28008 28010 24979 0 -1 4202496 14657 0 0 0 2 6 0 0 20 0 1 0 556216200 529453056 14613 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134537708 0 0 1 0 0 0 0 17 6 0 0 0 0 0
/proc/28010/statm: 129261 14616 99 286 0 128973 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 517044

[startup+0.304187 s]
/proc/loadavg: 15.98 15.93 15.81 2/192 28010
/proc/meminfo: memFree=19290728/36427776 swapFree=5512/15216
[pid=28010] ppid=28008 vsize=668464 CPUtime=1.97
/proc/28010/stat : 28010 (gnovelty+) R 28008 28010 24979 0 -1 4202496 22558 0 0 0 10 187 0 0 20 0 16 0 556216200 684507136 22514 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/28010/statm: 167116 22514 103 286 0 166828 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 668464

[startup+0.705395 s]
/proc/loadavg: 15.98 15.93 15.81 2/192 28010
/proc/meminfo: memFree=19290728/36427776 swapFree=5512/15216
[pid=28010] ppid=28008 vsize=668464 CPUtime=7.57
/proc/28010/stat : 28010 (gnovelty+) R 28008 28010 24979 0 -1 4202496 22599 0 0 0 44 713 0 0 20 0 16 0 556216200 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28010/statm: 167116 22555 103 286 0 166828 0
Current children cumulated CPU time (s) 7.57
Current children cumulated vsize (KiB) 668464

[startup+1.50573 s]
/proc/loadavg: 15.98 15.94 15.81 17/208 28026
/proc/meminfo: memFree=19201760/36427776 swapFree=6576/106180
[pid=28010] ppid=28008 vsize=668464 CPUtime=18.57
/proc/28010/stat : 28010 (gnovelty+) R 28008 28010 24979 0 -1 4202496 22599 0 0 0 114 1743 0 0 20 0 16 0 556216200 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28010/statm: 167116 22555 103 286 0 166828 0
[pid=28010/tid=28012] ppid=28008 vsize=668464 CPUtime=1.32
/proc/28010/task/28012/stat : 28012 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 10 122 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=28010/tid=28013] ppid=28008 vsize=668464 CPUtime=1.32
/proc/28010/task/28013/stat : 28013 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 4 128 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=28010/tid=28014] ppid=28008 vsize=668464 CPUtime=1.32
/proc/28010/task/28014/stat : 28014 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 6 126 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=28010/tid=28015] ppid=28008 vsize=668464 CPUtime=1.32
/proc/28010/task/28015/stat : 28015 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 10 122 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=28010/tid=28016] ppid=28008 vsize=668464 CPUtime=1.32
/proc/28010/task/28016/stat : 28016 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 6 126 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=28010/tid=28017] ppid=28008 vsize=668464 CPUtime=1.32
/proc/28010/task/28017/stat : 28017 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 6 126 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=28010/tid=28018] ppid=28008 vsize=668464 CPUtime=1.32
/proc/28010/task/28018/stat : 28018 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 12 120 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=28010/tid=28019] ppid=28008 vsize=668464 CPUtime=0.88
/proc/28010/task/28019/stat : 28019 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 2 86 0 0 20 0 16 0 556216216 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=28010/tid=28020] ppid=28008 vsize=668464 CPUtime=1.3
/proc/28010/task/28020/stat : 28020 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 8 122 0 0 20 0 16 0 556216216 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=28010/tid=28021] ppid=28008 vsize=668464 CPUtime=1.32
/proc/28010/task/28021/stat : 28021 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 8 124 0 0 20 0 16 0 556216217 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=28010/tid=28022] ppid=28008 vsize=668464 CPUtime=1.28
/proc/28010/task/28022/stat : 28022 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 10 118 0 0 20 0 16 0 556216217 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=28010/tid=28023] ppid=28008 vsize=668464 CPUtime=1.3
/proc/28010/task/28023/stat : 28023 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 6 124 0 0 20 0 16 0 556216217 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=28010/tid=28024] ppid=28008 vsize=668464 CPUtime=1.08
/proc/28010/task/28024/stat : 28024 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 6 102 0 0 20 0 16 0 556216217 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=28010/tid=28025] ppid=28008 vsize=668464 CPUtime=0.64
/proc/28010/task/28025/stat : 28025 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 0 64 0 0 20 0 16 0 556216220 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=28010/tid=28026] ppid=28008 vsize=668464 CPUtime=0.58
/proc/28010/task/28026/stat : 28026 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 0 58 0 0 20 0 16 0 556216222 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 18.57
Current children cumulated vsize (KiB) 668464

[startup+3.10468 s]
/proc/loadavg: 15.98 15.94 15.81 17/208 28026
/proc/meminfo: memFree=19200976/36427776 swapFree=6588/106720
[pid=28010] ppid=28008 vsize=668464 CPUtime=40.63
/proc/28010/stat : 28010 (gnovelty+) R 28008 28010 24979 0 -1 4202496 22599 0 0 0 273 3790 0 0 20 0 16 0 556216200 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28010/statm: 167116 22555 103 286 0 166828 0
[pid=28010/tid=28012] ppid=28008 vsize=668464 CPUtime=2.88
/proc/28010/task/28012/stat : 28012 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 20 268 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=28010/tid=28013] ppid=28008 vsize=668464 CPUtime=2.9
/proc/28010/task/28013/stat : 28013 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 14 276 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=28010/tid=28014] ppid=28008 vsize=668464 CPUtime=2.9
/proc/28010/task/28014/stat : 28014 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 18 272 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=28010/tid=28015] ppid=28008 vsize=668464 CPUtime=2.9
/proc/28010/task/28015/stat : 28015 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 26 264 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=28010/tid=28016] ppid=28008 vsize=668464 CPUtime=2.88
/proc/28010/task/28016/stat : 28016 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 18 270 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=28010/tid=28017] ppid=28008 vsize=668464 CPUtime=2.9
/proc/28010/task/28017/stat : 28017 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 16 274 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=28010/tid=28018] ppid=28008 vsize=668464 CPUtime=2.88
/proc/28010/task/28018/stat : 28018 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 20 268 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=28010/tid=28019] ppid=28008 vsize=668464 CPUtime=1.82
/proc/28010/task/28019/stat : 28019 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 10 172 0 0 20 0 16 0 556216216 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=28010/tid=28020] ppid=28008 vsize=668464 CPUtime=2.88
/proc/28010/task/28020/stat : 28020 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 20 268 0 0 20 0 16 0 556216216 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=28010/tid=28021] ppid=28008 vsize=668464 CPUtime=2.88
/proc/28010/task/28021/stat : 28021 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 20 268 0 0 20 0 16 0 556216217 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=28010/tid=28022] ppid=28008 vsize=668464 CPUtime=2.68
/proc/28010/task/28022/stat : 28022 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 18 250 0 0 20 0 16 0 556216217 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=28010/tid=28023] ppid=28008 vsize=668464 CPUtime=2.88
/proc/28010/task/28023/stat : 28023 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 20 268 0 0 20 0 16 0 556216217 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=28010/tid=28024] ppid=28008 vsize=668464 CPUtime=2.66
/proc/28010/task/28024/stat : 28024 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 18 248 0 0 20 0 16 0 556216217 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=28010/tid=28025] ppid=28008 vsize=668464 CPUtime=1.44
/proc/28010/task/28025/stat : 28025 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 4 140 0 0 20 0 16 0 556216220 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=28010/tid=28026] ppid=28008 vsize=668464 CPUtime=1.38
/proc/28010/task/28026/stat : 28026 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 4 134 0 0 20 0 16 0 556216222 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 40.63
Current children cumulated vsize (KiB) 668464

[startup+6.30609 s]
/proc/loadavg: 15.98 15.94 15.81 17/208 28026
/proc/meminfo: memFree=19200728/36427776 swapFree=6588/106952
[pid=28010] ppid=28008 vsize=668464 CPUtime=84.78
/proc/28010/stat : 28010 (gnovelty+) R 28008 28010 24979 0 -1 4202496 22599 0 0 0 588 7890 0 0 20 0 16 0 556216200 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28010/statm: 167116 22555 103 286 0 166828 0
[pid=28010/tid=28012] ppid=28008 vsize=668464 CPUtime=6.04
/proc/28010/task/28012/stat : 28012 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 40 564 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=28010/tid=28013] ppid=28008 vsize=668464 CPUtime=6.06
/proc/28010/task/28013/stat : 28013 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 36 570 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=28010/tid=28014] ppid=28008 vsize=668464 CPUtime=6.06
/proc/28010/task/28014/stat : 28014 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 40 566 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=28010/tid=28015] ppid=28008 vsize=668464 CPUtime=6.04
/proc/28010/task/28015/stat : 28015 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 48 556 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=28010/tid=28016] ppid=28008 vsize=668464 CPUtime=6.04
/proc/28010/task/28016/stat : 28016 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 38 566 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=28010/tid=28017] ppid=28008 vsize=668464 CPUtime=6.06
/proc/28010/task/28017/stat : 28017 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 40 566 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=28010/tid=28018] ppid=28008 vsize=668464 CPUtime=6.04
/proc/28010/task/28018/stat : 28018 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 42 562 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=28010/tid=28019] ppid=28008 vsize=668464 CPUtime=4.96
/proc/28010/task/28019/stat : 28019 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 32 464 0 0 20 0 16 0 556216216 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=28010/tid=28020] ppid=28008 vsize=668464 CPUtime=6.02
/proc/28010/task/28020/stat : 28020 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 44 558 0 0 20 0 16 0 556216216 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=28010/tid=28021] ppid=28008 vsize=668464 CPUtime=6.04
/proc/28010/task/28021/stat : 28021 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 44 560 0 0 20 0 16 0 556216217 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=28010/tid=28022] ppid=28008 vsize=668464 CPUtime=4.26
/proc/28010/task/28022/stat : 28022 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 34 392 0 0 20 0 16 0 556216217 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=28010/tid=28023] ppid=28008 vsize=668464 CPUtime=6.02
/proc/28010/task/28023/stat : 28023 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 40 562 0 0 20 0 16 0 556216217 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=28010/tid=28024] ppid=28008 vsize=668464 CPUtime=4.32
/proc/28010/task/28024/stat : 28024 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 28 404 0 0 20 0 16 0 556216217 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=28010/tid=28025] ppid=28008 vsize=668464 CPUtime=3.06
/proc/28010/task/28025/stat : 28025 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 24 282 0 0 20 0 16 0 556216220 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=28010/tid=28026] ppid=28008 vsize=668464 CPUtime=2.96
/proc/28010/task/28026/stat : 28026 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 14 282 0 0 20 0 16 0 556216222 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 84.78
Current children cumulated vsize (KiB) 668464

[startup+12.7063 s]
/proc/loadavg: 15.98 15.94 15.81 17/208 28026
/proc/meminfo: memFree=19200536/36427776 swapFree=6588/107420
[pid=28010] ppid=28008 vsize=668464 CPUtime=172.37
/proc/28010/stat : 28010 (gnovelty+) R 28008 28010 24979 0 -1 4202496 22599 0 0 0 1209 16028 0 0 20 0 16 0 556216200 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28010/statm: 167116 22555 103 286 0 166828 0
[pid=28010/tid=28012] ppid=28008 vsize=668464 CPUtime=11.5
/proc/28010/task/28012/stat : 28012 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 74 1076 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=28010/tid=28013] ppid=28008 vsize=668464 CPUtime=12.34
/proc/28010/task/28013/stat : 28013 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 78 1156 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=28010/tid=28014] ppid=28008 vsize=668464 CPUtime=11.98
/proc/28010/task/28014/stat : 28014 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 82 1116 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=28010/tid=28015] ppid=28008 vsize=668464 CPUtime=12.34
/proc/28010/task/28015/stat : 28015 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 88 1146 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=28010/tid=28016] ppid=28008 vsize=668464 CPUtime=12.34
/proc/28010/task/28016/stat : 28016 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 94 1140 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=28010/tid=28017] ppid=28008 vsize=668464 CPUtime=12.34
/proc/28010/task/28017/stat : 28017 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 82 1152 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=28010/tid=28018] ppid=28008 vsize=668464 CPUtime=12.34
/proc/28010/task/28018/stat : 28018 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 80 1154 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=28010/tid=28019] ppid=28008 vsize=668464 CPUtime=11.26
/proc/28010/task/28019/stat : 28019 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 76 1050 0 0 20 0 16 0 556216216 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=28010/tid=28020] ppid=28008 vsize=668464 CPUtime=12.34
/proc/28010/task/28020/stat : 28020 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 90 1144 0 0 20 0 16 0 556216216 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=28010/tid=28021] ppid=28008 vsize=668464 CPUtime=12.32
/proc/28010/task/28021/stat : 28021 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 96 1136 0 0 20 0 16 0 556216217 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=28010/tid=28022] ppid=28008 vsize=668464 CPUtime=8
/proc/28010/task/28022/stat : 28022 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 54 746 0 0 20 0 16 0 556216217 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 6 0 0 0 0 0

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

[pid=28010/tid=28013] ppid=28008 vsize=668464 CPUtime=149.96
/proc/28010/task/28013/stat : 28013 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 974 14022 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=28010/tid=28014] ppid=28008 vsize=668464 CPUtime=154.09
/proc/28010/task/28014/stat : 28014 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 1012 14397 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=28010/tid=28015] ppid=28008 vsize=668464 CPUtime=156.58
/proc/28010/task/28015/stat : 28015 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 1024 14634 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=28010/tid=28016] ppid=28008 vsize=668464 CPUtime=153.15
/proc/28010/task/28016/stat : 28016 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 1034 14281 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=28010/tid=28017] ppid=28008 vsize=668464 CPUtime=152.88
/proc/28010/task/28017/stat : 28017 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 1008 14280 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=28010/tid=28018] ppid=28008 vsize=668464 CPUtime=146.44
/proc/28010/task/28018/stat : 28018 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 962 13682 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=28010/tid=28019] ppid=28008 vsize=668464 CPUtime=158.51
/proc/28010/task/28019/stat : 28019 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 1014 14837 0 0 20 0 16 0 556216216 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=28010/tid=28020] ppid=28008 vsize=668464 CPUtime=150.43
/proc/28010/task/28020/stat : 28020 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 990 14053 0 0 20 0 16 0 556216216 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=28010/tid=28021] ppid=28008 vsize=668464 CPUtime=144.96
/proc/28010/task/28021/stat : 28021 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 966 13530 0 0 20 0 16 0 556216217 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=28010/tid=28022] ppid=28008 vsize=668464 CPUtime=140.14
/proc/28010/task/28022/stat : 28022 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 872 13142 0 0 20 0 16 0 556216217 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=28010/tid=28023] ppid=28008 vsize=668464 CPUtime=155.91
/proc/28010/task/28023/stat : 28023 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 1004 14587 0 0 20 0 16 0 556216217 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=28010/tid=28024] ppid=28008 vsize=668464 CPUtime=148.89
/proc/28010/task/28024/stat : 28024 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 978 13911 0 0 20 0 16 0 556216217 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=28010/tid=28025] ppid=28008 vsize=668464 CPUtime=148.7
/proc/28010/task/28025/stat : 28025 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 976 13894 0 0 20 0 16 0 556216220 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=28010/tid=28026] ppid=28008 vsize=668464 CPUtime=148.63
/proc/28010/task/28026/stat : 28026 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 936 13927 0 0 20 0 16 0 556216222 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2419.15
Current children cumulated vsize (KiB) 668464

[startup+222.307 s]
/proc/loadavg: 15.99 15.96 15.83 17/208 28031
/proc/meminfo: memFree=19199304/36427776 swapFree=6588/107564
[pid=28010] ppid=28008 vsize=668464 CPUtime=3363.32
/proc/28010/stat : 28010 (gnovelty+) R 28008 28010 24979 0 -1 4202496 22599 0 0 0 21524 314808 0 0 20 0 16 0 556216200 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28010/statm: 167116 22555 103 286 0 166828 0
[pid=28010/tid=28012] ppid=28008 vsize=668464 CPUtime=217.87
/proc/28010/task/28012/stat : 28012 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 1388 20399 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=28010/tid=28013] ppid=28008 vsize=668464 CPUtime=209.05
/proc/28010/task/28013/stat : 28013 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 1328 19577 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=28010/tid=28014] ppid=28008 vsize=668464 CPUtime=213.2
/proc/28010/task/28014/stat : 28014 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 1380 19940 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=28010/tid=28015] ppid=28008 vsize=668464 CPUtime=215.63
/proc/28010/task/28015/stat : 28015 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 1374 20189 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=28010/tid=28016] ppid=28008 vsize=668464 CPUtime=212.25
/proc/28010/task/28016/stat : 28016 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 1394 19831 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=28010/tid=28017] ppid=28008 vsize=668464 CPUtime=212.06
/proc/28010/task/28017/stat : 28017 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 1368 19838 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=28010/tid=28018] ppid=28008 vsize=668464 CPUtime=205.52
/proc/28010/task/28018/stat : 28018 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 1312 19240 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=28010/tid=28019] ppid=28008 vsize=668464 CPUtime=217.57
/proc/28010/task/28019/stat : 28019 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 1376 20381 0 0 20 0 16 0 556216216 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=28010/tid=28020] ppid=28008 vsize=668464 CPUtime=209.46
/proc/28010/task/28020/stat : 28020 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 1346 19600 0 0 20 0 16 0 556216216 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=28010/tid=28021] ppid=28008 vsize=668464 CPUtime=204.13
/proc/28010/task/28021/stat : 28021 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 1336 19077 0 0 20 0 16 0 556216217 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=28010/tid=28022] ppid=28008 vsize=668464 CPUtime=199.27
/proc/28010/task/28022/stat : 28022 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 1208 18719 0 0 20 0 16 0 556216217 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=28010/tid=28023] ppid=28008 vsize=668464 CPUtime=214.99
/proc/28010/task/28023/stat : 28023 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 1348 20151 0 0 20 0 16 0 556216217 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=28010/tid=28024] ppid=28008 vsize=668464 CPUtime=206.71
/proc/28010/task/28024/stat : 28024 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 1332 19339 0 0 20 0 16 0 556216217 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=28010/tid=28025] ppid=28008 vsize=668464 CPUtime=207.78
/proc/28010/task/28025/stat : 28025 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 1352 19426 0 0 20 0 16 0 556216220 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=28010/tid=28026] ppid=28008 vsize=668464 CPUtime=207.69
/proc/28010/task/28026/stat : 28026 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 1286 19483 0 0 20 0 16 0 556216222 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3363.32
Current children cumulated vsize (KiB) 668464

[startup+282.306 s]
/proc/loadavg: 15.91 15.93 15.83 17/208 28031
/proc/meminfo: memFree=19199428/36427776 swapFree=6588/107496
[pid=28010] ppid=28008 vsize=668464 CPUtime=4307.49
/proc/28010/stat : 28010 (gnovelty+) R 28008 28010 24979 0 -1 4202496 22599 0 0 0 27386 403363 0 0 20 0 16 0 556216200 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28010/statm: 167116 22555 103 286 0 166828 0
[pid=28010/tid=28012] ppid=28008 vsize=668464 CPUtime=276.97
/proc/28010/task/28012/stat : 28012 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 1748 25949 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=28010/tid=28013] ppid=28008 vsize=668464 CPUtime=268.16
/proc/28010/task/28013/stat : 28013 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 1696 25120 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=28010/tid=28014] ppid=28008 vsize=668464 CPUtime=272.28
/proc/28010/task/28014/stat : 28014 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 1738 25490 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=28010/tid=28015] ppid=28008 vsize=668464 CPUtime=274.69
/proc/28010/task/28015/stat : 28015 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 1756 25713 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=28010/tid=28016] ppid=28008 vsize=668464 CPUtime=271.35
/proc/28010/task/28016/stat : 28016 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 1768 25367 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=28010/tid=28017] ppid=28008 vsize=668464 CPUtime=271.21
/proc/28010/task/28017/stat : 28017 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 1710 25411 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=28010/tid=28018] ppid=28008 vsize=668464 CPUtime=264.61
/proc/28010/task/28018/stat : 28018 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 1672 24789 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=28010/tid=28019] ppid=28008 vsize=668464 CPUtime=276.67
/proc/28010/task/28019/stat : 28019 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 1742 25925 0 0 20 0 16 0 556216216 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=28010/tid=28020] ppid=28008 vsize=668464 CPUtime=268.51
/proc/28010/task/28020/stat : 28020 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 1716 25135 0 0 20 0 16 0 556216216 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=28010/tid=28021] ppid=28008 vsize=668464 CPUtime=263.23
/proc/28010/task/28021/stat : 28021 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 1712 24611 0 0 20 0 16 0 556216217 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=28010/tid=28022] ppid=28008 vsize=668464 CPUtime=258.38
/proc/28010/task/28022/stat : 28022 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 1572 24266 0 0 20 0 16 0 556216217 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=28010/tid=28023] ppid=28008 vsize=668464 CPUtime=274.03
/proc/28010/task/28023/stat : 28023 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 1722 25681 0 0 20 0 16 0 556216217 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=28010/tid=28024] ppid=28008 vsize=668464 CPUtime=264.49
/proc/28010/task/28024/stat : 28024 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 1706 24743 0 0 20 0 16 0 556216217 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=28010/tid=28025] ppid=28008 vsize=668464 CPUtime=266.81
/proc/28010/task/28025/stat : 28025 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 1700 24981 0 0 20 0 16 0 556216220 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=28010/tid=28026] ppid=28008 vsize=668464 CPUtime=266.77
/proc/28010/task/28026/stat : 28026 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 1668 25009 0 0 20 0 16 0 556216222 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4307.49
Current children cumulated vsize (KiB) 668464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+326.407 s]
/proc/loadavg: 15.96 15.94 15.83 18/208 28031
/proc/meminfo: memFree=19199304/36427776 swapFree=6588/107624
[pid=28010] ppid=28008 vsize=668464 CPUtime=5001.62
/proc/28010/stat : 28010 (gnovelty+) R 28008 28010 24979 0 -1 4202496 22599 0 0 0 31634 468528 0 0 20 0 16 0 556216200 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28010/statm: 167116 22555 103 286 0 166828 0
[pid=28010/tid=28012] ppid=28008 vsize=668464 CPUtime=320.36
/proc/28010/task/28012/stat : 28012 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 1998 30038 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=28010/tid=28013] ppid=28008 vsize=668464 CPUtime=311.61
/proc/28010/task/28013/stat : 28013 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 1966 29195 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=28010/tid=28014] ppid=28008 vsize=668464 CPUtime=315.75
/proc/28010/task/28014/stat : 28014 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 2022 29553 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=28010/tid=28015] ppid=28008 vsize=668464 CPUtime=318.1
/proc/28010/task/28015/stat : 28015 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 2042 29768 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=28010/tid=28016] ppid=28008 vsize=668464 CPUtime=314.81
/proc/28010/task/28016/stat : 28016 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 2030 29451 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=28010/tid=28017] ppid=28008 vsize=668464 CPUtime=314.68
/proc/28010/task/28017/stat : 28017 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 1978 29490 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=28010/tid=28018] ppid=28008 vsize=668464 CPUtime=308.02
/proc/28010/task/28018/stat : 28018 (gnovelty+) R 28008 28010 24979 0 -1 4202560 123 0 0 0 1936 28866 0 0 20 0 16 0 556216215 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=28010/tid=28019] ppid=28008 vsize=668464 CPUtime=320.1
/proc/28010/task/28019/stat : 28019 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 1988 30022 0 0 20 0 16 0 556216216 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=28010/tid=28020] ppid=28008 vsize=668464 CPUtime=311.94
/proc/28010/task/28020/stat : 28020 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 1964 29230 0 0 20 0 16 0 556216216 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=28010/tid=28021] ppid=28008 vsize=668464 CPUtime=306.73
/proc/28010/task/28021/stat : 28021 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 1992 28681 0 0 20 0 16 0 556216217 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=28010/tid=28022] ppid=28008 vsize=668464 CPUtime=301.82
/proc/28010/task/28022/stat : 28022 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 1842 28340 0 0 20 0 16 0 556216217 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=28010/tid=28023] ppid=28008 vsize=668464 CPUtime=317.46
/proc/28010/task/28023/stat : 28023 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 1984 29762 0 0 20 0 16 0 556216217 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=28010/tid=28024] ppid=28008 vsize=668464 CPUtime=306.95
/proc/28010/task/28024/stat : 28024 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 1990 28705 0 0 20 0 16 0 556216217 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=28010/tid=28025] ppid=28008 vsize=668464 CPUtime=310.26
/proc/28010/task/28025/stat : 28025 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 1954 29072 0 0 20 0 16 0 556216220 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=28010/tid=28026] ppid=28008 vsize=668464 CPUtime=310.25
/proc/28010/task/28026/stat : 28026 (gnovelty+) R 28008 28010 24979 0 -1 4202560 124 0 0 0 1922 29103 0 0 20 0 16 0 556216222 684507136 22555 18446744073709551615 134512640 135680988 4291564448 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 5001.62
Current children cumulated vsize (KiB) 668464

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28010 and gives
#  childrusage.ru_utime.tv_sec=307
#  childrusage.ru_utime.tv_usec=291204
#  childrusage.ru_stime.tv_sec=4553
#  childrusage.ru_stime.tv_usec=904601
# CPU time returned by wait4() is 4861.2
# while last known CPU time is 5001.62
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 326.44
CPU time (s): 5001.62
CPU user time (s): 316.34
CPU system time (s): 4685.28
CPU usage (%): 1532.17
Max. virtual memory (cumulated for all children) (KiB): 668464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 307.291
system time used= 4553.9
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22599
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= 308244
involuntary context switches= 13775

runsolver used 1.82811 second user time and 5.48834 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-02 20:58:18
IDJOB=1777077
IDBENCH=70207
IDSOLVER=619
FILE ID=xenhost3-49/1777077-1243969098
PBS_JOBID=
Free space on /tmp= 7137 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (16 threads)
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/1100/unif-k5-r20-v1100-c22000-S1912214877-051.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1777077-1243969098/watcher-1777077-1243969098 -o /tmp/evaluation-result-1777077-1243969098/solver-1777077-1243969098 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1777077-1243969098.cnf 241093980 16

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

MD5SUM BENCH= 3e2c453febe9a82dafec20260d8edecb
RANDOM SEED= 241093980

Linux xenhost3-49 2.6.27.5 #1 SMP Mon Mar 30 10:34:22 CEST 2009 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 8
initial apicid	: 8
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 24
initial apicid	: 24
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 10
initial apicid	: 10
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 26
initial apicid	: 26
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 9
initial apicid	: 9
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 25
initial apicid	: 25
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 11
initial apicid	: 11
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 27
initial apicid	: 27
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:     36427776 kB
MemFree:      19290728 kB
Buffers:        394296 kB
Cached:       14002448 kB
SwapCached:          0 kB
Active:        3080716 kB
Inactive:     11332568 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            2016 kB
Writeback:           0 kB
AnonPages:       15216 kB
Mapped:           5512 kB
Slab:           670352 kB
SReclaimable:   644192 kB
SUnreclaim:      26160 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    45468 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 7137 MiB
End job on xenhost3-49 at 2009-06-02 21:03:47