Trace number 1777107

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
gNovelty+-T 2009-03-22 (16 threads)? (TO) 5000.3 471.428

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/900/
unif-k5-r20-v900-c18000-S1253795703-015.cnf
MD5SUM17b09148dbc69a552ff183cd5c8f891a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1974.96
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of clauses18000
Sum of the clauses size90000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 518000
Number of clauses of size over 50

Solver Data

0.08/0.13	c +------------------------------+
0.08/0.13	c | gNovelty+, version 1.0       |
0.08/0.13	c +------------------------------+
0.08/0.13	c gnovelty+ -h for help
0.08/0.13	c 

Verifier Data

sh: BIN/SAT-verifier: No such file or directory

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1777107-1243972891/watcher-1777107-1243972891 -o /tmp/evaluation-result-1777107-1243972891/solver-1777107-1243972891 -C 5000 -W 1000 -M 2047 HOME/gnovelty+ HOME/instance-1777107-1243972891.cnf 368696310 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.84 15.85 15.80 2/189 28619
/proc/meminfo: memFree=19294092/36427776 swapFree=5492/11852
[pid=28619] ppid=28617 vsize=509232 CPUtime=0
/proc/28619/stat : 28619 (gnovelty+) R 28617 28619 24979 0 -1 4202496 2488 0 0 0 0 0 0 0 20 0 1 0 556595467 521453568 2446 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134537167 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/28619/statm: 127308 2452 99 286 0 127020 0

[startup+0.071684 s]
/proc/loadavg: 15.84 15.85 15.80 2/189 28619
/proc/meminfo: memFree=19294092/36427776 swapFree=5492/11852
[pid=28619] ppid=28617 vsize=517044 CPUtime=0.06
/proc/28619/stat : 28619 (gnovelty+) R 28617 28619 24979 0 -1 4202496 11056 0 0 0 2 4 0 0 20 0 1 0 556595467 529453056 11012 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134537905 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/28619/statm: 129261 11024 99 286 0 128973 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 517044

[startup+0.1037 s]
/proc/loadavg: 15.84 15.85 15.80 2/189 28619
/proc/meminfo: memFree=19294092/36427776 swapFree=5492/11852
[pid=28619] ppid=28617 vsize=517044 CPUtime=0.08
/proc/28619/stat : 28619 (gnovelty+) R 28617 28619 24979 0 -1 4202496 15906 0 0 0 4 4 0 0 20 0 1 0 556595467 529453056 15862 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134537842 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/28619/statm: 129261 15866 99 286 0 128973 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 517044

[startup+0.303878 s]
/proc/loadavg: 15.84 15.85 15.80 2/189 28619
/proc/meminfo: memFree=19294092/36427776 swapFree=5492/11852
[pid=28619] ppid=28617 vsize=666128 CPUtime=2.16
/proc/28619/stat : 28619 (gnovelty+) R 28617 28619 24979 0 -1 4202496 22081 0 0 0 10 206 0 0 20 0 16 0 556595467 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 18446744073709551615 0 0 17 13 0 0 0 0 0
/proc/28619/statm: 166532 22037 103 286 0 166244 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 666128

[startup+0.703418 s]
/proc/loadavg: 15.84 15.85 15.80 2/189 28619
/proc/meminfo: memFree=19294092/36427776 swapFree=5492/11852
[pid=28619] ppid=28617 vsize=666128 CPUtime=7.77
/proc/28619/stat : 28619 (gnovelty+) R 28617 28619 24979 0 -1 4202496 22081 0 0 0 36 741 0 0 20 0 16 0 556595467 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 13 0 0 0 0 0
/proc/28619/statm: 166532 22037 103 286 0 166244 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 666128

