Trace number 1777440

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.84 318.438

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/14000/
unif-k3-r4.2-v14000-c58800-S822708255-070.cnf
MD5SUMb4b21d0b7e1c85f1ed2d73fe388ea563
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables14000
Number of clauses58800
Sum of the clauses size176400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 358800
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.28/0.37	c +------------------------------+
0.28/0.37	c | gNovelty+, version 1.0       |
0.28/0.37	c +------------------------------+
0.28/0.37	c gnovelty+ -h for help
0.28/0.37	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-1777440-1244006524/watcher-1777440-1244006524 -o /tmp/evaluation-result-1777440-1244006524/solver-1777440-1244006524 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1777440-1244006524.cnf 48574920 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.92 15.83 15.78 2/189 2898
/proc/meminfo: memFree=19289716/36427776 swapFree=6080/11728
[pid=2898] ppid=2896 vsize=509232 CPUtime=0
/proc/2898/stat : 2898 (gnovelty+) R 2896 2898 24979 0 -1 4202496 1459 0 0 0 0 0 0 0 20 0 1 0 559958806 521453568 1417 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134537167 0 0 1 0 0 0 0 17 10 0 0 0 0 0
/proc/2898/statm: 127308 1422 99 286 0 127020 0

[startup+0.058935 s]
/proc/loadavg: 15.92 15.83 15.78 2/189 2898
/proc/meminfo: memFree=19289716/36427776 swapFree=6080/11728
[pid=2898] ppid=2896 vsize=517048 CPUtime=0.04
/proc/2898/stat : 2898 (gnovelty+) R 2896 2898 24979 0 -1 4202496 10022 0 0 0 2 2 0 0 20 0 1 0 559958806 529457152 9979 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 135277648 0 0 1 0 0 0 0 17 10 0 0 0 0 0
/proc/2898/statm: 129262 9980 99 286 0 128974 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 517048

[startup+0.102931 s]
/proc/loadavg: 15.92 15.83 15.78 2/189 2898
/proc/meminfo: memFree=19289716/36427776 swapFree=6080/11728
[pid=2898] ppid=2896 vsize=517044 CPUtime=0.08
/proc/2898/stat : 2898 (gnovelty+) R 2896 2898 24979 0 -1 4202496 11466 0 0 0 6 2 0 0 20 0 1 0 559958806 529453056 11422 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134537812 0 0 1 0 0 0 0 17 10 0 0 0 0 0
/proc/2898/statm: 129261 11428 99 286 0 128973 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 517044

[startup+0.302946 s]
/proc/loadavg: 15.92 15.83 15.78 2/189 2898
/proc/meminfo: memFree=19289716/36427776 swapFree=6080/11728
[pid=2898] ppid=2896 vsize=517044 CPUtime=0.28
/proc/2898/stat : 2898 (gnovelty+) R 2896 2898 24979 0 -1 4202496 20408 0 0 0 22 6 0 0 20 0 1 0 559958806 529453056 20364 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134538748 0 0 1 0 0 0 0 17 10 0 0 0 0 0
/proc/2898/statm: 129261 20364 99 286 0 128973 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 517044

[startup+0.70393 s]
/proc/loadavg: 15.92 15.83 15.78 2/189 2898
/proc/meminfo: memFree=19289716/36427776 swapFree=6080/11728
[pid=2898] ppid=2896 vsize=695112 CPUtime=4.87
/proc/2898/stat : 2898 (gnovelty+) R 2896 2898 24979 0 -1 4202496 27310 0 0 0 115 372 0 0 20 0 16 0 559958806 711794688 27266 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/2898/statm: 173778 27266 103 286 0 173490 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 695112

