Trace number 3311619

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.14 1207.43

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1836400953-011.UNKNOWN.cnf
MD5SUM39542bd0a185b4f7c5fc7900079a2845
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 variables150
Number of clauses3195
Sum of the clauses size15975
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 53195
Number of clauses of size over 50

Solver Data

0.10/0.12	27:54 INFO : Reading from input HOME/instance-3311619-1304177274.cnf
0.27/0.28	Executor set job limit to 1000000
0.27/0.28	Executor set job limit to 1000000
0.27/0.28	Executor set job limit to 1000000
0.27/0.28	Executor set job limit to 1000000
0.27/0.28	Starting Executor!
0.27/0.28	Starting Executor!
0.27/0.28	Starting Executor!
0.27/0.28	Starting Executor!
0.80/0.45	27:55 INFO : 150 variables remaining out of 150
0.80/0.45	27:55 INFO : 19170 literals remaining out of 19170

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-3311619-1304177274/watcher-3311619-1304177274 -o /tmp/evaluation-result-3311619-1304177274/solver-3311619-1304177274 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311619-1304177274.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: 7.40 7.86 7.94 5/198 23155
/proc/meminfo: memFree=23289700/32951124 swapFree=67111524/67111528
[pid=23155] ppid=23153 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/23155/stat : 23155 (java) S 23153 23155 23046 0 -1 4202496 1426 0 0 0 0 0 0 0 25 0 2 0 529327852 27824128 895 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458747877 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23155/statm: 6793 895 684 9 0 381 0
[pid=23155/tid=23156] ppid=23153 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23156/stat : 23156 (java) R 23153 23155 23046 0 -1 4202560 71 0 0 0 0 0 0 0 25 0 2 0 529327853 29065216 899 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244442021511 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0503271 s]
/proc/loadavg: 7.40 7.86 7.94 5/198 23155
/proc/meminfo: memFree=23289700/32951124 swapFree=67111524/67111528
[pid=23155] ppid=23153 vsize=15609532 CPUtime=0.03 cores=1,3,5,7
/proc/23155/stat : 23155 (java) S 23153 23155 23046 0 -1 4202496 3969 0 1 0 3 0 0 0 25 0 18 0 529327852 15984160768 3407 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23155/statm: 3902383 3410 1719 9 0 3893131 0
[pid=23155/tid=23156] ppid=23153 vsize=15609532 CPUtime=0.03 cores=1,3,5,7
/proc/23155/task/23156/stat : 23156 (java) R 23153 23155 23046 0 -1 4202560 2552 0 1 0 3 0 0 0 25 0 18 0 529327853 15984160768 3410 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 47512013973016 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15609532

[startup+0.100305 s]
/proc/loadavg: 7.40 7.86 7.94 5/198 23155
/proc/meminfo: memFree=23289700/32951124 swapFree=67111524/67111528
[pid=23155] ppid=23153 vsize=15676812 CPUtime=0.1 cores=1,3,5,7
/proc/23155/stat : 23155 (java) S 23153 23155 23046 0 -1 4202496 5561 0 1 0 9 1 0 0 25 0 18 0 529327852 16053055488 4999 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23155/statm: 3919203 4999 2116 9 0 3909922 0
[pid=23155/tid=23156] ppid=23153 vsize=15676812 CPUtime=0.07 cores=1,3,5,7
/proc/23155/task/23156/stat : 23156 (java) R 23153 23155 23046 0 -1 4202560 3448 0 1 0 7 0 0 0 18 0 18 0 529327853 16053055488 4999 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244446941189 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676812

[startup+0.300234 s]
/proc/loadavg: 7.40 7.86 7.94 5/198 23155
/proc/meminfo: memFree=23289700/32951124 swapFree=67111524/67111528
[pid=23155] ppid=23153 vsize=15683664 CPUtime=0.52 cores=1,3,5,7
/proc/23155/stat : 23155 (java) S 23153 23155 23046 0 -1 4202496 12893 0 1 0 50 2 0 0 25 0 22 0 529327852 16060071936 11294 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23155/statm: 3920916 11294 2214 9 0 3911635 0
[pid=23155/tid=23156] ppid=23153 vsize=15683664 CPUtime=0.28 cores=1,3,5,7
/proc/23155/task/23156/stat : 23156 (java) R 23153 23155 23046 0 -1 4202560 7673 0 1 0 27 1 0 0 19 0 22 0 529327853 16060071936 11294 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 47512015407955 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15683664

[startup+0.70016 s]
/proc/loadavg: 7.40 7.86 7.94 5/198 23155
/proc/meminfo: memFree=23289700/32951124 swapFree=67111524/67111528
[pid=23155] ppid=23153 vsize=15701696 CPUtime=1.7 cores=1,3,5,7
/proc/23155/stat : 23155 (java) S 23153 23155 23046 0 -1 4202496 27109 0 1 0 166 4 0 0 25 0 22 0 529327852 16078536704 22008 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23155/statm: 3925424 22016 2261 9 0 3916143 0
[pid=23155/tid=23156] ppid=23153 vsize=15701696 CPUtime=0.43 cores=1,3,5,7
/proc/23155/task/23156/stat : 23156 (java) S 23153 23155 23046 0 -1 4202560 8164 0 1 0 42 1 0 0 18 0 22 0 529327853 16078536704 22027 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 15701696