[startup+1.50391 s]
/proc/loadavg: 15.84 15.85 15.80 17/205 28635
/proc/meminfo: memFree=19207816/36427776 swapFree=6472/100364
[pid=28619] ppid=28617 vsize=666128 CPUtime=18.76
/proc/28619/stat : 28619 (gnovelty+) R 28617 28619 24979 0 -1 4202496 22081 0 0 0 108 1768 0 0 20 0 16 0 556595467 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 18446744073709551615 0 0 17 13 0 0 0 0 0
/proc/28619/statm: 166532 22037 103 286 0 166244 0
[pid=28619/tid=28621] ppid=28617 vsize=666128 CPUtime=1.32
/proc/28619/task/28621/stat : 28621 (gnovelty+) R 28617 28619 24979 0 -1 4202560 98 0 0 0 2 130 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=28619/tid=28622] ppid=28617 vsize=666128 CPUtime=1.32
/proc/28619/task/28622/stat : 28622 (gnovelty+) R 28617 28619 24979 0 -1 4202560 102 0 0 0 4 128 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=28619/tid=28623] ppid=28617 vsize=666128 CPUtime=1.32
/proc/28619/task/28623/stat : 28623 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 8 124 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=28619/tid=28624] ppid=28617 vsize=666128 CPUtime=1.32
/proc/28619/task/28624/stat : 28624 (gnovelty+) R 28617 28619 24979 0 -1 4202560 100 0 0 0 6 126 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28625] ppid=28617 vsize=666128 CPUtime=1.34
/proc/28619/task/28625/stat : 28625 (gnovelty+) R 28617 28619 24979 0 -1 4202560 100 0 0 0 8 126 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=28619/tid=28626] ppid=28617 vsize=666128 CPUtime=0.62
/proc/28619/task/28626/stat : 28626 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 2 60 0 0 20 0 16 0 556595482 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=28619/tid=28627] ppid=28617 vsize=666128 CPUtime=1.32
/proc/28619/task/28627/stat : 28627 (gnovelty+) R 28617 28619 24979 0 -1 4202560 100 0 0 0 10 122 0 0 20 0 16 0 556595482 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=28619/tid=28628] ppid=28617 vsize=666128 CPUtime=1.32
/proc/28619/task/28628/stat : 28628 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 6 126 0 0 20 0 16 0 556595482 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=28619/tid=28629] ppid=28617 vsize=666128 CPUtime=1.32
/proc/28619/task/28629/stat : 28629 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 8 124 0 0 20 0 16 0 556595482 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28630] ppid=28617 vsize=666128 CPUtime=1.32
/proc/28619/task/28630/stat : 28630 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 10 122 0 0 20 0 16 0 556595483 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=28619/tid=28631] ppid=28617 vsize=666128 CPUtime=1.3
/proc/28619/task/28631/stat : 28631 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 0 130 0 0 20 0 16 0 556595483 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=28619/tid=28632] ppid=28617 vsize=666128 CPUtime=1.3
/proc/28619/task/28632/stat : 28632 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 10 120 0 0 20 0 16 0 556595483 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=28619/tid=28633] ppid=28617 vsize=666128 CPUtime=1.3
/proc/28619/task/28633/stat : 28633 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 6 124 0 0 20 0 16 0 556595483 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=28619/tid=28634] ppid=28617 vsize=666128 CPUtime=0.72
/proc/28619/task/28634/stat : 28634 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 2 70 0 0 20 0 16 0 556595484 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=28619/tid=28635] ppid=28617 vsize=666128 CPUtime=0.66
/proc/28619/task/28635/stat : 28635 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 6 60 0 0 20 0 16 0 556595485 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 18.76
Current children cumulated vsize (KiB) 666128

