Trace number 1777371

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.3 318.14

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/8000/
unif-k3-r4.2-v8000-c33600-S439075063-023.cnf
MD5SUMee1ee4ce24708e1154601d98d318621f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark163.86
Satisfiable
(Un)Satisfiability was proved
Number of variables8000
Number of clauses33600
Sum of the clauses size100800
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 333600
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.20/0.20	c +------------------------------+
0.20/0.20	c | gNovelty+, version 1.0       |
0.20/0.20	c +------------------------------+
0.20/0.20	c gnovelty+ -h for help
0.20/0.20	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-1777371-1243999253/watcher-1777371-1243999253 -o /tmp/evaluation-result-1777371-1243999253/solver-1777371-1243999253 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1777371-1243999253.cnf 666174186 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.93 15.90 15.82 2/189 1362
/proc/meminfo: memFree=19291600/36427776 swapFree=5240/12276
[pid=1362] ppid=1360 vsize=509232 CPUtime=0
/proc/1362/stat : 1362 (gnovelty+) R 1360 1362 24979 0 -1 4202496 1488 0 0 0 0 0 0 0 20 0 1 0 559231701 521453568 1445 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134537167 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/1362/statm: 127308 1453 99 286 0 127020 0

[startup+0.104293 s]
/proc/loadavg: 15.93 15.90 15.82 2/189 1362
/proc/meminfo: memFree=19291600/36427776 swapFree=5240/12276
[pid=1362] ppid=1360 vsize=517044 CPUtime=0.1
/proc/1362/stat : 1362 (gnovelty+) R 1360 1362 24979 0 -1 4202496 14963 0 0 0 6 4 0 0 20 0 1 0 559231701 529453056 14920 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134537905 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/1362/statm: 129261 14936 99 286 0 128973 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 517044

[startup+0.204226 s]
/proc/loadavg: 15.93 15.90 15.82 2/189 1362
/proc/meminfo: memFree=19291600/36427776 swapFree=5240/12276
[pid=1362] ppid=1360 vsize=517044 CPUtime=0.2
/proc/1362/stat : 1362 (gnovelty+) R 1360 1362 24979 0 -1 4202496 20160 0 0 0 14 6 0 0 20 0 1 0 559231701 529453056 20116 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134538739 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/1362/statm: 129261 20116 99 286 0 128973 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 517044

[startup+0.305004 s]
/proc/loadavg: 15.93 15.90 15.82 2/189 1362
/proc/meminfo: memFree=19291600/36427776 swapFree=5240/12276
[pid=1362] ppid=1360 vsize=678096 CPUtime=1.17
/proc/1362/stat : 1362 (gnovelty+) R 1360 1362 24979 0 -1 4202496 23823 0 0 0 18 99 0 0 20 0 16 0 559231701 694370304 23779 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1362/statm: 169524 23779 103 286 0 169236 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 678096

[startup+0.703152 s]
/proc/loadavg: 15.93 15.90 15.82 2/189 1362
/proc/meminfo: memFree=19291600/36427776 swapFree=5240/12276
[pid=1362] ppid=1360 vsize=678096 CPUtime=7.5
/proc/1362/stat : 1362 (gnovelty+) R 1360 1362 24979 0 -1 4202496 24631 0 0 0 64 686 0 0 20 0 16 0 559231701 694370304 24587 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1362/statm: 169524 24587 103 286 0 169236 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 678096

