Trace number 1777071

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) 5000.43 466.441

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/1100/
unif-k5-r20-v1100-c22000-S115851319-100.cnf
MD5SUMa1edfaeac2621d913d1c4fa9fc78f271
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 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.10/0.14	c +------------------------------+
0.10/0.14	c | gNovelty+, version 1.0       |
0.10/0.14	c +------------------------------+
0.10/0.14	c gnovelty+ -h for help
0.10/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-1777071-1243968309/watcher-1777071-1243968309 -o /tmp/evaluation-result-1777071-1243968309/solver-1777071-1243968309 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1777071-1243968309.cnf 383265048 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: 14.64 15.56 15.65 2/192 27892
/proc/meminfo: memFree=19291356/36427776 swapFree=6176/15680
[pid=27892] ppid=27890 vsize=509232 CPUtime=0
/proc/27892/stat : 27892 (gnovelty+) R 27890 27892 24979 0 -1 4202496 2556 0 0 0 0 0 0 0 20 0 1 0 556137314 521453568 2513 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134537167 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/27892/statm: 127308 2520 99 286 0 127020 0

[startup+0.031079 s]
/proc/loadavg: 14.64 15.56 15.65 2/192 27892
/proc/meminfo: memFree=19291356/36427776 swapFree=6176/15680
[pid=27892] ppid=27890 vsize=509232 CPUtime=0.02
/proc/27892/stat : 27892 (gnovelty+) R 27890 27892 24979 0 -1 4202496 7725 0 0 0 0 2 0 0 20 0 1 0 556137314 521453568 7682 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134537167 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/27892/statm: 127308 7700 99 286 0 127020 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 509232

[startup+0.103088 s]
/proc/loadavg: 14.64 15.56 15.65 2/192 27892
/proc/meminfo: memFree=19291356/36427776 swapFree=6176/15680
[pid=27892] ppid=27890 vsize=517044 CPUtime=0.1
/proc/27892/stat : 27892 (gnovelty+) R 27890 27892 24979 0 -1 4202496 14861 0 0 0 4 6 0 0 20 0 1 0 556137314 529453056 14817 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134537842 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/27892/statm: 129261 14828 99 286 0 128973 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 517044

[startup+0.303303 s]
/proc/loadavg: 14.64 15.56 15.65 2/192 27892
/proc/meminfo: memFree=19291356/36427776 swapFree=6176/15680
[pid=27892] ppid=27890 vsize=668464 CPUtime=2.17
/proc/27892/stat : 27892 (gnovelty+) R 27890 27892 24979 0 -1 4202496 22601 0 0 0 17 200 0 0 20 0 16 0 556137314 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/27892/statm: 167116 22557 103 286 0 166828 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 668464

[startup+0.702668 s]
/proc/loadavg: 14.64 15.56 15.65 2/192 27892
/proc/meminfo: memFree=19291356/36427776 swapFree=6176/15680
[pid=27892] ppid=27890 vsize=668464 CPUtime=8.15
/proc/27892/stat : 27892 (gnovelty+) R 27890 27892 24979 0 -1 4202496 22601 0 0 0 50 765 0 0 20 0 16 0 556137314 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/27892/statm: 167116 22557 103 286 0 166828 0
Current children cumulated CPU time (s) 8.15
Current children cumulated vsize (KiB) 668464