[startup+3.10424 s]
/proc/loadavg: 15.69 15.82 15.79 17/205 28635
/proc/meminfo: memFree=19207076/36427776 swapFree=6568/101452
[pid=28619] ppid=28617 vsize=666128 CPUtime=40.78
/proc/28619/stat : 28619 (gnovelty+) R 28617 28619 24979 0 -1 4202496 22081 0 0 0 259 3819 0 0 20 0 16 0 556595467 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 13 0 0 0 0 0
/proc/28619/statm: 166532 22037 103 286 0 166244 0
[pid=28619/tid=28621] ppid=28617 vsize=666128 CPUtime=2.9
/proc/28619/task/28621/stat : 28621 (gnovelty+) R 28617 28619 24979 0 -1 4202560 98 0 0 0 14 276 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=28619/tid=28622] ppid=28617 vsize=666128 CPUtime=2.9
/proc/28619/task/28622/stat : 28622 (gnovelty+) R 28617 28619 24979 0 -1 4202560 102 0 0 0 14 276 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=28619/tid=28623] ppid=28617 vsize=666128 CPUtime=2.9
/proc/28619/task/28623/stat : 28623 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 16 274 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=28619/tid=28624] ppid=28617 vsize=666128 CPUtime=2.9
/proc/28619/task/28624/stat : 28624 (gnovelty+) R 28617 28619 24979 0 -1 4202560 100 0 0 0 16 274 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28625] ppid=28617 vsize=666128 CPUtime=2.9
/proc/28619/task/28625/stat : 28625 (gnovelty+) R 28617 28619 24979 0 -1 4202560 100 0 0 0 16 274 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=28619/tid=28626] ppid=28617 vsize=666128 CPUtime=1.44
/proc/28619/task/28626/stat : 28626 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 8 136 0 0 20 0 16 0 556595482 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=28619/tid=28627] ppid=28617 vsize=666128 CPUtime=2.88
/proc/28619/task/28627/stat : 28627 (gnovelty+) R 28617 28619 24979 0 -1 4202560 100 0 0 0 20 268 0 0 20 0 16 0 556595482 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=28619/tid=28628] ppid=28617 vsize=666128 CPUtime=2.9
/proc/28619/task/28628/stat : 28628 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 18 272 0 0 20 0 16 0 556595482 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=28619/tid=28629] ppid=28617 vsize=666128 CPUtime=2.88
/proc/28619/task/28629/stat : 28629 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 14 274 0 0 20 0 16 0 556595482 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28630] ppid=28617 vsize=666128 CPUtime=2.88
/proc/28619/task/28630/stat : 28630 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 24 264 0 0 20 0 16 0 556595483 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=28619/tid=28631] ppid=28617 vsize=666128 CPUtime=2.88
/proc/28619/task/28631/stat : 28631 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 16 272 0 0 20 0 16 0 556595483 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=28619/tid=28632] ppid=28617 vsize=666128 CPUtime=2.84
/proc/28619/task/28632/stat : 28632 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 18 266 0 0 20 0 16 0 556595483 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=28619/tid=28633] ppid=28617 vsize=666128 CPUtime=2.88
/proc/28619/task/28633/stat : 28633 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 18 270 0 0 20 0 16 0 556595483 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=28619/tid=28634] ppid=28617 vsize=666128 CPUtime=1.52
/proc/28619/task/28634/stat : 28634 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 12 140 0 0 20 0 16 0 556595484 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=28619/tid=28635] ppid=28617 vsize=666128 CPUtime=1.48
/proc/28619/task/28635/stat : 28635 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 10 138 0 0 20 0 16 0 556595485 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 40.78
Current children cumulated vsize (KiB) 666128

