Trace number 1777230

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.97 482.136

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/180/
unif-k7-r85-v180-c15300-S1378953985-075.cnf
MD5SUMe77e91a0bcfa213f4da3e00139d8dd15
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2323.62
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of clauses15300
Sum of the clauses size107100
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 515300

Solver Data

0.10/0.13	c +------------------------------+
0.10/0.13	c | gNovelty+, version 1.0       |
0.10/0.13	c +------------------------------+
0.10/0.13	c gnovelty+ -h for help
0.10/0.13	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-1777230-1243987905/watcher-1777230-1243987905 -o /tmp/evaluation-result-1777230-1243987905/solver-1777230-1243987905 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1777230-1243987905.cnf 1806445556 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.96 15.95 15.91 2/189 31091
/proc/meminfo: memFree=19292316/36427776 swapFree=4828/12012
[pid=31091] ppid=31089 vsize=509232 CPUtime=0
/proc/31091/stat : 31091 (gnovelty+) R 31089 31091 24979 0 -1 4202496 2508 0 0 0 0 0 0 0 20 0 1 0 558096908 521453568 2464 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134537167 0 0 1 0 0 0 0 17 0 0 0 0 0 0
/proc/31091/statm: 127308 2470 99 286 0 127020 0

[startup+0.07578 s]
/proc/loadavg: 15.96 15.95 15.91 2/189 31091
/proc/meminfo: memFree=19292316/36427776 swapFree=4828/12012
[pid=31091] ppid=31089 vsize=517044 CPUtime=0.06
/proc/31091/stat : 31091 (gnovelty+) R 31089 31091 24979 0 -1 4202496 11109 0 0 0 2 4 0 0 20 0 1 0 558096908 529453056 11065 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134537905 0 0 1 0 0 0 0 17 0 0 0 0 0 0
/proc/31091/statm: 129261 11077 99 286 0 128973 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 517044

[startup+0.103774 s]
/proc/loadavg: 15.96 15.95 15.91 2/189 31091
/proc/meminfo: memFree=19292316/36427776 swapFree=4828/12012
[pid=31091] ppid=31089 vsize=517044 CPUtime=0.1
/proc/31091/stat : 31091 (gnovelty+) R 31089 31091 24979 0 -1 4202496 15375 0 0 0 2 8 0 0 20 0 1 0 558096908 529453056 15330 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134537779 0 0 1 0 0 0 0 17 0 0 0 0 0 0
/proc/31091/statm: 129261 15338 99 286 0 128973 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 517044

[startup+0.304181 s]
/proc/loadavg: 15.96 15.95 15.91 2/189 31091
/proc/meminfo: memFree=19292316/36427776 swapFree=4828/12012
[pid=31091] ppid=31089 vsize=664292 CPUtime=2.35
/proc/31091/stat : 31091 (gnovelty+) R 31089 31091 24979 0 -1 4202496 21516 0 0 0 17 218 0 0 20 0 16 0 558096908 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 15 0 0 0 0 0
/proc/31091/statm: 166073 21471 103 286 0 165785 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 664292

[startup+0.702821 s]
/proc/loadavg: 15.96 15.95 15.91 2/189 31091
/proc/meminfo: memFree=19292316/36427776 swapFree=4828/12012
[pid=31091] ppid=31089 vsize=664292 CPUtime=8.31
/proc/31091/stat : 31091 (gnovelty+) R 31089 31091 24979 0 -1 4202496 21516 0 0 0 73 758 0 0 20 0 16 0 558096908 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 18446744073709551615 0 0 17 15 0 0 0 0 0
/proc/31091/statm: 166073 21471 103 286 0 165785 0
Current children cumulated CPU time (s) 8.31
Current children cumulated vsize (KiB) 664292