[startup+1.50334 s]
/proc/loadavg: 14.64 15.56 15.65 17/208 27908
/proc/meminfo: memFree=19203332/36427776 swapFree=6576/106192
[pid=27892] ppid=27890 vsize=668464 CPUtime=19.95
/proc/27892/stat : 27892 (gnovelty+) R 27890 27892 24979 0 -1 4202496 22601 0 0 0 131 1864 0 0 20 0 16 0 556137314 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/27892/statm: 167116 22557 103 286 0 166828 0
[pid=27892/tid=27894] ppid=27890 vsize=668464 CPUtime=1.32
/proc/27892/task/27894/stat : 27894 (gnovelty+) R 27890 27892 24979 0 -1 4202560 122 0 0 0 6 126 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=27892/tid=27895] ppid=27890 vsize=668464 CPUtime=1.32
/proc/27892/task/27895/stat : 27895 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 10 122 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=27892/tid=27896] ppid=27890 vsize=668464 CPUtime=1.32
/proc/27892/task/27896/stat : 27896 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 8 124 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=27892/tid=27897] ppid=27890 vsize=668464 CPUtime=1.32
/proc/27892/task/27897/stat : 27897 (gnovelty+) S 27890 27892 24979 0 -1 4202560 123 0 0 0 2 130 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 18446744071564503368 0 0 -1 0 0 0 0 0 0
[pid=27892/tid=27898] ppid=27890 vsize=668464 CPUtime=1.32
/proc/27892/task/27898/stat : 27898 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 6 126 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=27892/tid=27899] ppid=27890 vsize=668464 CPUtime=1.32
/proc/27892/task/27899/stat : 27899 (gnovelty+) S 27890 27892 24979 0 -1 4202560 123 0 0 0 6 126 0 0 20 0 16 0 556137329 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 18446744071564503368 0 0 -1 2 0 0 0 0 0
[pid=27892/tid=27900] ppid=27890 vsize=668464 CPUtime=1.32
/proc/27892/task/27900/stat : 27900 (gnovelty+) S 27890 27892 24979 0 -1 4202560 123 0 0 0 6 126 0 0 20 0 16 0 556137329 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 18446744071564503368 0 0 -1 3 0 0 0 0 0
[pid=27892/tid=27901] ppid=27890 vsize=668464 CPUtime=1.32
/proc/27892/task/27901/stat : 27901 (gnovelty+) S 27890 27892 24979 0 -1 4202560 124 0 0 0 6 126 0 0 20 0 16 0 556137329 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 18446744071564503368 0 0 -1 4 0 0 0 0 0
[pid=27892/tid=27902] ppid=27890 vsize=668464 CPUtime=1.3
/proc/27892/task/27902/stat : 27902 (gnovelty+) S 27890 27892 24979 0 -1 4202560 124 0 0 0 6 124 0 0 20 0 16 0 556137329 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 18446744071564503368 0 0 -1 5 0 0 0 0 0
[pid=27892/tid=27903] ppid=27890 vsize=668464 CPUtime=1.3
/proc/27892/task/27903/stat : 27903 (gnovelty+) S 27890 27892 24979 0 -1 4202560 124 0 0 0 6 124 0 0 20 0 16 0 556137330 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 18446744071564503368 0 0 -1 6 0 0 0 0 0
[pid=27892/tid=27904] ppid=27890 vsize=668464 CPUtime=1.3
/proc/27892/task/27904/stat : 27904 (gnovelty+) S 27890 27892 24979 0 -1 4202560 124 0 0 0 10 120 0 0 20 0 16 0 556137330 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 18446744071564503368 0 0 -1 7 0 0 0 0 0
[pid=27892/tid=27905] ppid=27890 vsize=668464 CPUtime=1.3
/proc/27892/task/27905/stat : 27905 (gnovelty+) S 27890 27892 24979 0 -1 4202560 124 0 0 0 14 116 0 0 20 0 16 0 556137330 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 18446744071564503368 0 0 -1 8 0 0 0 0 0
[pid=27892/tid=27906] ppid=27890 vsize=668464 CPUtime=1.28
/proc/27892/task/27906/stat : 27906 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 8 120 0 0 20 0 16 0 556137331 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134997743 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=27892/tid=27907] ppid=27890 vsize=668464 CPUtime=1.3
/proc/27892/task/27907/stat : 27907 (gnovelty+) S 27890 27892 24979 0 -1 4202560 124 0 0 0 12 118 0 0 20 0 16 0 556137331 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 18446744071564503368 0 0 -1 11 0 0 0 0 0
[pid=27892/tid=27908] ppid=27890 vsize=668464 CPUtime=0.7
/proc/27892/task/27908/stat : 27908 (gnovelty+) S 27890 27892 24979 0 -1 4202560 124 0 0 0 4 66 0 0 20 0 16 0 556137332 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 18446744071564503368 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 19.95
Current children cumulated vsize (KiB) 668464