[startup+1.5048 s]
/proc/loadavg: 15.93 15.90 15.82 17/205 1378
/proc/meminfo: memFree=19197720/36427776 swapFree=6552/107108
[pid=1362] ppid=1360 vsize=678096 CPUtime=20.16
/proc/1362/stat : 1362 (gnovelty+) R 1360 1362 24979 0 -1 4202496 24638 0 0 0 144 1872 0 0 20 0 16 0 559231701 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1362/statm: 169524 24594 103 286 0 169236 0
[pid=1362/tid=1364] ppid=1360 vsize=678096 CPUtime=1.26
/proc/1362/task/1364/stat : 1364 (gnovelty+) R 1360 1362 24979 0 -1 4202560 253 0 0 0 12 114 0 0 20 0 16 0 559231721 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=1362/tid=1365] ppid=1360 vsize=678096 CPUtime=1.26
/proc/1362/task/1365/stat : 1365 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 8 118 0 0 20 0 16 0 559231721 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=1362/tid=1366] ppid=1360 vsize=678096 CPUtime=1.26
/proc/1362/task/1366/stat : 1366 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 8 118 0 0 20 0 16 0 559231721 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=1362/tid=1367] ppid=1360 vsize=678096 CPUtime=1.26
/proc/1362/task/1367/stat : 1367 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 2 124 0 0 20 0 16 0 559231722 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=1362/tid=1368] ppid=1360 vsize=678096 CPUtime=1.26
/proc/1362/task/1368/stat : 1368 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 6 120 0 0 20 0 16 0 559231722 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=1362/tid=1369] ppid=1360 vsize=678096 CPUtime=1.26
/proc/1362/task/1369/stat : 1369 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 10 116 0 0 20 0 16 0 559231722 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=1362/tid=1370] ppid=1360 vsize=678096 CPUtime=1.24
/proc/1362/task/1370/stat : 1370 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 10 114 0 0 20 0 16 0 559231722 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=1362/tid=1371] ppid=1360 vsize=678096 CPUtime=1.24
/proc/1362/task/1371/stat : 1371 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 6 118 0 0 20 0 16 0 559231723 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=1362/tid=1372] ppid=1360 vsize=678096 CPUtime=1.22
/proc/1362/task/1372/stat : 1372 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 6 116 0 0 20 0 16 0 559231723 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=1362/tid=1373] ppid=1360 vsize=678096 CPUtime=1.22
/proc/1362/task/1373/stat : 1373 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 8 114 0 0 20 0 16 0 559231723 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=1362/tid=1374] ppid=1360 vsize=678096 CPUtime=1.24
/proc/1362/task/1374/stat : 1374 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 12 112 0 0 20 0 16 0 559231724 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=1362/tid=1375] ppid=1360 vsize=678096 CPUtime=1.22
/proc/1362/task/1375/stat : 1375 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 2 120 0 0 20 0 16 0 559231725 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=1362/tid=1376] ppid=1360 vsize=678096 CPUtime=1.22
/proc/1362/task/1376/stat : 1376 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 6 116 0 0 20 0 16 0 559231726 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=1362/tid=1377] ppid=1360 vsize=678096 CPUtime=1.18
/proc/1362/task/1377/stat : 1377 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 4 114 0 0 20 0 16 0 559231727 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=1362/tid=1378] ppid=1360 vsize=678096 CPUtime=1.2
/proc/1362/task/1378/stat : 1378 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 4 116 0 0 20 0 16 0 559231728 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 20.16
Current children cumulated vsize (KiB) 678096

