Trace number 1777428

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.88 318.138

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/14000/
unif-k3-r4.2-v14000-c58800-S1339275181-076.cnf
MD5SUM0d3fcd560d811748824b45b279f18880
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.38	c +------------------------------+
0.28/0.38	c | gNovelty+, version 1.0       |
0.28/0.38	c +------------------------------+
0.28/0.38	c gnovelty+ -h for help
0.28/0.38	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-1777428-1244004890/watcher-1777428-1244004890 -o /tmp/evaluation-result-1777428-1244004890/solver-1777428-1244004890 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1777428-1244004890.cnf 579725114 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.82 15.83 15.81 2/189 2649
/proc/meminfo: memFree=19290040/36427776 swapFree=5904/12716
[pid=2649] ppid=2647 vsize=509232 CPUtime=0
/proc/2649/stat : 2649 (gnovelty+) R 2647 2649 24979 0 -1 4202496 1519 0 0 0 0 0 0 0 20 0 1 0 559795358 521453568 1475 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134537167 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/2649/statm: 127308 1483 99 286 0 127020 0

[startup+0.072901 s]
/proc/loadavg: 15.82 15.83 15.81 2/189 2649
/proc/meminfo: memFree=19290040/36427776 swapFree=5904/12716
[pid=2649] ppid=2647 vsize=517048 CPUtime=0.06
/proc/2649/stat : 2649 (gnovelty+) R 2647 2649 24979 0 -1 4202496 10099 0 0 0 4 2 0 0 20 0 1 0 559795358 529457152 10055 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134958286 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/2649/statm: 129262 10056 99 286 0 128974 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 517048

[startup+0.100894 s]
/proc/loadavg: 15.82 15.83 15.81 2/189 2649
/proc/meminfo: memFree=19290040/36427776 swapFree=5904/12716
[pid=2649] ppid=2647 vsize=517044 CPUtime=0.1
/proc/2649/stat : 2649 (gnovelty+) R 2647 2649 24979 0 -1 4202496 10907 0 0 0 6 4 0 0 20 0 1 0 559795358 529453056 10862 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134537968 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/2649/statm: 129261 10867 99 286 0 128973 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 517044

[startup+0.300892 s]
/proc/loadavg: 15.82 15.83 15.81 2/189 2649
/proc/meminfo: memFree=19290040/36427776 swapFree=5904/12716
[pid=2649] ppid=2647 vsize=517044 CPUtime=0.28
/proc/2649/stat : 2649 (gnovelty+) R 2647 2649 24979 0 -1 4202496 20390 0 0 0 22 6 0 0 20 0 1 0 559795358 529453056 20345 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134538748 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/2649/statm: 129261 20345 99 286 0 128973 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 517044

[startup+0.704348 s]
/proc/loadavg: 15.82 15.83 15.81 2/189 2649
/proc/meminfo: memFree=19290040/36427776 swapFree=5904/12716
[pid=2649] ppid=2647 vsize=695112 CPUtime=4.7
/proc/2649/stat : 2649 (gnovelty+) R 2647 2649 24979 0 -1 4202496 27311 0 0 0 94 376 0 0 20 0 16 0 559795358 711794688 27266 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/2649/statm: 173778 27266 103 286 0 173490 0
Current children cumulated CPU time (s) 4.7
Current children cumulated vsize (KiB) 695112