[startup+3.10371 s]
/proc/loadavg: 14.64 15.56 15.65 17/208 27908
/proc/meminfo: memFree=19202836/36427776 swapFree=6576/106656
[pid=27892] ppid=27890 vsize=668464 CPUtime=43.47
/proc/27892/stat : 27892 (gnovelty+) R 27890 27892 24979 0 -1 4202496 22601 0 0 0 288 4059 0 0 20 0 16 0 556137314 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/27892/statm: 167116 22557 103 286 0 166828 0
[pid=27892/tid=27894] ppid=27890 vsize=668464 CPUtime=2.3
/proc/27892/task/27894/stat : 27894 (gnovelty+) R 27890 27892 24979 0 -1 4202560 122 0 0 0 14 216 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=27892/tid=27895] ppid=27890 vsize=668464 CPUtime=2.88
/proc/27892/task/27895/stat : 27895 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 16 272 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=27892/tid=27896] ppid=27890 vsize=668464 CPUtime=2.88
/proc/27892/task/27896/stat : 27896 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 18 270 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=27892/tid=27897] ppid=27890 vsize=668464 CPUtime=2.9
/proc/27892/task/27897/stat : 27897 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 12 278 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=27892/tid=27898] ppid=27890 vsize=668464 CPUtime=2.9
/proc/27892/task/27898/stat : 27898 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 16 274 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=27892/tid=27899] ppid=27890 vsize=668464 CPUtime=2.88
/proc/27892/task/27899/stat : 27899 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 14 274 0 0 20 0 16 0 556137329 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=27892/tid=27900] ppid=27890 vsize=668464 CPUtime=2.88
/proc/27892/task/27900/stat : 27900 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 20 268 0 0 20 0 16 0 556137329 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=27892/tid=27901] ppid=27890 vsize=668464 CPUtime=2.88
/proc/27892/task/27901/stat : 27901 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 18 270 0 0 20 0 16 0 556137329 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=27892/tid=27902] ppid=27890 vsize=668464 CPUtime=2.88
/proc/27892/task/27902/stat : 27902 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 14 274 0 0 20 0 16 0 556137329 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=27892/tid=27903] ppid=27890 vsize=668464 CPUtime=2.88
/proc/27892/task/27903/stat : 27903 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 20 268 0 0 20 0 16 0 556137330 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=27892/tid=27904] ppid=27890 vsize=668464 CPUtime=2.88
/proc/27892/task/27904/stat : 27904 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 18 270 0 0 20 0 16 0 556137330 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=27892/tid=27905] ppid=27890 vsize=668464 CPUtime=2.86
/proc/27892/task/27905/stat : 27905 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 22 264 0 0 20 0 16 0 556137330 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=27892/tid=27906] ppid=27890 vsize=668464 CPUtime=2.82
/proc/27892/task/27906/stat : 27906 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 18 264 0 0 20 0 16 0 556137331 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=27892/tid=27907] ppid=27890 vsize=668464 CPUtime=2.86
/proc/27892/task/27907/stat : 27907 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 30 256 0 0 20 0 16 0 556137331 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=27892/tid=27908] ppid=27890 vsize=668464 CPUtime=1.48
/proc/27892/task/27908/stat : 27908 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 10 138 0 0 20 0 16 0 556137332 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 43.47
Current children cumulated vsize (KiB) 668464