[startup+6.30398 s]
/proc/loadavg: 15.69 15.82 15.79 17/205 28635
/proc/meminfo: memFree=19206836/36427776 swapFree=6568/101684
[pid=28619] ppid=28617 vsize=666128 CPUtime=84.84
/proc/28619/stat : 28619 (gnovelty+) R 28617 28619 24979 0 -1 4202496 22081 0 0 0 584 7900 0 0 20 0 16 0 556595467 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/28619/statm: 166532 22037 103 286 0 166244 0
[pid=28619/tid=28621] ppid=28617 vsize=666128 CPUtime=6.06
/proc/28619/task/28621/stat : 28621 (gnovelty+) R 28617 28619 24979 0 -1 4202560 98 0 0 0 36 570 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=28619/tid=28622] ppid=28617 vsize=666128 CPUtime=6.04
/proc/28619/task/28622/stat : 28622 (gnovelty+) R 28617 28619 24979 0 -1 4202560 102 0 0 0 34 570 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=28619/tid=28623] ppid=28617 vsize=666128 CPUtime=6.04
/proc/28619/task/28623/stat : 28623 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 46 558 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=28619/tid=28624] ppid=28617 vsize=666128 CPUtime=6.02
/proc/28619/task/28624/stat : 28624 (gnovelty+) R 28617 28619 24979 0 -1 4202560 100 0 0 0 44 558 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28625] ppid=28617 vsize=666128 CPUtime=6.04
/proc/28619/task/28625/stat : 28625 (gnovelty+) R 28617 28619 24979 0 -1 4202560 100 0 0 0 34 570 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=28619/tid=28626] ppid=28617 vsize=666128 CPUtime=3.04
/proc/28619/task/28626/stat : 28626 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 18 286 0 0 20 0 16 0 556595482 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=28619/tid=28627] ppid=28617 vsize=666128 CPUtime=6.04
/proc/28619/task/28627/stat : 28627 (gnovelty+) R 28617 28619 24979 0 -1 4202560 100 0 0 0 42 562 0 0 20 0 16 0 556595482 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=28619/tid=28628] ppid=28617 vsize=666128 CPUtime=6.04
/proc/28619/task/28628/stat : 28628 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 42 562 0 0 20 0 16 0 556595482 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=28619/tid=28629] ppid=28617 vsize=666128 CPUtime=6.04
/proc/28619/task/28629/stat : 28629 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 34 570 0 0 20 0 16 0 556595482 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28630] ppid=28617 vsize=666128 CPUtime=6.02
/proc/28619/task/28630/stat : 28630 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 38 564 0 0 20 0 16 0 556595483 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=28619/tid=28631] ppid=28617 vsize=666128 CPUtime=6.02
/proc/28619/task/28631/stat : 28631 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 42 560 0 0 20 0 16 0 556595483 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=28619/tid=28632] ppid=28617 vsize=666128 CPUtime=5.9
/proc/28619/task/28632/stat : 28632 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 34 556 0 0 20 0 16 0 556595483 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134534576 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=28619/tid=28633] ppid=28617 vsize=666128 CPUtime=5.98
/proc/28619/task/28633/stat : 28633 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 40 558 0 0 20 0 16 0 556595483 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=28619/tid=28634] ppid=28617 vsize=666128 CPUtime=3.12
/proc/28619/task/28634/stat : 28634 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 30 282 0 0 20 0 16 0 556595484 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=28619/tid=28635] ppid=28617 vsize=666128 CPUtime=3.12
/proc/28619/task/28635/stat : 28635 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 26 286 0 0 20 0 16 0 556595485 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 84.84
Current children cumulated vsize (KiB) 666128

[startup+12.706 s]
/proc/loadavg: 15.74 15.83 15.79 17/205 28635
/proc/meminfo: memFree=19206356/36427776 swapFree=6568/102144
[pid=28619] ppid=28617 vsize=666128 CPUtime=174.38
/proc/28619/stat : 28619 (gnovelty+) R 28617 28619 24979 0 -1 4202496 22081 0 0 0 1171 16267 0 0 20 0 16 0 556595467 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/28619/statm: 166532 22037 103 286 0 166244 0
[pid=28619/tid=28621] ppid=28617 vsize=666128 CPUtime=12.36
/proc/28619/task/28621/stat : 28621 (gnovelty+) R 28617 28619 24979 0 -1 4202560 98 0 0 0 82 1154 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=28619/tid=28622] ppid=28617 vsize=666128 CPUtime=12.34
/proc/28619/task/28622/stat : 28622 (gnovelty+) R 28617 28619 24979 0 -1 4202560 102 0 0 0 72 1162 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=28619/tid=28623] ppid=28617 vsize=666128 CPUtime=12.32
/proc/28619/task/28623/stat : 28623 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 88 1144 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=28619/tid=28624] ppid=28617 vsize=666128 CPUtime=12.3
/proc/28619/task/28624/stat : 28624 (gnovelty+) R 28617 28619 24979 0 -1 4202560 100 0 0 0 94 1136 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28625] ppid=28617 vsize=666128 CPUtime=12.34
/proc/28619/task/28625/stat : 28625 (gnovelty+) R 28617 28619 24979 0 -1 4202560 100 0 0 0 72 1162 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=28619/tid=28626] ppid=28617 vsize=666128 CPUtime=6.28
/proc/28619/task/28626/stat : 28626 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 42 586 0 0 20 0 16 0 556595482 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=28619/tid=28627] ppid=28617 vsize=666128 CPUtime=12.32
/proc/28619/task/28627/stat : 28627 (gnovelty+) R 28617 28619 24979 0 -1 4202560 100 0 0 0 88 1144 0 0 20 0 16 0 556595482 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=28619/tid=28628] ppid=28617 vsize=666128 CPUtime=12.32
/proc/28619/task/28628/stat : 28628 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 70 1162 0 0 20 0 16 0 556595482 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=28619/tid=28629] ppid=28617 vsize=666128 CPUtime=12.32
/proc/28619/task/28629/stat : 28629 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 72 1160 0 0 20 0 16 0 556595482 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28630] ppid=28617 vsize=666128 CPUtime=9.3
/proc/28619/task/28630/stat : 28630 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 60 870 0 0 20 0 16 0 556595483 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=28619/tid=28631] ppid=28617 vsize=666128 CPUtime=12.3
/proc/28619/task/28631/stat : 28631 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 94 1136 0 0 20 0 16 0 556595483 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 9 0 0 0 0 0

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

