Trace number 3311231

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
STRUCTure 0.1 (hbr=2)? (TO) 4800.59 1203.59

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S837431592-027-UNKNOWN.cnf
MD5SUM3b045b7b4cbac0d258a07eda037c4299
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 variables2000
Number of clauses40000
Sum of the clauses size200000
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 540000
Number of clauses of size over 50

Solver Data

0.10/0.11	08:47 INFO : Reading from input HOME/instance-3311231-1304114927.cnf
0.72/0.51	Executor set job limit to 1000000
0.72/0.51	Executor set job limit to 1000000
0.72/0.51	Executor set job limit to 1000000
0.72/0.51	Executor set job limit to 1000000
0.72/0.51	Starting Executor!
0.72/0.51	Starting Executor!
0.72/0.51	Starting Executor!
0.72/0.51	Starting Executor!
2.44/1.20	08:48 INFO : 2000 variables remaining out of 2000
2.44/1.20	08:48 INFO : 240000 literals remaining out of 240000

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3311231-1304114927/watcher-3311231-1304114927 -o /tmp/evaluation-result-3311231-1304114927/solver-3311231-1304114927 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311231-1304114927.cnf -hbr 2 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.28 5.52 5.69 5/198 18630
/proc/meminfo: memFree=26951932/32950928 swapFree=67111448/67111528
[pid=18630] ppid=18628 vsize=24004 CPUtime=0 cores=1,3,5,7
/proc/18630/stat : 18630 (java) S 18628 18630 18155 0 -1 4202496 1384 0 0 0 0 0 0 0 25 0 2 0 523091400 24580096 863 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826042853 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18630/statm: 6001 863 660 9 0 381 0
[pid=18630/tid=18631] ppid=18628 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18631/stat : 18631 (java) R 18628 18630 18155 0 -1 4202560 52 0 0 0 0 0 0 0 25 0 2 0 523091401 26714112 881 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251814236165 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.046801 s]
/proc/loadavg: 6.28 5.52 5.69 5/198 18630
/proc/meminfo: memFree=26951932/32950928 swapFree=67111448/67111528
[pid=18630] ppid=18628 vsize=15674512 CPUtime=0.03 cores=1,3,5,7
/proc/18630/stat : 18630 (java) S 18628 18630 18155 0 -1 4202496 3954 0 1 0 3 0 0 0 25 0 18 0 523091400 16050700288 3393 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18630/statm: 3918628 3393 1719 9 0 3909376 0
[pid=18630/tid=18631] ppid=18628 vsize=15674512 CPUtime=0.03 cores=1,3,5,7
/proc/18630/task/18631/stat : 18631 (java) R 18628 18630 18155 0 -1 4202560 2535 0 1 0 3 0 0 0 25 0 18 0 523091401 16050700288 3393 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 47802285863809 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15674512

[startup+0.100793 s]
/proc/loadavg: 6.28 5.52 5.69 5/198 18630
/proc/meminfo: memFree=26951932/32950928 swapFree=67111448/67111528
[pid=18630] ppid=18628 vsize=15676228 CPUtime=0.1 cores=1,3,5,7
/proc/18630/stat : 18630 (java) S 18628 18630 18155 0 -1 4202496 5575 0 1 0 9 1 0 0 25 0 18 0 523091400 16052457472 5014 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18630/statm: 3919057 5015 2117 9 0 3909776 0
[pid=18630/tid=18631] ppid=18628 vsize=15676228 CPUtime=0.08 cores=1,3,5,7
/proc/18630/task/18631/stat : 18631 (java) R 18628 18630 18155 0 -1 4202560 3436 0 1 0 7 1 0 0 25 0 18 0 523091401 16052457472 5016 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 47802281664517 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676228

[startup+0.300762 s]
/proc/loadavg: 6.28 5.52 5.69 5/198 18630
/proc/meminfo: memFree=26951932/32950928 swapFree=67111448/67111528
[pid=18630] ppid=18628 vsize=15679928 CPUtime=0.51 cores=1,3,5,7
/proc/18630/stat : 18630 (java) S 18628 18630 18155 0 -1 4202496 16029 0 1 0 49 2 0 0 25 0 18 0 523091400 16056246272 14520 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18630/statm: 3919982 14527 2206 9 0 3910701 0
[pid=18630/tid=18631] ppid=18628 vsize=15679928 CPUtime=0.29 cores=1,3,5,7
/proc/18630/task/18631/stat : 18631 (java) R 18628 18630 18155 0 -1 4202560 10944 0 1 0 27 2 0 0 25 0 18 0 523091401 16056246272 14530 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 46912505639072 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15679928

[startup+0.700693 s]
/proc/loadavg: 6.28 5.52 5.69 5/198 18630
/proc/meminfo: memFree=26951932/32950928 swapFree=67111448/67111528
[pid=18630] ppid=18628 vsize=15695120 CPUtime=1.08 cores=1,3,5,7
/proc/18630/stat : 18630 (java) S 18628 18630 18155 0 -1 4202496 45431 0 1 0 102 6 0 0 25 0 22 0 523091400 16071802880 42294 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18630/statm: 3923780 42294 2251 9 0 3914499 0
[pid=18630/tid=18631] ppid=18628 vsize=15695120 CPUtime=0.68 cores=1,3,5,7
/proc/18630/task/18631/stat : 18631 (java) R 18628 18630 18155 0 -1 4202560 35608 0 1 0 63 5 0 0 25 0 22 0 523091401 16071802880 42294 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 46912505191189 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 15695120