[startup+1.50101 s]
/proc/loadavg: 7.69 7.91 7.95 13/220 23177
/proc/meminfo: memFree=23142028/32951124 swapFree=67111524/67111528
[pid=23155] ppid=23153 vsize=15699292 CPUtime=4.9 cores=1,3,5,7
/proc/23155/stat : 23155 (java) S 23153 23155 23046 0 -1 4202496 56964 0 1 0 482 8 0 0 25 0 22 0 529327852 16076075008 48529 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23155/statm: 3924823 48533 2275 9 0 3915542 0
[pid=23155/tid=23156] ppid=23153 vsize=15699292 CPUtime=0.43 cores=1,3,5,7
/proc/23155/task/23156/stat : 23156 (java) S 23153 23155 23046 0 -1 4202560 8164 0 1 0 42 1 0 0 18 0 22 0 529327853 16076075008 48534 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23158] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23158/stat : 23158 (java) S 23153 23155 23046 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 529327853 16076075008 48537 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 7 0 0 0
[pid=23155/tid=23159] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23159/stat : 23159 (java) S 23153 23155 23046 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 529327853 16076075008 48538 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 1 0 0 0
[pid=23155/tid=23160] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23160/stat : 23160 (java) S 23153 23155 23046 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 529327853 16076075008 48540 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 7 0 0 0
[pid=23155/tid=23161] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23161/stat : 23161 (java) S 23153 23155 23046 0 -1 4202560 509 0 0 0 0 0 0 0 17 0 22 0 529327853 16076075008 48542 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 3 0 0 0
[pid=23155/tid=23162] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23162/stat : 23162 (java) S 23153 23155 23046 0 -1 4202560 207 0 0 0 0 0 0 0 18 0 22 0 529327853 16076075008 48543 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 1 0 0 0
[pid=23155/tid=23163] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23163/stat : 23163 (java) S 23153 23155 23046 0 -1 4202560 529 0 0 0 0 0 0 0 18 0 22 0 529327853 16076075008 48544 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23164] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23164/stat : 23164 (java) S 23153 23155 23046 0 -1 4202560 682 0 0 0 0 0 0 0 18 0 22 0 529327853 16076075008 48546 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 7 0 0 0
[pid=23155/tid=23165] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23165/stat : 23165 (java) S 23153 23155 23046 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 529327853 16076075008 48547 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 7 0 0 0
[pid=23155/tid=23166] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23166/stat : 23166 (java) S 23153 23155 23046 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 22 0 529327854 16076075008 48548 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761728 0 0 0 16800975 18446604458006258112 0 0 -1 3 0 0 0
[pid=23155/tid=23167] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23167/stat : 23167 (java) S 23153 23155 23046 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529327855 16076075008 48549 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23168] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23168/stat : 23168 (java) S 23153 23155 23046 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529327855 16076075008 48550 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23169] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23169/stat : 23169 (java) S 23153 23155 23046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529327857 16076075008 48552 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458768817 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23170] ppid=23153 vsize=15699292 CPUtime=0.78 cores=1,3,5,7
/proc/23155/task/23170/stat : 23170 (java) S 23153 23155 23046 0 -1 4202560 4937 0 0 0 78 0 0 0 17 0 22 0 529327857 16076075008 48554 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 1 0 0 0
[pid=23155/tid=23171] ppid=23153 vsize=15699292 CPUtime=1.07 cores=1,3,5,7
/proc/23155/task/23171/stat : 23171 (java) R 23153 23155 23046 0 -1 4202560 13342 0 0 0 106 1 0 0 25 0 22 0 529327857 16076075008 48556 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=23155/tid=23172] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23172/stat : 23172 (java) S 23153 23155 23046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529327857 16076075008 48557 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23173] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23173/stat : 23173 (java) S 23153 23155 23046 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529327857 16076075008 48559 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761728 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23174] ppid=23153 vsize=15699292 CPUtime=0.78 cores=1,3,5,7
/proc/23155/task/23174/stat : 23174 (java) R 23153 23155 23046 0 -1 4202560 7648 0 0 0 78 0 0 0 16 0 22 0 529327881 16076075008 48560 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 46912506138090 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23155/tid=23175] ppid=23153 vsize=15699292 CPUtime=0.46 cores=1,3,5,7
/proc/23155/task/23175/stat : 23175 (java) R 23153 23155 23046 0 -1 4202560 5602 0 0 0 46 0 0 0 19 0 22 0 529327881 16076075008 48560 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 47512014729430 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=23155/tid=23176] ppid=23153 vsize=15699292 CPUtime=0.62 cores=1,3,5,7
/proc/23155/task/23176/stat : 23176 (java) R 23153 23155 23046 0 -1 4202560 6120 0 0 0 62 0 0 0 18 0 22 0 529327881 16076075008 48560 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 46912505871998 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23155/tid=23177] ppid=23153 vsize=15699292 CPUtime=0.66 cores=1,3,5,7
/proc/23155/task/23177/stat : 23177 (java) R 23153 23155 23046 0 -1 4202560 7852 0 0 0 65 1 0 0 17 0 22 0 529327881 16076075008 48560 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 46912506212493 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 15699292