[pid=28619/tid=28622] ppid=28617 vsize=666128 CPUtime=242.45
/proc/28619/task/28622/stat : 28622 (gnovelty+) R 28617 28619 24979 0 -1 4202560 102 0 0 0 1934 22311 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=28619/tid=28623] ppid=28617 vsize=666128 CPUtime=251.31
/proc/28619/task/28623/stat : 28623 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 1990 23141 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=28619/tid=28624] ppid=28617 vsize=666128 CPUtime=250.47
/proc/28619/task/28624/stat : 28624 (gnovelty+) R 28617 28619 24979 0 -1 4202560 100 0 0 0 2066 22981 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=28619/tid=28625] ppid=28617 vsize=666128 CPUtime=236.16
/proc/28619/task/28625/stat : 28625 (gnovelty+) R 28617 28619 24979 0 -1 4202560 100 0 0 0 1940 21676 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28626] ppid=28617 vsize=666128 CPUtime=241.64
/proc/28619/task/28626/stat : 28626 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 1940 22224 0 0 20 0 16 0 556595482 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=28619/tid=28627] ppid=28617 vsize=666128 CPUtime=226.85
/proc/28619/task/28627/stat : 28627 (gnovelty+) R 28617 28619 24979 0 -1 4202560 100 0 0 0 1838 20847 0 0 20 0 16 0 556595482 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=28619/tid=28628] ppid=28617 vsize=666128 CPUtime=233.19
/proc/28619/task/28628/stat : 28628 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 1926 21393 0 0 20 0 16 0 556595482 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28629] ppid=28617 vsize=666128 CPUtime=232.93
/proc/28619/task/28629/stat : 28629 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 1902 21391 0 0 20 0 16 0 556595482 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=28619/tid=28630] ppid=28617 vsize=666128 CPUtime=228.27
/proc/28619/task/28630/stat : 28630 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 1890 20937 0 0 20 0 16 0 556595483 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=28619/tid=28631] ppid=28617 vsize=666128 CPUtime=243.84
/proc/28619/task/28631/stat : 28631 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 2018 22366 0 0 20 0 16 0 556595483 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=28619/tid=28632] ppid=28617 vsize=666128 CPUtime=234.7
/proc/28619/task/28632/stat : 28632 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 1956 21514 0 0 20 0 16 0 556595483 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=28619/tid=28633] ppid=28617 vsize=666128 CPUtime=248.36
/proc/28619/task/28633/stat : 28633 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 2044 22792 0 0 20 0 16 0 556595483 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=28619/tid=28634] ppid=28617 vsize=666128 CPUtime=237.69
/proc/28619/task/28634/stat : 28634 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 1948 21821 0 0 20 0 16 0 556595484 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=28619/tid=28635] ppid=28617 vsize=666128 CPUtime=259.19
/proc/28619/task/28635/stat : 28635 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 2124 23795 0 0 20 0 16 0 556595485 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 3878.4
Current children cumulated vsize (KiB) 666128