[startup+1.50242 s]
/proc/loadavg: 15.97 15.95 15.91 17/205 31107
/proc/meminfo: memFree=19208340/36427776 swapFree=6552/98260
[pid=31091] ppid=31089 vsize=664292 CPUtime=20.06
/proc/31091/stat : 31091 (gnovelty+) R 31089 31091 24979 0 -1 4202496 21516 0 0 0 194 1812 0 0 20 0 16 0 558096908 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 15 0 0 0 0 0
/proc/31091/statm: 166073 21471 103 286 0 165785 0
[pid=31091/tid=31093] ppid=31089 vsize=664292 CPUtime=1.32
/proc/31091/task/31093/stat : 31093 (gnovelty+) R 31089 31091 24979 0 -1 4202560 83 0 0 0 14 118 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=31091/tid=31094] ppid=31089 vsize=664292 CPUtime=1.32
/proc/31091/task/31094/stat : 31094 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 14 118 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=31091/tid=31095] ppid=31089 vsize=664292 CPUtime=1.14
/proc/31091/task/31095/stat : 31095 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 8 106 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=31091/tid=31096] ppid=31089 vsize=664292 CPUtime=1.32
/proc/31091/task/31096/stat : 31096 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 16 116 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=31091/tid=31097] ppid=31089 vsize=664292 CPUtime=1.32
/proc/31091/task/31097/stat : 31097 (gnovelty+) R 31089 31091 24979 0 -1 4202560 83 0 0 0 12 120 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=31091/tid=31098] ppid=31089 vsize=664292 CPUtime=1.32
/proc/31091/task/31098/stat : 31098 (gnovelty+) R 31089 31091 24979 0 -1 4202560 83 0 0 0 16 116 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=31091/tid=31099] ppid=31089 vsize=664292 CPUtime=1.32
/proc/31091/task/31099/stat : 31099 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 12 120 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=31091/tid=31100] ppid=31089 vsize=664292 CPUtime=1.32
/proc/31091/task/31100/stat : 31100 (gnovelty+) R 31089 31091 24979 0 -1 4202560 85 0 0 0 12 120 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=31091/tid=31101] ppid=31089 vsize=664292 CPUtime=1.32
/proc/31091/task/31101/stat : 31101 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 14 118 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=31091/tid=31102] ppid=31089 vsize=664292 CPUtime=1.32
/proc/31091/task/31102/stat : 31102 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 8 124 0 0 20 0 16 0 558096923 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=31091/tid=31103] ppid=31089 vsize=664292 CPUtime=1.32
/proc/31091/task/31103/stat : 31103 (gnovelty+) R 31089 31091 24979 0 -1 4202560 83 0 0 0 10 122 0 0 20 0 16 0 558096923 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=31091/tid=31104] ppid=31089 vsize=664292 CPUtime=1.32
/proc/31091/task/31104/stat : 31104 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 6 126 0 0 20 0 16 0 558096923 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=31091/tid=31105] ppid=31089 vsize=664292 CPUtime=1.28
/proc/31091/task/31105/stat : 31105 (gnovelty+) R 31089 31091 24979 0 -1 4202560 85 0 0 0 16 112 0 0 20 0 16 0 558096923 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=31091/tid=31106] ppid=31089 vsize=664292 CPUtime=0.74
/proc/31091/task/31106/stat : 31106 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 6 68 0 0 20 0 16 0 558096924 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=31091/tid=31107] ppid=31089 vsize=664292 CPUtime=1.26
/proc/31091/task/31107/stat : 31107 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 6 120 0 0 20 0 16 0 558096924 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 20.06
Current children cumulated vsize (KiB) 664292