[startup+1.50156 s]
/proc/loadavg: 6.18 5.51 5.68 8/220 18652
/proc/meminfo: memFree=26768856/32950928 swapFree=67111448/67111528
[pid=18630] ppid=18628 vsize=15714620 CPUtime=3.17 cores=1,3,5,7
/proc/18630/stat : 18630 (java) S 18628 18630 18155 0 -1 4202496 54760 0 1 0 310 7 0 0 25 0 22 0 523091400 16091770880 48491 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18630/statm: 3928655 48491 2274 9 0 3919374 0
[pid=18630/tid=18631] ppid=18628 vsize=15714620 CPUtime=1.18 cores=1,3,5,7
/proc/18630/task/18631/stat : 18631 (java) S 18628 18630 18155 0 -1 4202560 35668 0 1 0 113 5 0 0 25 0 22 0 523091401 16091770880 48491 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 1 0 0 0
[pid=18630/tid=18633] ppid=18628 vsize=15714620 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18633/stat : 18633 (java) S 18628 18630 18155 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523091401 16091770880 48491 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 7 0 0 0
[pid=18630/tid=18634] ppid=18628 vsize=15714620 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18634/stat : 18634 (java) S 18628 18630 18155 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523091401 16091770880 48491 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 7 0 0 0
[pid=18630/tid=18635] ppid=18628 vsize=15714620 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18635/stat : 18635 (java) S 18628 18630 18155 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523091401 16091770880 48491 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 7 0 0 0
[pid=18630/tid=18636] ppid=18628 vsize=15714620 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18636/stat : 18636 (java) S 18628 18630 18155 0 -1 4202560 11 0 0 0 0 0 0 0 21 0 22 0 523091401 16091770880 48491 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 1 0 0 0
[pid=18630/tid=18637] ppid=18628 vsize=15714620 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18637/stat : 18637 (java) S 18628 18630 18155 0 -1 4202560 353 0 0 0 0 0 0 0 21 0 22 0 523091401 16091770880 48491 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 3 0 0 0
[pid=18630/tid=18638] ppid=18628 vsize=15714620 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18638/stat : 18638 (java) S 18628 18630 18155 0 -1 4202560 40 0 0 0 0 0 0 0 21 0 22 0 523091401 16091770880 48491 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 7 0 0 0
[pid=18630/tid=18639] ppid=18628 vsize=15714620 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18639/stat : 18639 (java) S 18628 18630 18155 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523091401 16091770880 48491 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 1 0 0 0
[pid=18630/tid=18640] ppid=18628 vsize=15714620 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18640/stat : 18640 (java) S 18628 18630 18155 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523091401 16091770880 48491 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 1 0 0 0
[pid=18630/tid=18641] ppid=18628 vsize=15714620 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18641/stat : 18641 (java) S 18628 18630 18155 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 22 0 523091402 16091770880 48491 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056704 0 0 0 16800975 18446604470524611264 0 0 -1 3 0 0 0
[pid=18630/tid=18642] ppid=18628 vsize=15714620 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18642/stat : 18642 (java) S 18628 18630 18155 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 523091403 16091770880 48491 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 3 0 0 0
[pid=18630/tid=18643] ppid=18628 vsize=15714620 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18643/stat : 18643 (java) S 18628 18630 18155 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 523091403 16091770880 48491 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 5 0 0 0
[pid=18630/tid=18644] ppid=18628 vsize=15714620 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18644/stat : 18644 (java) S 18628 18630 18155 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523091405 16091770880 48491 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826063793 0 4 0 16800975 18446604470524611264 0 0 -1 3 0 0 0
[pid=18630/tid=18645] ppid=18628 vsize=15714620 CPUtime=0.88 cores=1,3,5,7
/proc/18630/task/18645/stat : 18645 (java) S 18628 18630 18155 0 -1 4202560 13012 0 0 0 88 0 0 0 25 0 22 0 523091405 16091770880 48491 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 3 0 0 0
[pid=18630/tid=18646] ppid=18628 vsize=15714620 CPUtime=0.67 cores=1,3,5,7
/proc/18630/task/18646/stat : 18646 (java) S 18628 18630 18155 0 -1 4202560 4220 0 0 0 67 0 0 0 21 0 22 0 523091405 16091770880 48491 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 3 0 0 0
[pid=18630/tid=18647] ppid=18628 vsize=15714620 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18647/stat : 18647 (java) S 18628 18630 18155 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523091405 16091770880 48491 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 1 0 0 0
[pid=18630/tid=18648] ppid=18628 vsize=15714620 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18648/stat : 18648 (java) S 18628 18630 18155 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523091405 16091770880 48491 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056704 0 4 0 16800975 18446604470524611264 0 0 -1 3 0 0 0
[pid=18630/tid=18649] ppid=18628 vsize=15714620 CPUtime=0.05 cores=1,3,5,7
/proc/18630/task/18649/stat : 18649 (java) S 18628 18630 18155 0 -1 4202560 19 0 0 0 5 0 0 0 17 0 22 0 523091452 16091770880 48491 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056704 0 4 0 16800975 18446604470524611264 0 0 -1 7 0 0 0
[pid=18630/tid=18650] ppid=18628 vsize=15714620 CPUtime=0.04 cores=1,3,5,7
/proc/18630/task/18650/stat : 18650 (java) R 18628 18630 18155 0 -1 4202560 18 0 0 0 4 0 0 0 16 0 22 0 523091452 16091770880 48491 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 46912505717254 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18630/tid=18651] ppid=18628 vsize=15714620 CPUtime=0.2 cores=1,3,5,7
/proc/18630/task/18651/stat : 18651 (java) R 18628 18630 18155 0 -1 4202560 9 0 0 0 20 0 0 0 18 0 22 0 523091452 16091770880 48491 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 46912505800240 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18630/tid=18652] ppid=18628 vsize=15714620 CPUtime=0.09 cores=1,3,5,7
/proc/18630/task/18652/stat : 18652 (java) R 18628 18630 18155 0 -1 4202560 8 0 0 0 9 0 0 0 17 0 22 0 523091452 16091770880 48491 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 46912505884062 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 15714620