[startup+402.303 s]
/proc/loadavg: 15.60 15.74 15.77 16/205 28640
/proc/meminfo: memFree=19205040/36427776 swapFree=6568/102412
[pid=28619] ppid=28617 vsize=666128 CPUtime=4391.39
/proc/28619/stat : 28619 (gnovelty+) R 28617 28619 24979 0 -1 4202496 22081 0 0 0 37068 402071 0 0 20 0 16 0 556595467 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 11 0 0 0 0 0
/proc/28619/statm: 166532 22037 103 286 0 166244 0
[pid=28619/tid=28621] ppid=28617 vsize=666128 CPUtime=294.7
/proc/28619/task/28621/stat : 28621 (gnovelty+) R 28617 28619 24979 0 -1 4202560 98 0 0 0 2406 27064 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=28619/tid=28622] ppid=28617 vsize=666128 CPUtime=274.61
/proc/28619/task/28622/stat : 28622 (gnovelty+) R 28617 28619 24979 0 -1 4202560 102 0 0 0 2282 25179 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=28619/tid=28623] ppid=28617 vsize=666128 CPUtime=285.18
/proc/28619/task/28623/stat : 28623 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 2344 26174 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=28619/tid=28624] ppid=28617 vsize=666128 CPUtime=282.74
/proc/28619/task/28624/stat : 28624 (gnovelty+) R 28617 28619 24979 0 -1 4202560 100 0 0 0 2398 25876 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=28619/tid=28625] ppid=28617 vsize=666128 CPUtime=269.2
/proc/28619/task/28625/stat : 28625 (gnovelty+) R 28617 28619 24979 0 -1 4202560 100 0 0 0 2294 24626 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=28619/tid=28626] ppid=28617 vsize=666128 CPUtime=274.71
/proc/28619/task/28626/stat : 28626 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 2276 25195 0 0 20 0 16 0 556595482 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=28619/tid=28627] ppid=28617 vsize=666128 CPUtime=260.76
/proc/28619/task/28627/stat : 28627 (gnovelty+) R 28617 28619 24979 0 -1 4202560 100 0 0 0 2180 23896 0 0 20 0 16 0 556595482 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=28619/tid=28628] ppid=28617 vsize=666128 CPUtime=264.41
/proc/28619/task/28628/stat : 28628 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 2226 24215 0 0 20 0 16 0 556595482 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=28619/tid=28629] ppid=28617 vsize=666128 CPUtime=262.94
/proc/28619/task/28629/stat : 28629 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 2240 24054 0 0 20 0 16 0 556595482 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=28619/tid=28630] ppid=28617 vsize=666128 CPUtime=260.12
/proc/28619/task/28630/stat : 28630 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 2232 23780 0 0 20 0 16 0 556595483 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=28619/tid=28631] ppid=28617 vsize=666128 CPUtime=274.33
/proc/28619/task/28631/stat : 28631 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 2380 25053 0 0 20 0 16 0 556595483 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=28619/tid=28632] ppid=28617 vsize=666128 CPUtime=265.59
/proc/28619/task/28632/stat : 28632 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 2294 24265 0 0 20 0 16 0 556595483 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=28619/tid=28633] ppid=28617 vsize=666128 CPUtime=278.95
/proc/28619/task/28633/stat : 28633 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 2354 25541 0 0 20 0 16 0 556595483 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=28619/tid=28634] ppid=28617 vsize=666128 CPUtime=267.7
/proc/28619/task/28634/stat : 28634 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 2270 24500 0 0 20 0 16 0 556595484 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=28619/tid=28635] ppid=28617 vsize=666128 CPUtime=293.1
/proc/28619/task/28635/stat : 28635 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 2468 26842 0 0 20 0 16 0 556595485 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 4391.39
Current children cumulated vsize (KiB) 666128