[startup+3.10593 s]
/proc/loadavg: 15.97 15.95 15.91 17/205 31107
/proc/meminfo: memFree=19207844/36427776 swapFree=6552/99056
[pid=31091] ppid=31089 vsize=664292 CPUtime=43.69
/proc/31091/stat : 31091 (gnovelty+) R 31089 31091 24979 0 -1 4202496 21516 0 0 0 434 3935 0 0 20 0 16 0 558096908 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 18446744073709551615 0 0 17 15 0 0 0 0 0
/proc/31091/statm: 166073 21471 103 286 0 165785 0
[pid=31091/tid=31093] ppid=31089 vsize=664292 CPUtime=2.9
/proc/31091/task/31093/stat : 31093 (gnovelty+) R 31089 31091 24979 0 -1 4202560 83 0 0 0 28 262 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=31091/tid=31094] ppid=31089 vsize=664292 CPUtime=2.9
/proc/31091/task/31094/stat : 31094 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 28 262 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=31091/tid=31095] ppid=31089 vsize=664292 CPUtime=1.96
/proc/31091/task/31095/stat : 31095 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 16 180 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=31091/tid=31096] ppid=31089 vsize=664292 CPUtime=2.9
/proc/31091/task/31096/stat : 31096 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 32 258 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=31091/tid=31097] ppid=31089 vsize=664292 CPUtime=2.9
/proc/31091/task/31097/stat : 31097 (gnovelty+) R 31089 31091 24979 0 -1 4202560 83 0 0 0 36 254 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=31091/tid=31098] ppid=31089 vsize=664292 CPUtime=2.9
/proc/31091/task/31098/stat : 31098 (gnovelty+) R 31089 31091 24979 0 -1 4202560 83 0 0 0 36 254 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=31091/tid=31099] ppid=31089 vsize=664292 CPUtime=2.88
/proc/31091/task/31099/stat : 31099 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 28 260 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=31091/tid=31100] ppid=31089 vsize=664292 CPUtime=2.9
/proc/31091/task/31100/stat : 31100 (gnovelty+) R 31089 31091 24979 0 -1 4202560 85 0 0 0 26 264 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=31091/tid=31101] ppid=31089 vsize=664292 CPUtime=2.9
/proc/31091/task/31101/stat : 31101 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 28 262 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=31091/tid=31102] ppid=31089 vsize=664292 CPUtime=2.9
/proc/31091/task/31102/stat : 31102 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 24 266 0 0 20 0 16 0 558096923 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=31091/tid=31103] ppid=31089 vsize=664292 CPUtime=2.88
/proc/31091/task/31103/stat : 31103 (gnovelty+) R 31089 31091 24979 0 -1 4202560 83 0 0 0 24 264 0 0 20 0 16 0 558096923 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=31091/tid=31104] ppid=31089 vsize=664292 CPUtime=2.9
/proc/31091/task/31104/stat : 31104 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 26 264 0 0 20 0 16 0 558096923 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=31091/tid=31105] ppid=31089 vsize=664292 CPUtime=2.84
/proc/31091/task/31105/stat : 31105 (gnovelty+) R 31089 31091 24979 0 -1 4202560 85 0 0 0 34 250 0 0 20 0 16 0 558096923 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=31091/tid=31106] ppid=31089 vsize=664292 CPUtime=1.52
/proc/31091/task/31106/stat : 31106 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 14 138 0 0 20 0 16 0 558096924 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=31091/tid=31107] ppid=31089 vsize=664292 CPUtime=2.84
/proc/31091/task/31107/stat : 31107 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 18 266 0 0 20 0 16 0 558096924 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 43.69
Current children cumulated vsize (KiB) 664292