[startup+1.50365 s]
/proc/loadavg: 15.83 15.83 15.82 17/205 2665
/proc/meminfo: memFree=19182444/36427776 swapFree=6552/127228
[pid=2649] ppid=2647 vsize=695112 CPUtime=17.3
/proc/2649/stat : 2649 (gnovelty+) R 2647 2649 24979 0 -1 4202496 28263 0 0 0 225 1505 0 0 20 0 16 0 559795358 711794688 28218 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/2649/statm: 173778 28218 103 286 0 173490 0
[pid=2649/tid=2651] ppid=2647 vsize=695112 CPUtime=1.08
/proc/2649/task/2651/stat : 2651 (gnovelty+) R 2647 2649 24979 0 -1 4202560 451 0 0 0 14 94 0 0 20 0 16 0 559795396 711794688 28218 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=2649/tid=2652] ppid=2647 vsize=695112 CPUtime=1.08
/proc/2649/task/2652/stat : 2652 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 10 98 0 0 20 0 16 0 559795396 711794688 28218 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=2649/tid=2653] ppid=2647 vsize=695112 CPUtime=1.08
/proc/2649/task/2653/stat : 2653 (gnovelty+) R 2647 2649 24979 0 -1 4202560 466 0 0 0 14 94 0 0 20 0 16 0 559795396 711794688 28218 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=2649/tid=2654] ppid=2647 vsize=695112 CPUtime=1.08
/proc/2649/task/2654/stat : 2654 (gnovelty+) R 2647 2649 24979 0 -1 4202560 462 0 0 0 8 100 0 0 20 0 16 0 559795396 711794688 28218 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=2649/tid=2655] ppid=2647 vsize=695112 CPUtime=1.08
/proc/2649/task/2655/stat : 2655 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 14 94 0 0 20 0 16 0 559795396 711794688 28218 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=2649/tid=2656] ppid=2647 vsize=695112 CPUtime=1.08
/proc/2649/task/2656/stat : 2656 (gnovelty+) R 2647 2649 24979 0 -1 4202560 463 0 0 0 6 102 0 0 20 0 16 0 559795396 711794688 28218 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=2649/tid=2657] ppid=2647 vsize=695112 CPUtime=1.08
/proc/2649/task/2657/stat : 2657 (gnovelty+) R 2647 2649 24979 0 -1 4202560 466 0 0 0 10 98 0 0 20 0 16 0 559795397 711794688 28218 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=2649/tid=2658] ppid=2647 vsize=695112 CPUtime=1.06
/proc/2649/task/2658/stat : 2658 (gnovelty+) R 2647 2649 24979 0 -1 4202560 466 0 0 0 12 94 0 0 20 0 16 0 559795397 711794688 28218 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=2649/tid=2659] ppid=2647 vsize=695112 CPUtime=1.06
/proc/2649/task/2659/stat : 2659 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 12 94 0 0 20 0 16 0 559795398 711794688 28218 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=2649/tid=2660] ppid=2647 vsize=695112 CPUtime=1.04
/proc/2649/task/2660/stat : 2660 (gnovelty+) R 2647 2649 24979 0 -1 4202560 463 0 0 0 10 94 0 0 20 0 16 0 559795399 711794688 28218 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=2649/tid=2661] ppid=2647 vsize=695112 CPUtime=1.04
/proc/2649/task/2661/stat : 2661 (gnovelty+) R 2647 2649 24979 0 -1 4202560 465 0 0 0 10 94 0 0 20 0 16 0 559795400 711794688 28218 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=2649/tid=2662] ppid=2647 vsize=695112 CPUtime=1.02
/proc/2649/task/2662/stat : 2662 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 6 96 0 0 20 0 16 0 559795402 711794688 28218 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=2649/tid=2663] ppid=2647 vsize=695112 CPUtime=1.02
/proc/2649/task/2663/stat : 2663 (gnovelty+) R 2647 2649 24979 0 -1 4202560 465 0 0 0 14 88 0 0 20 0 16 0 559795403 711794688 28218 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=2649/tid=2664] ppid=2647 vsize=695112 CPUtime=0.98
/proc/2649/task/2664/stat : 2664 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 12 86 0 0 20 0 16 0 559795405 711794688 28218 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=2649/tid=2665] ppid=2647 vsize=695112 CPUtime=0.98
/proc/2649/task/2665/stat : 2665 (gnovelty+) R 2647 2649 24979 0 -1 4202560 463 0 0 0 8 90 0 0 20 0 16 0 559795407 711794688 28218 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 17.3
Current children cumulated vsize (KiB) 695112