[startup+3.10071 s]
/proc/loadavg: 7.69 7.91 7.95 10/220 23177
/proc/meminfo: memFree=23093360/32951124 swapFree=67111524/67111528
[pid=23155] ppid=23153 vsize=15699292 CPUtime=11.26 cores=1,3,5,7
/proc/23155/stat : 23155 (java) S 23153 23155 23046 0 -1 4202496 91759 0 1 0 1111 15 0 0 25 0 22 0 529327852 16076075008 83295 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23155/statm: 3924823 83295 2285 9 0 3915542 0
[pid=23155/tid=23156] ppid=23153 vsize=15699292 CPUtime=0.43 cores=1,3,5,7
/proc/23155/task/23156/stat : 23156 (java) S 23153 23155 23046 0 -1 4202560 8164 0 1 0 42 1 0 0 18 0 22 0 529327853 16076075008 83295 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23158] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23158/stat : 23158 (java) S 23153 23155 23046 0 -1 4202560 1305 0 0 0 0 0 0 0 15 0 22 0 529327853 16076075008 83295 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 7 0 0 0
[pid=23155/tid=23159] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23159/stat : 23159 (java) S 23153 23155 23046 0 -1 4202560 982 0 0 0 0 0 0 0 15 0 22 0 529327853 16076075008 83295 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 1 0 0 0
[pid=23155/tid=23160] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23160/stat : 23160 (java) S 23153 23155 23046 0 -1 4202560 515 0 0 0 0 0 0 0 15 0 22 0 529327853 16076075008 83295 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 3 0 0 0
[pid=23155/tid=23161] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23161/stat : 23161 (java) S 23153 23155 23046 0 -1 4202560 991 0 0 0 0 0 0 0 16 0 22 0 529327853 16076075008 83295 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 1 0 0 0
[pid=23155/tid=23162] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23162/stat : 23162 (java) S 23153 23155 23046 0 -1 4202560 212 0 0 0 0 0 0 0 15 0 22 0 529327853 16076075008 83295 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23163] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23163/stat : 23163 (java) S 23153 23155 23046 0 -1 4202560 2117 0 0 0 0 0 0 0 15 0 22 0 529327853 16076075008 83295 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23164] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23164/stat : 23164 (java) S 23153 23155 23046 0 -1 4202560 1045 0 0 0 0 0 0 0 16 0 22 0 529327853 16076075008 83295 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 3 0 0 0
[pid=23155/tid=23165] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23165/stat : 23165 (java) S 23153 23155 23046 0 -1 4202560 627 0 0 0 0 0 0 0 15 0 22 0 529327853 16076075008 83295 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 7 0 0 0
[pid=23155/tid=23166] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23166/stat : 23166 (java) S 23153 23155 23046 0 -1 4202560 188 0 0 0 0 0 0 0 15 0 22 0 529327854 16076075008 83295 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761728 0 0 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23167] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23167/stat : 23167 (java) S 23153 23155 23046 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529327855 16076075008 83295 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23168] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23168/stat : 23168 (java) S 23153 23155 23046 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529327855 16076075008 83295 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23169] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23169/stat : 23169 (java) S 23153 23155 23046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529327857 16076075008 83295 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458768817 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23170] ppid=23153 vsize=15699292 CPUtime=0.93 cores=1,3,5,7
/proc/23155/task/23170/stat : 23170 (java) S 23153 23155 23046 0 -1 4202560 5037 0 0 0 93 0 0 0 15 0 22 0 529327857 16076075008 83295 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 1 0 0 0
[pid=23155/tid=23171] ppid=23153 vsize=15699292 CPUtime=1.11 cores=1,3,5,7
/proc/23155/task/23171/stat : 23171 (java) S 23153 23155 23046 0 -1 4202560 13357 0 0 0 110 1 0 0 16 0 22 0 529327857 16076075008 83295 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 7 0 0 0
[pid=23155/tid=23172] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23172/stat : 23172 (java) S 23153 23155 23046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529327857 16076075008 83295 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23173] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23173/stat : 23173 (java) S 23153 23155 23046 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529327857 16076075008 83295 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761728 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23174] ppid=23153 vsize=15699292 CPUtime=2.27 cores=1,3,5,7
/proc/23155/task/23174/stat : 23174 (java) R 23153 23155 23046 0 -1 4202560 14636 0 0 0 226 1 0 0 18 0 22 0 529327881 16076075008 83295 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 46912505836422 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23155/tid=23175] ppid=23153 vsize=15699292 CPUtime=2.02 cores=1,3,5,7
/proc/23155/task/23175/stat : 23175 (java) R 23153 23155 23046 0 -1 4202560 12876 0 0 0 200 2 0 0 22 0 22 0 529327881 16076075008 83295 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 47512014730289 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23155/tid=23176] ppid=23153 vsize=15699292 CPUtime=2.17 cores=1,3,5,7
/proc/23155/task/23176/stat : 23176 (java) R 23153 23155 23046 0 -1 4202560 13481 0 0 0 216 1 0 0 20 0 22 0 529327881 16076075008 83295 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 46912505989196 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=23155/tid=23177] ppid=23153 vsize=15699292 CPUtime=2.19 cores=1,3,5,7
/proc/23155/task/23177/stat : 23177 (java) R 23153 23155 23046 0 -1 4202560 14838 0 0 0 217 2 0 0 18 0 22 0 529327881 16076075008 83295 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 46912505705346 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.26
Current children cumulated vsize (KiB) 15699292