[startup+6.30502 s]
/proc/loadavg: 15.97 15.95 15.91 17/205 31107
/proc/meminfo: memFree=19207596/36427776 swapFree=6568/99416
[pid=31091] ppid=31089 vsize=664292 CPUtime=90.73
/proc/31091/stat : 31091 (gnovelty+) R 31089 31091 24979 0 -1 4202496 21516 0 0 0 901 8172 0 0 20 0 16 0 558096908 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 15 0 0 0 0 0
/proc/31091/statm: 166073 21471 103 286 0 165785 0
[pid=31091/tid=31093] ppid=31089 vsize=664292 CPUtime=6.04
/proc/31091/task/31093/stat : 31093 (gnovelty+) R 31089 31091 24979 0 -1 4202560 83 0 0 0 60 544 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=31091/tid=31094] ppid=31089 vsize=664292 CPUtime=6.04
/proc/31091/task/31094/stat : 31094 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 56 548 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=31091/tid=31095] ppid=31089 vsize=664292 CPUtime=3.54
/proc/31091/task/31095/stat : 31095 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 38 316 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=31091/tid=31096] ppid=31089 vsize=664292 CPUtime=6.04
/proc/31091/task/31096/stat : 31096 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 66 538 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=31091/tid=31097] ppid=31089 vsize=664292 CPUtime=6.04
/proc/31091/task/31097/stat : 31097 (gnovelty+) R 31089 31091 24979 0 -1 4202560 83 0 0 0 80 524 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=31091/tid=31098] ppid=31089 vsize=664292 CPUtime=6.04
/proc/31091/task/31098/stat : 31098 (gnovelty+) R 31089 31091 24979 0 -1 4202560 83 0 0 0 66 538 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=31091/tid=31099] ppid=31089 vsize=664292 CPUtime=6.02
/proc/31091/task/31099/stat : 31099 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 58 544 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=31091/tid=31100] ppid=31089 vsize=664292 CPUtime=6.04
/proc/31091/task/31100/stat : 31100 (gnovelty+) R 31089 31091 24979 0 -1 4202560 85 0 0 0 56 548 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=31091/tid=31101] ppid=31089 vsize=664292 CPUtime=6.04
/proc/31091/task/31101/stat : 31101 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 60 544 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=31091/tid=31102] ppid=31089 vsize=664292 CPUtime=6.04
/proc/31091/task/31102/stat : 31102 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 50 554 0 0 20 0 16 0 558096923 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=31091/tid=31103] ppid=31089 vsize=664292 CPUtime=6.02
/proc/31091/task/31103/stat : 31103 (gnovelty+) R 31089 31091 24979 0 -1 4202560 83 0 0 0 52 550 0 0 20 0 16 0 558096923 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=31091/tid=31104] ppid=31089 vsize=664292 CPUtime=6.04
/proc/31091/task/31104/stat : 31104 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 56 548 0 0 20 0 16 0 558096923 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=31091/tid=31105] ppid=31089 vsize=664292 CPUtime=5.9
/proc/31091/task/31105/stat : 31105 (gnovelty+) R 31089 31091 24979 0 -1 4202560 85 0 0 0 54 536 0 0 20 0 16 0 558096923 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=31091/tid=31106] ppid=31089 vsize=664292 CPUtime=3.16
/proc/31091/task/31106/stat : 31106 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 30 286 0 0 20 0 16 0 558096924 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=31091/tid=31107] ppid=31089 vsize=664292 CPUtime=5.94
/proc/31091/task/31107/stat : 31107 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 50 544 0 0 20 0 16 0 558096924 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 90.73
Current children cumulated vsize (KiB) 664292

[startup+12.7046 s]
/proc/loadavg: 15.97 15.95 15.91 17/205 31107
/proc/meminfo: memFree=19207040/36427776 swapFree=6568/99876
[pid=31091] ppid=31089 vsize=664292 CPUtime=185.01
/proc/31091/stat : 31091 (gnovelty+) R 31089 31091 24979 0 -1 4202496 21516 0 0 0 1848 16653 0 0 20 0 16 0 558096908 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 15 0 0 0 0 0
/proc/31091/statm: 166073 21471 103 286 0 165785 0
[pid=31091/tid=31093] ppid=31089 vsize=664292 CPUtime=12.32
/proc/31091/task/31093/stat : 31093 (gnovelty+) R 31089 31091 24979 0 -1 4202560 83 0 0 0 120 1112 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=31091/tid=31094] ppid=31089 vsize=664292 CPUtime=12.32
/proc/31091/task/31094/stat : 31094 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 116 1116 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=31091/tid=31095] ppid=31089 vsize=664292 CPUtime=6.74
/proc/31091/task/31095/stat : 31095 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 72 602 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=31091/tid=31096] ppid=31089 vsize=664292 CPUtime=12.1
/proc/31091/task/31096/stat : 31096 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 130 1080 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=31091/tid=31097] ppid=31089 vsize=664292 CPUtime=12.32
/proc/31091/task/31097/stat : 31097 (gnovelty+) R 31089 31091 24979 0 -1 4202560 83 0 0 0 132 1100 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=31091/tid=31098] ppid=31089 vsize=664292 CPUtime=12.32
/proc/31091/task/31098/stat : 31098 (gnovelty+) R 31089 31091 24979 0 -1 4202560 83 0 0 0 132 1100 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=31091/tid=31099] ppid=31089 vsize=664292 CPUtime=12.3
/proc/31091/task/31099/stat : 31099 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 130 1100 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=31091/tid=31100] ppid=31089 vsize=664292 CPUtime=12.32
/proc/31091/task/31100/stat : 31100 (gnovelty+) R 31089 31091 24979 0 -1 4202560 85 0 0 0 124 1108 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=31091/tid=31101] ppid=31089 vsize=664292 CPUtime=12.32
/proc/31091/task/31101/stat : 31101 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 126 1106 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=31091/tid=31102] ppid=31089 vsize=664292 CPUtime=12.32
/proc/31091/task/31102/stat : 31102 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 112 1120 0 0 20 0 16 0 558096923 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=31091/tid=31103] ppid=31089 vsize=664292 CPUtime=12.3
/proc/31091/task/31103/stat : 31103 (gnovelty+) R 31089 31091 24979 0 -1 4202560 83 0 0 0 118 1112 0 0 20 0 16 0 558096923 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 12 0 0 0 0 0

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