[startup+1.50318 s]
/proc/loadavg: 15.92 15.83 15.78 17/205 2914
/proc/meminfo: memFree=19183360/36427776 swapFree=6564/122336
[pid=2898] ppid=2896 vsize=695112 CPUtime=17.39
/proc/2898/stat : 2898 (gnovelty+) R 2896 2898 24979 0 -1 4202496 28258 0 0 0 233 1506 0 0 20 0 16 0 559958806 711794688 28214 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/2898/statm: 173778 28214 103 286 0 173490 0
[pid=2898/tid=2900] ppid=2896 vsize=695112 CPUtime=1.08
/proc/2898/task/2900/stat : 2900 (gnovelty+) S 2896 2898 24979 0 -1 4202560 452 0 0 0 12 96 0 0 20 0 16 0 559958844 711794688 28214 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 18446744071564503368 0 0 -1 11 0 0 0 0 0
[pid=2898/tid=2901] ppid=2896 vsize=695112 CPUtime=1.08
/proc/2898/task/2901/stat : 2901 (gnovelty+) R 2896 2898 24979 0 -1 4202560 464 0 0 0 14 94 0 0 20 0 16 0 559958844 711794688 28214 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=2898/tid=2902] ppid=2896 vsize=695112 CPUtime=1.08
/proc/2898/task/2902/stat : 2902 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 10 98 0 0 20 0 16 0 559958844 711794688 28214 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=2898/tid=2903] ppid=2896 vsize=695112 CPUtime=1.1
/proc/2898/task/2903/stat : 2903 (gnovelty+) R 2896 2898 24979 0 -1 4202560 463 0 0 0 12 98 0 0 20 0 16 0 559958844 711794688 28214 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=2898/tid=2904] ppid=2896 vsize=695112 CPUtime=1.08
/proc/2898/task/2904/stat : 2904 (gnovelty+) R 2896 2898 24979 0 -1 4202560 463 0 0 0 8 100 0 0 20 0 16 0 559958844 711794688 28214 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=2898/tid=2905] ppid=2896 vsize=695112 CPUtime=1.08
/proc/2898/task/2905/stat : 2905 (gnovelty+) R 2896 2898 24979 0 -1 4202560 463 0 0 0 10 98 0 0 20 0 16 0 559958844 711794688 28214 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=2898/tid=2906] ppid=2896 vsize=695112 CPUtime=1.06
/proc/2898/task/2906/stat : 2906 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 14 92 0 0 20 0 16 0 559958845 711794688 28214 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=2898/tid=2907] ppid=2896 vsize=695112 CPUtime=1.06
/proc/2898/task/2907/stat : 2907 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 14 92 0 0 20 0 16 0 559958845 711794688 28214 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=2898/tid=2908] ppid=2896 vsize=695112 CPUtime=1.06
/proc/2898/task/2908/stat : 2908 (gnovelty+) R 2896 2898 24979 0 -1 4202560 463 0 0 0 8 98 0 0 20 0 16 0 559958846 711794688 28214 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=2898/tid=2909] ppid=2896 vsize=695112 CPUtime=1.04
/proc/2898/task/2909/stat : 2909 (gnovelty+) R 2896 2898 24979 0 -1 4202560 464 0 0 0 12 92 0 0 20 0 16 0 559958847 711794688 28214 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=2898/tid=2910] ppid=2896 vsize=695112 CPUtime=1.04
/proc/2898/task/2910/stat : 2910 (gnovelty+) R 2896 2898 24979 0 -1 4202560 463 0 0 0 8 96 0 0 20 0 16 0 559958848 711794688 28214 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=2898/tid=2911] ppid=2896 vsize=695112 CPUtime=1.04
/proc/2898/task/2911/stat : 2911 (gnovelty+) R 2896 2898 24979 0 -1 4202560 464 0 0 0 8 96 0 0 20 0 16 0 559958849 711794688 28214 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=2898/tid=2912] ppid=2896 vsize=695112 CPUtime=1.02
/proc/2898/task/2912/stat : 2912 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 16 86 0 0 20 0 16 0 559958851 711794688 28214 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=2898/tid=2913] ppid=2896 vsize=695112 CPUtime=1
/proc/2898/task/2913/stat : 2913 (gnovelty+) R 2896 2898 24979 0 -1 4202560 464 0 0 0 18 82 0 0 20 0 16 0 559958852 711794688 28214 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=2898/tid=2914] ppid=2896 vsize=695112 CPUtime=0.98
/proc/2898/task/2914/stat : 2914 (gnovelty+) R 2896 2898 24979 0 -1 4202560 464 0 0 0 6 92 0 0 20 0 16 0 559958855 711794688 28214 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 17.39
Current children cumulated vsize (KiB) 695112