[startup+3.10371 s]
/proc/loadavg: 15.93 15.90 15.82 17/205 1378
/proc/meminfo: memFree=19194064/36427776 swapFree=6568/111676
[pid=1362] ppid=1360 vsize=678096 CPUtime=45.27
/proc/1362/stat : 1362 (gnovelty+) R 1360 1362 24979 0 -1 4202496 24638 0 0 0 282 4245 0 0 20 0 16 0 559231701 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1362/statm: 169524 24594 103 286 0 169236 0
[pid=1362/tid=1364] ppid=1360 vsize=678096 CPUtime=2.84
/proc/1362/task/1364/stat : 1364 (gnovelty+) R 1360 1362 24979 0 -1 4202560 253 0 0 0 18 266 0 0 20 0 16 0 559231721 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=1362/tid=1365] ppid=1360 vsize=678096 CPUtime=2.82
/proc/1362/task/1365/stat : 1365 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 22 260 0 0 20 0 16 0 559231721 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=1362/tid=1366] ppid=1360 vsize=678096 CPUtime=2.84
/proc/1362/task/1366/stat : 1366 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 22 262 0 0 20 0 16 0 559231721 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=1362/tid=1367] ppid=1360 vsize=678096 CPUtime=2.84
/proc/1362/task/1367/stat : 1367 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 14 270 0 0 20 0 16 0 559231722 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=1362/tid=1368] ppid=1360 vsize=678096 CPUtime=2.84
/proc/1362/task/1368/stat : 1368 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 14 270 0 0 20 0 16 0 559231722 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=1362/tid=1369] ppid=1360 vsize=678096 CPUtime=2.82
/proc/1362/task/1369/stat : 1369 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 16 266 0 0 20 0 16 0 559231722 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=1362/tid=1370] ppid=1360 vsize=678096 CPUtime=2.82
/proc/1362/task/1370/stat : 1370 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 18 264 0 0 20 0 16 0 559231722 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=1362/tid=1371] ppid=1360 vsize=678096 CPUtime=2.82
/proc/1362/task/1371/stat : 1371 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 14 268 0 0 20 0 16 0 559231723 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=1362/tid=1372] ppid=1360 vsize=678096 CPUtime=2.8
/proc/1362/task/1372/stat : 1372 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 16 264 0 0 20 0 16 0 559231723 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=1362/tid=1373] ppid=1360 vsize=678096 CPUtime=2.8
/proc/1362/task/1373/stat : 1373 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 16 264 0 0 20 0 16 0 559231723 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=1362/tid=1374] ppid=1360 vsize=678096 CPUtime=2.82
/proc/1362/task/1374/stat : 1374 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 24 258 0 0 20 0 16 0 559231724 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=1362/tid=1375] ppid=1360 vsize=678096 CPUtime=2.8
/proc/1362/task/1375/stat : 1375 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 10 270 0 0 20 0 16 0 559231725 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=1362/tid=1376] ppid=1360 vsize=678096 CPUtime=2.78
/proc/1362/task/1376/stat : 1376 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 14 264 0 0 20 0 16 0 559231726 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=1362/tid=1377] ppid=1360 vsize=678096 CPUtime=2.74
/proc/1362/task/1377/stat : 1377 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 8 266 0 0 20 0 16 0 559231727 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=1362/tid=1378] ppid=1360 vsize=678096 CPUtime=2.76
/proc/1362/task/1378/stat : 1378 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 12 264 0 0 20 0 16 0 559231728 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 45.27
Current children cumulated vsize (KiB) 678096