[pid=31091/tid=31094] ppid=31089 vsize=664292 CPUtime=277.66
/proc/31091/task/31094/stat : 31094 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 5265 22501 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=31091/tid=31095] ppid=31089 vsize=664292 CPUtime=254.67
/proc/31091/task/31095/stat : 31095 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 4804 20663 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=31091/tid=31096] ppid=31089 vsize=664292 CPUtime=277.04
/proc/31091/task/31096/stat : 31096 (gnovelty+) S 31089 31091 24979 0 -1 4202560 84 0 0 0 5135 22569 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 18446744071564503368 0 0 -1 6 0 0 0 0 0
[pid=31091/tid=31097] ppid=31089 vsize=664292 CPUtime=274.82
/proc/31091/task/31097/stat : 31097 (gnovelty+) R 31089 31091 24979 0 -1 4202560 83 0 0 0 5305 22177 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=31091/tid=31098] ppid=31089 vsize=664292 CPUtime=257.51
/proc/31091/task/31098/stat : 31098 (gnovelty+) R 31089 31091 24979 0 -1 4202560 83 0 0 0 4873 20878 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=31091/tid=31099] ppid=31089 vsize=664292 CPUtime=260.56
/proc/31091/task/31099/stat : 31099 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 4961 21095 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=31091/tid=31100] ppid=31089 vsize=664292 CPUtime=261.56
/proc/31091/task/31100/stat : 31100 (gnovelty+) R 31089 31091 24979 0 -1 4202560 85 0 0 0 5038 21118 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=31091/tid=31101] ppid=31089 vsize=664292 CPUtime=278.03
/proc/31091/task/31101/stat : 31101 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 5257 22546 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=31091/tid=31102] ppid=31089 vsize=664292 CPUtime=266.69
/proc/31091/task/31102/stat : 31102 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 5216 21453 0 0 20 0 16 0 558096923 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=31091/tid=31103] ppid=31089 vsize=664292 CPUtime=270.46
/proc/31091/task/31103/stat : 31103 (gnovelty+) R 31089 31091 24979 0 -1 4202560 83 0 0 0 5048 21998 0 0 20 0 16 0 558096923 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=31091/tid=31104] ppid=31089 vsize=664292 CPUtime=268.5
/proc/31091/task/31104/stat : 31104 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 5224 21626 0 0 20 0 16 0 558096923 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=31091/tid=31105] ppid=31089 vsize=664292 CPUtime=259.57
/proc/31091/task/31105/stat : 31105 (gnovelty+) R 31089 31091 24979 0 -1 4202560 85 0 0 0 4995 20962 0 0 20 0 16 0 558096923 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=31091/tid=31106] ppid=31089 vsize=664292 CPUtime=263.72
/proc/31091/task/31106/stat : 31106 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 5120 21252 0 0 20 0 16 0 558096924 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=31091/tid=31107] ppid=31089 vsize=664292 CPUtime=263.92
/proc/31091/task/31107/stat : 31107 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 5089 21303 0 0 20 0 16 0 558096924 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 4281.3
Current children cumulated vsize (KiB) 664292