[startup+3.10297 s]
/proc/loadavg: 15.92 15.83 15.78 17/205 2914
/proc/meminfo: memFree=19178564/36427776 swapFree=6568/126164
[pid=2898] ppid=2896 vsize=695112 CPUtime=42.57
/proc/2898/stat : 2898 (gnovelty+) R 2896 2898 24979 0 -1 4202496 28266 0 0 0 436 3821 0 0 20 0 16 0 559958806 711794688 28222 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/2898/statm: 173778 28222 103 286 0 173490 0
[pid=2898/tid=2900] ppid=2896 vsize=695112 CPUtime=2.66
/proc/2898/task/2900/stat : 2900 (gnovelty+) R 2896 2898 24979 0 -1 4202560 452 0 0 0 24 242 0 0 20 0 16 0 559958844 711794688 28222 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=2898/tid=2901] ppid=2896 vsize=695112 CPUtime=2.66
/proc/2898/task/2901/stat : 2901 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 22 244 0 0 20 0 16 0 559958844 711794688 28222 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=2898/tid=2902] ppid=2896 vsize=695112 CPUtime=2.66
/proc/2898/task/2902/stat : 2902 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 24 242 0 0 20 0 16 0 559958844 711794688 28222 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=2898/tid=2903] ppid=2896 vsize=695112 CPUtime=2.66
/proc/2898/task/2903/stat : 2903 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 22 244 0 0 20 0 16 0 559958844 711794688 28222 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=2898/tid=2904] ppid=2896 vsize=695112 CPUtime=2.66
/proc/2898/task/2904/stat : 2904 (gnovelty+) R 2896 2898 24979 0 -1 4202560 463 0 0 0 20 246 0 0 20 0 16 0 559958844 711794688 28222 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=2898/tid=2905] ppid=2896 vsize=695112 CPUtime=2.64
/proc/2898/task/2905/stat : 2905 (gnovelty+) R 2896 2898 24979 0 -1 4202560 463 0 0 0 22 242 0 0 20 0 16 0 559958844 711794688 28222 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=2898/tid=2906] ppid=2896 vsize=695112 CPUtime=2.64
/proc/2898/task/2906/stat : 2906 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 28 236 0 0 20 0 16 0 559958845 711794688 28222 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=2898/tid=2907] ppid=2896 vsize=695112 CPUtime=2.64
/proc/2898/task/2907/stat : 2907 (gnovelty+) R 2896 2898 24979 0 -1 4202560 466 0 0 0 28 236 0 0 20 0 16 0 559958845 711794688 28222 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=2898/tid=2908] ppid=2896 vsize=695112 CPUtime=2.64
/proc/2898/task/2908/stat : 2908 (gnovelty+) R 2896 2898 24979 0 -1 4202560 466 0 0 0 22 242 0 0 20 0 16 0 559958846 711794688 28222 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=2898/tid=2909] ppid=2896 vsize=695112 CPUtime=2.62
/proc/2898/task/2909/stat : 2909 (gnovelty+) R 2896 2898 24979 0 -1 4202560 464 0 0 0 28 234 0 0 20 0 16 0 559958847 711794688 28222 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=2898/tid=2910] ppid=2896 vsize=695112 CPUtime=2.62
/proc/2898/task/2910/stat : 2910 (gnovelty+) R 2896 2898 24979 0 -1 4202560 463 0 0 0 16 246 0 0 20 0 16 0 559958848 711794688 28222 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=2898/tid=2911] ppid=2896 vsize=695112 CPUtime=2.6
/proc/2898/task/2911/stat : 2911 (gnovelty+) R 2896 2898 24979 0 -1 4202560 464 0 0 0 18 242 0 0 20 0 16 0 559958849 711794688 28222 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=2898/tid=2912] ppid=2896 vsize=695112 CPUtime=2.6
/proc/2898/task/2912/stat : 2912 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 30 230 0 0 20 0 16 0 559958851 711794688 28222 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=2898/tid=2913] ppid=2896 vsize=695112 CPUtime=2.54
/proc/2898/task/2913/stat : 2913 (gnovelty+) R 2896 2898 24979 0 -1 4202560 464 0 0 0 30 224 0 0 20 0 16 0 559958852 711794688 28222 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=2898/tid=2914] ppid=2896 vsize=695112 CPUtime=2.56
/proc/2898/task/2914/stat : 2914 (gnovelty+) R 2896 2898 24979 0 -1 4202560 464 0 0 0 22 234 0 0 20 0 16 0 559958855 711794688 28222 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 42.57
Current children cumulated vsize (KiB) 695112