[startup+3.10616 s]
/proc/loadavg: 15.83 15.83 15.82 17/205 2665
/proc/meminfo: memFree=19178720/36427776 swapFree=6568/126156
[pid=2649] ppid=2647 vsize=695112 CPUtime=42.5
/proc/2649/stat : 2649 (gnovelty+) R 2647 2649 24979 0 -1 4202496 28271 0 0 0 446 3804 0 0 20 0 16 0 559795358 711794688 28226 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/2649/statm: 173778 28226 103 286 0 173490 0
[pid=2649/tid=2651] ppid=2647 vsize=695112 CPUtime=2.66
/proc/2649/task/2651/stat : 2651 (gnovelty+) R 2647 2649 24979 0 -1 4202560 451 0 0 0 28 238 0 0 20 0 16 0 559795396 711794688 28226 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=2649/tid=2652] ppid=2647 vsize=695112 CPUtime=2.66
/proc/2649/task/2652/stat : 2652 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 20 246 0 0 20 0 16 0 559795396 711794688 28226 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=2649/tid=2653] ppid=2647 vsize=695112 CPUtime=2.64
/proc/2649/task/2653/stat : 2653 (gnovelty+) R 2647 2649 24979 0 -1 4202560 466 0 0 0 24 240 0 0 20 0 16 0 559795396 711794688 28226 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=2649/tid=2654] ppid=2647 vsize=695112 CPUtime=2.66
/proc/2649/task/2654/stat : 2654 (gnovelty+) R 2647 2649 24979 0 -1 4202560 462 0 0 0 20 246 0 0 20 0 16 0 559795396 711794688 28226 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=2649/tid=2655] ppid=2647 vsize=695112 CPUtime=2.64
/proc/2649/task/2655/stat : 2655 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 26 238 0 0 20 0 16 0 559795396 711794688 28226 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=2649/tid=2656] ppid=2647 vsize=695112 CPUtime=2.66
/proc/2649/task/2656/stat : 2656 (gnovelty+) R 2647 2649 24979 0 -1 4202560 463 0 0 0 20 246 0 0 20 0 16 0 559795396 711794688 28226 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=2649/tid=2657] ppid=2647 vsize=695112 CPUtime=2.66
/proc/2649/task/2657/stat : 2657 (gnovelty+) R 2647 2649 24979 0 -1 4202560 466 0 0 0 28 238 0 0 20 0 16 0 559795397 711794688 28226 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=2649/tid=2658] ppid=2647 vsize=695112 CPUtime=2.64
/proc/2649/task/2658/stat : 2658 (gnovelty+) R 2647 2649 24979 0 -1 4202560 467 0 0 0 26 238 0 0 20 0 16 0 559795397 711794688 28226 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=2649/tid=2659] ppid=2647 vsize=695112 CPUtime=2.62
/proc/2649/task/2659/stat : 2659 (gnovelty+) R 2647 2649 24979 0 -1 4202560 465 0 0 0 24 238 0 0 20 0 16 0 559795398 711794688 28226 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=2649/tid=2660] ppid=2647 vsize=695112 CPUtime=2.62
/proc/2649/task/2660/stat : 2660 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 22 240 0 0 20 0 16 0 559795399 711794688 28226 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=2649/tid=2661] ppid=2647 vsize=695112 CPUtime=2.6
/proc/2649/task/2661/stat : 2661 (gnovelty+) R 2647 2649 24979 0 -1 4202560 465 0 0 0 22 238 0 0 20 0 16 0 559795400 711794688 28226 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=2649/tid=2662] ppid=2647 vsize=695112 CPUtime=2.6
/proc/2649/task/2662/stat : 2662 (gnovelty+) R 2647 2649 24979 0 -1 4202560 465 0 0 0 22 238 0 0 20 0 16 0 559795402 711794688 28226 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=2649/tid=2663] ppid=2647 vsize=695112 CPUtime=2.58
/proc/2649/task/2663/stat : 2663 (gnovelty+) R 2647 2649 24979 0 -1 4202560 465 0 0 0 28 230 0 0 20 0 16 0 559795403 711794688 28226 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=2649/tid=2664] ppid=2647 vsize=695112 CPUtime=2.52
/proc/2649/task/2664/stat : 2664 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 24 228 0 0 20 0 16 0 559795405 711794688 28226 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=2649/tid=2665] ppid=2647 vsize=695112 CPUtime=2.56
/proc/2649/task/2665/stat : 2665 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 26 230 0 0 20 0 16 0 559795407 711794688 28226 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 42.5
Current children cumulated vsize (KiB) 695112