[startup+3.1013 s]
/proc/loadavg: 6.18 5.51 5.68 10/220 18652
/proc/meminfo: memFree=26715524/32950928 swapFree=67111448/67111528
[pid=18630] ppid=18628 vsize=15714620 CPUtime=9.32 cores=1,3,5,7
/proc/18630/stat : 18630 (java) S 18628 18630 18155 0 -1 4202496 112889 0 1 0 915 17 0 0 25 0 22 0 523091400 16091770880 106195 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18630/statm: 3928655 106195 2274 9 0 3919374 0
[pid=18630/tid=18631] ppid=18628 vsize=15714620 CPUtime=1.18 cores=1,3,5,7
/proc/18630/task/18631/stat : 18631 (java) S 18628 18630 18155 0 -1 4202560 35668 0 1 0 113 5 0 0 25 0 22 0 523091401 16091770880 106195 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 1 0 0 0
[pid=18630/tid=18633] ppid=18628 vsize=15714620 CPUtime=0.02 cores=1,3,5,7
/proc/18630/task/18633/stat : 18633 (java) S 18628 18630 18155 0 -1 4202560 7754 0 0 0 1 1 0 0 16 0 22 0 523091401 16091770880 106195 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 1 0 0 0
[pid=18630/tid=18634] ppid=18628 vsize=15714620 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18634/stat : 18634 (java) S 18628 18630 18155 0 -1 4202560 2587 0 0 0 0 0 0 0 15 0 22 0 523091401 16091770880 106195 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 7 0 0 0
[pid=18630/tid=18635] ppid=18628 vsize=15714620 CPUtime=0.01 cores=1,3,5,7
/proc/18630/task/18635/stat : 18635 (java) S 18628 18630 18155 0 -1 4202560 4584 0 0 0 1 0 0 0 16 0 22 0 523091401 16091770880 106195 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 7 0 0 0
[pid=18630/tid=18636] ppid=18628 vsize=15714620 CPUtime=0.01 cores=1,3,5,7
/proc/18630/task/18636/stat : 18636 (java) S 18628 18630 18155 0 -1 4202560 3984 0 0 0 1 0 0 0 16 0 22 0 523091401 16091770880 106195 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 5 0 0 0
[pid=18630/tid=18637] ppid=18628 vsize=15714620 CPUtime=0.02 cores=1,3,5,7
/proc/18630/task/18637/stat : 18637 (java) S 18628 18630 18155 0 -1 4202560 6604 0 0 0 1 1 0 0 16 0 22 0 523091401 16091770880 106195 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 3 0 0 0
[pid=18630/tid=18638] ppid=18628 vsize=15714620 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18638/stat : 18638 (java) S 18628 18630 18155 0 -1 4202560 1848 0 0 0 0 0 0 0 15 0 22 0 523091401 16091770880 106195 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 7 0 0 0
[pid=18630/tid=18639] ppid=18628 vsize=15714620 CPUtime=0.01 cores=1,3,5,7
/proc/18630/task/18639/stat : 18639 (java) S 18628 18630 18155 0 -1 4202560 6058 0 0 0 0 1 0 0 15 0 22 0 523091401 16091770880 106195 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 1 0 0 0
[pid=18630/tid=18640] ppid=18628 vsize=15714620 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18640/stat : 18640 (java) S 18628 18630 18155 0 -1 4202560 3076 0 0 0 0 0 0 0 15 0 22 0 523091401 16091770880 106195 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 7 0 0 0
[pid=18630/tid=18641] ppid=18628 vsize=15714620 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18641/stat : 18641 (java) S 18628 18630 18155 0 -1 4202560 247 0 0 0 0 0 0 0 16 0 22 0 523091402 16091770880 106195 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056704 0 0 0 16800975 18446604470524611264 0 0 -1 5 0 0 0
[pid=18630/tid=18642] ppid=18628 vsize=15714620 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18642/stat : 18642 (java) S 18628 18630 18155 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523091403 16091770880 106195 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 3 0 0 0
[pid=18630/tid=18643] ppid=18628 vsize=15714620 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18643/stat : 18643 (java) S 18628 18630 18155 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 523091403 16091770880 106195 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 5 0 0 0
[pid=18630/tid=18644] ppid=18628 vsize=15714620 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18644/stat : 18644 (java) S 18628 18630 18155 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523091405 16091770880 106195 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826063793 0 4 0 16800975 18446604470524611264 0 0 -1 3 0 0 0
[pid=18630/tid=18645] ppid=18628 vsize=15714620 CPUtime=0.93 cores=1,3,5,7
/proc/18630/task/18645/stat : 18645 (java) S 18628 18630 18155 0 -1 4202560 13093 0 0 0 93 0 0 0 20 0 22 0 523091405 16091770880 106195 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 7 0 0 0
[pid=18630/tid=18646] ppid=18628 vsize=15714620 CPUtime=0.7 cores=1,3,5,7
/proc/18630/task/18646/stat : 18646 (java) S 18628 18630 18155 0 -1 4202560 4225 0 0 0 70 0 0 0 15 0 22 0 523091405 16091770880 106195 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 3 0 0 0
[pid=18630/tid=18647] ppid=18628 vsize=15714620 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18647/stat : 18647 (java) S 18628 18630 18155 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523091405 16091770880 106195 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 1 0 0 0
[pid=18630/tid=18648] ppid=18628 vsize=15714620 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18648/stat : 18648 (java) S 18628 18630 18155 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523091405 16091770880 106195 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056704 0 4 0 16800975 18446604470524611264 0 0 -1 5 0 0 0
[pid=18630/tid=18649] ppid=18628 vsize=15714620 CPUtime=1.48 cores=1,3,5,7
/proc/18630/task/18649/stat : 18649 (java) R 18628 18630 18155 0 -1 4202560 5140 0 0 0 148 0 0 0 17 0 22 0 523091452 16091770880 106195 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 46912506136941 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18630/tid=18650] ppid=18628 vsize=15714620 CPUtime=1.54 cores=1,3,5,7
/proc/18630/task/18650/stat : 18650 (java) R 18628 18630 18155 0 -1 4202560 5541 0 0 0 154 0 0 0 17 0 22 0 523091452 16091770880 106195 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 46912506137293 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18630/tid=18651] ppid=18628 vsize=15714620 CPUtime=1.73 cores=1,3,5,7
/proc/18630/task/18651/stat : 18651 (java) R 18628 18630 18155 0 -1 4202560 5227 0 0 0 173 0 0 0 20 0 22 0 523091452 16091770880 106195 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 47802286164826 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18630/tid=18652] ppid=18628 vsize=15714620 CPUtime=1.52 cores=1,3,5,7
/proc/18630/task/18652/stat : 18652 (java) R 18628 18630 18155 0 -1 4202560 5866 0 0 0 152 0 0 0 17 0 22 0 523091452 16091770880 106195 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 46912506136226 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 9.32
Current children cumulated vsize (KiB) 15714620