[startup+462.304 s]
/proc/loadavg: 16.00 15.96 15.91 17/205 31115
/proc/meminfo: memFree=19205800/36427776 swapFree=6568/100152
[pid=31091] ppid=31089 vsize=664292 CPUtime=4825.28
/proc/31091/stat : 31091 (gnovelty+) R 31089 31091 24979 0 -1 4202496 21516 0 0 0 93183 389345 0 0 20 0 16 0 558096908 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31091/statm: 166073 21471 103 286 0 165785 0
[pid=31091/tid=31093] ppid=31089 vsize=664292 CPUtime=301.6
/proc/31091/task/31093/stat : 31093 (gnovelty+) R 31089 31091 24979 0 -1 4202560 83 0 0 0 5703 24457 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=31091/tid=31094] ppid=31089 vsize=664292 CPUtime=313.22
/proc/31091/task/31094/stat : 31094 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 6012 25310 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=31091/tid=31095] ppid=31089 vsize=664292 CPUtime=287.02
/proc/31091/task/31095/stat : 31095 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 5442 23260 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=31091/tid=31096] ppid=31089 vsize=664292 CPUtime=309.86
/proc/31091/task/31096/stat : 31096 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 5861 25125 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=31091/tid=31097] ppid=31089 vsize=664292 CPUtime=310.68
/proc/31091/task/31097/stat : 31097 (gnovelty+) R 31089 31091 24979 0 -1 4202560 83 0 0 0 6051 25017 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=31091/tid=31098] ppid=31089 vsize=664292 CPUtime=288.24
/proc/31091/task/31098/stat : 31098 (gnovelty+) R 31089 31091 24979 0 -1 4202560 83 0 0 0 5510 23314 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=31091/tid=31099] ppid=31089 vsize=664292 CPUtime=300.51
/proc/31091/task/31099/stat : 31099 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 5800 24251 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=31091/tid=31100] ppid=31089 vsize=664292 CPUtime=295.15
/proc/31091/task/31100/stat : 31100 (gnovelty+) R 31089 31091 24979 0 -1 4202560 85 0 0 0 5780 23735 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=31091/tid=31101] ppid=31089 vsize=664292 CPUtime=309.17
/proc/31091/task/31101/stat : 31101 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 5936 24981 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=31091/tid=31102] ppid=31089 vsize=664292 CPUtime=305.93
/proc/31091/task/31102/stat : 31102 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 6069 24524 0 0 20 0 16 0 558096923 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134535153 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=31091/tid=31103] ppid=31089 vsize=664292 CPUtime=301.75
/proc/31091/task/31103/stat : 31103 (gnovelty+) R 31089 31091 24979 0 -1 4202560 83 0 0 0 5778 24397 0 0 20 0 16 0 558096923 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=31091/tid=31104] ppid=31089 vsize=664292 CPUtime=304.41
/proc/31091/task/31104/stat : 31104 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 5969 24472 0 0 20 0 16 0 558096923 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=31091/tid=31105] ppid=31089 vsize=664292 CPUtime=299.56
/proc/31091/task/31105/stat : 31105 (gnovelty+) R 31089 31091 24979 0 -1 4202560 85 0 0 0 5904 24052 0 0 20 0 16 0 558096923 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=31091/tid=31106] ppid=31089 vsize=664292 CPUtime=295.56
/proc/31091/task/31106/stat : 31106 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 5774 23782 0 0 20 0 16 0 558096924 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=31091/tid=31107] ppid=31089 vsize=664292 CPUtime=296.31
/proc/31091/task/31107/stat : 31107 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 5750 23881 0 0 20 0 16 0 558096924 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 4825.28
Current children cumulated vsize (KiB) 664292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+482.107 s]
/proc/loadavg: 16.00 15.96 15.91 17/205 31115
/proc/meminfo: memFree=19205800/36427776 swapFree=6568/100144
[pid=31091] ppid=31089 vsize=664292 CPUtime=5000.97
/proc/31091/stat : 31091 (gnovelty+) R 31089 31091 24979 0 -1 4202496 21516 0 0 0 97112 402985 0 0 20 0 16 0 558096908 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31091/statm: 166073 21471 103 286 0 165785 0
[pid=31091/tid=31093] ppid=31089 vsize=664292 CPUtime=312.2
/proc/31091/task/31093/stat : 31093 (gnovelty+) R 31089 31091 24979 0 -1 4202560 83 0 0 0 5925 25295 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=31091/tid=31094] ppid=31089 vsize=664292 CPUtime=323.11
/proc/31091/task/31094/stat : 31094 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 6233 26078 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=31091/tid=31095] ppid=31089 vsize=664292 CPUtime=298.69
/proc/31091/task/31095/stat : 31095 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 5701 24168 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=31091/tid=31096] ppid=31089 vsize=664292 CPUtime=319.78
/proc/31091/task/31096/stat : 31096 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 6057 25921 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=31091/tid=31097] ppid=31089 vsize=664292 CPUtime=320.56
/proc/31091/task/31097/stat : 31097 (gnovelty+) R 31089 31091 24979 0 -1 4202560 83 0 0 0 6274 25782 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=31091/tid=31098] ppid=31089 vsize=664292 CPUtime=298.14
/proc/31091/task/31098/stat : 31098 (gnovelty+) R 31089 31091 24979 0 -1 4202560 83 0 0 0 5730 24084 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=31091/tid=31099] ppid=31089 vsize=664292 CPUtime=310.42
/proc/31091/task/31099/stat : 31099 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 6016 25026 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=31091/tid=31100] ppid=31089 vsize=664292 CPUtime=311.7
/proc/31091/task/31100/stat : 31100 (gnovelty+) R 31089 31091 24979 0 -1 4202560 85 0 0 0 6158 25012 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=31091/tid=31101] ppid=31089 vsize=664292 CPUtime=319.09
/proc/31091/task/31101/stat : 31101 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 6145 25764 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=31091/tid=31102] ppid=31089 vsize=664292 CPUtime=323.87
/proc/31091/task/31102/stat : 31102 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 6520 25867 0 0 20 0 16 0 558096923 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=31091/tid=31103] ppid=31089 vsize=664292 CPUtime=311.62
/proc/31091/task/31103/stat : 31103 (gnovelty+) R 31089 31091 24979 0 -1 4202560 83 0 0 0 5988 25174 0 0 20 0 16 0 558096923 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=31091/tid=31104] ppid=31089 vsize=664292 CPUtime=314.29
/proc/31091/task/31104/stat : 31104 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 6183 25246 0 0 20 0 16 0 558096923 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=31091/tid=31105] ppid=31089 vsize=664292 CPUtime=309.52
/proc/31091/task/31105/stat : 31105 (gnovelty+) R 31089 31091 24979 0 -1 4202560 85 0 0 0 6153 24799 0 0 20 0 16 0 558096923 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=31091/tid=31106] ppid=31089 vsize=664292 CPUtime=305.42
/proc/31091/task/31106/stat : 31106 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 5989 24553 0 0 20 0 16 0 558096924 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=31091/tid=31107] ppid=31089 vsize=664292 CPUtime=306.33
/proc/31091/task/31107/stat : 31107 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 5974 24659 0 0 20 0 16 0 558096924 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 5000.97
Current children cumulated vsize (KiB) 664292

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

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