[startup+6.30505 s]
/proc/loadavg: 15.83 15.83 15.82 16/205 2665
/proc/meminfo: memFree=19178348/36427776 swapFree=6568/126436
[pid=2649] ppid=2647 vsize=695112 CPUtime=92.84
/proc/2649/stat : 2649 (gnovelty+) S 2647 2649 24979 0 -1 4202496 28273 0 0 0 816 8468 0 0 20 0 16 0 559795358 711794688 28228 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/2649/statm: 173778 28228 103 286 0 173490 0
[pid=2649/tid=2651] ppid=2647 vsize=695112 CPUtime=5.82
/proc/2649/task/2651/stat : 2651 (gnovelty+) R 2647 2649 24979 0 -1 4202560 451 0 0 0 50 532 0 0 20 0 16 0 559795396 711794688 28228 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=2649/tid=2652] ppid=2647 vsize=695112 CPUtime=5.8
/proc/2649/task/2652/stat : 2652 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 44 536 0 0 20 0 16 0 559795396 711794688 28228 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=2649/tid=2653] ppid=2647 vsize=695112 CPUtime=5.8
/proc/2649/task/2653/stat : 2653 (gnovelty+) R 2647 2649 24979 0 -1 4202560 466 0 0 0 46 534 0 0 20 0 16 0 559795396 711794688 28228 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=2649/tid=2654] ppid=2647 vsize=695112 CPUtime=5.8
/proc/2649/task/2654/stat : 2654 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 46 534 0 0 20 0 16 0 559795396 711794688 28228 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=2649/tid=2655] ppid=2647 vsize=695112 CPUtime=5.8
/proc/2649/task/2655/stat : 2655 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 48 532 0 0 20 0 16 0 559795396 711794688 28228 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=2649/tid=2656] ppid=2647 vsize=695112 CPUtime=5.82
/proc/2649/task/2656/stat : 2656 (gnovelty+) R 2647 2649 24979 0 -1 4202560 463 0 0 0 46 536 0 0 20 0 16 0 559795396 711794688 28228 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=2649/tid=2657] ppid=2647 vsize=695112 CPUtime=5.82
/proc/2649/task/2657/stat : 2657 (gnovelty+) R 2647 2649 24979 0 -1 4202560 466 0 0 0 52 530 0 0 20 0 16 0 559795397 711794688 28228 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=2649/tid=2658] ppid=2647 vsize=695112 CPUtime=5.78
/proc/2649/task/2658/stat : 2658 (gnovelty+) R 2647 2649 24979 0 -1 4202560 467 0 0 0 56 522 0 0 20 0 16 0 559795397 711794688 28228 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=2649/tid=2659] ppid=2647 vsize=695112 CPUtime=5.78
/proc/2649/task/2659/stat : 2659 (gnovelty+) R 2647 2649 24979 0 -1 4202560 465 0 0 0 46 532 0 0 20 0 16 0 559795398 711794688 28228 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=2649/tid=2660] ppid=2647 vsize=695112 CPUtime=5.76
/proc/2649/task/2660/stat : 2660 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 42 534 0 0 20 0 16 0 559795399 711794688 28228 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=2649/tid=2661] ppid=2647 vsize=695112 CPUtime=5.76
/proc/2649/task/2661/stat : 2661 (gnovelty+) R 2647 2649 24979 0 -1 4202560 465 0 0 0 48 528 0 0 20 0 16 0 559795400 711794688 28228 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=2649/tid=2662] ppid=2647 vsize=695112 CPUtime=5.76
/proc/2649/task/2662/stat : 2662 (gnovelty+) R 2647 2649 24979 0 -1 4202560 465 0 0 0 40 536 0 0 20 0 16 0 559795402 711794688 28228 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=2649/tid=2663] ppid=2647 vsize=695112 CPUtime=5.74
/proc/2649/task/2663/stat : 2663 (gnovelty+) R 2647 2649 24979 0 -1 4202560 465 0 0 0 52 522 0 0 20 0 16 0 559795403 711794688 28228 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=2649/tid=2664] ppid=2647 vsize=695112 CPUtime=5.6
/proc/2649/task/2664/stat : 2664 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 44 516 0 0 20 0 16 0 559795405 711794688 28228 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=2649/tid=2665] ppid=2647 vsize=695112 CPUtime=5.72
/proc/2649/task/2665/stat : 2665 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 46 526 0 0 20 0 16 0 559795407 711794688 28228 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 92.84
Current children cumulated vsize (KiB) 695112

[startup+12.7045 s]
/proc/loadavg: 15.94 15.85 15.82 16/205 2670
/proc/meminfo: memFree=19177272/36427776 swapFree=6568/126908
[pid=2649] ppid=2647 vsize=695112 CPUtime=193.57
/proc/2649/stat : 2649 (gnovelty+) R 2647 2649 24979 0 -1 4202496 28274 0 0 0 1581 17776 0 0 20 0 16 0 559795358 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/2649/statm: 173778 28229 103 286 0 173490 0
[pid=2649/tid=2651] ppid=2647 vsize=695112 CPUtime=12.12
/proc/2649/task/2651/stat : 2651 (gnovelty+) R 2647 2649 24979 0 -1 4202560 451 0 0 0 90 1122 0 0 20 0 16 0 559795396 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=2649/tid=2652] ppid=2647 vsize=695112 CPUtime=12.1
/proc/2649/task/2652/stat : 2652 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 80 1130 0 0 20 0 16 0 559795396 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=2649/tid=2653] ppid=2647 vsize=695112 CPUtime=12.1
/proc/2649/task/2653/stat : 2653 (gnovelty+) S 2647 2649 24979 0 -1 4202560 466 0 0 0 90 1120 0 0 20 0 16 0 559795396 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 18446744071564503368 0 0 -1 11 0 0 0 0 0
[pid=2649/tid=2654] ppid=2647 vsize=695112 CPUtime=12.12
/proc/2649/task/2654/stat : 2654 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 96 1116 0 0 20 0 16 0 559795396 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=2649/tid=2655] ppid=2647 vsize=695112 CPUtime=12.1
/proc/2649/task/2655/stat : 2655 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 90 1120 0 0 20 0 16 0 559795396 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=2649/tid=2656] ppid=2647 vsize=695112 CPUtime=12.12
/proc/2649/task/2656/stat : 2656 (gnovelty+) R 2647 2649 24979 0 -1 4202560 463 0 0 0 106 1106 0 0 20 0 16 0 559795396 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=2649/tid=2657] ppid=2647 vsize=695112 CPUtime=12.12
/proc/2649/task/2657/stat : 2657 (gnovelty+) R 2647 2649 24979 0 -1 4202560 466 0 0 0 96 1116 0 0 20 0 16 0 559795397 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=2649/tid=2658] ppid=2647 vsize=695112 CPUtime=12.08
/proc/2649/task/2658/stat : 2658 (gnovelty+) R 2647 2649 24979 0 -1 4202560 467 0 0 0 120 1088 0 0 20 0 16 0 559795397 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=2649/tid=2659] ppid=2647 vsize=695112 CPUtime=12.08
/proc/2649/task/2659/stat : 2659 (gnovelty+) R 2647 2649 24979 0 -1 4202560 465 0 0 0 98 1110 0 0 20 0 16 0 559795398 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=2649/tid=2660] ppid=2647 vsize=695112 CPUtime=12.06
/proc/2649/task/2660/stat : 2660 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 84 1122 0 0 20 0 16 0 559795399 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=2649/tid=2661] ppid=2647 vsize=695112 CPUtime=12.08
/proc/2649/task/2661/stat : 2661 (gnovelty+) R 2647 2649 24979 0 -1 4202560 465 0 0 0 98 1110 0 0 20 0 16 0 559795400 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 3 0 0 0 0 0

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