[startup+6.30369 s]
/proc/loadavg: 14.75 15.57 15.65 17/208 27908
/proc/meminfo: memFree=19202464/36427776 swapFree=6588/106956
[pid=27892] ppid=27890 vsize=668464 CPUtime=89.39
/proc/27892/stat : 27892 (gnovelty+) R 27890 27892 24979 0 -1 4202496 22601 0 0 0 612 8327 0 0 20 0 16 0 556137314 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/27892/statm: 167116 22557 103 286 0 166828 0
[pid=27892/tid=27894] ppid=27890 vsize=668464 CPUtime=3.92
/proc/27892/task/27894/stat : 27894 (gnovelty+) R 27890 27892 24979 0 -1 4202560 122 0 0 0 30 362 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=27892/tid=27895] ppid=27890 vsize=668464 CPUtime=6.04
/proc/27892/task/27895/stat : 27895 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 38 566 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=27892/tid=27896] ppid=27890 vsize=668464 CPUtime=6.02
/proc/27892/task/27896/stat : 27896 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 44 558 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=27892/tid=27897] ppid=27890 vsize=668464 CPUtime=6.04
/proc/27892/task/27897/stat : 27897 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 34 570 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=27892/tid=27898] ppid=27890 vsize=668464 CPUtime=6.04
/proc/27892/task/27898/stat : 27898 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 36 568 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=27892/tid=27899] ppid=27890 vsize=668464 CPUtime=6.02
/proc/27892/task/27899/stat : 27899 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 38 564 0 0 20 0 16 0 556137329 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=27892/tid=27900] ppid=27890 vsize=668464 CPUtime=6.02
/proc/27892/task/27900/stat : 27900 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 38 564 0 0 20 0 16 0 556137329 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=27892/tid=27901] ppid=27890 vsize=668464 CPUtime=5.44
/proc/27892/task/27901/stat : 27901 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 38 506 0 0 20 0 16 0 556137329 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=27892/tid=27902] ppid=27890 vsize=668464 CPUtime=6.02
/proc/27892/task/27902/stat : 27902 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 32 570 0 0 20 0 16 0 556137329 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=27892/tid=27903] ppid=27890 vsize=668464 CPUtime=4.46
/proc/27892/task/27903/stat : 27903 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 32 414 0 0 20 0 16 0 556137330 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=27892/tid=27904] ppid=27890 vsize=668464 CPUtime=6.02
/proc/27892/task/27904/stat : 27904 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 40 562 0 0 20 0 16 0 556137330 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=27892/tid=27905] ppid=27890 vsize=668464 CPUtime=6.02
/proc/27892/task/27905/stat : 27905 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 46 556 0 0 20 0 16 0 556137330 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=27892/tid=27906] ppid=27890 vsize=668464 CPUtime=5.9
/proc/27892/task/27906/stat : 27906 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 36 554 0 0 20 0 16 0 556137331 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=27892/tid=27907] ppid=27890 vsize=668464 CPUtime=6
/proc/27892/task/27907/stat : 27907 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 56 544 0 0 20 0 16 0 556137331 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=27892/tid=27908] ppid=27890 vsize=668464 CPUtime=4.02
/proc/27892/task/27908/stat : 27908 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 28 374 0 0 20 0 16 0 556137332 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 89.39
Current children cumulated vsize (KiB) 668464