[startup+6.30111 s]
/proc/loadavg: 7.69 7.91 7.95 10/220 23177
/proc/meminfo: memFree=22952272/32951124 swapFree=67111524/67111528
[pid=23155] ppid=23153 vsize=15699292 CPUtime=24.01 cores=1,3,5,7
/proc/23155/stat : 23155 (java) S 23153 23155 23046 0 -1 4202496 95160 0 1 0 2385 16 0 0 25 0 22 0 529327852 16076075008 83172 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23155/statm: 3924823 83172 2285 9 0 3915542 0
[pid=23155/tid=23156] ppid=23153 vsize=15699292 CPUtime=0.43 cores=1,3,5,7
/proc/23155/task/23156/stat : 23156 (java) S 23153 23155 23046 0 -1 4202560 8164 0 1 0 42 1 0 0 18 0 22 0 529327853 16076075008 83172 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23158] ppid=23153 vsize=15699292 CPUtime=0.01 cores=1,3,5,7
/proc/23155/task/23158/stat : 23158 (java) S 23153 23155 23046 0 -1 4202560 1584 0 0 0 1 0 0 0 15 0 22 0 529327853 16076075008 83172 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23159] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23159/stat : 23159 (java) S 23153 23155 23046 0 -1 4202560 1409 0 0 0 0 0 0 0 16 0 22 0 529327853 16076075008 83172 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 3 0 0 0
[pid=23155/tid=23160] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23160/stat : 23160 (java) S 23153 23155 23046 0 -1 4202560 1151 0 0 0 0 0 0 0 15 0 22 0 529327853 16076075008 83172 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 3 0 0 0
[pid=23155/tid=23161] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23161/stat : 23161 (java) S 23153 23155 23046 0 -1 4202560 1531 0 0 0 0 0 0 0 15 0 22 0 529327853 16076075008 83172 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 1 0 0 0
[pid=23155/tid=23162] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23162/stat : 23162 (java) S 23153 23155 23046 0 -1 4202560 506 0 0 0 0 0 0 0 15 0 22 0 529327853 16076075008 83172 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 1 0 0 0
[pid=23155/tid=23163] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23163/stat : 23163 (java) S 23153 23155 23046 0 -1 4202560 2568 0 0 0 0 0 0 0 15 0 22 0 529327853 16076075008 83172 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 1 0 0 0
[pid=23155/tid=23164] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23164/stat : 23164 (java) S 23153 23155 23046 0 -1 4202560 1427 0 0 0 0 0 0 0 15 0 22 0 529327853 16076075008 83172 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23165] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23165/stat : 23165 (java) S 23153 23155 23046 0 -1 4202560 987 0 0 0 0 0 0 0 16 0 22 0 529327853 16076075008 83172 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 7 0 0 0

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

[pid=23155/tid=23175] ppid=23153 vsize=15699292 CPUtime=1048.7 cores=1,3,5,7
/proc/23155/task/23175/stat : 23175 (java) R 23153 23155 23046 0 -1 4202560 154795 0 0 0 104838 32 0 0 25 0 22 0 529327881 16076075008 69185 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 46912505864096 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23155/tid=23176] ppid=23153 vsize=15699292 CPUtime=1048.77 cores=1,3,5,7
/proc/23155/task/23176/stat : 23176 (java) R 23153 23155 23046 0 -1 4202560 153966 0 0 0 104844 33 0 0 25 0 22 0 529327881 16076075008 69185 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 46912505524165 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=23155/tid=23177] ppid=23153 vsize=15699292 CPUtime=1048.61 cores=1,3,5,7
/proc/23155/task/23177/stat : 23177 (java) R 23153 23155 23046 0 -1 4202560 157314 0 0 0 104831 30 0 0 25 0 22 0 529327881 16076075008 69185 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 46912506103954 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4223.22
Current children cumulated vsize (KiB) 15699292