[pid=2649/tid=2652] ppid=2647 vsize=695112 CPUtime=218.59
/proc/2649/task/2652/stat : 2652 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 1384 20475 0 0 20 0 16 0 559795396 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=2649/tid=2653] ppid=2647 vsize=695112 CPUtime=218.54
/proc/2649/task/2653/stat : 2653 (gnovelty+) R 2647 2649 24979 0 -1 4202560 466 0 0 0 1430 20424 0 0 20 0 16 0 559795396 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=2649/tid=2654] ppid=2647 vsize=695112 CPUtime=218.54
/proc/2649/task/2654/stat : 2654 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 1340 20514 0 0 20 0 16 0 559795396 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=2649/tid=2655] ppid=2647 vsize=695112 CPUtime=218.6
/proc/2649/task/2655/stat : 2655 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 1348 20512 0 0 20 0 16 0 559795396 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=2649/tid=2656] ppid=2647 vsize=695112 CPUtime=218.65
/proc/2649/task/2656/stat : 2656 (gnovelty+) R 2647 2649 24979 0 -1 4202560 463 0 0 0 1398 20467 0 0 20 0 16 0 559795396 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=2649/tid=2657] ppid=2647 vsize=695112 CPUtime=218.91
/proc/2649/task/2657/stat : 2657 (gnovelty+) R 2647 2649 24979 0 -1 4202560 466 0 0 0 1522 20369 0 0 20 0 16 0 559795397 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=2649/tid=2658] ppid=2647 vsize=695112 CPUtime=218.47
/proc/2649/task/2658/stat : 2658 (gnovelty+) R 2647 2649 24979 0 -1 4202560 467 0 0 0 1426 20421 0 0 20 0 16 0 559795397 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=2649/tid=2659] ppid=2647 vsize=695112 CPUtime=218.47
/proc/2649/task/2659/stat : 2659 (gnovelty+) R 2647 2649 24979 0 -1 4202560 465 0 0 0 1314 20533 0 0 20 0 16 0 559795398 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=2649/tid=2660] ppid=2647 vsize=695112 CPUtime=214.69
/proc/2649/task/2660/stat : 2660 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 1408 20061 0 0 20 0 16 0 559795399 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=2649/tid=2661] ppid=2647 vsize=695112 CPUtime=218.6
/proc/2649/task/2661/stat : 2661 (gnovelty+) R 2647 2649 24979 0 -1 4202560 465 0 0 0 1348 20512 0 0 20 0 16 0 559795400 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=2649/tid=2662] ppid=2647 vsize=695112 CPUtime=218.65
/proc/2649/task/2662/stat : 2662 (gnovelty+) R 2647 2649 24979 0 -1 4202560 465 0 0 0 1388 20477 0 0 20 0 16 0 559795402 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=2649/tid=2663] ppid=2647 vsize=695112 CPUtime=218.45
/proc/2649/task/2663/stat : 2663 (gnovelty+) R 2647 2649 24979 0 -1 4202560 466 0 0 0 1306 20539 0 0 20 0 16 0 559795403 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=2649/tid=2664] ppid=2647 vsize=695112 CPUtime=217.62
/proc/2649/task/2664/stat : 2664 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 1384 20378 0 0 20 0 16 0 559795405 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=2649/tid=2665] ppid=2647 vsize=695112 CPUtime=218.54
/proc/2649/task/2665/stat : 2665 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 1378 20476 0 0 20 0 16 0 559795407 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3492.86
Current children cumulated vsize (KiB) 695112