[startup+6.30076 s]
/proc/loadavg: 6.32 5.55 5.70 9/220 18652
/proc/meminfo: memFree=25995360/32950928 swapFree=67111448/67111528
[pid=18630] ppid=18628 vsize=15714620 CPUtime=22.09 cores=1,3,5,7
/proc/18630/stat : 18630 (java) S 18628 18630 18155 0 -1 4202496 239806 0 1 0 2172 37 0 0 25 0 22 0 523091400 16091770880 232838 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18630/statm: 3928655 232838 2274 9 0 3919374 0
[pid=18630/tid=18631] ppid=18628 vsize=15714620 CPUtime=1.18 cores=1,3,5,7
/proc/18630/task/18631/stat : 18631 (java) S 18628 18630 18155 0 -1 4202560 35668 0 1 0 113 5 0 0 25 0 22 0 523091401 16091770880 232838 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 1 0 0 0
[pid=18630/tid=18633] ppid=18628 vsize=15714620 CPUtime=0.03 cores=1,3,5,7
/proc/18630/task/18633/stat : 18633 (java) S 18628 18630 18155 0 -1 4202560 10741 0 0 0 2 1 0 0 15 0 22 0 523091401 16091770880 232838 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 3 0 0 0
[pid=18630/tid=18634] ppid=18628 vsize=15714620 CPUtime=0.04 cores=1,3,5,7
/proc/18630/task/18634/stat : 18634 (java) S 18628 18630 18155 0 -1 4202560 13650 0 0 0 1 3 0 0 15 0 22 0 523091401 16091770880 232838 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 1 0 0 0
[pid=18630/tid=18635] ppid=18628 vsize=15714620 CPUtime=0.08 cores=1,3,5,7
/proc/18630/task/18635/stat : 18635 (java) S 18628 18630 18155 0 -1 4202560 23521 0 0 0 5 3 0 0 16 0 22 0 523091401 16091770880 232838 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 1 0 0 0
[pid=18630/tid=18636] ppid=18628 vsize=15714620 CPUtime=0.04 cores=1,3,5,7
/proc/18630/task/18636/stat : 18636 (java) S 18628 18630 18155 0 -1 4202560 11713 0 0 0 2 2 0 0 16 0 22 0 523091401 16091770880 232838 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 5 0 0 0
[pid=18630/tid=18637] ppid=18628 vsize=15714620 CPUtime=0.08 cores=1,3,5,7
/proc/18630/task/18637/stat : 18637 (java) S 18628 18630 18155 0 -1 4202560 21666 0 0 0 5 3 0 0 16 0 22 0 523091401 16091770880 232838 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 3 0 0 0
[pid=18630/tid=18638] ppid=18628 vsize=15714620 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18638/stat : 18638 (java) S 18628 18630 18155 0 -1 4202560 1848 0 0 0 0 0 0 0 15 0 22 0 523091401 16091770880 232838 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 7 0 0 0
[pid=18630/tid=18639] ppid=18628 vsize=15714620 CPUtime=0.02 cores=1,3,5,7
/proc/18630/task/18639/stat : 18639 (java) S 18628 18630 18155 0 -1 4202560 9346 0 0 0 1 1 0 0 15 0 22 0 523091401 16091770880 232838 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 1 0 0 0
[pid=18630/tid=18640] ppid=18628 vsize=15714620 CPUtime=0.06 cores=1,3,5,7
/proc/18630/task/18640/stat : 18640 (java) S 18628 18630 18155 0 -1 4202560 17976 0 0 0 4 2 0 0 16 0 22 0 523091401 16091770880 232838 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 7 0 0 0

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