[startup+462.304 s]
/proc/loadavg: 15.71 15.74 15.77 15/205 28640
/proc/meminfo: memFree=19205040/36427776 swapFree=6568/102420
[pid=28619] ppid=28617 vsize=666128 CPUtime=4923.21
/proc/28619/stat : 28619 (gnovelty+) R 28617 28619 24979 0 -1 4202496 22081 0 0 0 42327 449994 0 0 20 0 16 0 556595467 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28619/statm: 166532 22037 103 286 0 166244 0
[pid=28619/tid=28621] ppid=28617 vsize=666128 CPUtime=325.51
/proc/28619/task/28621/stat : 28621 (gnovelty+) R 28617 28619 24979 0 -1 4202560 98 0 0 0 2724 29827 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=28619/tid=28622] ppid=28617 vsize=666128 CPUtime=308.04
/proc/28619/task/28622/stat : 28622 (gnovelty+) R 28617 28619 24979 0 -1 4202560 102 0 0 0 2614 28190 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=28619/tid=28623] ppid=28617 vsize=666128 CPUtime=321.99
/proc/28619/task/28623/stat : 28623 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 2696 29503 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=28619/tid=28624] ppid=28617 vsize=666128 CPUtime=321.36
/proc/28619/task/28624/stat : 28624 (gnovelty+) R 28617 28619 24979 0 -1 4202560 100 0 0 0 2772 29364 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=28619/tid=28625] ppid=28617 vsize=666128 CPUtime=299.18
/proc/28619/task/28625/stat : 28625 (gnovelty+) R 28617 28619 24979 0 -1 4202560 100 0 0 0 2600 27318 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=28619/tid=28626] ppid=28617 vsize=666128 CPUtime=308.34
/proc/28619/task/28626/stat : 28626 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 2586 28248 0 0 20 0 16 0 556595482 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=28619/tid=28627] ppid=28617 vsize=666128 CPUtime=292.69
/proc/28619/task/28627/stat : 28627 (gnovelty+) R 28617 28619 24979 0 -1 4202560 100 0 0 0 2490 26779 0 0 20 0 16 0 556595482 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=28619/tid=28628] ppid=28617 vsize=666128 CPUtime=297.25
/proc/28619/task/28628/stat : 28628 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 2544 27181 0 0 20 0 16 0 556595482 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=28619/tid=28629] ppid=28617 vsize=666128 CPUtime=297.12
/proc/28619/task/28629/stat : 28629 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 2584 27128 0 0 20 0 16 0 556595482 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=28619/tid=28630] ppid=28617 vsize=666128 CPUtime=290.92
/proc/28619/task/28630/stat : 28630 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 2566 26526 0 0 20 0 16 0 556595483 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=28619/tid=28631] ppid=28617 vsize=666128 CPUtime=306
/proc/28619/task/28631/stat : 28631 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 2710 27890 0 0 20 0 16 0 556595483 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=28619/tid=28632] ppid=28617 vsize=666128 CPUtime=299.75
/proc/28619/task/28632/stat : 28632 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 2622 27353 0 0 20 0 16 0 556595483 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=28619/tid=28633] ppid=28617 vsize=666128 CPUtime=312.28
/proc/28619/task/28633/stat : 28633 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 2690 28538 0 0 20 0 16 0 556595483 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=28619/tid=28634] ppid=28617 vsize=666128 CPUtime=299.12
/proc/28619/task/28634/stat : 28634 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 2576 27336 0 0 20 0 16 0 556595484 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=28619/tid=28635] ppid=28617 vsize=666128 CPUtime=327.4
/proc/28619/task/28635/stat : 28635 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 2788 29952 0 0 20 0 16 0 556595485 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 4923.21
Current children cumulated vsize (KiB) 666128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+471.401 s]
/proc/loadavg: 15.65 15.73 15.76 18/205 28640
/proc/meminfo: memFree=19204916/36427776 swapFree=6568/102412
[pid=28619] ppid=28617 vsize=666128 CPUtime=5000.3
/proc/28619/stat : 28619 (gnovelty+) R 28617 28619 24979 0 -1 4202496 22081 0 0 0 43184 456846 0 0 20 0 16 0 556595467 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/28619/statm: 166532 22037 103 286 0 166244 0
[pid=28619/tid=28621] ppid=28617 vsize=666128 CPUtime=330.05
/proc/28619/task/28621/stat : 28621 (gnovelty+) R 28617 28619 24979 0 -1 4202560 98 0 0 0 2778 30227 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=28619/tid=28622] ppid=28617 vsize=666128 CPUtime=312.6
/proc/28619/task/28622/stat : 28622 (gnovelty+) R 28617 28619 24979 0 -1 4202560 102 0 0 0 2666 28594 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=28619/tid=28623] ppid=28617 vsize=666128 CPUtime=326.57
/proc/28619/task/28623/stat : 28623 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 2750 29907 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=28619/tid=28624] ppid=28617 vsize=666128 CPUtime=325.9
/proc/28619/task/28624/stat : 28624 (gnovelty+) R 28617 28619 24979 0 -1 4202560 100 0 0 0 2822 29768 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=28619/tid=28625] ppid=28617 vsize=666128 CPUtime=303.72
/proc/28619/task/28625/stat : 28625 (gnovelty+) R 28617 28619 24979 0 -1 4202560 100 0 0 0 2658 27714 0 0 20 0 16 0 556595481 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=28619/tid=28626] ppid=28617 vsize=666128 CPUtime=312.89
/proc/28619/task/28626/stat : 28626 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 2638 28651 0 0 20 0 16 0 556595482 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=28619/tid=28627] ppid=28617 vsize=666128 CPUtime=297.2
/proc/28619/task/28627/stat : 28627 (gnovelty+) R 28617 28619 24979 0 -1 4202560 100 0 0 0 2530 27190 0 0 20 0 16 0 556595482 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=28619/tid=28628] ppid=28617 vsize=666128 CPUtime=301.8
/proc/28619/task/28628/stat : 28628 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 2612 27568 0 0 20 0 16 0 556595482 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=28619/tid=28629] ppid=28617 vsize=666128 CPUtime=301.65
/proc/28619/task/28629/stat : 28629 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 2638 27527 0 0 20 0 16 0 556595482 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=28619/tid=28630] ppid=28617 vsize=666128 CPUtime=295.48
/proc/28619/task/28630/stat : 28630 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 2620 26928 0 0 20 0 16 0 556595483 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=28619/tid=28631] ppid=28617 vsize=666128 CPUtime=312.14
/proc/28619/task/28631/stat : 28631 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 2772 28442 0 0 20 0 16 0 556595483 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=28619/tid=28632] ppid=28617 vsize=666128 CPUtime=304.3
/proc/28619/task/28632/stat : 28632 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 2670 27760 0 0 20 0 16 0 556595483 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=28619/tid=28633] ppid=28617 vsize=666128 CPUtime=319.07
/proc/28619/task/28633/stat : 28633 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 2754 29153 0 0 20 0 16 0 556595483 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957422 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=28619/tid=28634] ppid=28617 vsize=666128 CPUtime=304.18
/proc/28619/task/28634/stat : 28634 (gnovelty+) R 28617 28619 24979 0 -1 4202560 99 0 0 0 2626 27792 0 0 20 0 16 0 556595484 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=28619/tid=28635] ppid=28617 vsize=666128 CPUtime=331.95
/proc/28619/task/28635/stat : 28635 (gnovelty+) R 28617 28619 24979 0 -1 4202560 101 0 0 0 2838 30357 0 0 20 0 16 0 556595485 682115072 22037 18446744073709551615 134512640 135680988 4287889440 18446744073709551615 134957681 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 5000.3
Current children cumulated vsize (KiB) 666128

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 28619 and gives
#  childrusage.ru_utime.tv_sec=421
#  childrusage.ru_utime.tv_usec=118318
#  childrusage.ru_stime.tv_sec=4456
#  childrusage.ru_stime.tv_usec=298501
# CPU time returned by wait4() is 4877.42
# while last known CPU time is 5000.3
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 471.428
CPU time (s): 5000.3
CPU user time (s): 431.84
CPU system time (s): 4568.46
CPU usage (%): 1060.67
Max. virtual memory (cumulated for all children) (KiB): 666128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 421.118
system time used= 4456.3
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22081
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= 1722332
involuntary context switches= 66615