[startup+282.305 s]
/proc/loadavg: 15.94 15.87 15.83 16/205 2670
/proc/meminfo: memFree=19176776/36427776 swapFree=6568/127076
[pid=2649] ppid=2647 vsize=695112 CPUtime=4437.27
/proc/2649/stat : 2649 (gnovelty+) R 2647 2649 24979 0 -1 4202496 28274 0 0 0 28010 415717 0 0 20 0 16 0 559795358 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/2649/statm: 173778 28229 103 286 0 173490 0
[pid=2649/tid=2651] ppid=2647 vsize=695112 CPUtime=277.71
/proc/2649/task/2651/stat : 2651 (gnovelty+) R 2647 2649 24979 0 -1 4202560 451 0 0 0 1790 25981 0 0 20 0 16 0 559795396 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=2649/tid=2652] ppid=2647 vsize=695112 CPUtime=277.71
/proc/2649/task/2652/stat : 2652 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 1740 26031 0 0 20 0 16 0 559795396 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=2649/tid=2653] ppid=2647 vsize=695112 CPUtime=277.63
/proc/2649/task/2653/stat : 2653 (gnovelty+) R 2647 2649 24979 0 -1 4202560 466 0 0 0 1808 25955 0 0 20 0 16 0 559795396 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=2649/tid=2654] ppid=2647 vsize=695112 CPUtime=277.6
/proc/2649/task/2654/stat : 2654 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 1698 26062 0 0 20 0 16 0 559795396 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=2649/tid=2655] ppid=2647 vsize=695112 CPUtime=277.66
/proc/2649/task/2655/stat : 2655 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 1684 26082 0 0 20 0 16 0 559795396 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=2649/tid=2656] ppid=2647 vsize=695112 CPUtime=277.78
/proc/2649/task/2656/stat : 2656 (gnovelty+) R 2647 2649 24979 0 -1 4202560 463 0 0 0 1768 26010 0 0 20 0 16 0 559795396 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=2649/tid=2657] ppid=2647 vsize=695112 CPUtime=278.06
/proc/2649/task/2657/stat : 2657 (gnovelty+) R 2647 2649 24979 0 -1 4202560 466 0 0 0 1914 25892 0 0 20 0 16 0 559795397 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=2649/tid=2658] ppid=2647 vsize=695112 CPUtime=277.55
/proc/2649/task/2658/stat : 2658 (gnovelty+) R 2647 2649 24979 0 -1 4202560 467 0 0 0 1780 25975 0 0 20 0 16 0 559795397 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=2649/tid=2659] ppid=2647 vsize=695112 CPUtime=277.53
/proc/2649/task/2659/stat : 2659 (gnovelty+) R 2647 2649 24979 0 -1 4202560 465 0 0 0 1640 26113 0 0 20 0 16 0 559795398 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=2649/tid=2660] ppid=2647 vsize=695112 CPUtime=272.52
/proc/2649/task/2660/stat : 2660 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 1766 25486 0 0 20 0 16 0 559795399 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=2649/tid=2661] ppid=2647 vsize=695112 CPUtime=277.7
/proc/2649/task/2661/stat : 2661 (gnovelty+) R 2647 2649 24979 0 -1 4202560 465 0 0 0 1748 26022 0 0 20 0 16 0 559795400 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=2649/tid=2662] ppid=2647 vsize=695112 CPUtime=277.79
/proc/2649/task/2662/stat : 2662 (gnovelty+) R 2647 2649 24979 0 -1 4202560 465 0 0 0 1744 26035 0 0 20 0 16 0 559795402 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=2649/tid=2663] ppid=2647 vsize=695112 CPUtime=277.58
/proc/2649/task/2663/stat : 2663 (gnovelty+) R 2647 2649 24979 0 -1 4202560 466 0 0 0 1658 26100 0 0 20 0 16 0 559795403 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=2649/tid=2664] ppid=2647 vsize=695112 CPUtime=276.72
/proc/2649/task/2664/stat : 2664 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 1736 25936 0 0 20 0 16 0 559795405 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=2649/tid=2665] ppid=2647 vsize=695112 CPUtime=277.7
/proc/2649/task/2665/stat : 2665 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 1750 26020 0 0 20 0 16 0 559795407 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4437.27
Current children cumulated vsize (KiB) 695112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+318.104 s]
/proc/loadavg: 15.73 15.82 15.81 17/205 2675
/proc/meminfo: memFree=19175784/36427776 swapFree=6568/127076
[pid=2649] ppid=2647 vsize=695112 CPUtime=5000.88
/proc/2649/stat : 2649 (gnovelty+) R 2647 2649 24979 0 -1 4202496 28274 0 0 0 31326 468762 0 0 20 0 16 0 559795358 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/2649/statm: 173778 28229 103 286 0 173490 0
[pid=2649/tid=2651] ppid=2647 vsize=695112 CPUtime=312.98
/proc/2649/task/2651/stat : 2651 (gnovelty+) R 2647 2649 24979 0 -1 4202560 451 0 0 0 1972 29326 0 0 20 0 16 0 559795396 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=2649/tid=2652] ppid=2647 vsize=695112 CPUtime=313.02
/proc/2649/task/2652/stat : 2652 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 1936 29366 0 0 20 0 16 0 559795396 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=2649/tid=2653] ppid=2647 vsize=695112 CPUtime=312.89
/proc/2649/task/2653/stat : 2653 (gnovelty+) R 2647 2649 24979 0 -1 4202560 466 0 0 0 2020 29269 0 0 20 0 16 0 559795396 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=2649/tid=2654] ppid=2647 vsize=695112 CPUtime=312.83
/proc/2649/task/2654/stat : 2654 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 1900 29383 0 0 20 0 16 0 559795396 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=2649/tid=2655] ppid=2647 vsize=695112 CPUtime=312.9
/proc/2649/task/2655/stat : 2655 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 1904 29386 0 0 20 0 16 0 559795396 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=2649/tid=2656] ppid=2647 vsize=695112 CPUtime=313.06
/proc/2649/task/2656/stat : 2656 (gnovelty+) R 2647 2649 24979 0 -1 4202560 463 0 0 0 1962 29344 0 0 20 0 16 0 559795396 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=2649/tid=2657] ppid=2647 vsize=695112 CPUtime=313.38
/proc/2649/task/2657/stat : 2657 (gnovelty+) R 2647 2649 24979 0 -1 4202560 466 0 0 0 2138 29200 0 0 20 0 16 0 559795397 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=2649/tid=2658] ppid=2647 vsize=695112 CPUtime=312.79
/proc/2649/task/2658/stat : 2658 (gnovelty+) R 2647 2649 24979 0 -1 4202560 467 0 0 0 2008 29271 0 0 20 0 16 0 559795397 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=2649/tid=2659] ppid=2647 vsize=695112 CPUtime=312.79
/proc/2649/task/2659/stat : 2659 (gnovelty+) R 2647 2649 24979 0 -1 4202560 465 0 0 0 1846 29433 0 0 20 0 16 0 559795398 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=2649/tid=2660] ppid=2647 vsize=695112 CPUtime=307.01
/proc/2649/task/2660/stat : 2660 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 1948 28753 0 0 20 0 16 0 559795399 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=2649/tid=2661] ppid=2647 vsize=695112 CPUtime=313.01
/proc/2649/task/2661/stat : 2661 (gnovelty+) R 2647 2649 24979 0 -1 4202560 465 0 0 0 1972 29329 0 0 20 0 16 0 559795400 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=2649/tid=2662] ppid=2647 vsize=695112 CPUtime=313.09
/proc/2649/task/2662/stat : 2662 (gnovelty+) R 2647 2649 24979 0 -1 4202560 465 0 0 0 1972 29337 0 0 20 0 16 0 559795402 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=2649/tid=2663] ppid=2647 vsize=695112 CPUtime=312.86
/proc/2649/task/2663/stat : 2663 (gnovelty+) R 2647 2649 24979 0 -1 4202560 466 0 0 0 1854 29432 0 0 20 0 16 0 559795403 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=2649/tid=2664] ppid=2647 vsize=695112 CPUtime=312
/proc/2649/task/2664/stat : 2664 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 1948 29252 0 0 20 0 16 0 559795405 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=2649/tid=2665] ppid=2647 vsize=695112 CPUtime=313.01
/proc/2649/task/2665/stat : 2665 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 1962 29339 0 0 20 0 16 0 559795407 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 5000.88
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