[startup+6.30391 s]
/proc/loadavg: 15.93 15.83 15.78 17/205 2914
/proc/meminfo: memFree=19178324/36427776 swapFree=6568/126424
[pid=2898] ppid=2896 vsize=695112 CPUtime=93
/proc/2898/stat : 2898 (gnovelty+) R 2896 2898 24979 0 -1 4202496 28267 0 0 0 837 8463 0 0 20 0 16 0 559958806 711794688 28223 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/2898/statm: 173778 28223 103 286 0 173490 0
[pid=2898/tid=2900] ppid=2896 vsize=695112 CPUtime=5.82
/proc/2898/task/2900/stat : 2900 (gnovelty+) R 2896 2898 24979 0 -1 4202560 452 0 0 0 50 532 0 0 20 0 16 0 559958844 711794688 28223 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=2898/tid=2901] ppid=2896 vsize=695112 CPUtime=5.82
/proc/2898/task/2901/stat : 2901 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 46 536 0 0 20 0 16 0 559958844 711794688 28223 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=2898/tid=2902] ppid=2896 vsize=695112 CPUtime=5.82
/proc/2898/task/2902/stat : 2902 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 42 540 0 0 20 0 16 0 559958844 711794688 28223 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=2898/tid=2903] ppid=2896 vsize=695112 CPUtime=5.82
/proc/2898/task/2903/stat : 2903 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 48 534 0 0 20 0 16 0 559958844 711794688 28223 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=2898/tid=2904] ppid=2896 vsize=695112 CPUtime=5.82
/proc/2898/task/2904/stat : 2904 (gnovelty+) R 2896 2898 24979 0 -1 4202560 463 0 0 0 50 532 0 0 20 0 16 0 559958844 711794688 28223 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=2898/tid=2905] ppid=2896 vsize=695112 CPUtime=5.8
/proc/2898/task/2905/stat : 2905 (gnovelty+) R 2896 2898 24979 0 -1 4202560 463 0 0 0 44 536 0 0 20 0 16 0 559958844 711794688 28223 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=2898/tid=2906] ppid=2896 vsize=695112 CPUtime=5.8
/proc/2898/task/2906/stat : 2906 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 56 524 0 0 20 0 16 0 559958845 711794688 28223 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=2898/tid=2907] ppid=2896 vsize=695112 CPUtime=5.78
/proc/2898/task/2907/stat : 2907 (gnovelty+) R 2896 2898 24979 0 -1 4202560 466 0 0 0 50 528 0 0 20 0 16 0 559958845 711794688 28223 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=2898/tid=2908] ppid=2896 vsize=695112 CPUtime=5.8
/proc/2898/task/2908/stat : 2908 (gnovelty+) R 2896 2898 24979 0 -1 4202560 466 0 0 0 40 540 0 0 20 0 16 0 559958846 711794688 28223 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=2898/tid=2909] ppid=2896 vsize=695112 CPUtime=5.78
/proc/2898/task/2909/stat : 2909 (gnovelty+) R 2896 2898 24979 0 -1 4202560 464 0 0 0 58 520 0 0 20 0 16 0 559958847 711794688 28223 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=2898/tid=2910] ppid=2896 vsize=695112 CPUtime=5.78
/proc/2898/task/2910/stat : 2910 (gnovelty+) R 2896 2898 24979 0 -1 4202560 463 0 0 0 40 538 0 0 20 0 16 0 559958848 711794688 28223 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=2898/tid=2911] ppid=2896 vsize=695112 CPUtime=5.76
/proc/2898/task/2911/stat : 2911 (gnovelty+) R 2896 2898 24979 0 -1 4202560 464 0 0 0 44 532 0 0 20 0 16 0 559958849 711794688 28223 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=2898/tid=2912] ppid=2896 vsize=695112 CPUtime=5.76
/proc/2898/task/2912/stat : 2912 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 58 518 0 0 20 0 16 0 559958851 711794688 28223 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=2898/tid=2913] ppid=2896 vsize=695112 CPUtime=5.62
/proc/2898/task/2913/stat : 2913 (gnovelty+) R 2896 2898 24979 0 -1 4202560 464 0 0 0 56 506 0 0 20 0 16 0 559958852 711794688 28223 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=2898/tid=2914] ppid=2896 vsize=695112 CPUtime=5.72
/proc/2898/task/2914/stat : 2914 (gnovelty+) R 2896 2898 24979 0 -1 4202560 464 0 0 0 44 528 0 0 20 0 16 0 559958855 711794688 28223 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 93
Current children cumulated vsize (KiB) 695112

[startup+12.7061 s]
/proc/loadavg: 15.93 15.84 15.79 17/205 2914
/proc/meminfo: memFree=19177844/36427776 swapFree=6568/126884
[pid=2898] ppid=2896 vsize=695112 CPUtime=193.7
/proc/2898/stat : 2898 (gnovelty+) R 2896 2898 24979 0 -1 4202496 28267 0 0 0 1568 17802 0 0 20 0 16 0 559958806 711794688 28223 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/2898/statm: 173778 28223 103 286 0 173490 0
[pid=2898/tid=2900] ppid=2896 vsize=695112 CPUtime=12.12
/proc/2898/task/2900/stat : 2900 (gnovelty+) R 2896 2898 24979 0 -1 4202560 452 0 0 0 100 1112 0 0 20 0 16 0 559958844 711794688 28223 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=2898/tid=2901] ppid=2896 vsize=695112 CPUtime=12.12
/proc/2898/task/2901/stat : 2901 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 100 1112 0 0 20 0 16 0 559958844 711794688 28223 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=2898/tid=2902] ppid=2896 vsize=695112 CPUtime=12.12
/proc/2898/task/2902/stat : 2902 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 86 1126 0 0 20 0 16 0 559958844 711794688 28223 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=2898/tid=2903] ppid=2896 vsize=695112 CPUtime=12.1
/proc/2898/task/2903/stat : 2903 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 100 1110 0 0 20 0 16 0 559958844 711794688 28223 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=2898/tid=2904] ppid=2896 vsize=695112 CPUtime=12.14
/proc/2898/task/2904/stat : 2904 (gnovelty+) R 2896 2898 24979 0 -1 4202560 463 0 0 0 92 1122 0 0 20 0 16 0 559958844 711794688 28223 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=2898/tid=2905] ppid=2896 vsize=695112 CPUtime=12.1
/proc/2898/task/2905/stat : 2905 (gnovelty+) R 2896 2898 24979 0 -1 4202560 463 0 0 0 86 1124 0 0 20 0 16 0 559958844 711794688 28223 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=2898/tid=2906] ppid=2896 vsize=695112 CPUtime=12.1
/proc/2898/task/2906/stat : 2906 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 94 1116 0 0 20 0 16 0 559958845 711794688 28223 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=2898/tid=2907] ppid=2896 vsize=695112 CPUtime=12.1
/proc/2898/task/2907/stat : 2907 (gnovelty+) R 2896 2898 24979 0 -1 4202560 466 0 0 0 88 1122 0 0 20 0 16 0 559958845 711794688 28223 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=2898/tid=2908] ppid=2896 vsize=695112 CPUtime=12.1
/proc/2898/task/2908/stat : 2908 (gnovelty+) R 2896 2898 24979 0 -1 4202560 466 0 0 0 88 1122 0 0 20 0 16 0 559958846 711794688 28223 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=2898/tid=2909] ppid=2896 vsize=695112 CPUtime=12.08
/proc/2898/task/2909/stat : 2909 (gnovelty+) R 2896 2898 24979 0 -1 4202560 464 0 0 0 98 1110 0 0 20 0 16 0 559958847 711794688 28223 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=2898/tid=2910] ppid=2896 vsize=695112 CPUtime=12.08
/proc/2898/task/2910/stat : 2910 (gnovelty+) R 2896 2898 24979 0 -1 4202560 463 0 0 0 92 1116 0 0 20 0 16 0 559958848 711794688 28223 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0

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