[startup+482.107 s]
/proc/loadavg: 16.00 15.96 15.91 17/205 31115
/proc/meminfo: memFree=19205800/36427776 swapFree=6568/100144
[pid=31091] ppid=31089 vsize=664292 CPUtime=5000.97
/proc/31091/stat : 31091 (gnovelty+) R 31089 31091 24979 0 -1 4202496 21516 0 0 0 97112 402985 0 0 20 0 16 0 558096908 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31091/statm: 166073 21471 103 286 0 165785 0
[pid=31091/tid=31093] ppid=31089 vsize=664292 CPUtime=312.2
/proc/31091/task/31093/stat : 31093 (gnovelty+) R 31089 31091 24979 0 -1 4202560 83 0 0 0 5925 25295 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=31091/tid=31094] ppid=31089 vsize=664292 CPUtime=323.11
/proc/31091/task/31094/stat : 31094 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 6233 26078 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=31091/tid=31095] ppid=31089 vsize=664292 CPUtime=298.69
/proc/31091/task/31095/stat : 31095 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 5701 24168 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=31091/tid=31096] ppid=31089 vsize=664292 CPUtime=319.78
/proc/31091/task/31096/stat : 31096 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 6057 25921 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=31091/tid=31097] ppid=31089 vsize=664292 CPUtime=320.56
/proc/31091/task/31097/stat : 31097 (gnovelty+) R 31089 31091 24979 0 -1 4202560 83 0 0 0 6274 25782 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=31091/tid=31098] ppid=31089 vsize=664292 CPUtime=298.14
/proc/31091/task/31098/stat : 31098 (gnovelty+) R 31089 31091 24979 0 -1 4202560 83 0 0 0 5730 24084 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=31091/tid=31099] ppid=31089 vsize=664292 CPUtime=310.42
/proc/31091/task/31099/stat : 31099 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 6016 25026 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=31091/tid=31100] ppid=31089 vsize=664292 CPUtime=311.7
/proc/31091/task/31100/stat : 31100 (gnovelty+) R 31089 31091 24979 0 -1 4202560 85 0 0 0 6158 25012 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=31091/tid=31101] ppid=31089 vsize=664292 CPUtime=319.09
/proc/31091/task/31101/stat : 31101 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 6145 25764 0 0 20 0 16 0 558096922 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=31091/tid=31102] ppid=31089 vsize=664292 CPUtime=323.87
/proc/31091/task/31102/stat : 31102 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 6520 25867 0 0 20 0 16 0 558096923 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=31091/tid=31103] ppid=31089 vsize=664292 CPUtime=311.62
/proc/31091/task/31103/stat : 31103 (gnovelty+) R 31089 31091 24979 0 -1 4202560 83 0 0 0 5988 25174 0 0 20 0 16 0 558096923 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=31091/tid=31104] ppid=31089 vsize=664292 CPUtime=314.29
/proc/31091/task/31104/stat : 31104 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 6183 25246 0 0 20 0 16 0 558096923 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=31091/tid=31105] ppid=31089 vsize=664292 CPUtime=309.52
/proc/31091/task/31105/stat : 31105 (gnovelty+) R 31089 31091 24979 0 -1 4202560 85 0 0 0 6153 24799 0 0 20 0 16 0 558096923 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=31091/tid=31106] ppid=31089 vsize=664292 CPUtime=305.42
/proc/31091/task/31106/stat : 31106 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 5989 24553 0 0 20 0 16 0 558096924 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=31091/tid=31107] ppid=31089 vsize=664292 CPUtime=306.33
/proc/31091/task/31107/stat : 31107 (gnovelty+) R 31089 31091 24979 0 -1 4202560 84 0 0 0 5974 24659 0 0 20 0 16 0 558096924 680235008 21471 18446744073709551615 134512640 135680988 4293864912 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 5000.97
Current children cumulated vsize (KiB) 664292

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31091 and gives
#  childrusage.ru_utime.tv_sec=950
#  childrusage.ru_utime.tv_usec=279388
#  childrusage.ru_stime.tv_sec=3941
#  childrusage.ru_stime.tv_usec=930355
# CPU time returned by wait4() is 4892.21
# while last known CPU time is 5000.97
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 482.136
CPU time (s): 5000.97
CPU user time (s): 971.12
CPU system time (s): 4029.85
CPU usage (%): 1037.25
Max. virtual memory (cumulated for all children) (KiB): 664292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 950.279
system time used= 3941.93
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21516
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= 2342554
involuntary context switches= 75320

runsolver used 2.56416 second user time and 6.95643 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-03 02:11:45
IDJOB=1777230
IDBENCH=70258
IDSOLVER=619
FILE ID=xenhost3-49/1777230-1243987905
PBS_JOBID=
Free space on /tmp= 7136 MiB

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

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

MD5SUM BENCH= e77e91a0bcfa213f4da3e00139d8dd15
RANDOM SEED= 1806445556

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:      19292316 kB
Buffers:        394620 kB
Cached:       14003400 kB
SwapCached:          0 kB
Active:        3077980 kB
Inactive:     11332716 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            2016 kB
Writeback:           0 kB
AnonPages:       12012 kB
Mapped:           4828 kB
Slab:           670504 kB
SReclaimable:   644440 kB
SUnreclaim:      26064 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    38264 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 7136 MiB
End job on xenhost3-49 at 2009-06-03 02:19:50