[startup+318.104 s]
/proc/loadavg: 15.73 15.82 15.81 17/205 2675
/proc/meminfo: memFree=19175784/36427776 swapFree=6568/127076
[pid=2649] ppid=2647 vsize=695112 CPUtime=5000.88
/proc/2649/stat : 2649 (gnovelty+) R 2647 2649 24979 0 -1 4202496 28274 0 0 0 31326 468762 0 0 20 0 16 0 559795358 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/2649/statm: 173778 28229 103 286 0 173490 0
[pid=2649/tid=2651] ppid=2647 vsize=695112 CPUtime=312.98
/proc/2649/task/2651/stat : 2651 (gnovelty+) R 2647 2649 24979 0 -1 4202560 451 0 0 0 1972 29326 0 0 20 0 16 0 559795396 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=2649/tid=2652] ppid=2647 vsize=695112 CPUtime=313.02
/proc/2649/task/2652/stat : 2652 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 1936 29366 0 0 20 0 16 0 559795396 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=2649/tid=2653] ppid=2647 vsize=695112 CPUtime=312.89
/proc/2649/task/2653/stat : 2653 (gnovelty+) R 2647 2649 24979 0 -1 4202560 466 0 0 0 2020 29269 0 0 20 0 16 0 559795396 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=2649/tid=2654] ppid=2647 vsize=695112 CPUtime=312.83
/proc/2649/task/2654/stat : 2654 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 1900 29383 0 0 20 0 16 0 559795396 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=2649/tid=2655] ppid=2647 vsize=695112 CPUtime=312.9
/proc/2649/task/2655/stat : 2655 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 1904 29386 0 0 20 0 16 0 559795396 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=2649/tid=2656] ppid=2647 vsize=695112 CPUtime=313.06
/proc/2649/task/2656/stat : 2656 (gnovelty+) R 2647 2649 24979 0 -1 4202560 463 0 0 0 1962 29344 0 0 20 0 16 0 559795396 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=2649/tid=2657] ppid=2647 vsize=695112 CPUtime=313.38
/proc/2649/task/2657/stat : 2657 (gnovelty+) R 2647 2649 24979 0 -1 4202560 466 0 0 0 2138 29200 0 0 20 0 16 0 559795397 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=2649/tid=2658] ppid=2647 vsize=695112 CPUtime=312.79
/proc/2649/task/2658/stat : 2658 (gnovelty+) R 2647 2649 24979 0 -1 4202560 467 0 0 0 2008 29271 0 0 20 0 16 0 559795397 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=2649/tid=2659] ppid=2647 vsize=695112 CPUtime=312.79
/proc/2649/task/2659/stat : 2659 (gnovelty+) R 2647 2649 24979 0 -1 4202560 465 0 0 0 1846 29433 0 0 20 0 16 0 559795398 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=2649/tid=2660] ppid=2647 vsize=695112 CPUtime=307.01
/proc/2649/task/2660/stat : 2660 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 1948 28753 0 0 20 0 16 0 559795399 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=2649/tid=2661] ppid=2647 vsize=695112 CPUtime=313.01
/proc/2649/task/2661/stat : 2661 (gnovelty+) R 2647 2649 24979 0 -1 4202560 465 0 0 0 1972 29329 0 0 20 0 16 0 559795400 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=2649/tid=2662] ppid=2647 vsize=695112 CPUtime=313.09
/proc/2649/task/2662/stat : 2662 (gnovelty+) R 2647 2649 24979 0 -1 4202560 465 0 0 0 1972 29337 0 0 20 0 16 0 559795402 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=2649/tid=2663] ppid=2647 vsize=695112 CPUtime=312.86
/proc/2649/task/2663/stat : 2663 (gnovelty+) R 2647 2649 24979 0 -1 4202560 466 0 0 0 1854 29432 0 0 20 0 16 0 559795403 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=2649/tid=2664] ppid=2647 vsize=695112 CPUtime=312
/proc/2649/task/2664/stat : 2664 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 1948 29252 0 0 20 0 16 0 559795405 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=2649/tid=2665] ppid=2647 vsize=695112 CPUtime=313.01
/proc/2649/task/2665/stat : 2665 (gnovelty+) R 2647 2649 24979 0 -1 4202560 464 0 0 0 1962 29339 0 0 20 0 16 0 559795407 711794688 28229 18446744073709551615 134512640 135680988 4287221632 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 5000.88
Current children cumulated vsize (KiB) 695112

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2649 and gives
#  childrusage.ru_utime.tv_sec=303
#  childrusage.ru_utime.tv_usec=982997
#  childrusage.ru_stime.tv_sec=4549
#  childrusage.ru_stime.tv_usec=620333
# CPU time returned by wait4() is 4853.6
# while last known CPU time is 5000.88
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 318.138
CPU time (s): 5000.88
CPU user time (s): 313.26
CPU system time (s): 4687.62
CPU usage (%): 1571.92
Max. virtual memory (cumulated for all children) (KiB): 695112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 303.983
system time used= 4549.62
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28274
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= 278042
involuntary context switches= 11951

runsolver used 1.6401 second user time and 5.42834 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-03 06:54:50
IDJOB=1777428
IDBENCH=70324
IDSOLVER=619
FILE ID=xenhost3-49/1777428-1244004890
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-S1339275181-076.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1777428-1244004890/watcher-1777428-1244004890 -o /tmp/evaluation-result-1777428-1244004890/solver-1777428-1244004890 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1777428-1244004890.cnf 579725114 16

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

MD5SUM BENCH= 0d3fcd560d811748824b45b279f18880
RANDOM SEED= 579725114

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:      19290040 kB
Buffers:        394952 kB
Cached:       14004800 kB
SwapCached:          0 kB
Active:        3075796 kB
Inactive:     11336992 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            2012 kB
Writeback:           0 kB
AnonPages:       12716 kB
Mapped:           5240 kB
Slab:           670992 kB
SReclaimable:   644920 kB
SUnreclaim:      26072 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    37904 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:00:10