[pid=2898/tid=2901] ppid=2896 vsize=695112 CPUtime=159.33
/proc/2898/task/2901/stat : 2901 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 1076 14857 0 0 20 0 16 0 559958844 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=2898/tid=2902] ppid=2896 vsize=695112 CPUtime=159.35
/proc/2898/task/2902/stat : 2902 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 1016 14919 0 0 20 0 16 0 559958844 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=2898/tid=2903] ppid=2896 vsize=695112 CPUtime=159.47
/proc/2898/task/2903/stat : 2903 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 1100 14847 0 0 20 0 16 0 559958844 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=2898/tid=2904] ppid=2896 vsize=695112 CPUtime=159.54
/proc/2898/task/2904/stat : 2904 (gnovelty+) R 2896 2898 24979 0 -1 4202560 463 0 0 0 1074 14880 0 0 20 0 16 0 559958844 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=2898/tid=2905] ppid=2896 vsize=695112 CPUtime=159.31
/proc/2898/task/2905/stat : 2905 (gnovelty+) R 2896 2898 24979 0 -1 4202560 463 0 0 0 1016 14915 0 0 20 0 16 0 559958844 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=2898/tid=2906] ppid=2896 vsize=695112 CPUtime=159.38
/proc/2898/task/2906/stat : 2906 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 1064 14874 0 0 20 0 16 0 559958845 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=2898/tid=2907] ppid=2896 vsize=695112 CPUtime=159.32
/proc/2898/task/2907/stat : 2907 (gnovelty+) R 2896 2898 24979 0 -1 4202560 466 0 0 0 1018 14914 0 0 20 0 16 0 559958845 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=2898/tid=2908] ppid=2896 vsize=695112 CPUtime=159.42
/proc/2898/task/2908/stat : 2908 (gnovelty+) R 2896 2898 24979 0 -1 4202560 466 0 0 0 984 14958 0 0 20 0 16 0 559958846 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=2898/tid=2909] ppid=2896 vsize=695112 CPUtime=159.38
/proc/2898/task/2909/stat : 2909 (gnovelty+) R 2896 2898 24979 0 -1 4202560 464 0 0 0 1066 14872 0 0 20 0 16 0 559958847 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=2898/tid=2910] ppid=2896 vsize=695112 CPUtime=159.36
/proc/2898/task/2910/stat : 2910 (gnovelty+) R 2896 2898 24979 0 -1 4202560 463 0 0 0 1042 14894 0 0 20 0 16 0 559958848 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=2898/tid=2911] ppid=2896 vsize=695112 CPUtime=159.26
/proc/2898/task/2911/stat : 2911 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 980 14946 0 0 20 0 16 0 559958849 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=2898/tid=2912] ppid=2896 vsize=695112 CPUtime=159.29
/proc/2898/task/2912/stat : 2912 (gnovelty+) R 2896 2898 24979 0 -1 4202560 466 0 0 0 1074 14855 0 0 20 0 16 0 559958851 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=2898/tid=2913] ppid=2896 vsize=695112 CPUtime=155.79
/proc/2898/task/2913/stat : 2913 (gnovelty+) R 2896 2898 24979 0 -1 4202560 464 0 0 0 1084 14495 0 0 20 0 16 0 559958852 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=2898/tid=2914] ppid=2896 vsize=695112 CPUtime=159.24
/proc/2898/task/2914/stat : 2914 (gnovelty+) R 2896 2898 24979 0 -1 4202560 464 0 0 0 1036 14888 0 0 20 0 16 0 559958855 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 2546.48
Current children cumulated vsize (KiB) 695112