[startup+6.304 s]
/proc/loadavg: 15.94 15.90 15.83 17/205 1378
/proc/meminfo: memFree=19193816/36427776 swapFree=6568/111908
[pid=1362] ppid=1360 vsize=678096 CPUtime=95.64
/proc/1362/stat : 1362 (gnovelty+) R 1360 1362 24979 0 -1 4202496 24638 0 0 0 561 9003 0 0 20 0 16 0 559231701 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1362/statm: 169524 24594 103 286 0 169236 0
[pid=1362/tid=1364] ppid=1360 vsize=678096 CPUtime=5.98
/proc/1362/task/1364/stat : 1364 (gnovelty+) R 1360 1362 24979 0 -1 4202560 253 0 0 0 36 562 0 0 20 0 16 0 559231721 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=1362/tid=1365] ppid=1360 vsize=678096 CPUtime=5.96
/proc/1362/task/1365/stat : 1365 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 40 556 0 0 20 0 16 0 559231721 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=1362/tid=1366] ppid=1360 vsize=678096 CPUtime=5.98
/proc/1362/task/1366/stat : 1366 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 36 562 0 0 20 0 16 0 559231721 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=1362/tid=1367] ppid=1360 vsize=678096 CPUtime=5.98
/proc/1362/task/1367/stat : 1367 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 32 566 0 0 20 0 16 0 559231722 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=1362/tid=1368] ppid=1360 vsize=678096 CPUtime=5.98
/proc/1362/task/1368/stat : 1368 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 32 566 0 0 20 0 16 0 559231722 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=1362/tid=1369] ppid=1360 vsize=678096 CPUtime=5.98
/proc/1362/task/1369/stat : 1369 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 36 562 0 0 20 0 16 0 559231722 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=1362/tid=1370] ppid=1360 vsize=678096 CPUtime=5.98
/proc/1362/task/1370/stat : 1370 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 38 560 0 0 20 0 16 0 559231722 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=1362/tid=1371] ppid=1360 vsize=678096 CPUtime=5.96
/proc/1362/task/1371/stat : 1371 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 36 560 0 0 20 0 16 0 559231723 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=1362/tid=1372] ppid=1360 vsize=678096 CPUtime=5.94
/proc/1362/task/1372/stat : 1372 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 36 558 0 0 20 0 16 0 559231723 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=1362/tid=1373] ppid=1360 vsize=678096 CPUtime=5.94
/proc/1362/task/1373/stat : 1373 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 28 566 0 0 20 0 16 0 559231723 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=1362/tid=1374] ppid=1360 vsize=678096 CPUtime=5.98
/proc/1362/task/1374/stat : 1374 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 36 562 0 0 20 0 16 0 559231724 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=1362/tid=1375] ppid=1360 vsize=678096 CPUtime=5.96
/proc/1362/task/1375/stat : 1375 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 28 568 0 0 20 0 16 0 559231725 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=1362/tid=1376] ppid=1360 vsize=678096 CPUtime=5.94
/proc/1362/task/1376/stat : 1376 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 26 568 0 0 20 0 16 0 559231726 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=1362/tid=1377] ppid=1360 vsize=678096 CPUtime=5.82
/proc/1362/task/1377/stat : 1377 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 24 558 0 0 20 0 16 0 559231727 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=1362/tid=1378] ppid=1360 vsize=678096 CPUtime=5.92
/proc/1362/task/1378/stat : 1378 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 32 560 0 0 20 0 16 0 559231728 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 95.64
Current children cumulated vsize (KiB) 678096

[startup+12.7058 s]
/proc/loadavg: 15.94 15.90 15.83 17/205 1378
/proc/meminfo: memFree=19193500/36427776 swapFree=6568/112368
[pid=1362] ppid=1360 vsize=678096 CPUtime=196.41
/proc/1362/stat : 1362 (gnovelty+) R 1360 1362 24979 0 -1 4202496 24638 0 0 0 1103 18538 0 0 20 0 16 0 559231701 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1362/statm: 169524 24594 103 286 0 169236 0
[pid=1362/tid=1364] ppid=1360 vsize=678096 CPUtime=12.28
/proc/1362/task/1364/stat : 1364 (gnovelty+) R 1360 1362 24979 0 -1 4202560 253 0 0 0 68 1160 0 0 20 0 16 0 559231721 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=1362/tid=1365] ppid=1360 vsize=678096 CPUtime=12.28
/proc/1362/task/1365/stat : 1365 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 70 1158 0 0 20 0 16 0 559231721 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=1362/tid=1366] ppid=1360 vsize=678096 CPUtime=12.28
/proc/1362/task/1366/stat : 1366 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 70 1158 0 0 20 0 16 0 559231721 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=1362/tid=1367] ppid=1360 vsize=678096 CPUtime=12.28
/proc/1362/task/1367/stat : 1367 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 66 1162 0 0 20 0 16 0 559231722 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=1362/tid=1368] ppid=1360 vsize=678096 CPUtime=12.28
/proc/1362/task/1368/stat : 1368 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 70 1158 0 0 20 0 16 0 559231722 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=1362/tid=1369] ppid=1360 vsize=678096 CPUtime=12.28
/proc/1362/task/1369/stat : 1369 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 66 1162 0 0 20 0 16 0 559231722 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=1362/tid=1370] ppid=1360 vsize=678096 CPUtime=12.28
/proc/1362/task/1370/stat : 1370 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 68 1160 0 0 20 0 16 0 559231722 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=1362/tid=1371] ppid=1360 vsize=678096 CPUtime=12.28
/proc/1362/task/1371/stat : 1371 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 70 1158 0 0 20 0 16 0 559231723 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=1362/tid=1372] ppid=1360 vsize=678096 CPUtime=12.24
/proc/1362/task/1372/stat : 1372 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 68 1156 0 0 20 0 16 0 559231723 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=1362/tid=1373] ppid=1360 vsize=678096 CPUtime=12.26
/proc/1362/task/1373/stat : 1373 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 68 1158 0 0 20 0 16 0 559231723 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=1362/tid=1374] ppid=1360 vsize=678096 CPUtime=12.28
/proc/1362/task/1374/stat : 1374 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 80 1148 0 0 20 0 16 0 559231724 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0

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