[startup+1122.3 s]
/proc/loadavg: 8.08 8.08 8.01 10/220 23207
/proc/meminfo: memFree=22917316/32951124 swapFree=67111524/67111528
[pid=23155] ppid=23153 vsize=15699292 CPUtime=4461.8 cores=1,3,5,7
/proc/23155/stat : 23155 (java) S 23153 23155 23046 0 -1 4202496 1246513 0 1 0 445836 344 0 0 25 0 22 0 529327852 16076075008 67797 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23155/statm: 3924823 67797 2298 9 0 3915542 0
[pid=23155/tid=23156] ppid=23153 vsize=15699292 CPUtime=0.43 cores=1,3,5,7
/proc/23155/task/23156/stat : 23156 (java) S 23153 23155 23046 0 -1 4202560 8164 0 1 0 42 1 0 0 18 0 22 0 529327853 16076075008 67797 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23158] ppid=23153 vsize=15699292 CPUtime=3.01 cores=1,3,5,7
/proc/23155/task/23158/stat : 23158 (java) S 23153 23155 23046 0 -1 4202560 70553 0 0 0 282 19 0 0 15 0 22 0 529327853 16076075008 67797 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 3 0 0 0
[pid=23155/tid=23159] ppid=23153 vsize=15699292 CPUtime=3.03 cores=1,3,5,7
/proc/23155/task/23159/stat : 23159 (java) S 23153 23155 23046 0 -1 4202560 67137 0 0 0 287 16 0 0 16 0 22 0 529327853 16076075008 67797 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 1 0 0 0
[pid=23155/tid=23160] ppid=23153 vsize=15699292 CPUtime=3.08 cores=1,3,5,7
/proc/23155/task/23160/stat : 23160 (java) S 23153 23155 23046 0 -1 4202560 66683 0 0 0 293 15 0 0 15 0 22 0 529327853 16076075008 67797 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 3 0 0 0
[pid=23155/tid=23161] ppid=23153 vsize=15699292 CPUtime=3.05 cores=1,3,5,7
/proc/23155/task/23161/stat : 23161 (java) S 23153 23155 23046 0 -1 4202560 69093 0 0 0 288 17 0 0 15 0 22 0 529327853 16076075008 67797 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 3 0 0 0
[pid=23155/tid=23162] ppid=23153 vsize=15699292 CPUtime=3.06 cores=1,3,5,7
/proc/23155/task/23162/stat : 23162 (java) S 23153 23155 23046 0 -1 4202560 66597 0 0 0 290 16 0 0 15 0 22 0 529327853 16076075008 67797 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 1 0 0 0
[pid=23155/tid=23163] ppid=23153 vsize=15699292 CPUtime=3.07 cores=1,3,5,7
/proc/23155/task/23163/stat : 23163 (java) S 23153 23155 23046 0 -1 4202560 71764 0 0 0 289 18 0 0 16 0 22 0 529327853 16076075008 67797 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23164] ppid=23153 vsize=15699292 CPUtime=3.13 cores=1,3,5,7
/proc/23155/task/23164/stat : 23164 (java) S 23153 23155 23046 0 -1 4202560 70890 0 0 0 294 19 0 0 16 0 22 0 529327853 16076075008 67797 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 7 0 0 0
[pid=23155/tid=23165] ppid=23153 vsize=15699292 CPUtime=3.14 cores=1,3,5,7
/proc/23155/task/23165/stat : 23165 (java) S 23153 23155 23046 0 -1 4202560 67284 0 0 0 297 17 0 0 15 0 22 0 529327853 16076075008 67797 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 7 0 0 0
[pid=23155/tid=23166] ppid=23153 vsize=15699292 CPUtime=2.23 cores=1,3,5,7
/proc/23155/task/23166/stat : 23166 (java) S 23153 23155 23046 0 -1 4202560 3193 0 0 0 162 61 0 0 16 0 22 0 529327854 16076075008 67797 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761728 0 0 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23167] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23167/stat : 23167 (java) S 23153 23155 23046 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529327855 16076075008 67797 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23168] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23168/stat : 23168 (java) S 23153 23155 23046 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529327855 16076075008 67797 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23169] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23169/stat : 23169 (java) S 23153 23155 23046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529327857 16076075008 67797 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458768817 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23170] ppid=23153 vsize=15699292 CPUtime=1.07 cores=1,3,5,7
/proc/23155/task/23170/stat : 23170 (java) S 23153 23155 23046 0 -1 4202560 5064 0 0 0 107 0 0 0 15 0 22 0 529327857 16076075008 67797 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 1 0 0 0
[pid=23155/tid=23171] ppid=23153 vsize=15699292 CPUtime=1.2 cores=1,3,5,7
/proc/23155/task/23171/stat : 23171 (java) S 23153 23155 23046 0 -1 4202560 13375 0 0 0 119 1 0 0 15 0 22 0 529327857 16076075008 67797 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 7 0 0 0
[pid=23155/tid=23172] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23172/stat : 23172 (java) S 23153 23155 23046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529327857 16076075008 67797 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23173] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23173/stat : 23173 (java) S 23153 23155 23046 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 22 0 529327857 16076075008 67797 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761728 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23174] ppid=23153 vsize=15699292 CPUtime=1108.22 cores=1,3,5,7
/proc/23155/task/23174/stat : 23174 (java) R 23153 23155 23046 0 -1 4202560 167923 0 0 0 110789 33 0 0 25 0 22 0 529327881 16076075008 67797 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 18446744073699065918 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23155/tid=23175] ppid=23153 vsize=15699292 CPUtime=1108.07 cores=1,3,5,7
/proc/23155/task/23175/stat : 23175 (java) R 23153 23155 23046 0 -1 4202560 165375 0 0 0 110774 33 0 0 25 0 22 0 529327881 16076075008 67797 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 18446744073699065904 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23155/tid=23176] ppid=23153 vsize=15699292 CPUtime=1108.04 cores=1,3,5,7
/proc/23155/task/23176/stat : 23176 (java) R 23153 23155 23046 0 -1 4202560 164354 0 0 0 110768 36 0 0 25 0 22 0 529327881 16076075008 67797 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 47512014728043 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=23155/tid=23177] ppid=23153 vsize=15699292 CPUtime=1107.81 cores=1,3,5,7
/proc/23155/task/23177/stat : 23177 (java) R 23153 23155 23046 0 -1 4202560 167621 0 0 0 110749 32 0 0 25 0 22 0 529327881 16076075008 67797 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 46912505989183 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4461.8
Current children cumulated vsize (KiB) 15699292