[startup+12.7027 s]
/proc/loadavg: 14.85 15.58 15.65 17/208 27908
/proc/meminfo: memFree=19201976/36427776 swapFree=6588/107424
[pid=27892] ppid=27890 vsize=668464 CPUtime=183.69
/proc/27892/stat : 27892 (gnovelty+) R 27890 27892 24979 0 -1 4202496 22601 0 0 0 1285 17084 0 0 20 0 16 0 556137314 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/27892/statm: 167116 22557 103 286 0 166828 0
[pid=27892/tid=27894] ppid=27890 vsize=668464 CPUtime=7.24
/proc/27892/task/27894/stat : 27894 (gnovelty+) R 27890 27892 24979 0 -1 4202560 122 0 0 0 50 674 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=27892/tid=27895] ppid=27890 vsize=668464 CPUtime=12.32
/proc/27892/task/27895/stat : 27895 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 80 1152 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=27892/tid=27896] ppid=27890 vsize=668464 CPUtime=12.3
/proc/27892/task/27896/stat : 27896 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 96 1134 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=27892/tid=27897] ppid=27890 vsize=668464 CPUtime=12.32
/proc/27892/task/27897/stat : 27897 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 72 1160 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=27892/tid=27898] ppid=27890 vsize=668464 CPUtime=12.32
/proc/27892/task/27898/stat : 27898 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 78 1154 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=27892/tid=27899] ppid=27890 vsize=668464 CPUtime=12.3
/proc/27892/task/27899/stat : 27899 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 86 1144 0 0 20 0 16 0 556137329 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=27892/tid=27900] ppid=27890 vsize=668464 CPUtime=12.3
/proc/27892/task/27900/stat : 27900 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 88 1142 0 0 20 0 16 0 556137329 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=27892/tid=27901] ppid=27890 vsize=668464 CPUtime=11.74
/proc/27892/task/27901/stat : 27901 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 76 1098 0 0 20 0 16 0 556137329 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=27892/tid=27902] ppid=27890 vsize=668464 CPUtime=12.32
/proc/27892/task/27902/stat : 27902 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 84 1148 0 0 20 0 16 0 556137329 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=27892/tid=27903] ppid=27890 vsize=668464 CPUtime=7.68
/proc/27892/task/27903/stat : 27903 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 62 706 0 0 20 0 16 0 556137330 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=27892/tid=27904] ppid=27890 vsize=668464 CPUtime=12.32
/proc/27892/task/27904/stat : 27904 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 94 1138 0 0 20 0 16 0 556137330 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 7 0 0 0 0 0

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

[pid=27892/tid=27895] ppid=27890 vsize=668464 CPUtime=243.58
/proc/27892/task/27895/stat : 27895 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2082 22276 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=27892/tid=27896] ppid=27890 vsize=668464 CPUtime=240.68
/proc/27892/task/27896/stat : 27896 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 2064 22004 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=27892/tid=27897] ppid=27890 vsize=668464 CPUtime=248.84
/proc/27892/task/27897/stat : 27897 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 2170 22714 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=27892/tid=27898] ppid=27890 vsize=668464 CPUtime=247.82
/proc/27892/task/27898/stat : 27898 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 2164 22618 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=27892/tid=27899] ppid=27890 vsize=668464 CPUtime=235.28
/proc/27892/task/27899/stat : 27899 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 2074 21454 0 0 20 0 16 0 556137329 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=27892/tid=27900] ppid=27890 vsize=668464 CPUtime=245.51
/proc/27892/task/27900/stat : 27900 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 2124 22427 0 0 20 0 16 0 556137329 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=27892/tid=27901] ppid=27890 vsize=668464 CPUtime=243.3
/proc/27892/task/27901/stat : 27901 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2130 22200 0 0 20 0 16 0 556137329 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=27892/tid=27902] ppid=27890 vsize=668464 CPUtime=247.52
/proc/27892/task/27902/stat : 27902 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2028 22724 0 0 20 0 16 0 556137329 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=27892/tid=27903] ppid=27890 vsize=668464 CPUtime=247.11
/proc/27892/task/27903/stat : 27903 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2134 22577 0 0 20 0 16 0 556137330 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=27892/tid=27904] ppid=27890 vsize=668464 CPUtime=229.38
/proc/27892/task/27904/stat : 27904 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 1990 20948 0 0 20 0 16 0 556137330 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=27892/tid=27905] ppid=27890 vsize=668464 CPUtime=235.66
/proc/27892/task/27905/stat : 27905 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2036 21530 0 0 20 0 16 0 556137330 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=27892/tid=27906] ppid=27890 vsize=668464 CPUtime=257.39
/proc/27892/task/27906/stat : 27906 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2208 23531 0 0 20 0 16 0 556137331 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=27892/tid=27907] ppid=27890 vsize=668464 CPUtime=239.36
/proc/27892/task/27907/stat : 27907 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2078 21858 0 0 20 0 16 0 556137331 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=27892/tid=27908] ppid=27890 vsize=668464 CPUtime=239.77
/proc/27892/task/27908/stat : 27908 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2098 21879 0 0 20 0 16 0 556137332 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 3884.94
Current children cumulated vsize (KiB) 668464