/proc/meminfo: memFree=25015588/32950928 swapFree=67111448/67111528
[pid=18630] ppid=18628 vsize=15780156 CPUtime=4476.43 cores=1,3,5,7
/proc/18630/stat : 18630 (java) S 18628 18630 18155 0 -1 4202496 2247850 0 1 0 447295 348 0 0 25 0 22 0 523091400 16158879744 913386 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18630/statm: 3945039 913386 2298 9 0 3935758 0
[pid=18630/tid=18631] ppid=18628 vsize=15780156 CPUtime=1.18 cores=1,3,5,7
/proc/18630/task/18631/stat : 18631 (java) S 18628 18630 18155 0 -1 4202560 35668 0 1 0 113 5 0 0 25 0 22 0 523091401 16158879744 913386 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 1 0 0 0
[pid=18630/tid=18633] ppid=18628 vsize=15780156 CPUtime=2.18 cores=1,3,5,7
/proc/18630/task/18633/stat : 18633 (java) S 18628 18630 18155 0 -1 4202560 163058 0 0 0 193 25 0 0 15 0 22 0 523091401 16158879744 913386 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 3 0 0 0
[pid=18630/tid=18634] ppid=18628 vsize=15780156 CPUtime=1.97 cores=1,3,5,7
/proc/18630/task/18634/stat : 18634 (java) S 18628 18630 18155 0 -1 4202560 170267 0 0 0 169 28 0 0 15 0 22 0 523091401 16158879744 913386 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 3 0 0 0
[pid=18630/tid=18635] ppid=18628 vsize=15780156 CPUtime=2.25 cores=1,3,5,7
/proc/18630/task/18635/stat : 18635 (java) S 18628 18630 18155 0 -1 4202560 201719 0 0 0 191 34 0 0 15 0 22 0 523091401 16158879744 913386 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 1 0 0 0
[pid=18630/tid=18636] ppid=18628 vsize=15780156 CPUtime=2.12 cores=1,3,5,7
/proc/18630/task/18636/stat : 18636 (java) S 18628 18630 18155 0 -1 4202560 124738 0 0 0 193 19 0 0 16 0 22 0 523091401 16158879744 913386 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 7 0 0 0
[pid=18630/tid=18637] ppid=18628 vsize=15780156 CPUtime=2.08 cores=1,3,5,7
/proc/18630/task/18637/stat : 18637 (java) S 18628 18630 18155 0 -1 4202560 145571 0 0 0 183 25 0 0 16 0 22 0 523091401 16158879744 913386 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 5 0 0 0
[pid=18630/tid=18638] ppid=18628 vsize=15780156 CPUtime=2.25 cores=1,3,5,7
/proc/18630/task/18638/stat : 18638 (java) S 18628 18630 18155 0 -1 4202560 183902 0 0 0 193 32 0 0 16 0 22 0 523091401 16158879744 913386 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 7 0 0 0
[pid=18630/tid=18639] ppid=18628 vsize=15780156 CPUtime=2.26 cores=1,3,5,7
/proc/18630/task/18639/stat : 18639 (java) S 18628 18630 18155 0 -1 4202560 186816 0 0 0 195 31 0 0 16 0 22 0 523091401 16158879744 913386 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 3 0 0 0
[pid=18630/tid=18640] ppid=18628 vsize=15780156 CPUtime=2.21 cores=1,3,5,7
/proc/18630/task/18640/stat : 18640 (java) S 18628 18630 18155 0 -1 4202560 184999 0 0 0 194 27 0 0 15 0 22 0 523091401 16158879744 913386 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 5 0 0 0
[pid=18630/tid=18641] ppid=18628 vsize=15780156 CPUtime=0.89 cores=1,3,5,7
/proc/18630/task/18641/stat : 18641 (java) S 18628 18630 18155 0 -1 4202560 30452 0 0 0 66 23 0 0 15 0 22 0 523091402 16158879744 913386 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056704 0 0 0 16800975 18446604470524611264 0 0 -1 1 0 0 0
[pid=18630/tid=18642] ppid=18628 vsize=15780156 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18642/stat : 18642 (java) S 18628 18630 18155 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523091403 16158879744 913386 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 3 0 0 0
[pid=18630/tid=18643] ppid=18628 vsize=15780156 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18643/stat : 18643 (java) S 18628 18630 18155 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 523091403 16158879744 913386 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 5 0 0 0
[pid=18630/tid=18644] ppid=18628 vsize=15780156 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18644/stat : 18644 (java) S 18628 18630 18155 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523091405 16158879744 913386 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826063793 0 4 0 16800975 18446604470524611264 0 0 -1 3 0 0 0
[pid=18630/tid=18645] ppid=18628 vsize=15780156 CPUtime=1.28 cores=1,3,5,7
/proc/18630/task/18645/stat : 18645 (java) S 18628 18630 18155 0 -1 4202560 13488 0 0 0 127 1 0 0 15 0 22 0 523091405 16158879744 913386 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 1 0 0 0
[pid=18630/tid=18646] ppid=18628 vsize=15780156 CPUtime=0.95 cores=1,3,5,7
/proc/18630/task/18646/stat : 18646 (java) S 18628 18630 18155 0 -1 4202560 4274 0 0 0 95 0 0 0 16 0 22 0 523091405 16158879744 913386 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 3 0 0 0
[pid=18630/tid=18647] ppid=18628 vsize=15780156 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18647/stat : 18647 (java) S 18628 18630 18155 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523091405 16158879744 913386 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 1 0 0 0
[pid=18630/tid=18648] ppid=18628 vsize=15780156 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18648/stat : 18648 (java) S 18628 18630 18155 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 523091405 16158879744 913386 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056704 0 4 0 16800975 18446604470524611264 0 0 -1 3 0 0 0
[pid=18630/tid=18649] ppid=18628 vsize=15780156 CPUtime=1114.56 cores=1,3,5,7
/proc/18630/task/18649/stat : 18649 (java) R 18628 18630 18155 0 -1 4202560 186065 0 0 0 111434 22 0 0 25 0 22 0 523091452 16158879744 913386 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 46912505842428 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18630/tid=18650] ppid=18628 vsize=15780156 CPUtime=1109.9 cores=1,3,5,7
/proc/18630/task/18650/stat : 18650 (java) R 18628 18630 18155 0 -1 4202560 210369 0 0 0 110967 23 0 0 25 0 22 0 523091452 16158879744 913386 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 46912506294146 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18630/tid=18651] ppid=18628 vsize=15780156 CPUtime=1115.42 cores=1,3,5,7
/proc/18630/task/18651/stat : 18651 (java) R 18628 18630 18155 0 -1 4202560 209675 0 0 0 111519 23 0 0 25 0 22 0 523091452 16158879744 913386 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 46912505947216 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18630/tid=18652] ppid=18628 vsize=15780156 CPUtime=1114.77 cores=1,3,5,7
/proc/18630/task/18652/stat : 18652 (java) R 18628 18630 18155 0 -1 4202560 195339 0 0 0 111455 22 0 0 25 0 22 0 523091452 16158879744 913386 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 46912505716160 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4476.43
Current children cumulated vsize (KiB) 15780156