[startup+222.305 s]
/proc/loadavg: 15.92 15.86 15.81 17/205 2919
/proc/meminfo: memFree=19176868/36427776 swapFree=6568/127060
[pid=2898] ppid=2896 vsize=695112 CPUtime=3489.93
/proc/2898/stat : 2898 (gnovelty+) R 2896 2898 24979 0 -1 4202496 28269 0 0 0 22302 326691 0 0 20 0 16 0 559958806 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/2898/statm: 173778 28225 103 286 0 173490 0
[pid=2898/tid=2900] ppid=2896 vsize=695112 CPUtime=218.27
/proc/2898/task/2900/stat : 2900 (gnovelty+) R 2896 2898 24979 0 -1 4202560 452 0 0 0 1360 20467 0 0 20 0 16 0 559958844 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=2898/tid=2901] ppid=2896 vsize=695112 CPUtime=218.34
/proc/2898/task/2901/stat : 2901 (gnovelty+) S 2896 2898 24979 0 -1 4202560 465 0 0 0 1382 20452 0 0 20 0 16 0 559958844 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 18446744071564503368 0 0 -1 12 0 0 0 0 0
[pid=2898/tid=2902] ppid=2896 vsize=695112 CPUtime=218.42
/proc/2898/task/2902/stat : 2902 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 1372 20470 0 0 20 0 16 0 559958844 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=2898/tid=2903] ppid=2896 vsize=695112 CPUtime=218.6
/proc/2898/task/2903/stat : 2903 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 1458 20402 0 0 20 0 16 0 559958844 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=2898/tid=2904] ppid=2896 vsize=695112 CPUtime=218.64
/proc/2898/task/2904/stat : 2904 (gnovelty+) R 2896 2898 24979 0 -1 4202560 463 0 0 0 1452 20412 0 0 20 0 16 0 559958844 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=2898/tid=2905] ppid=2896 vsize=695112 CPUtime=218.34
/proc/2898/task/2905/stat : 2905 (gnovelty+) R 2896 2898 24979 0 -1 4202560 463 0 0 0 1378 20456 0 0 20 0 16 0 559958844 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=2898/tid=2906] ppid=2896 vsize=695112 CPUtime=218.42
/proc/2898/task/2906/stat : 2906 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 1402 20440 0 0 20 0 16 0 559958845 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=2898/tid=2907] ppid=2896 vsize=695112 CPUtime=218.36
/proc/2898/task/2907/stat : 2907 (gnovelty+) R 2896 2898 24979 0 -1 4202560 466 0 0 0 1378 20458 0 0 20 0 16 0 559958845 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=2898/tid=2908] ppid=2896 vsize=695112 CPUtime=218.49
/proc/2898/task/2908/stat : 2908 (gnovelty+) R 2896 2898 24979 0 -1 4202560 466 0 0 0 1354 20495 0 0 20 0 16 0 559958846 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=2898/tid=2909] ppid=2896 vsize=695112 CPUtime=218.41
/proc/2898/task/2909/stat : 2909 (gnovelty+) R 2896 2898 24979 0 -1 4202560 464 0 0 0 1410 20431 0 0 20 0 16 0 559958847 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=2898/tid=2910] ppid=2896 vsize=695112 CPUtime=218.46
/proc/2898/task/2910/stat : 2910 (gnovelty+) R 2896 2898 24979 0 -1 4202560 463 0 0 0 1400 20446 0 0 20 0 16 0 559958848 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=2898/tid=2911] ppid=2896 vsize=695112 CPUtime=218.34
/proc/2898/task/2911/stat : 2911 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 1318 20516 0 0 20 0 16 0 559958849 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=2898/tid=2912] ppid=2896 vsize=695112 CPUtime=218.3
/proc/2898/task/2912/stat : 2912 (gnovelty+) R 2896 2898 24979 0 -1 4202560 466 0 0 0 1392 20438 0 0 20 0 16 0 559958851 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=2898/tid=2913] ppid=2896 vsize=695112 CPUtime=213.55
/proc/2898/task/2913/stat : 2913 (gnovelty+) R 2896 2898 24979 0 -1 4202560 464 0 0 0 1460 19895 0 0 20 0 16 0 559958852 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=2898/tid=2914] ppid=2896 vsize=695112 CPUtime=218.27
/proc/2898/task/2914/stat : 2914 (gnovelty+) R 2896 2898 24979 0 -1 4202560 464 0 0 0 1392 20435 0 0 20 0 16 0 559958855 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 3489.93
Current children cumulated vsize (KiB) 695112