[startup+402.305 s]
/proc/loadavg: 16.04 15.84 15.74 17/208 27913
/proc/meminfo: memFree=19200528/36427776 swapFree=6588/107488
[pid=27892] ppid=27890 vsize=668464 CPUtime=4457.84
/proc/27892/stat : 27892 (gnovelty+) R 27890 27892 24979 0 -1 4202496 22601 0 0 0 39342 406442 0 0 20 0 16 0 556137314 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27892/statm: 167116 22557 103 286 0 166828 0
[pid=27892/tid=27894] ppid=27890 vsize=668464 CPUtime=256.35
/proc/27892/task/27894/stat : 27894 (gnovelty+) R 27890 27892 24979 0 -1 4202560 122 0 0 0 2216 23419 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=27892/tid=27895] ppid=27890 vsize=668464 CPUtime=282.82
/proc/27892/task/27895/stat : 27895 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2478 25804 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=27892/tid=27896] ppid=27890 vsize=668464 CPUtime=271.12
/proc/27892/task/27896/stat : 27896 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 2382 24730 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=27892/tid=27897] ppid=27890 vsize=668464 CPUtime=280.57
/proc/27892/task/27897/stat : 27897 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 2496 25561 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=27892/tid=27898] ppid=27890 vsize=668464 CPUtime=286.01
/proc/27892/task/27898/stat : 27898 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 2566 26035 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=27892/tid=27899] ppid=27890 vsize=668464 CPUtime=265.24
/proc/27892/task/27899/stat : 27899 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 2380 24144 0 0 20 0 16 0 556137329 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=27892/tid=27900] ppid=27890 vsize=668464 CPUtime=280.74
/proc/27892/task/27900/stat : 27900 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 2476 25598 0 0 20 0 16 0 556137329 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=27892/tid=27901] ppid=27890 vsize=668464 CPUtime=285.1
/proc/27892/task/27901/stat : 27901 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2520 25990 0 0 20 0 16 0 556137329 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=27892/tid=27902] ppid=27890 vsize=668464 CPUtime=278.68
/proc/27892/task/27902/stat : 27902 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2338 25530 0 0 20 0 16 0 556137329 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=27892/tid=27903] ppid=27890 vsize=668464 CPUtime=287.47
/proc/27892/task/27903/stat : 27903 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2516 26231 0 0 20 0 16 0 556137330 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=27892/tid=27904] ppid=27890 vsize=668464 CPUtime=264.68
/proc/27892/task/27904/stat : 27904 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2392 24076 0 0 20 0 16 0 556137330 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=27892/tid=27905] ppid=27890 vsize=668464 CPUtime=276.69
/proc/27892/task/27905/stat : 27905 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2472 25197 0 0 20 0 16 0 556137330 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=27892/tid=27906] ppid=27890 vsize=668464 CPUtime=292.33
/proc/27892/task/27906/stat : 27906 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2562 26671 0 0 20 0 16 0 556137331 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=27892/tid=27907] ppid=27890 vsize=668464 CPUtime=274.99
/proc/27892/task/27907/stat : 27907 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2416 25083 0 0 20 0 16 0 556137331 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=27892/tid=27908] ppid=27890 vsize=668464 CPUtime=273.66
/proc/27892/task/27908/stat : 27908 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2474 24892 0 0 20 0 16 0 556137332 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 4457.84
Current children cumulated vsize (KiB) 668464