runsolver used 2.43215 second user time and 7.43246 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-02 22:01:31
IDJOB=1777107
IDBENCH=70217
IDSOLVER=619
FILE ID=xenhost3-49/1777107-1243972891
PBS_JOBID=
Free space on /tmp= 7137 MiB

SOLVER NAME= gNovelty+-T 2009-03-22 (16 threads)
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/900/unif-k5-r20-v900-c18000-S1253795703-015.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1777107-1243972891/watcher-1777107-1243972891 -o /tmp/evaluation-result-1777107-1243972891/solver-1777107-1243972891 -C 5000 -W 1000 -M 2047  HOME/gnovelty+ HOME/instance-1777107-1243972891.cnf 368696310 16

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

MD5SUM BENCH= 17b09148dbc69a552ff183cd5c8f891a
RANDOM SEED= 368696310

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:      19294536 kB
Buffers:        394360 kB
Cached:       14001880 kB
SwapCached:          0 kB
Active:        3076660 kB
Inactive:     11332072 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            1356 kB
Writeback:           0 kB
AnonPages:       11852 kB
Mapped:           5492 kB
Slab:           670380 kB
SReclaimable:   644236 kB
SUnreclaim:      26144 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    38144 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 7137 MiB
End job on xenhost3-49 at 2009-06-02 22:09:24