[pid=1362/tid=1365] ppid=1360 vsize=678096 CPUtime=159.52
/proc/1362/task/1365/stat : 1365 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 742 15210 0 0 20 0 16 0 559231721 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=1362/tid=1366] ppid=1360 vsize=678096 CPUtime=159.46
/proc/1362/task/1366/stat : 1366 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 712 15234 0 0 20 0 16 0 559231721 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=1362/tid=1367] ppid=1360 vsize=678096 CPUtime=159.46
/proc/1362/task/1367/stat : 1367 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 758 15188 0 0 20 0 16 0 559231722 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=1362/tid=1368] ppid=1360 vsize=678096 CPUtime=159.5
/proc/1362/task/1368/stat : 1368 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 736 15214 0 0 20 0 16 0 559231722 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=1362/tid=1369] ppid=1360 vsize=678096 CPUtime=159.43
/proc/1362/task/1369/stat : 1369 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 680 15263 0 0 20 0 16 0 559231722 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=1362/tid=1370] ppid=1360 vsize=678096 CPUtime=159.63
/proc/1362/task/1370/stat : 1370 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 676 15287 0 0 20 0 16 0 559231722 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=1362/tid=1371] ppid=1360 vsize=678096 CPUtime=159.7
/proc/1362/task/1371/stat : 1371 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 770 15200 0 0 20 0 16 0 559231723 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=1362/tid=1372] ppid=1360 vsize=678096 CPUtime=159.47
/proc/1362/task/1372/stat : 1372 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 780 15167 0 0 20 0 16 0 559231723 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=1362/tid=1373] ppid=1360 vsize=678096 CPUtime=159.57
/proc/1362/task/1373/stat : 1373 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 752 15205 0 0 20 0 16 0 559231723 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=1362/tid=1374] ppid=1360 vsize=678096 CPUtime=159.5
/proc/1362/task/1374/stat : 1374 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 720 15230 0 0 20 0 16 0 559231724 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=1362/tid=1375] ppid=1360 vsize=678096 CPUtime=159.71
/proc/1362/task/1375/stat : 1375 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 734 15237 0 0 20 0 16 0 559231725 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=1362/tid=1376] ppid=1360 vsize=678096 CPUtime=159.49
/proc/1362/task/1376/stat : 1376 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 710 15239 0 0 20 0 16 0 559231726 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=1362/tid=1377] ppid=1360 vsize=678096 CPUtime=156.13
/proc/1362/task/1377/stat : 1377 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 678 14935 0 0 20 0 16 0 559231727 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=1362/tid=1378] ppid=1360 vsize=678096 CPUtime=159.39
/proc/1362/task/1378/stat : 1378 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 712 15227 0 0 20 0 16 0 559231728 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2549.49
Current children cumulated vsize (KiB) 678096