[startup+462.302 s]
/proc/loadavg: 16.01 15.87 15.75 17/208 27913
/proc/meminfo: memFree=19200528/36427776 swapFree=6588/107700
[pid=27892] ppid=27890 vsize=668464 CPUtime=4965.66
/proc/27892/stat : 27892 (gnovelty+) R 27890 27892 24979 0 -1 4202496 22601 0 0 0 44858 451708 0 0 20 0 16 0 556137314 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27892/statm: 167116 22557 103 286 0 166828 0
[pid=27892/tid=27894] ppid=27890 vsize=668464 CPUtime=286.39
/proc/27892/task/27894/stat : 27894 (gnovelty+) R 27890 27892 24979 0 -1 4202560 122 0 0 0 2538 26101 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=27892/tid=27895] ppid=27890 vsize=668464 CPUtime=316.19
/proc/27892/task/27895/stat : 27895 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2852 28767 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=27892/tid=27896] ppid=27890 vsize=668464 CPUtime=304.15
/proc/27892/task/27896/stat : 27896 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 2740 27675 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=27892/tid=27897] ppid=27890 vsize=668464 CPUtime=316.5
/proc/27892/task/27897/stat : 27897 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 2872 28778 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=27892/tid=27898] ppid=27890 vsize=668464 CPUtime=318.01
/proc/27892/task/27898/stat : 27898 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 2920 28881 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=27892/tid=27899] ppid=27890 vsize=668464 CPUtime=299.57
/proc/27892/task/27899/stat : 27899 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 2742 27215 0 0 20 0 16 0 556137329 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=27892/tid=27900] ppid=27890 vsize=668464 CPUtime=311.69
/proc/27892/task/27900/stat : 27900 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 2802 28367 0 0 20 0 16 0 556137329 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=27892/tid=27901] ppid=27890 vsize=668464 CPUtime=316.44
/proc/27892/task/27901/stat : 27901 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2868 28776 0 0 20 0 16 0 556137329 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=27892/tid=27902] ppid=27890 vsize=668464 CPUtime=309.09
/proc/27892/task/27902/stat : 27902 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2674 28235 0 0 20 0 16 0 556137329 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=27892/tid=27903] ppid=27890 vsize=668464 CPUtime=317.71
/proc/27892/task/27903/stat : 27903 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2848 28923 0 0 20 0 16 0 556137330 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=27892/tid=27904] ppid=27890 vsize=668464 CPUtime=294.66
/proc/27892/task/27904/stat : 27904 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2706 26760 0 0 20 0 16 0 556137330 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=27892/tid=27905] ppid=27890 vsize=668464 CPUtime=309.17
/proc/27892/task/27905/stat : 27905 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2830 28087 0 0 20 0 16 0 556137330 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=27892/tid=27906] ppid=27890 vsize=668464 CPUtime=323.18
/proc/27892/task/27906/stat : 27906 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2924 29394 0 0 20 0 16 0 556137331 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=27892/tid=27907] ppid=27890 vsize=668464 CPUtime=305.85
/proc/27892/task/27907/stat : 27907 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2736 27849 0 0 20 0 16 0 556137331 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=27892/tid=27908] ppid=27890 vsize=668464 CPUtime=303.63
/proc/27892/task/27908/stat : 27908 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2802 27561 0 0 20 0 16 0 556137332 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 4965.66
Current children cumulated vsize (KiB) 668464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+466.414 s]
/proc/loadavg: 16.01 15.87 15.75 17/208 27913
/proc/meminfo: memFree=19200528/36427776 swapFree=6588/107488
[pid=27892] ppid=27890 vsize=668464 CPUtime=5000.43
/proc/27892/stat : 27892 (gnovelty+) R 27890 27892 24979 0 -1 4202496 22601 0 0 0 45215 454828 0 0 20 0 16 0 556137314 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27892/statm: 167116 22557 103 286 0 166828 0
[pid=27892/tid=27894] ppid=27890 vsize=668464 CPUtime=288.43
/proc/27892/task/27894/stat : 27894 (gnovelty+) R 27890 27892 24979 0 -1 4202560 122 0 0 0 2562 26281 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=27892/tid=27895] ppid=27890 vsize=668464 CPUtime=318.23
/proc/27892/task/27895/stat : 27895 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2872 28951 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=27892/tid=27896] ppid=27890 vsize=668464 CPUtime=306.2
/proc/27892/task/27896/stat : 27896 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 2758 27862 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=27892/tid=27897] ppid=27890 vsize=668464 CPUtime=318.56
/proc/27892/task/27897/stat : 27897 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 2888 28968 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=27892/tid=27898] ppid=27890 vsize=668464 CPUtime=320.05
/proc/27892/task/27898/stat : 27898 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 2944 29061 0 0 20 0 16 0 556137328 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=27892/tid=27899] ppid=27890 vsize=668464 CPUtime=302.49
/proc/27892/task/27899/stat : 27899 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 2776 27473 0 0 20 0 16 0 556137329 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=27892/tid=27900] ppid=27890 vsize=668464 CPUtime=313.76
/proc/27892/task/27900/stat : 27900 (gnovelty+) R 27890 27892 24979 0 -1 4202560 123 0 0 0 2828 28548 0 0 20 0 16 0 556137329 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=27892/tid=27901] ppid=27890 vsize=668464 CPUtime=318.49
/proc/27892/task/27901/stat : 27901 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2896 28953 0 0 20 0 16 0 556137329 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=27892/tid=27902] ppid=27890 vsize=668464 CPUtime=311.14
/proc/27892/task/27902/stat : 27902 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2694 28420 0 0 20 0 16 0 556137329 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=27892/tid=27903] ppid=27890 vsize=668464 CPUtime=319.78
/proc/27892/task/27903/stat : 27903 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2872 29106 0 0 20 0 16 0 556137330 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=27892/tid=27904] ppid=27890 vsize=668464 CPUtime=296.72
/proc/27892/task/27904/stat : 27904 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2724 26948 0 0 20 0 16 0 556137330 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=27892/tid=27905] ppid=27890 vsize=668464 CPUtime=312.19
/proc/27892/task/27905/stat : 27905 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2856 28363 0 0 20 0 16 0 556137330 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=27892/tid=27906] ppid=27890 vsize=668464 CPUtime=325.28
/proc/27892/task/27906/stat : 27906 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2944 29584 0 0 20 0 16 0 556137331 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=27892/tid=27907] ppid=27890 vsize=668464 CPUtime=307.91
/proc/27892/task/27907/stat : 27907 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2764 28027 0 0 20 0 16 0 556137331 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=27892/tid=27908] ppid=27890 vsize=668464 CPUtime=305.71
/proc/27892/task/27908/stat : 27908 (gnovelty+) R 27890 27892 24979 0 -1 4202560 124 0 0 0 2818 27753 0 0 20 0 16 0 556137332 684507136 22557 18446744073709551615 134512640 135680988 4294837952 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 5000.43
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 27892 and gives
#  childrusage.ru_utime.tv_sec=440
#  childrusage.ru_utime.tv_usec=447526
#  childrusage.ru_stime.tv_sec=4429
#  childrusage.ru_stime.tv_usec=480825
# CPU time returned by wait4() is 4869.93
# while last known CPU time is 5000.43
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 466.441
CPU time (s): 5000.43
CPU user time (s): 452.15
CPU system time (s): 4548.28
CPU usage (%): 1072.04
Max. virtual memory (cumulated for all children) (KiB): 668464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 440.448
system time used= 4429.48
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22601
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= 1598977
involuntary context switches= 63455

runsolver used 2.58816 second user time and 7.29246 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-02 20:45:09
IDJOB=1777071
IDBENCH=70205
IDSOLVER=619
FILE ID=xenhost3-49/1777071-1243968309
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-S115851319-100.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1777071-1243968309/watcher-1777071-1243968309 -o /tmp/evaluation-result-1777071-1243968309/solver-1777071-1243968309 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1777071-1243968309.cnf 383265048 16

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

MD5SUM BENCH= a1edfaeac2621d913d1c4fa9fc78f271
RANDOM SEED= 383265048

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:      19291356 kB
Buffers:        394284 kB
Cached:       14002412 kB
SwapCached:          0 kB
Active:        3080488 kB
Inactive:     11331892 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            2036 kB
Writeback:           0 kB
AnonPages:       15680 kB
Mapped:           5512 kB
Slab:           670308 kB
SReclaimable:   644152 kB
SUnreclaim:      26156 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    45588 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 20:52:58