[startup+1182.3 s]
/proc/loadavg: 8.07 8.08 8.01 11/220 23208
/proc/meminfo: memFree=22870036/32951124 swapFree=67111524/67111528
[pid=23155] ppid=23153 vsize=15699292 CPUtime=4700.33 cores=1,3,5,7
/proc/23155/stat : 23155 (java) S 23153 23155 23046 0 -1 4202496 1321406 0 1 0 469668 365 0 0 25 0 22 0 529327852 16076075008 81957 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23155/statm: 3924823 81957 2298 9 0 3915542 0
[pid=23155/tid=23156] ppid=23153 vsize=15699292 CPUtime=0.43 cores=1,3,5,7
/proc/23155/task/23156/stat : 23156 (java) S 23153 23155 23046 0 -1 4202560 8164 0 1 0 42 1 0 0 18 0 22 0 529327853 16076075008 81957 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23158] ppid=23153 vsize=15699292 CPUtime=3.18 cores=1,3,5,7
/proc/23155/task/23158/stat : 23158 (java) S 23153 23155 23046 0 -1 4202560 74857 0 0 0 298 20 0 0 15 0 22 0 529327853 16076075008 81957 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23159] ppid=23153 vsize=15699292 CPUtime=3.21 cores=1,3,5,7
/proc/23155/task/23159/stat : 23159 (java) S 23153 23155 23046 0 -1 4202560 72838 0 0 0 303 18 0 0 16 0 22 0 529327853 16076075008 81957 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 7 0 0 0
[pid=23155/tid=23160] ppid=23153 vsize=15699292 CPUtime=3.24 cores=1,3,5,7
/proc/23155/task/23160/stat : 23160 (java) S 23153 23155 23046 0 -1 4202560 71632 0 0 0 308 16 0 0 16 0 22 0 529327853 16076075008 81957 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 1 0 0 0
[pid=23155/tid=23161] ppid=23153 vsize=15699292 CPUtime=3.2 cores=1,3,5,7
/proc/23155/task/23161/stat : 23161 (java) S 23153 23155 23046 0 -1 4202560 74021 0 0 0 303 17 0 0 15 0 22 0 529327853 16076075008 81957 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 1 0 0 0
[pid=23155/tid=23162] ppid=23153 vsize=15699292 CPUtime=3.22 cores=1,3,5,7
/proc/23155/task/23162/stat : 23162 (java) S 23153 23155 23046 0 -1 4202560 72172 0 0 0 304 18 0 0 15 0 22 0 529327853 16076075008 81957 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 7 0 0 0
[pid=23155/tid=23163] ppid=23153 vsize=15699292 CPUtime=3.22 cores=1,3,5,7
/proc/23155/task/23163/stat : 23163 (java) S 23153 23155 23046 0 -1 4202560 77391 0 0 0 302 20 0 0 15 0 22 0 529327853 16076075008 81957 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 3 0 0 0
[pid=23155/tid=23164] ppid=23153 vsize=15699292 CPUtime=3.28 cores=1,3,5,7
/proc/23155/task/23164/stat : 23164 (java) S 23153 23155 23046 0 -1 4202560 76059 0 0 0 308 20 0 0 15 0 22 0 529327853 16076075008 81957 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 7 0 0 0
[pid=23155/tid=23165] ppid=23153 vsize=15699292 CPUtime=3.29 cores=1,3,5,7
/proc/23155/task/23165/stat : 23165 (java) S 23153 23155 23046 0 -1 4202560 72618 0 0 0 311 18 0 0 16 0 22 0 529327853 16076075008 81957 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 3 0 0 0
[pid=23155/tid=23166] ppid=23153 vsize=15699292 CPUtime=2.35 cores=1,3,5,7
/proc/23155/task/23166/stat : 23166 (java) S 23153 23155 23046 0 -1 4202560 3379 0 0 0 171 64 0 0 16 0 22 0 529327854 16076075008 81957 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761728 0 0 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23167] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23167/stat : 23167 (java) S 23153 23155 23046 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529327855 16076075008 81957 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23168] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23168/stat : 23168 (java) S 23153 23155 23046 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529327855 16076075008 81957 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23169] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23169/stat : 23169 (java) S 23153 23155 23046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529327857 16076075008 81957 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458768817 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23170] ppid=23153 vsize=15699292 CPUtime=1.07 cores=1,3,5,7
/proc/23155/task/23170/stat : 23170 (java) S 23153 23155 23046 0 -1 4202560 5064 0 0 0 107 0 0 0 15 0 22 0 529327857 16076075008 81957 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 1 0 0 0
[pid=23155/tid=23171] ppid=23153 vsize=15699292 CPUtime=1.2 cores=1,3,5,7
/proc/23155/task/23171/stat : 23171 (java) S 23153 23155 23046 0 -1 4202560 13375 0 0 0 119 1 0 0 15 0 22 0 529327857 16076075008 81957 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 7 0 0 0
[pid=23155/tid=23172] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23172/stat : 23172 (java) S 23153 23155 23046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529327857 16076075008 81957 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23173] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23173/stat : 23173 (java) S 23153 23155 23046 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 22 0 529327857 16076075008 81957 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761728 0 4 0 16800975 18446604458006258112 0 0 -1 7 0 0 0
[pid=23155/tid=23174] ppid=23153 vsize=15699292 CPUtime=1167.51 cores=1,3,5,7
/proc/23155/task/23174/stat : 23174 (java) R 23153 23155 23046 0 -1 4202560 176110 0 0 0 116716 35 0 0 25 0 22 0 529327881 16076075008 81957 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23155/tid=23175] ppid=23153 vsize=15699292 CPUtime=1167.38 cores=1,3,5,7
/proc/23155/task/23175/stat : 23175 (java) R 23153 23155 23046 0 -1 4202560 173628 0 0 0 116703 35 0 0 25 0 22 0 529327881 16076075008 81957 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 46912505837057 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23155/tid=23176] ppid=23153 vsize=15699292 CPUtime=1167.26 cores=1,3,5,7
/proc/23155/task/23176/stat : 23176 (java) R 23153 23155 23046 0 -1 4202560 172765 0 0 0 116688 38 0 0 25 0 22 0 529327881 16076075008 81957 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 18446744073699065894 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=23155/tid=23177] ppid=23153 vsize=15699292 CPUtime=1167.12 cores=1,3,5,7
/proc/23155/task/23177/stat : 23177 (java) R 23153 23155 23046 0 -1 4202560 175886 0 0 0 116678 34 0 0 25 0 22 0 529327881 16076075008 81957 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 46912505925189 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4700.33
Current children cumulated vsize (KiB) 15699292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.4 s]
/proc/loadavg: 8.05 8.07 8.01 9/220 23260
/proc/meminfo: memFree=22601628/32951124 swapFree=67111524/67111528
[pid=23155] ppid=23153 vsize=15699292 CPUtime=4800.09 cores=1,3,5,7
/proc/23155/stat : 23155 (java) S 23153 23155 23046 0 -1 4202496 1340684 0 1 0 479637 372 0 0 25 0 22 0 529327852 16076075008 69661 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23155/statm: 3924823 69661 2298 9 0 3915542 0
[pid=23155/tid=23156] ppid=23153 vsize=15699292 CPUtime=0.43 cores=1,3,5,7
/proc/23155/task/23156/stat : 23156 (java) S 23153 23155 23046 0 -1 4202560 8164 0 1 0 42 1 0 0 18 0 22 0 529327853 16076075008 69661 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23158] ppid=23153 vsize=15699292 CPUtime=3.23 cores=1,3,5,7
/proc/23155/task/23158/stat : 23158 (java) S 23153 23155 23046 0 -1 4202560 75691 0 0 0 303 20 0 0 15 0 22 0 529327853 16076075008 69661 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 1 0 0 0
[pid=23155/tid=23159] ppid=23153 vsize=15699292 CPUtime=3.28 cores=1,3,5,7
/proc/23155/task/23159/stat : 23159 (java) S 23153 23155 23046 0 -1 4202560 74539 0 0 0 309 19 0 0 15 0 22 0 529327853 16076075008 69661 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 1 0 0 0
[pid=23155/tid=23160] ppid=23153 vsize=15699292 CPUtime=3.32 cores=1,3,5,7
/proc/23155/task/23160/stat : 23160 (java) S 23153 23155 23046 0 -1 4202560 72714 0 0 0 315 17 0 0 16 0 22 0 529327853 16076075008 69661 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 3 0 0 0
[pid=23155/tid=23161] ppid=23153 vsize=15699292 CPUtime=3.26 cores=1,3,5,7
/proc/23155/task/23161/stat : 23161 (java) S 23153 23155 23046 0 -1 4202560 74737 0 0 0 308 18 0 0 15 0 22 0 529327853 16076075008 69661 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 3 0 0 0
[pid=23155/tid=23162] ppid=23153 vsize=15699292 CPUtime=3.28 cores=1,3,5,7
/proc/23155/task/23162/stat : 23162 (java) S 23153 23155 23046 0 -1 4202560 72863 0 0 0 309 19 0 0 16 0 22 0 529327853 16076075008 69661 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23163] ppid=23153 vsize=15699292 CPUtime=3.29 cores=1,3,5,7
/proc/23155/task/23163/stat : 23163 (java) S 23153 23155 23046 0 -1 4202560 78493 0 0 0 309 20 0 0 15 0 22 0 529327853 16076075008 69661 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 1 0 0 0
[pid=23155/tid=23164] ppid=23153 vsize=15699292 CPUtime=3.35 cores=1,3,5,7
/proc/23155/task/23164/stat : 23164 (java) S 23153 23155 23046 0 -1 4202560 77439 0 0 0 314 21 0 0 16 0 22 0 529327853 16076075008 69661 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 7 0 0 0
[pid=23155/tid=23165] ppid=23153 vsize=15699292 CPUtime=3.37 cores=1,3,5,7
/proc/23155/task/23165/stat : 23165 (java) S 23153 23155 23046 0 -1 4202560 73457 0 0 0 319 18 0 0 15 0 22 0 529327853 16076075008 69661 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 7 0 0 0
[pid=23155/tid=23166] ppid=23153 vsize=15699292 CPUtime=2.4 cores=1,3,5,7
/proc/23155/task/23166/stat : 23166 (java) S 23153 23155 23046 0 -1 4202560 3431 0 0 0 175 65 0 0 15 0 22 0 529327854 16076075008 69661 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761728 0 0 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23167] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23167/stat : 23167 (java) S 23153 23155 23046 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529327855 16076075008 69661 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23168] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23168/stat : 23168 (java) S 23153 23155 23046 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529327855 16076075008 69661 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23169] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23169/stat : 23169 (java) S 23153 23155 23046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529327857 16076075008 69661 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458768817 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23170] ppid=23153 vsize=15699292 CPUtime=1.07 cores=1,3,5,7
/proc/23155/task/23170/stat : 23170 (java) S 23153 23155 23046 0 -1 4202560 5064 0 0 0 107 0 0 0 15 0 22 0 529327857 16076075008 69661 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 1 0 0 0
[pid=23155/tid=23171] ppid=23153 vsize=15699292 CPUtime=1.2 cores=1,3,5,7
/proc/23155/task/23171/stat : 23171 (java) S 23153 23155 23046 0 -1 4202560 13375 0 0 0 119 1 0 0 15 0 22 0 529327857 16076075008 69661 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 7 0 0 0
[pid=23155/tid=23172] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23172/stat : 23172 (java) S 23153 23155 23046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529327857 16076075008 69661 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761113 0 4 0 16800975 18446604458006258112 0 0 -1 5 0 0 0
[pid=23155/tid=23173] ppid=23153 vsize=15699292 CPUtime=0 cores=1,3,5,7
/proc/23155/task/23173/stat : 23173 (java) S 23153 23155 23046 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 22 0 529327857 16076075008 69661 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 244458761728 0 4 0 16800975 18446604458006258112 0 0 -1 7 0 0 0
[pid=23155/tid=23174] ppid=23153 vsize=15699292 CPUtime=1192.34 cores=1,3,5,7
/proc/23155/task/23174/stat : 23174 (java) R 23153 23155 23046 0 -1 4202560 178864 0 0 0 119199 35 0 0 25 0 22 0 529327881 16076075008 69661 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 46912505799268 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23155/tid=23175] ppid=23153 vsize=15699292 CPUtime=1192.21 cores=1,3,5,7
/proc/23155/task/23175/stat : 23175 (java) R 23153 23155 23046 0 -1 4202560 176362 0 0 0 119186 35 0 0 25 0 22 0 529327881 16076075008 69661 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 46912505742215 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23155/tid=23176] ppid=23153 vsize=15699292 CPUtime=1192.04 cores=1,3,5,7
/proc/23155/task/23176/stat : 23176 (java) R 23153 23155 23046 0 -1 4202560 175466 0 0 0 119165 39 0 0 25 0 22 0 529327881 16076075008 69661 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 46912505990648 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23155/tid=23177] ppid=23153 vsize=15699292 CPUtime=1191.87 cores=1,3,5,7
/proc/23155/task/23177/stat : 23177 (java) R 23153 23155 23046 0 -1 4202560 178578 0 0 0 119152 35 0 0 25 0 22 0 529327881 16076075008 69661 33554432000 1073741824 1073778376 140736108527040 18446744073709551615 46912505826686 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 15699292

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

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