[startup+222.316 s]
/proc/loadavg: 15.87 15.88 15.82 17/205 1378
/proc/meminfo: memFree=19192756/36427776 swapFree=6568/112536
[pid=1362] ppid=1360 vsize=678096 CPUtime=3493.53
/proc/1362/stat : 1362 (gnovelty+) R 1360 1362 24979 0 -1 4202496 24638 0 0 0 15693 333660 0 0 20 0 16 0 559231701 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1362/statm: 169524 24594 103 286 0 169236 0
[pid=1362/tid=1364] ppid=1360 vsize=678096 CPUtime=218.56
/proc/1362/task/1364/stat : 1364 (gnovelty+) R 1360 1362 24979 0 -1 4202560 253 0 0 0 942 20914 0 0 20 0 16 0 559231721 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=1362/tid=1365] ppid=1360 vsize=678096 CPUtime=218.55
/proc/1362/task/1365/stat : 1365 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 988 20867 0 0 20 0 16 0 559231721 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=1362/tid=1366] ppid=1360 vsize=678096 CPUtime=218.53
/proc/1362/task/1366/stat : 1366 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 954 20899 0 0 20 0 16 0 559231721 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=1362/tid=1367] ppid=1360 vsize=678096 CPUtime=218.57
/proc/1362/task/1367/stat : 1367 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 1022 20835 0 0 20 0 16 0 559231722 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=1362/tid=1368] ppid=1360 vsize=678096 CPUtime=218.56
/proc/1362/task/1368/stat : 1368 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 990 20866 0 0 20 0 16 0 559231722 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=1362/tid=1369] ppid=1360 vsize=678096 CPUtime=218.51
/proc/1362/task/1369/stat : 1369 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 954 20897 0 0 20 0 16 0 559231722 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=1362/tid=1370] ppid=1360 vsize=678096 CPUtime=218.69
/proc/1362/task/1370/stat : 1370 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 916 20953 0 0 20 0 16 0 559231722 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=1362/tid=1371] ppid=1360 vsize=678096 CPUtime=218.85
/proc/1362/task/1371/stat : 1371 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 1040 20845 0 0 20 0 16 0 559231723 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=1362/tid=1372] ppid=1360 vsize=678096 CPUtime=218.57
/proc/1362/task/1372/stat : 1372 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 1046 20811 0 0 20 0 16 0 559231723 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=1362/tid=1373] ppid=1360 vsize=678096 CPUtime=218.67
/proc/1362/task/1373/stat : 1373 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 992 20875 0 0 20 0 16 0 559231723 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=1362/tid=1374] ppid=1360 vsize=678096 CPUtime=218.57
/proc/1362/task/1374/stat : 1374 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 956 20901 0 0 20 0 16 0 559231724 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=1362/tid=1375] ppid=1360 vsize=678096 CPUtime=218.84
/proc/1362/task/1375/stat : 1375 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 998 20886 0 0 20 0 16 0 559231725 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=1362/tid=1376] ppid=1360 vsize=678096 CPUtime=218.53
/proc/1362/task/1376/stat : 1376 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 962 20891 0 0 20 0 16 0 559231726 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=1362/tid=1377] ppid=1360 vsize=678096 CPUtime=213.97
/proc/1362/task/1377/stat : 1377 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 926 20471 0 0 20 0 16 0 559231727 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=1362/tid=1378] ppid=1360 vsize=678096 CPUtime=218.5
/proc/1362/task/1378/stat : 1378 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 936 20914 0 0 20 0 16 0 559231728 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3493.53
Current children cumulated vsize (KiB) 678096