[startup+1182.3 s]
/proc/loadavg: 7.23 7.88 7.34 5/193 18703
/proc/meminfo: memFree=26860764/32950928 swapFree=67111448/67111528
[pid=18630] ppid=18628 vsize=15780156 CPUtime=4716.07 cores=1,3,5,7
/proc/18630/stat : 18630 (java) S 18628 18630 18155 0 -1 4202496 2356372 0 1 0 471243 364 0 0 25 0 22 0 523091400 16158879744 1021569 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18630/statm: 3945039 1021569 2298 9 0 3935758 0
[pid=18630/tid=18631] ppid=18628 vsize=15780156 CPUtime=1.18 cores=1,3,5,7
/proc/18630/task/18631/stat : 18631 (java) S 18628 18630 18155 0 -1 4202560 35668 0 1 0 113 5 0 0 25 0 22 0 523091401 16158879744 1021569 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 1 0 0 0
[pid=18630/tid=18633] ppid=18628 vsize=15780156 CPUtime=2.26 cores=1,3,5,7
/proc/18630/task/18633/stat : 18633 (java) S 18628 18630 18155 0 -1 4202560 176892 0 0 0 199 27 0 0 16 0 22 0 523091401 16158879744 1021569 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 3 0 0 0
[pid=18630/tid=18634] ppid=18628 vsize=15780156 CPUtime=2.06 cores=1,3,5,7
/proc/18630/task/18634/stat : 18634 (java) S 18628 18630 18155 0 -1 4202560 184093 0 0 0 176 30 0 0 16 0 22 0 523091401 16158879744 1021569 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 1 0 0 0
[pid=18630/tid=18635] ppid=18628 vsize=15780156 CPUtime=2.33 cores=1,3,5,7
/proc/18630/task/18635/stat : 18635 (java) S 18628 18630 18155 0 -1 4202560 214408 0 0 0 197 36 0 0 16 0 22 0 523091401 16158879744 1021569 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 3 0 0 0
[pid=18630/tid=18636] ppid=18628 vsize=15780156 CPUtime=2.15 cores=1,3,5,7
/proc/18630/task/18636/stat : 18636 (java) S 18628 18630 18155 0 -1 4202560 126865 0 0 0 196 19 0 0 15 0 22 0 523091401 16158879744 1021569 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 1 0 0 0
[pid=18630/tid=18637] ppid=18628 vsize=15780156 CPUtime=2.22 cores=1,3,5,7
/proc/18630/task/18637/stat : 18637 (java) S 18628 18630 18155 0 -1 4202560 167961 0 0 0 193 29 0 0 16 0 22 0 523091401 16158879744 1021569 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 5 0 0 0
[pid=18630/tid=18638] ppid=18628 vsize=15780156 CPUtime=2.29 cores=1,3,5,7
/proc/18630/task/18638/stat : 18638 (java) S 18628 18630 18155 0 -1 4202560 188337 0 0 0 196 33 0 0 15 0 22 0 523091401 16158879744 1021569 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 5 0 0 0
[pid=18630/tid=18639] ppid=18628 vsize=15780156 CPUtime=2.33 cores=1,3,5,7
/proc/18630/task/18639/stat : 18639 (java) S 18628 18630 18155 0 -1 4202560 196670 0 0 0 200 33 0 0 16 0 22 0 523091401 16158879744 1021569 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 7 0 0 0
[pid=18630/tid=18640] ppid=18628 vsize=15780156 CPUtime=2.3 cores=1,3,5,7
/proc/18630/task/18640/stat : 18640 (java) S 18628 18630 18155 0 -1 4202560 198671 0 0 0 201 29 0 0 16 0 22 0 523091401 16158879744 1021569 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 7 0 0 0
[pid=18630/tid=18641] ppid=18628 vsize=15780156 CPUtime=0.89 cores=1,3,5,7
/proc/18630/task/18641/stat : 18641 (java) S 18628 18630 18155 0 -1 4202560 30688 0 0 0 66 23 0 0 15 0 22 0 523091402 16158879744 1021569 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056704 0 0 0 16800975 18446604470524611264 0 0 -1 1 0 0 0
[pid=18630/tid=18642] ppid=18628 vsize=15780156 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18642/stat : 18642 (java) S 18628 18630 18155 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523091403 16158879744 1021569 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 3 0 0 0
[pid=18630/tid=18643] ppid=18628 vsize=15780156 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18643/stat : 18643 (java) S 18628 18630 18155 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 523091403 16158879744 1021569 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 5 0 0 0
[pid=18630/tid=18644] ppid=18628 vsize=15780156 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18644/stat : 18644 (java) S 18628 18630 18155 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523091405 16158879744 1021569 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826063793 0 4 0 16800975 18446604470524611264 0 0 -1 3 0 0 0
[pid=18630/tid=18645] ppid=18628 vsize=15780156 CPUtime=1.28 cores=1,3,5,7
/proc/18630/task/18645/stat : 18645 (java) S 18628 18630 18155 0 -1 4202560 13489 0 0 0 127 1 0 0 15 0 22 0 523091405 16158879744 1021569 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 1 0 0 0
[pid=18630/tid=18646] ppid=18628 vsize=15780156 CPUtime=0.95 cores=1,3,5,7
/proc/18630/task/18646/stat : 18646 (java) S 18628 18630 18155 0 -1 4202560 4274 0 0 0 95 0 0 0 16 0 22 0 523091405 16158879744 1021569 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 3 0 0 0
[pid=18630/tid=18647] ppid=18628 vsize=15780156 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18647/stat : 18647 (java) S 18628 18630 18155 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523091405 16158879744 1021569 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 1 0 0 0
[pid=18630/tid=18648] ppid=18628 vsize=15780156 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18648/stat : 18648 (java) S 18628 18630 18155 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 523091405 16158879744 1021569 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056704 0 4 0 16800975 18446604470524611264 0 0 -1 3 0 0 0
[pid=18630/tid=18649] ppid=18628 vsize=15780156 CPUtime=1174.4 cores=1,3,5,7
/proc/18630/task/18649/stat : 18649 (java) R 18628 18630 18155 0 -1 4202560 187380 0 0 0 117418 22 0 0 25 0 22 0 523091452 16158879744 1021569 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 46912505842390 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18630/tid=18650] ppid=18628 vsize=15780156 CPUtime=1169.63 cores=1,3,5,7
/proc/18630/task/18650/stat : 18650 (java) R 18628 18630 18155 0 -1 4202560 214784 0 0 0 116940 23 0 0 25 0 22 0 523091452 16158879744 1021569 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 46912505842422 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18630/tid=18651] ppid=18628 vsize=15780156 CPUtime=1175.03 cores=1,3,5,7
/proc/18630/task/18651/stat : 18651 (java) R 18628 18630 18155 0 -1 4202560 214974 0 0 0 117480 23 0 0 25 0 22 0 523091452 16158879744 1021569 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 46912505751460 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18630/tid=18652] ppid=18628 vsize=15780156 CPUtime=1174.61 cores=1,3,5,7
/proc/18630/task/18652/stat : 18652 (java) R 18628 18630 18155 0 -1 4202560 199764 0 0 0 117438 23 0 0 25 0 22 0 523091452 16158879744 1021569 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 46912505366054 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4716.07
Current children cumulated vsize (KiB) 15780156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.41 s]
/proc/loadavg: 6.31 7.63 7.27 5/193 18704
/proc/meminfo: memFree=26648368/32950928 swapFree=67111448/67111528
[pid=18630] ppid=18628 vsize=15780156 CPUtime=4800.39 cores=1,3,5,7
/proc/18630/stat : 18630 (java) S 18628 18630 18155 0 -1 4202496 2398261 0 1 0 479670 369 0 0 25 0 22 0 523091400 16158879744 1063363 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18630/statm: 3945039 1063363 2298 9 0 3935758 0
[pid=18630/tid=18631] ppid=18628 vsize=15780156 CPUtime=1.18 cores=1,3,5,7
/proc/18630/task/18631/stat : 18631 (java) S 18628 18630 18155 0 -1 4202560 35668 0 1 0 113 5 0 0 25 0 22 0 523091401 16158879744 1063363 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 1 0 0 0
[pid=18630/tid=18633] ppid=18628 vsize=15780156 CPUtime=2.3 cores=1,3,5,7
/proc/18630/task/18633/stat : 18633 (java) S 18628 18630 18155 0 -1 4202560 182232 0 0 0 202 28 0 0 15 0 22 0 523091401 16158879744 1063363 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 3 0 0 0
[pid=18630/tid=18634] ppid=18628 vsize=15780156 CPUtime=2.09 cores=1,3,5,7
/proc/18630/task/18634/stat : 18634 (java) S 18628 18630 18155 0 -1 4202560 189535 0 0 0 179 30 0 0 16 0 22 0 523091401 16158879744 1063363 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 3 0 0 0
[pid=18630/tid=18635] ppid=18628 vsize=15780156 CPUtime=2.35 cores=1,3,5,7
/proc/18630/task/18635/stat : 18635 (java) S 18628 18630 18155 0 -1 4202560 218764 0 0 0 199 36 0 0 15 0 22 0 523091401 16158879744 1063363 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 5 0 0 0
[pid=18630/tid=18636] ppid=18628 vsize=15780156 CPUtime=2.18 cores=1,3,5,7
/proc/18630/task/18636/stat : 18636 (java) S 18628 18630 18155 0 -1 4202560 133200 0 0 0 198 20 0 0 16 0 22 0 523091401 16158879744 1063363 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 1 0 0 0
[pid=18630/tid=18637] ppid=18628 vsize=15780156 CPUtime=2.22 cores=1,3,5,7
/proc/18630/task/18637/stat : 18637 (java) S 18628 18630 18155 0 -1 4202560 167961 0 0 0 193 29 0 0 16 0 22 0 523091401 16158879744 1063363 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 5 0 0 0
[pid=18630/tid=18638] ppid=18628 vsize=15780156 CPUtime=2.31 cores=1,3,5,7
/proc/18630/task/18638/stat : 18638 (java) S 18628 18630 18155 0 -1 4202560 193192 0 0 0 198 33 0 0 16 0 22 0 523091401 16158879744 1063363 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 5 0 0 0
[pid=18630/tid=18639] ppid=18628 vsize=15780156 CPUtime=2.35 cores=1,3,5,7
/proc/18630/task/18639/stat : 18639 (java) S 18628 18630 18155 0 -1 4202560 199624 0 0 0 202 33 0 0 15 0 22 0 523091401 16158879744 1063363 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 7 0 0 0
[pid=18630/tid=18640] ppid=18628 vsize=15780156 CPUtime=2.33 cores=1,3,5,7
/proc/18630/task/18640/stat : 18640 (java) S 18628 18630 18155 0 -1 4202560 203729 0 0 0 203 30 0 0 16 0 22 0 523091401 16158879744 1063363 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 7 0 0 0
[pid=18630/tid=18641] ppid=18628 vsize=15780156 CPUtime=0.89 cores=1,3,5,7
/proc/18630/task/18641/stat : 18641 (java) S 18628 18630 18155 0 -1 4202560 30810 0 0 0 66 23 0 0 15 0 22 0 523091402 16158879744 1063363 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056704 0 0 0 16800975 18446604470524611264 0 0 -1 1 0 0 0
[pid=18630/tid=18642] ppid=18628 vsize=15780156 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18642/stat : 18642 (java) S 18628 18630 18155 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523091403 16158879744 1063363 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 3 0 0 0
[pid=18630/tid=18643] ppid=18628 vsize=15780156 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18643/stat : 18643 (java) S 18628 18630 18155 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 523091403 16158879744 1063363 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 5 0 0 0
[pid=18630/tid=18644] ppid=18628 vsize=15780156 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18644/stat : 18644 (java) S 18628 18630 18155 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523091405 16158879744 1063363 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826063793 0 4 0 16800975 18446604470524611264 0 0 -1 3 0 0 0
[pid=18630/tid=18645] ppid=18628 vsize=15780156 CPUtime=1.28 cores=1,3,5,7
/proc/18630/task/18645/stat : 18645 (java) S 18628 18630 18155 0 -1 4202560 13489 0 0 0 127 1 0 0 15 0 22 0 523091405 16158879744 1063363 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 1 0 0 0
[pid=18630/tid=18646] ppid=18628 vsize=15780156 CPUtime=0.95 cores=1,3,5,7
/proc/18630/task/18646/stat : 18646 (java) S 18628 18630 18155 0 -1 4202560 4274 0 0 0 95 0 0 0 16 0 22 0 523091405 16158879744 1063363 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 3 0 0 0
[pid=18630/tid=18647] ppid=18628 vsize=15780156 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18647/stat : 18647 (java) S 18628 18630 18155 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523091405 16158879744 1063363 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056089 0 4 0 16800975 18446604470524611264 0 0 -1 1 0 0 0
[pid=18630/tid=18648] ppid=18628 vsize=15780156 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18648/stat : 18648 (java) S 18628 18630 18155 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 523091405 16158879744 1063363 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 251826056704 0 4 0 16800975 18446604470524611264 0 0 -1 3 0 0 0
[pid=18630/tid=18649] ppid=18628 vsize=15780156 CPUtime=1195.46 cores=1,3,5,7
/proc/18630/task/18649/stat : 18649 (java) R 18628 18630 18155 0 -1 4202560 190182 0 0 0 119524 22 0 0 25 0 22 0 523091452 16158879744 1063363 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 46912505842413 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18630/tid=18650] ppid=18628 vsize=15780156 CPUtime=1190.68 cores=1,3,5,7
/proc/18630/task/18650/stat : 18650 (java) R 18628 18630 18155 0 -1 4202560 217261 0 0 0 119045 23 0 0 25 0 22 0 523091452 16158879744 1063363 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 46912505842964 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18630/tid=18651] ppid=18628 vsize=15780156 CPUtime=1195.97 cores=1,3,5,7
/proc/18630/task/18651/stat : 18651 (java) R 18628 18630 18155 0 -1 4202560 216556 0 0 0 119574 23 0 0 25 0 22 0 523091452 16158879744 1063363 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 18446744073699066037 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18630/tid=18652] ppid=18628 vsize=15780156 CPUtime=1195.68 cores=1,3,5,7
/proc/18630/task/18652/stat : 18652 (java) R 18628 18630 18155 0 -1 4202560 200330 0 0 0 119544 24 0 0 25 0 22 0 523091452 16158879744 1063363 33554432000 1073741824 1073778376 140734424091152 18446744073709551615 46912505750282 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 15780156

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

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