Child status: 143
Real time (s): 1207.43
CPU time (s): 4800.14
CPU user time (s): 4796.4
CPU system time (s): 3.74143
CPU usage (%): 397.551
Max. virtual memory (cumulated for all children) (KiB): 15701708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.4
system time used= 3.74143
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1340711
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= 327507
involuntary context switches= 165645

runsolver used 2.03469 second user time and 4.5863 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-30 17:27:54
IDJOB=3311619
IDBENCH=83004
IDSOLVER=1698
FILE ID=node105/3311619-1304177274
RUNJOBID= node105-1304177250-23065
PBS_JOBID= 13172437
Free space on /tmp= 73040 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S1836400953-011.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311619-1304177274/watcher-3311619-1304177274 -o /tmp/evaluation-result-3311619-1304177274/solver-3311619-1304177274 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311619-1304177274.cnf -hbr 2

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

MD5SUM BENCH= 39542bd0a185b4f7c5fc7900079a2845
RANDOM SEED=2058017749

node105.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.825
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.65
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.825
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	: 5226.15
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.825
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.82
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.825
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.75
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23290096 kB
Buffers:       2180696 kB
Cached:        6671744 kB
SwapCached:          4 kB
Active:         854684 kB
Inactive:      8254352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23290096 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4240 kB
Writeback:           0 kB
AnonPages:      256184 kB
Mapped:          23584 kB
Slab:           488236 kB
PageTables:       5656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   758024 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= 73040 MiB
End job on node105 at 2011-04-30 17:48:04