[startup+282.307 s]
/proc/loadavg: 16.00 15.91 15.83 17/205 1383
/proc/meminfo: memFree=19192136/36427776 swapFree=6568/112536
[pid=1362] ppid=1360 vsize=678096 CPUtime=4437.07
/proc/1362/stat : 1362 (gnovelty+) R 1360 1362 24979 0 -1 4202496 24638 0 0 0 19643 424064 0 0 20 0 16 0 559231701 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1362/statm: 169524 24594 103 286 0 169236 0
[pid=1362/tid=1364] ppid=1360 vsize=678096 CPUtime=277.63
/proc/1362/task/1364/stat : 1364 (gnovelty+) R 1360 1362 24979 0 -1 4202560 253 0 0 0 1164 26599 0 0 20 0 16 0 559231721 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=1362/tid=1365] ppid=1360 vsize=678096 CPUtime=277.6
/proc/1362/task/1365/stat : 1365 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 1234 26526 0 0 20 0 16 0 559231721 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=1362/tid=1366] ppid=1360 vsize=678096 CPUtime=277.56
/proc/1362/task/1366/stat : 1366 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 1176 26580 0 0 20 0 16 0 559231721 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=1362/tid=1367] ppid=1360 vsize=678096 CPUtime=277.61
/proc/1362/task/1367/stat : 1367 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 1290 26471 0 0 20 0 16 0 559231722 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=1362/tid=1368] ppid=1360 vsize=678096 CPUtime=277.59
/proc/1362/task/1368/stat : 1368 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 1246 26513 0 0 20 0 16 0 559231722 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=1362/tid=1369] ppid=1360 vsize=678096 CPUtime=277.6
/proc/1362/task/1369/stat : 1369 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 1196 26564 0 0 20 0 16 0 559231722 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=1362/tid=1370] ppid=1360 vsize=678096 CPUtime=277.73
/proc/1362/task/1370/stat : 1370 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 1148 26625 0 0 20 0 16 0 559231722 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=1362/tid=1371] ppid=1360 vsize=678096 CPUtime=277.96
/proc/1362/task/1371/stat : 1371 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 1300 26496 0 0 20 0 16 0 559231723 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=1362/tid=1372] ppid=1360 vsize=678096 CPUtime=277.6
/proc/1362/task/1372/stat : 1372 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 1320 26440 0 0 20 0 16 0 559231723 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=1362/tid=1373] ppid=1360 vsize=678096 CPUtime=277.7
/proc/1362/task/1373/stat : 1373 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 1266 26504 0 0 20 0 16 0 559231723 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=1362/tid=1374] ppid=1360 vsize=678096 CPUtime=277.57
/proc/1362/task/1374/stat : 1374 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 1182 26575 0 0 20 0 16 0 559231724 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=1362/tid=1375] ppid=1360 vsize=678096 CPUtime=277.89
/proc/1362/task/1375/stat : 1375 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 1234 26555 0 0 20 0 16 0 559231725 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=1362/tid=1376] ppid=1360 vsize=678096 CPUtime=277.56
/proc/1362/task/1376/stat : 1376 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 1230 26526 0 0 20 0 16 0 559231726 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=1362/tid=1377] ppid=1360 vsize=678096 CPUtime=271.8
/proc/1362/task/1377/stat : 1377 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 1180 26000 0 0 20 0 16 0 559231727 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=1362/tid=1378] ppid=1360 vsize=678096 CPUtime=277.54
/proc/1362/task/1378/stat : 1378 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 1182 26572 0 0 20 0 16 0 559231728 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4437.07
Current children cumulated vsize (KiB) 678096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+318.106 s]
/proc/loadavg: 16.00 15.92 15.83 17/205 1383
/proc/meminfo: memFree=19192136/36427776 swapFree=6568/112536
[pid=1362] ppid=1360 vsize=678096 CPUtime=5000.3
/proc/1362/stat : 1362 (gnovelty+) R 1360 1362 24979 0 -1 4202496 24638 0 0 0 22027 478003 0 0 20 0 16 0 559231701 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1362/statm: 169524 24594 103 286 0 169236 0
[pid=1362/tid=1364] ppid=1360 vsize=678096 CPUtime=312.89
/proc/1362/task/1364/stat : 1364 (gnovelty+) R 1360 1362 24979 0 -1 4202560 253 0 0 0 1324 29965 0 0 20 0 16 0 559231721 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=1362/tid=1365] ppid=1360 vsize=678096 CPUtime=312.82
/proc/1362/task/1365/stat : 1365 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 1392 29890 0 0 20 0 16 0 559231721 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=1362/tid=1366] ppid=1360 vsize=678096 CPUtime=312.78
/proc/1362/task/1366/stat : 1366 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 1298 29980 0 0 20 0 16 0 559231721 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=1362/tid=1367] ppid=1360 vsize=678096 CPUtime=312.85
/proc/1362/task/1367/stat : 1367 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 1426 29859 0 0 20 0 16 0 559231722 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=1362/tid=1368] ppid=1360 vsize=678096 CPUtime=312.85
/proc/1362/task/1368/stat : 1368 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 1400 29885 0 0 20 0 16 0 559231722 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=1362/tid=1369] ppid=1360 vsize=678096 CPUtime=312.86
/proc/1362/task/1369/stat : 1369 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 1344 29942 0 0 20 0 16 0 559231722 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=1362/tid=1370] ppid=1360 vsize=678096 CPUtime=313.01
/proc/1362/task/1370/stat : 1370 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 1298 30003 0 0 20 0 16 0 559231722 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=1362/tid=1371] ppid=1360 vsize=678096 CPUtime=313.23
/proc/1362/task/1371/stat : 1371 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 1444 29879 0 0 20 0 16 0 559231723 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=1362/tid=1372] ppid=1360 vsize=678096 CPUtime=312.87
/proc/1362/task/1372/stat : 1372 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 1480 29807 0 0 20 0 16 0 559231723 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=1362/tid=1373] ppid=1360 vsize=678096 CPUtime=312.91
/proc/1362/task/1373/stat : 1373 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 1432 29859 0 0 20 0 16 0 559231723 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=1362/tid=1374] ppid=1360 vsize=678096 CPUtime=312.81
/proc/1362/task/1374/stat : 1374 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 1326 29955 0 0 20 0 16 0 559231724 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=1362/tid=1375] ppid=1360 vsize=678096 CPUtime=313.15
/proc/1362/task/1375/stat : 1375 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 1384 29931 0 0 20 0 16 0 559231725 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=1362/tid=1376] ppid=1360 vsize=678096 CPUtime=312.83
/proc/1362/task/1376/stat : 1376 (gnovelty+) R 1360 1362 24979 0 -1 4202560 259 0 0 0 1384 29899 0 0 20 0 16 0 559231726 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=1362/tid=1377] ppid=1360 vsize=678096 CPUtime=306.25
/proc/1362/task/1377/stat : 1377 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 1324 29301 0 0 20 0 16 0 559231727 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=1362/tid=1378] ppid=1360 vsize=678096 CPUtime=312.82
/proc/1362/task/1378/stat : 1378 (gnovelty+) R 1360 1362 24979 0 -1 4202560 260 0 0 0 1328 29954 0 0 20 0 16 0 559231728 694370304 24594 18446744073709551615 134512640 135680988 4287801360 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 5000.3
Current children cumulated vsize (KiB) 678096

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 1362 and gives
#  childrusage.ru_utime.tv_sec=213
#  childrusage.ru_utime.tv_usec=581348
#  childrusage.ru_stime.tv_sec=4640
#  childrusage.ru_stime.tv_usec=754029
# CPU time returned by wait4() is 4854.34
# while last known CPU time is 5000.3
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 318.14
CPU time (s): 5000.3
CPU user time (s): 220.27
CPU system time (s): 4780.03
CPU usage (%): 1571.73
Max. virtual memory (cumulated for all children) (KiB): 678096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 213.581
system time used= 4640.75
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24638
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= 298060
involuntary context switches= 11990

runsolver used 1.5681 second user time and 5.47634 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-03 05:20:53
IDJOB=1777371
IDBENCH=70305
IDSOLVER=619
FILE ID=xenhost3-49/1777371-1243999253
PBS_JOBID=
Free space on /tmp= 7135 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (16 threads)
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/8000/unif-k3-r4.2-v8000-c33600-S439075063-023.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1777371-1243999253/watcher-1777371-1243999253 -o /tmp/evaluation-result-1777371-1243999253/solver-1777371-1243999253 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1777371-1243999253.cnf 666174186 16

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

MD5SUM BENCH= ee1ee4ce24708e1154601d98d318621f
RANDOM SEED= 666174186

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:      19291600 kB
Buffers:        394824 kB
Cached:       14004452 kB
SwapCached:          0 kB
Active:        3077880 kB
Inactive:     11334132 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            1992 kB
Writeback:           0 kB
AnonPages:       12276 kB
Mapped:           5240 kB
Slab:           670792 kB
SReclaimable:   644708 kB
SUnreclaim:      26084 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    38504 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 7135 MiB
End job on xenhost3-49 at 2009-06-03 05:26:14