[startup+1203.51 s]
/proc/loadavg: 6.31 7.63 7.27 5/193 18704
/proc/meminfo: memFree=26648368/32950928 swapFree=67111448/67111528
[pid=18630] ppid=18628 vsize=0 CPUtime=4800.5 cores=1,3,5,7
/proc/18630/stat : 18630 (java) Z 18628 18630 18155 0 -1 4203548 2398287 0 1 0 479672 378 0 0 17 0 2 0 523091400 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18630/statm: 0 0 0 0 0 0 0
[pid=18630/tid=18652] ppid=18628 vsize=0 CPUtime=1195.78 cores=1,3,5,7
/proc/18630/task/18652/stat : 18652 (java) R 18628 18630 18155 0 -1 4203588 200330 0 0 0 119545 33 0 0 25 0 2 0 523091452 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.5
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1203.59
CPU time (s): 4800.59
CPU user time (s): 4796.73
CPU system time (s): 3.85941
CPU usage (%): 398.857
Max. virtual memory (cumulated for all children) (KiB): 15780156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.73
system time used= 3.85941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2398287
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36313
involuntary context switches= 59237

runsolver used 1.9847 second user time and 4.6213 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-30 00:08:47
IDJOB=3311231
IDBENCH=82616
IDSOLVER=1698
FILE ID=node126/3311231-1304114927
RUNJOBID= node126-1304111178-18174
PBS_JOBID= 13170683
Free space on /tmp= 71596 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/large/unif-k5-r20-v2000-c40000-S837431592-027-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311231-1304114927/watcher-3311231-1304114927 -o /tmp/evaluation-result-3311231-1304114927/solver-3311231-1304114927 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311231-1304114927.cnf -hbr 2

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 3b045b7b4cbac0d258a07eda037c4299
RANDOM SEED=857041576

node126.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26952204 kB
Buffers:        260560 kB
Cached:        1413500 kB
SwapCached:         76 kB
Active:        4076488 kB
Inactive:      1604424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26952204 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:            3296 kB
Writeback:          16 kB
AnonPages:     4006676 kB
Mapped:          23548 kB
Slab:           247360 kB
PageTables:      12560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  5951712 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71596 MiB
End job on node126 at 2011-04-30 00:28:52