[startup+282.303 s]
/proc/loadavg: 15.97 15.88 15.82 17/205 2919
/proc/meminfo: memFree=19176868/36427776 swapFree=6568/127060
[pid=2898] ppid=2896 vsize=695112 CPUtime=4433.2
/proc/2898/stat : 2898 (gnovelty+) R 2896 2898 24979 0 -1 4202496 28269 0 0 0 27829 415491 0 0 20 0 16 0 559958806 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/2898/statm: 173778 28225 103 286 0 173490 0
[pid=2898/tid=2900] ppid=2896 vsize=695112 CPUtime=277.27
/proc/2898/task/2900/stat : 2900 (gnovelty+) R 2896 2898 24979 0 -1 4202560 452 0 0 0 1742 25985 0 0 20 0 16 0 559958844 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=2898/tid=2901] ppid=2896 vsize=695112 CPUtime=277.34
/proc/2898/task/2901/stat : 2901 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 1700 26034 0 0 20 0 16 0 559958844 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=2898/tid=2902] ppid=2896 vsize=695112 CPUtime=277.45
/proc/2898/task/2902/stat : 2902 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 1726 26019 0 0 20 0 16 0 559958844 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=2898/tid=2903] ppid=2896 vsize=695112 CPUtime=277.7
/proc/2898/task/2903/stat : 2903 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 1820 25950 0 0 20 0 16 0 559958844 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=2898/tid=2904] ppid=2896 vsize=695112 CPUtime=277.69
/proc/2898/task/2904/stat : 2904 (gnovelty+) R 2896 2898 24979 0 -1 4202560 463 0 0 0 1802 25967 0 0 20 0 16 0 559958844 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=2898/tid=2905] ppid=2896 vsize=695112 CPUtime=277.4
/proc/2898/task/2905/stat : 2905 (gnovelty+) R 2896 2898 24979 0 -1 4202560 463 0 0 0 1754 25986 0 0 20 0 16 0 559958844 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=2898/tid=2906] ppid=2896 vsize=695112 CPUtime=277.48
/proc/2898/task/2906/stat : 2906 (gnovelty+) S 2896 2898 24979 0 -1 4202560 465 0 0 0 1784 25964 0 0 20 0 16 0 559958845 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 18446744071564503368 0 0 -1 1 0 0 0 0 0
[pid=2898/tid=2907] ppid=2896 vsize=695112 CPUtime=277.38
/proc/2898/task/2907/stat : 2907 (gnovelty+) R 2896 2898 24979 0 -1 4202560 466 0 0 0 1694 26044 0 0 20 0 16 0 559958845 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=2898/tid=2908] ppid=2896 vsize=695112 CPUtime=277.55
/proc/2898/task/2908/stat : 2908 (gnovelty+) R 2896 2898 24979 0 -1 4202560 466 0 0 0 1692 26063 0 0 20 0 16 0 559958846 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=2898/tid=2909] ppid=2896 vsize=695112 CPUtime=277.45
/proc/2898/task/2909/stat : 2909 (gnovelty+) R 2896 2898 24979 0 -1 4202560 464 0 0 0 1730 26015 0 0 20 0 16 0 559958847 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=2898/tid=2910] ppid=2896 vsize=695112 CPUtime=277.47
/proc/2898/task/2910/stat : 2910 (gnovelty+) R 2896 2898 24979 0 -1 4202560 463 0 0 0 1764 25983 0 0 20 0 16 0 559958848 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=2898/tid=2911] ppid=2896 vsize=695112 CPUtime=277.43
/proc/2898/task/2911/stat : 2911 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 1654 26089 0 0 20 0 16 0 559958849 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=2898/tid=2912] ppid=2896 vsize=695112 CPUtime=277.32
/proc/2898/task/2912/stat : 2912 (gnovelty+) R 2896 2898 24979 0 -1 4202560 466 0 0 0 1718 26014 0 0 20 0 16 0 559958851 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=2898/tid=2913] ppid=2896 vsize=695112 CPUtime=271.32
/proc/2898/task/2913/stat : 2913 (gnovelty+) R 2896 2898 24979 0 -1 4202560 464 0 0 0 1816 25316 0 0 20 0 16 0 559958852 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=2898/tid=2914] ppid=2896 vsize=695112 CPUtime=277.29
/proc/2898/task/2914/stat : 2914 (gnovelty+) R 2896 2898 24979 0 -1 4202560 464 0 0 0 1732 25997 0 0 20 0 16 0 559958855 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 4433.2
Current children cumulated vsize (KiB) 695112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+318.406 s]
/proc/loadavg: 15.98 15.90 15.82 17/205 2919
/proc/meminfo: memFree=19176868/36427776 swapFree=6568/127060
[pid=2898] ppid=2896 vsize=695112 CPUtime=5000.84
/proc/2898/stat : 2898 (gnovelty+) R 2896 2898 24979 0 -1 4202496 28269 0 0 0 31218 468866 0 0 20 0 16 0 559958806 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/2898/statm: 173778 28225 103 286 0 173490 0
[pid=2898/tid=2900] ppid=2896 vsize=695112 CPUtime=312.79
/proc/2898/task/2900/stat : 2900 (gnovelty+) R 2896 2898 24979 0 -1 4202560 452 0 0 0 1970 29309 0 0 20 0 16 0 559958844 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=2898/tid=2901] ppid=2896 vsize=695112 CPUtime=312.86
/proc/2898/task/2901/stat : 2901 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 1898 29388 0 0 20 0 16 0 559958844 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=2898/tid=2902] ppid=2896 vsize=695112 CPUtime=312.96
/proc/2898/task/2902/stat : 2902 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 1938 29358 0 0 20 0 16 0 559958844 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=2898/tid=2903] ppid=2896 vsize=695112 CPUtime=313.28
/proc/2898/task/2903/stat : 2903 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 2040 29288 0 0 20 0 16 0 559958844 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=2898/tid=2904] ppid=2896 vsize=695112 CPUtime=313.25
/proc/2898/task/2904/stat : 2904 (gnovelty+) R 2896 2898 24979 0 -1 4202560 463 0 0 0 2020 29305 0 0 20 0 16 0 559958844 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=2898/tid=2905] ppid=2896 vsize=695112 CPUtime=312.93
/proc/2898/task/2905/stat : 2905 (gnovelty+) R 2896 2898 24979 0 -1 4202560 463 0 0 0 1970 29323 0 0 20 0 16 0 559958844 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=2898/tid=2906] ppid=2896 vsize=695112 CPUtime=313.03
/proc/2898/task/2906/stat : 2906 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 2028 29275 0 0 20 0 16 0 559958845 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=2898/tid=2907] ppid=2896 vsize=695112 CPUtime=312.91
/proc/2898/task/2907/stat : 2907 (gnovelty+) R 2896 2898 24979 0 -1 4202560 466 0 0 0 1902 29389 0 0 20 0 16 0 559958845 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=2898/tid=2908] ppid=2896 vsize=695112 CPUtime=313.06
/proc/2898/task/2908/stat : 2908 (gnovelty+) R 2896 2898 24979 0 -1 4202560 466 0 0 0 1918 29388 0 0 20 0 16 0 559958846 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=2898/tid=2909] ppid=2896 vsize=695112 CPUtime=312.98
/proc/2898/task/2909/stat : 2909 (gnovelty+) R 2896 2898 24979 0 -1 4202560 464 0 0 0 1932 29366 0 0 20 0 16 0 559958847 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=2898/tid=2910] ppid=2896 vsize=695112 CPUtime=313
/proc/2898/task/2910/stat : 2910 (gnovelty+) R 2896 2898 24979 0 -1 4202560 463 0 0 0 1970 29330 0 0 20 0 16 0 559958848 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=2898/tid=2911] ppid=2896 vsize=695112 CPUtime=312.95
/proc/2898/task/2911/stat : 2911 (gnovelty+) R 2896 2898 24979 0 -1 4202560 465 0 0 0 1876 29419 0 0 20 0 16 0 559958849 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=2898/tid=2912] ppid=2896 vsize=695112 CPUtime=312.84
/proc/2898/task/2912/stat : 2912 (gnovelty+) R 2896 2898 24979 0 -1 4202560 466 0 0 0 1898 29386 0 0 20 0 16 0 559958851 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=2898/tid=2913] ppid=2896 vsize=695112 CPUtime=306.08
/proc/2898/task/2913/stat : 2913 (gnovelty+) R 2896 2898 24979 0 -1 4202560 464 0 0 0 2034 28574 0 0 20 0 16 0 559958852 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=2898/tid=2914] ppid=2896 vsize=695112 CPUtime=312.81
/proc/2898/task/2914/stat : 2914 (gnovelty+) R 2896 2898 24979 0 -1 4202560 464 0 0 0 1940 29341 0 0 20 0 16 0 559958855 711794688 28225 18446744073709551615 134512640 135680988 4293307728 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 5000.84
Current children cumulated vsize (KiB) 695112

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 2898 and gives
#  childrusage.ru_utime.tv_sec=303
#  childrusage.ru_utime.tv_usec=414962
#  childrusage.ru_stime.tv_sec=4551
#  childrusage.ru_stime.tv_usec=24421
# CPU time returned by wait4() is 4854.44
# while last known CPU time is 5000.84
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 318.438
CPU time (s): 5000.84
CPU user time (s): 312.18
CPU system time (s): 4688.66
CPU usage (%): 1570.43
Max. virtual memory (cumulated for all children) (KiB): 695112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 303.415
system time used= 4551.02
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28269
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= 302798
involuntary context switches= 11873

runsolver used 1.6521 second user time and 5.44834 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-03 07:22:04
IDJOB=1777440
IDBENCH=70328
IDSOLVER=619
FILE ID=xenhost3-49/1777440-1244006524
PBS_JOBID=
Free space on /tmp= 7134 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (16 threads)
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/14000/unif-k3-r4.2-v14000-c58800-S822708255-070.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1777440-1244006524/watcher-1777440-1244006524 -o /tmp/evaluation-result-1777440-1244006524/solver-1777440-1244006524 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1777440-1244006524.cnf 48574920 16

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

MD5SUM BENCH= b4b21d0b7e1c85f1ed2d73fe388ea563
RANDOM SEED= 48574920

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:      19289716 kB
Buffers:        394984 kB
Cached:       14005576 kB
SwapCached:          0 kB
Active:        3075148 kB
Inactive:     11337100 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            2024 kB
Writeback:           0 kB
AnonPages:       11728 kB
Mapped:           5416 kB
Slab:           671116 kB
SReclaimable:   644956 kB
SUnreclaim:      26160 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= 7134 MiB
End job on xenhost3-49 at 2009-06-03 07:27:25