Trace number 3311260

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.31 1204.84

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S1163171897-095-UNKNOWN.cnf
MD5SUM9c09330ef9d704e301452237c81ff9c7
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 variables400
Number of clauses34000
Sum of the clauses size238000
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 534000

Solver Data

0.10/0.11	41:05 INFO : Reading from input HOME/instance-3311260-1304116865.cnf
0.71/0.53	Executor set job limit to 1000000
0.71/0.53	Executor set job limit to 1000000
0.71/0.53	Executor set job limit to 1000000
0.71/0.53	Executor set job limit to 1000000
0.71/0.53	Starting Executor!
0.71/0.53	Starting Executor!
0.71/0.53	Starting Executor!
0.71/0.53	Starting Executor!
1.84/1.10	41:06 INFO : 400 variables remaining out of 400
1.84/1.10	41:06 INFO : 272000 literals remaining out of 272000

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-3311260-1304116865/watcher-3311260-1304116865 -o /tmp/evaluation-result-3311260-1304116865/solver-3311260-1304116865 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311260-1304116865.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: 4.47 6.82 6.90 2/186 5282
/proc/meminfo: memFree=28608944/32951124 swapFree=67111356/67111528
[pid=5282] ppid=5280 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/5282/stat : 5282 (java) S 5280 5282 4401 0 -1 4202496 1413 0 0 0 0 0 0 0 22 0 2 0 523284204 27824128 885 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917533669 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5282/statm: 6793 889 680 9 0 381 0
[pid=5282/tid=5284] ppid=5280 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5284/stat : 5284 (java) R 5280 5282 4401 0 -1 4202560 71 0 0 0 0 0 0 0 24 0 2 0 523284204 29065216 898 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218900807303 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0369471 s]
/proc/loadavg: 4.47 6.82 6.90 2/186 5282
/proc/meminfo: memFree=28608944/32951124 swapFree=67111356/67111528
[pid=5282] ppid=5280 vsize=15604248 CPUtime=0.02 cores=1,3,5,7
/proc/5282/stat : 5282 (java) S 5280 5282 4401 0 -1 4202496 3736 0 1 0 2 0 0 0 22 0 13 0 523284204 15978749952 3176 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917533669 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0
/proc/5282/statm: 3901062 3177 1680 9 0 3891810 0
[pid=5282/tid=5284] ppid=5280 vsize=15604248 CPUtime=0.02 cores=1,3,5,7
/proc/5282/task/5284/stat : 5284 (java) R 5280 5282 4401 0 -1 4202560 2347 0 1 0 2 0 0 0 25 0 13 0 523284204 15978749952 3177 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 47889293666323 0 4 0 16800971 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15604248

[startup+0.100938 s]
/proc/loadavg: 4.47 6.82 6.90 2/186 5282
/proc/meminfo: memFree=28608944/32951124 swapFree=67111356/67111528
[pid=5282] ppid=5280 vsize=15742008 CPUtime=0.1 cores=1,3,5,7
/proc/5282/stat : 5282 (java) S 5280 5282 4401 0 -1 4202496 5617 0 1 0 9 1 0 0 22 0 18 0 523284204 16119816192 5033 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5282/statm: 3935502 5033 2116 9 0 3926221 0
[pid=5282/tid=5284] ppid=5280 vsize=15742008 CPUtime=0.07 cores=1,3,5,7
/proc/5282/task/5284/stat : 5284 (java) R 5280 5282 4401 0 -1 4202560 3476 0 1 0 7 0 0 0 18 0 18 0 523284204 16119816192 5033 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917557707 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15742008

[startup+0.300906 s]
/proc/loadavg: 4.47 6.82 6.90 2/186 5282
/proc/meminfo: memFree=28608944/32951124 swapFree=67111356/67111528
[pid=5282] ppid=5280 vsize=15745148 CPUtime=0.51 cores=1,3,5,7
/proc/5282/stat : 5282 (java) S 5280 5282 4401 0 -1 4202496 15987 0 1 0 49 2 0 0 22 0 18 0 523284204 16123031552 14413 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5282/statm: 3936287 14419 2206 9 0 3927006 0
[pid=5282/tid=5284] ppid=5280 vsize=15745148 CPUtime=0.28 cores=1,3,5,7
/proc/5282/task/5284/stat : 5284 (java) R 5280 5282 4401 0 -1 4202560 10887 0 1 0 27 1 0 0 18 0 18 0 523284204 16123031552 14422 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 46912505637301 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15745148

[startup+0.700793 s]
/proc/loadavg: 4.47 6.82 6.90 2/186 5282
/proc/meminfo: memFree=28608944/32951124 swapFree=67111356/67111528
[pid=5282] ppid=5280 vsize=15749260 CPUtime=1.06 cores=1,3,5,7
/proc/5282/stat : 5282 (java) S 5280 5282 4401 0 -1 4202496 45254 0 1 0 101 5 0 0 22 0 22 0 523284204 16127242240 41860 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5282/statm: 3937315 41860 2247 9 0 3928034 0
[pid=5282/tid=5284] ppid=5280 vsize=15749260 CPUtime=0.67 cores=1,3,5,7
/proc/5282/task/5284/stat : 5284 (java) R 5280 5282 4401 0 -1 4202560 35665 0 1 0 63 4 0 0 20 0 22 0 523284204 16127242240 41860 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 47889291285370 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 15749260

[startup+1.50471 s]
/proc/loadavg: 4.47 6.82 6.90 10/220 5316
/proc/meminfo: memFree=28248764/32951124 swapFree=67111356/67111528
[pid=5282] ppid=5280 vsize=15761496 CPUtime=3.14 cores=1,3,5,7
/proc/5282/stat : 5282 (java) S 5280 5282 4401 0 -1 4202496 58407 0 1 0 307 7 0 0 22 0 22 0 523284204 16139771904 48096 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5282/statm: 3940374 48096 2271 9 0 3931093 0
[pid=5282/tid=5284] ppid=5280 vsize=15761496 CPUtime=1.08 cores=1,3,5,7
/proc/5282/task/5284/stat : 5284 (java) S 5280 5282 4401 0 -1 4202560 35736 0 1 0 104 4 0 0 20 0 22 0 523284204 16139771904 48096 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5286] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5286/stat : 5286 (java) S 5280 5282 4401 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523284205 16139771904 48096 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 7 0 0 0
[pid=5282/tid=5287] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5287/stat : 5287 (java) S 5280 5282 4401 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523284205 16139771904 48096 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 7 0 0 0
[pid=5282/tid=5288] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5288/stat : 5288 (java) S 5280 5282 4401 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523284205 16139771904 48096 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 7 0 0 0
[pid=5282/tid=5289] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5289/stat : 5289 (java) S 5280 5282 4401 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523284205 16139771904 48096 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 7 0 0 0
[pid=5282/tid=5290] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5290/stat : 5290 (java) S 5280 5282 4401 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523284205 16139771904 48096 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 7 0 0 0
[pid=5282/tid=5291] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5291/stat : 5291 (java) S 5280 5282 4401 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523284205 16139771904 48096 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 7 0 0 0
[pid=5282/tid=5292] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5292/stat : 5292 (java) S 5280 5282 4401 0 -1 4202560 341 0 0 0 0 0 0 0 21 0 22 0 523284205 16139771904 48096 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 5 0 0 0
[pid=5282/tid=5293] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5293/stat : 5293 (java) S 5280 5282 4401 0 -1 4202560 58 0 0 0 0 0 0 0 21 0 22 0 523284205 16139771904 48096 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 7 0 0 0
[pid=5282/tid=5296] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5296/stat : 5296 (java) S 5280 5282 4401 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 523284206 16139771904 48096 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917547520 0 0 0 16800975 18446604458669991232 0 0 -1 1 0 0 0
[pid=5282/tid=5297] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5297/stat : 5297 (java) S 5280 5282 4401 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 523284206 16139771904 48096 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 7 0 0 0
[pid=5282/tid=5298] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5298/stat : 5298 (java) S 5280 5282 4401 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 523284206 16139771904 48096 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 7 0 0 0
[pid=5282/tid=5304] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5304/stat : 5304 (java) S 5280 5282 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523284208 16139771904 48096 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917554609 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5305] ppid=5280 vsize=15761496 CPUtime=0.92 cores=1,3,5,7
/proc/5282/task/5305/stat : 5305 (java) S 5280 5282 4401 0 -1 4202560 16494 0 0 0 90 2 0 0 25 0 22 0 523284208 16139771904 48096 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 5 0 0 0
[pid=5282/tid=5306] ppid=5280 vsize=15761496 CPUtime=0.63 cores=1,3,5,7
/proc/5282/task/5306/stat : 5306 (java) R 5280 5282 4401 0 -1 4202560 4322 0 0 0 63 0 0 0 20 0 22 0 523284208 16139771904 48096 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 47889293985978 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5282/tid=5307] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5307/stat : 5307 (java) S 5280 5282 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523284208 16139771904 48096 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5308] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5308/stat : 5308 (java) S 5280 5282 4401 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523284208 16139771904 48096 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917547520 0 4 0 16800975 18446604458669991232 0 0 -1 1 0 0 0
[pid=5282/tid=5313] ppid=5280 vsize=15761496 CPUtime=0.23 cores=1,3,5,7
/proc/5282/task/5313/stat : 5313 (java) R 5280 5282 4401 0 -1 4202560 28 0 0 0 23 0 0 0 15 0 22 0 523284257 16139771904 48096 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 46912505963899 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5282/tid=5314] ppid=5280 vsize=15761496 CPUtime=0.18 cores=1,3,5,7
/proc/5282/task/5314/stat : 5314 (java) R 5280 5282 4401 0 -1 4202560 13 0 0 0 18 0 0 0 15 0 22 0 523284257 16139771904 48096 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 46912505969379 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5282/tid=5315] ppid=5280 vsize=15761496 CPUtime=0.03 cores=1,3,5,7
/proc/5282/task/5315/stat : 5315 (java) S 5280 5282 4401 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 22 0 523284257 16139771904 48096 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917547520 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5316] ppid=5280 vsize=15761496 CPUtime=0.03 cores=1,3,5,7
/proc/5282/task/5316/stat : 5316 (java) S 5280 5282 4401 0 -1 4202560 8 0 0 0 3 0 0 0 15 0 22 0 523284257 16139771904 48096 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917547520 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 15761496

[startup+3.10136 s]
/proc/loadavg: 4.47 6.82 6.90 13/220 5316
/proc/meminfo: memFree=28156136/32951124 swapFree=67111356/67111528
[pid=5282] ppid=5280 vsize=15761496 CPUtime=9.2 cores=1,3,5,7
/proc/5282/stat : 5282 (java) S 5280 5282 4401 0 -1 4202496 93362 0 1 0 906 14 0 0 22 0 22 0 523284204 16139771904 82822 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5282/statm: 3940374 82822 2272 9 0 3931093 0
[pid=5282/tid=5284] ppid=5280 vsize=15761496 CPUtime=1.08 cores=1,3,5,7
/proc/5282/task/5284/stat : 5284 (java) S 5280 5282 4401 0 -1 4202560 35736 0 1 0 104 4 0 0 20 0 22 0 523284204 16139771904 82822 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5286] ppid=5280 vsize=15761496 CPUtime=0.01 cores=1,3,5,7
/proc/5282/task/5286/stat : 5286 (java) S 5280 5282 4401 0 -1 4202560 3967 0 0 0 1 0 0 0 15 0 22 0 523284205 16139771904 82822 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5287] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5287/stat : 5287 (java) S 5280 5282 4401 0 -1 4202560 3169 0 0 0 0 0 0 0 15 0 22 0 523284205 16139771904 82822 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 1 0 0 0
[pid=5282/tid=5288] ppid=5280 vsize=15761496 CPUtime=0.01 cores=1,3,5,7
/proc/5282/task/5288/stat : 5288 (java) S 5280 5282 4401 0 -1 4202560 4740 0 0 0 0 1 0 0 15 0 22 0 523284205 16139771904 82822 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 7 0 0 0
[pid=5282/tid=5289] ppid=5280 vsize=15761496 CPUtime=0.01 cores=1,3,5,7
/proc/5282/task/5289/stat : 5289 (java) S 5280 5282 4401 0 -1 4202560 6169 0 0 0 1 0 0 0 16 0 22 0 523284205 16139771904 82822 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5290] ppid=5280 vsize=15761496 CPUtime=0.02 cores=1,3,5,7
/proc/5282/task/5290/stat : 5290 (java) S 5280 5282 4401 0 -1 4202560 6591 0 0 0 1 1 0 0 16 0 22 0 523284205 16139771904 82822 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 5 0 0 0
[pid=5282/tid=5291] ppid=5280 vsize=15761496 CPUtime=0.02 cores=1,3,5,7
/proc/5282/task/5291/stat : 5291 (java) S 5280 5282 4401 0 -1 4202560 4706 0 0 0 1 1 0 0 16 0 22 0 523284205 16139771904 82822 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 1 0 0 0
[pid=5282/tid=5292] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5292/stat : 5292 (java) S 5280 5282 4401 0 -1 4202560 1846 0 0 0 0 0 0 0 15 0 22 0 523284205 16139771904 82822 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 1 0 0 0
[pid=5282/tid=5293] ppid=5280 vsize=15761496 CPUtime=0.01 cores=1,3,5,7
/proc/5282/task/5293/stat : 5293 (java) S 5280 5282 4401 0 -1 4202560 4030 0 0 0 1 0 0 0 16 0 22 0 523284205 16139771904 82822 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 7 0 0 0
[pid=5282/tid=5296] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5296/stat : 5296 (java) S 5280 5282 4401 0 -1 4202560 120 0 0 0 0 0 0 0 15 0 22 0 523284206 16139771904 82822 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917547520 0 0 0 16800975 18446604458669991232 0 0 -1 7 0 0 0
[pid=5282/tid=5297] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5297/stat : 5297 (java) S 5280 5282 4401 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523284206 16139771904 82822 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 7 0 0 0
[pid=5282/tid=5298] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5298/stat : 5298 (java) S 5280 5282 4401 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523284206 16139771904 82822 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 7 0 0 0
[pid=5282/tid=5304] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5304/stat : 5304 (java) S 5280 5282 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523284208 16139771904 82822 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917554609 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5305] ppid=5280 vsize=15761496 CPUtime=0.94 cores=1,3,5,7
/proc/5282/task/5305/stat : 5305 (java) R 5280 5282 4401 0 -1 4202560 16509 0 0 0 92 2 0 0 21 0 22 0 523284208 16139771904 82822 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917556917 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5282/tid=5306] ppid=5280 vsize=15761496 CPUtime=0.76 cores=1,3,5,7
/proc/5282/task/5306/stat : 5306 (java) S 5280 5282 4401 0 -1 4202560 4334 0 0 0 76 0 0 0 15 0 22 0 523284208 16139771904 82822 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 1 0 0 0
[pid=5282/tid=5307] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5307/stat : 5307 (java) S 5280 5282 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523284208 16139771904 82822 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5308] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5308/stat : 5308 (java) S 5280 5282 4401 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523284208 16139771904 82822 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917547520 0 4 0 16800975 18446604458669991232 0 0 -1 5 0 0 0
[pid=5282/tid=5313] ppid=5280 vsize=15761496 CPUtime=1.62 cores=1,3,5,7
/proc/5282/task/5313/stat : 5313 (java) R 5280 5282 4401 0 -1 4202560 30 0 0 0 162 0 0 0 16 0 22 0 523284257 16139771904 82822 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 46912505844431 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5282/tid=5314] ppid=5280 vsize=15761496 CPUtime=1.72 cores=1,3,5,7
/proc/5282/task/5314/stat : 5314 (java) R 5280 5282 4401 0 -1 4202560 14 0 0 0 172 0 0 0 17 0 22 0 523284257 16139771904 82822 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 46912505964903 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5282/tid=5315] ppid=5280 vsize=15761496 CPUtime=1.42 cores=1,3,5,7
/proc/5282/task/5315/stat : 5315 (java) R 5280 5282 4401 0 -1 4202560 7 0 0 0 142 0 0 0 16 0 22 0 523284257 16139771904 82822 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 46912505789654 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5282/tid=5316] ppid=5280 vsize=15761496 CPUtime=1.45 cores=1,3,5,7
/proc/5282/task/5316/stat : 5316 (java) R 5280 5282 4401 0 -1 4202560 9 0 0 0 145 0 0 0 17 0 22 0 523284257 16139771904 82822 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 46912505969574 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.2
Current children cumulated vsize (KiB) 15761496

[startup+6.30078 s]
/proc/loadavg: 4.99 6.89 6.92 9/220 5316
/proc/meminfo: memFree=26943828/32951124 swapFree=67111356/67111528
[pid=5282] ppid=5280 vsize=15761496 CPUtime=21.96 cores=1,3,5,7
/proc/5282/stat : 5282 (java) S 5280 5282 4401 0 -1 4202496 214242 0 1 0 2164 32 0 0 22 0 22 0 523284204 16139771904 200755 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5282/statm: 3940374 200755 2272 9 0 3931093 0
[pid=5282/tid=5284] ppid=5280 vsize=15761496 CPUtime=1.08 cores=1,3,5,7
/proc/5282/task/5284/stat : 5284 (java) S 5280 5282 4401 0 -1 4202560 35736 0 1 0 104 4 0 0 20 0 22 0 523284204 16139771904 200755 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5286] ppid=5280 vsize=15761496 CPUtime=0.03 cores=1,3,5,7
/proc/5282/task/5286/stat : 5286 (java) S 5280 5282 4401 0 -1 4202560 11902 0 0 0 2 1 0 0 16 0 22 0 523284205 16139771904 200755 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5287] ppid=5280 vsize=15761496 CPUtime=0.06 cores=1,3,5,7
/proc/5282/task/5287/stat : 5287 (java) S 5280 5282 4401 0 -1 4202560 16512 0 0 0 3 3 0 0 16 0 22 0 523284205 16139771904 200755 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 7 0 0 0
[pid=5282/tid=5288] ppid=5280 vsize=15761496 CPUtime=0.04 cores=1,3,5,7
/proc/5282/task/5288/stat : 5288 (java) S 5280 5282 4401 0 -1 4202560 15564 0 0 0 2 2 0 0 15 0 22 0 523284205 16139771904 200755 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 5 0 0 0
[pid=5282/tid=5289] ppid=5280 vsize=15761496 CPUtime=0.03 cores=1,3,5,7
/proc/5282/task/5289/stat : 5289 (java) S 5280 5282 4401 0 -1 4202560 12311 0 0 0 2 1 0 0 15 0 22 0 523284205 16139771904 200755 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5290] ppid=5280 vsize=15761496 CPUtime=0.03 cores=1,3,5,7
/proc/5282/task/5290/stat : 5290 (java) S 5280 5282 4401 0 -1 4202560 11274 0 0 0 2 1 0 0 15 0 22 0 523284205 16139771904 200755 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 7 0 0 0
[pid=5282/tid=5291] ppid=5280 vsize=15761496 CPUtime=0.07 cores=1,3,5,7
/proc/5282/task/5291/stat : 5291 (java) S 5280 5282 4401 0 -1 4202560 22188 0 0 0 3 4 0 0 16 0 22 0 523284205 16139771904 200755 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 5 0 0 0
[pid=5282/tid=5292] ppid=5280 vsize=15761496 CPUtime=0.02 cores=1,3,5,7
/proc/5282/task/5292/stat : 5292 (java) S 5280 5282 4401 0 -1 4202560 6672 0 0 0 2 0 0 0 15 0 22 0 523284205 16139771904 200755 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 1 0 0 0
[pid=5282/tid=5293] ppid=5280 vsize=15761496 CPUtime=0.04 cores=1,3,5,7
/proc/5282/task/5293/stat : 5293 (java) S 5280 5282 4401 0 -1 4202560 11438 0 0 0 3 1 0 0 16 0 22 0 523284205 16139771904 200755 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 1 0 0 0

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

[pid=5282/tid=5314] ppid=5280 vsize=15761496 CPUtime=1052.09 cores=1,3,5,7
/proc/5282/task/5314/stat : 5314 (java) R 5280 5282 4401 0 -1 4202560 226165 0 0 0 105178 31 0 0 25 0 22 0 523284257 16139771904 218034 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 46912505969250 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5282/tid=5315] ppid=5280 vsize=15761496 CPUtime=1052.43 cores=1,3,5,7
/proc/5282/task/5315/stat : 5315 (java) R 5280 5282 4401 0 -1 4202560 221932 0 0 0 105216 27 0 0 25 0 22 0 523284257 16139771904 218034 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 46912505789712 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5282/tid=5316] ppid=5280 vsize=15761496 CPUtime=1052.2 cores=1,3,5,7
/proc/5282/task/5316/stat : 5316 (java) R 5280 5282 4401 0 -1 4202560 215876 0 0 0 105190 30 0 0 25 0 22 0 523284257 16139771904 218034 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 47889295086143 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4232.44
Current children cumulated vsize (KiB) 15761496

[startup+1122.3 s]
/proc/loadavg: 8.17 8.09 7.74 10/220 5346
/proc/meminfo: memFree=26281872/32951124 swapFree=67111356/67111528
[pid=5282] ppid=5280 vsize=15761496 CPUtime=4471.51 cores=1,3,5,7
/proc/5282/stat : 5282 (java) S 5280 5282 4401 0 -1 4202496 1622784 0 1 0 446860 291 0 0 22 0 22 0 523284204 16139771904 196940 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5282/statm: 3940374 196940 2297 9 0 3931093 0
[pid=5282/tid=5284] ppid=5280 vsize=15761496 CPUtime=1.08 cores=1,3,5,7
/proc/5282/task/5284/stat : 5284 (java) S 5280 5282 4401 0 -1 4202560 35736 0 1 0 104 4 0 0 20 0 22 0 523284204 16139771904 196940 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5286] ppid=5280 vsize=15761496 CPUtime=2.69 cores=1,3,5,7
/proc/5282/task/5286/stat : 5286 (java) S 5280 5282 4401 0 -1 4202560 75669 0 0 0 255 14 0 0 16 0 22 0 523284205 16139771904 196940 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 1 0 0 0
[pid=5282/tid=5287] ppid=5280 vsize=15761496 CPUtime=2.66 cores=1,3,5,7
/proc/5282/task/5287/stat : 5287 (java) S 5280 5282 4401 0 -1 4202560 67088 0 0 0 252 14 0 0 16 0 22 0 523284205 16139771904 196940 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 7 0 0 0
[pid=5282/tid=5288] ppid=5280 vsize=15761496 CPUtime=2.68 cores=1,3,5,7
/proc/5282/task/5288/stat : 5288 (java) S 5280 5282 4401 0 -1 4202560 85340 0 0 0 252 16 0 0 16 0 22 0 523284205 16139771904 196940 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 5 0 0 0
[pid=5282/tid=5289] ppid=5280 vsize=15761496 CPUtime=2.59 cores=1,3,5,7
/proc/5282/task/5289/stat : 5289 (java) S 5280 5282 4401 0 -1 4202560 80112 0 0 0 243 16 0 0 15 0 22 0 523284205 16139771904 196940 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 5 0 0 0
[pid=5282/tid=5290] ppid=5280 vsize=15761496 CPUtime=2.59 cores=1,3,5,7
/proc/5282/task/5290/stat : 5290 (java) S 5280 5282 4401 0 -1 4202560 74525 0 0 0 245 14 0 0 16 0 22 0 523284205 16139771904 196940 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5291] ppid=5280 vsize=15761496 CPUtime=2.66 cores=1,3,5,7
/proc/5282/task/5291/stat : 5291 (java) S 5280 5282 4401 0 -1 4202560 91030 0 0 0 248 18 0 0 15 0 22 0 523284205 16139771904 196940 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 1 0 0 0
[pid=5282/tid=5292] ppid=5280 vsize=15761496 CPUtime=2.67 cores=1,3,5,7
/proc/5282/task/5292/stat : 5292 (java) S 5280 5282 4401 0 -1 4202560 76478 0 0 0 252 15 0 0 15 0 22 0 523284205 16139771904 196940 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 7 0 0 0
[pid=5282/tid=5293] ppid=5280 vsize=15761496 CPUtime=2.67 cores=1,3,5,7
/proc/5282/task/5293/stat : 5293 (java) S 5280 5282 4401 0 -1 4202560 85453 0 0 0 252 15 0 0 15 0 22 0 523284205 16139771904 196940 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 5 0 0 0
[pid=5282/tid=5296] ppid=5280 vsize=15761496 CPUtime=1.03 cores=1,3,5,7
/proc/5282/task/5296/stat : 5296 (java) S 5280 5282 4401 0 -1 4202560 8505 0 0 0 70 33 0 0 15 0 22 0 523284206 16139771904 196940 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917547520 0 0 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5297] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5297/stat : 5297 (java) S 5280 5282 4401 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523284206 16139771904 196940 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 7 0 0 0
[pid=5282/tid=5298] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5298/stat : 5298 (java) S 5280 5282 4401 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523284206 16139771904 196940 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 7 0 0 0
[pid=5282/tid=5304] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5304/stat : 5304 (java) S 5280 5282 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523284208 16139771904 196940 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917554609 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5305] ppid=5280 vsize=15761496 CPUtime=1.26 cores=1,3,5,7
/proc/5282/task/5305/stat : 5305 (java) S 5280 5282 4401 0 -1 4202560 16564 0 0 0 124 2 0 0 16 0 22 0 523284208 16139771904 196940 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5306] ppid=5280 vsize=15761496 CPUtime=1.09 cores=1,3,5,7
/proc/5282/task/5306/stat : 5306 (java) S 5280 5282 4401 0 -1 4202560 4380 0 0 0 109 0 0 0 15 0 22 0 523284208 16139771904 196940 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 1 0 0 0
[pid=5282/tid=5307] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5307/stat : 5307 (java) S 5280 5282 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523284208 16139771904 196940 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5308] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5308/stat : 5308 (java) S 5280 5282 4401 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 523284208 16139771904 196940 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917547520 0 4 0 16800975 18446604458669991232 0 0 -1 1 0 0 0
[pid=5282/tid=5313] ppid=5280 vsize=15761496 CPUtime=1110.85 cores=1,3,5,7
/proc/5282/task/5313/stat : 5313 (java) R 5280 5282 4401 0 -1 4202560 233375 0 0 0 111054 31 0 0 25 0 22 0 523284257 16139771904 196940 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 46912505798115 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5282/tid=5314] ppid=5280 vsize=15761496 CPUtime=1111.52 cores=1,3,5,7
/proc/5282/task/5314/stat : 5314 (java) R 5280 5282 4401 0 -1 4202560 233853 0 0 0 111120 32 0 0 25 0 22 0 523284257 16139771904 196940 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 46912505523191 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5282/tid=5315] ppid=5280 vsize=15761496 CPUtime=1111.76 cores=1,3,5,7
/proc/5282/task/5315/stat : 5315 (java) R 5280 5282 4401 0 -1 4202560 230034 0 0 0 111148 28 0 0 25 0 22 0 523284257 16139771904 196940 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 46912505876551 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5282/tid=5316] ppid=5280 vsize=15761496 CPUtime=1111.56 cores=1,3,5,7
/proc/5282/task/5316/stat : 5316 (java) R 5280 5282 4401 0 -1 4202560 223194 0 0 0 111125 31 0 0 25 0 22 0 523284257 16139771904 196940 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 46912505366066 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4471.51
Current children cumulated vsize (KiB) 15761496

[startup+1182.3 s]
/proc/loadavg: 8.12 8.08 7.75 9/220 5347
/proc/meminfo: memFree=26290036/32951124 swapFree=67111356/67111528
[pid=5282] ppid=5280 vsize=15761496 CPUtime=4710.6 cores=1,3,5,7
/proc/5282/stat : 5282 (java) S 5280 5282 4401 0 -1 4202496 1707362 0 1 0 470753 307 0 0 22 0 22 0 523284204 16139771904 189913 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5282/statm: 3940374 189913 2297 9 0 3931093 0
[pid=5282/tid=5284] ppid=5280 vsize=15761496 CPUtime=1.08 cores=1,3,5,7
/proc/5282/task/5284/stat : 5284 (java) S 5280 5282 4401 0 -1 4202560 35736 0 1 0 104 4 0 0 20 0 22 0 523284204 16139771904 189913 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5286] ppid=5280 vsize=15761496 CPUtime=2.89 cores=1,3,5,7
/proc/5282/task/5286/stat : 5286 (java) S 5280 5282 4401 0 -1 4202560 81750 0 0 0 274 15 0 0 15 0 22 0 523284205 16139771904 189913 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 7 0 0 0
[pid=5282/tid=5287] ppid=5280 vsize=15761496 CPUtime=2.84 cores=1,3,5,7
/proc/5282/task/5287/stat : 5287 (java) S 5280 5282 4401 0 -1 4202560 73446 0 0 0 269 15 0 0 15 0 22 0 523284205 16139771904 189913 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 7 0 0 0
[pid=5282/tid=5288] ppid=5280 vsize=15761496 CPUtime=2.88 cores=1,3,5,7
/proc/5282/task/5288/stat : 5288 (java) S 5280 5282 4401 0 -1 4202560 90745 0 0 0 271 17 0 0 16 0 22 0 523284205 16139771904 189913 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5289] ppid=5280 vsize=15761496 CPUtime=2.79 cores=1,3,5,7
/proc/5282/task/5289/stat : 5289 (java) S 5280 5282 4401 0 -1 4202560 85781 0 0 0 262 17 0 0 16 0 22 0 523284205 16139771904 189913 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 1 0 0 0
[pid=5282/tid=5290] ppid=5280 vsize=15761496 CPUtime=2.78 cores=1,3,5,7
/proc/5282/task/5290/stat : 5290 (java) S 5280 5282 4401 0 -1 4202560 80171 0 0 0 263 15 0 0 15 0 22 0 523284205 16139771904 189913 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5291] ppid=5280 vsize=15761496 CPUtime=2.87 cores=1,3,5,7
/proc/5282/task/5291/stat : 5291 (java) S 5280 5282 4401 0 -1 4202560 98660 0 0 0 268 19 0 0 16 0 22 0 523284205 16139771904 189913 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 7 0 0 0
[pid=5282/tid=5292] ppid=5280 vsize=15761496 CPUtime=2.86 cores=1,3,5,7
/proc/5282/task/5292/stat : 5292 (java) S 5280 5282 4401 0 -1 4202560 81314 0 0 0 270 16 0 0 16 0 22 0 523284205 16139771904 189913 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 5 0 0 0
[pid=5282/tid=5293] ppid=5280 vsize=15761496 CPUtime=2.87 cores=1,3,5,7
/proc/5282/task/5293/stat : 5293 (java) S 5280 5282 4401 0 -1 4202560 91530 0 0 0 271 16 0 0 15 0 22 0 523284205 16139771904 189913 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5296] ppid=5280 vsize=15761496 CPUtime=1.09 cores=1,3,5,7
/proc/5282/task/5296/stat : 5296 (java) S 5280 5282 4401 0 -1 4202560 8736 0 0 0 74 35 0 0 15 0 22 0 523284206 16139771904 189913 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917547520 0 0 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5297] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5297/stat : 5297 (java) S 5280 5282 4401 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523284206 16139771904 189913 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 7 0 0 0
[pid=5282/tid=5298] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5298/stat : 5298 (java) S 5280 5282 4401 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523284206 16139771904 189913 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 7 0 0 0
[pid=5282/tid=5304] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5304/stat : 5304 (java) S 5280 5282 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523284208 16139771904 189913 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917554609 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5305] ppid=5280 vsize=15761496 CPUtime=1.26 cores=1,3,5,7
/proc/5282/task/5305/stat : 5305 (java) S 5280 5282 4401 0 -1 4202560 16564 0 0 0 124 2 0 0 16 0 22 0 523284208 16139771904 189913 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5306] ppid=5280 vsize=15761496 CPUtime=1.09 cores=1,3,5,7
/proc/5282/task/5306/stat : 5306 (java) S 5280 5282 4401 0 -1 4202560 4380 0 0 0 109 0 0 0 15 0 22 0 523284208 16139771904 189913 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 1 0 0 0
[pid=5282/tid=5307] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5307/stat : 5307 (java) S 5280 5282 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523284208 16139771904 189913 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5308] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5308/stat : 5308 (java) S 5280 5282 4401 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 523284208 16139771904 189913 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917547520 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5313] ppid=5280 vsize=15761496 CPUtime=1170.28 cores=1,3,5,7
/proc/5282/task/5313/stat : 5313 (java) R 5280 5282 4401 0 -1 4202560 242138 0 0 0 116996 32 0 0 25 0 22 0 523284257 16139771904 189913 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 46912505828928 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5282/tid=5314] ppid=5280 vsize=15761496 CPUtime=1170.97 cores=1,3,5,7
/proc/5282/task/5314/stat : 5314 (java) R 5280 5282 4401 0 -1 4202560 243953 0 0 0 117064 33 0 0 25 0 22 0 523284257 16139771904 189913 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 46912505743166 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5282/tid=5315] ppid=5280 vsize=15761496 CPUtime=1170.91 cores=1,3,5,7
/proc/5282/task/5315/stat : 5315 (java) R 5280 5282 4401 0 -1 4202560 238661 0 0 0 117062 29 0 0 25 0 22 0 523284257 16139771904 189913 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 46912505823933 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5282/tid=5316] ppid=5280 vsize=15761496 CPUtime=1170.97 cores=1,3,5,7
/proc/5282/task/5316/stat : 5316 (java) R 5280 5282 4401 0 -1 4202560 232347 0 0 0 117065 32 0 0 25 0 22 0 523284257 16139771904 189913 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 46912505743920 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4710.6
Current children cumulated vsize (KiB) 15761496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.8 s]
/proc/loadavg: 7.76 8.01 7.74 5/197 5360
/proc/meminfo: memFree=27874132/32951124 swapFree=67111356/67111528
[pid=5282] ppid=5280 vsize=15761496 CPUtime=4800.25 cores=1,3,5,7
/proc/5282/stat : 5282 (java) S 5280 5282 4401 0 -1 4202496 1740975 0 1 0 479711 314 0 0 22 0 22 0 523284204 16139771904 184592 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5282/statm: 3940374 184592 2297 9 0 3931093 0
[pid=5282/tid=5284] ppid=5280 vsize=15761496 CPUtime=1.08 cores=1,3,5,7
/proc/5282/task/5284/stat : 5284 (java) S 5280 5282 4401 0 -1 4202560 35736 0 1 0 104 4 0 0 20 0 22 0 523284204 16139771904 184592 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5286] ppid=5280 vsize=15761496 CPUtime=2.97 cores=1,3,5,7
/proc/5282/task/5286/stat : 5286 (java) S 5280 5282 4401 0 -1 4202560 83448 0 0 0 281 16 0 0 16 0 22 0 523284205 16139771904 184592 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 7 0 0 0
[pid=5282/tid=5287] ppid=5280 vsize=15761496 CPUtime=2.93 cores=1,3,5,7
/proc/5282/task/5287/stat : 5287 (java) S 5280 5282 4401 0 -1 4202560 75513 0 0 0 278 15 0 0 15 0 22 0 523284205 16139771904 184592 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 1 0 0 0
[pid=5282/tid=5288] ppid=5280 vsize=15761496 CPUtime=2.95 cores=1,3,5,7
/proc/5282/task/5288/stat : 5288 (java) S 5280 5282 4401 0 -1 4202560 92020 0 0 0 278 17 0 0 15 0 22 0 523284205 16139771904 184592 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 5 0 0 0
[pid=5282/tid=5289] ppid=5280 vsize=15761496 CPUtime=2.85 cores=1,3,5,7
/proc/5282/task/5289/stat : 5289 (java) S 5280 5282 4401 0 -1 4202560 87950 0 0 0 268 17 0 0 15 0 22 0 523284205 16139771904 184592 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 5 0 0 0
[pid=5282/tid=5290] ppid=5280 vsize=15761496 CPUtime=2.87 cores=1,3,5,7
/proc/5282/task/5290/stat : 5290 (java) S 5280 5282 4401 0 -1 4202560 82166 0 0 0 271 16 0 0 16 0 22 0 523284205 16139771904 184592 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 1 0 0 0
[pid=5282/tid=5291] ppid=5280 vsize=15761496 CPUtime=2.93 cores=1,3,5,7
/proc/5282/task/5291/stat : 5291 (java) S 5280 5282 4401 0 -1 4202560 100278 0 0 0 273 20 0 0 15 0 22 0 523284205 16139771904 184592 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5292] ppid=5280 vsize=15761496 CPUtime=2.93 cores=1,3,5,7
/proc/5282/task/5292/stat : 5292 (java) S 5280 5282 4401 0 -1 4202560 83070 0 0 0 277 16 0 0 15 0 22 0 523284205 16139771904 184592 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5293] ppid=5280 vsize=15761496 CPUtime=2.94 cores=1,3,5,7
/proc/5282/task/5293/stat : 5293 (java) S 5280 5282 4401 0 -1 4202560 93977 0 0 0 278 16 0 0 16 0 22 0 523284205 16139771904 184592 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5296] ppid=5280 vsize=15761496 CPUtime=1.12 cores=1,3,5,7
/proc/5282/task/5296/stat : 5296 (java) S 5280 5282 4401 0 -1 4202560 8850 0 0 0 76 36 0 0 15 0 22 0 523284206 16139771904 184592 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917547520 0 0 0 16800975 18446604458669991232 0 0 -1 1 0 0 0
[pid=5282/tid=5297] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5297/stat : 5297 (java) S 5280 5282 4401 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523284206 16139771904 184592 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 7 0 0 0
[pid=5282/tid=5298] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5298/stat : 5298 (java) S 5280 5282 4401 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523284206 16139771904 184592 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 7 0 0 0
[pid=5282/tid=5304] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5304/stat : 5304 (java) S 5280 5282 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523284208 16139771904 184592 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917554609 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5305] ppid=5280 vsize=15761496 CPUtime=1.26 cores=1,3,5,7
/proc/5282/task/5305/stat : 5305 (java) S 5280 5282 4401 0 -1 4202560 16564 0 0 0 124 2 0 0 16 0 22 0 523284208 16139771904 184592 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5306] ppid=5280 vsize=15761496 CPUtime=1.09 cores=1,3,5,7
/proc/5282/task/5306/stat : 5306 (java) S 5280 5282 4401 0 -1 4202560 4380 0 0 0 109 0 0 0 15 0 22 0 523284208 16139771904 184592 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 1 0 0 0
[pid=5282/tid=5307] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5307/stat : 5307 (java) S 5280 5282 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523284208 16139771904 184592 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917546905 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5308] ppid=5280 vsize=15761496 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5308/stat : 5308 (java) S 5280 5282 4401 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 523284208 16139771904 184592 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 218917547520 0 4 0 16800975 18446604458669991232 0 0 -1 3 0 0 0
[pid=5282/tid=5313] ppid=5280 vsize=15761496 CPUtime=1192.49 cores=1,3,5,7
/proc/5282/task/5313/stat : 5313 (java) R 5280 5282 4401 0 -1 4202560 246416 0 0 0 119216 33 0 0 25 0 22 0 523284257 16139771904 184592 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 46912505743189 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5282/tid=5314] ppid=5280 vsize=15761496 CPUtime=1193.26 cores=1,3,5,7
/proc/5282/task/5314/stat : 5314 (java) R 5280 5282 4401 0 -1 4202560 248997 0 0 0 119292 34 0 0 25 0 22 0 523284257 16139771904 184592 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 46912505844118 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5282/tid=5315] ppid=5280 vsize=15761496 CPUtime=1193.13 cores=1,3,5,7
/proc/5282/task/5315/stat : 5315 (java) R 5280 5282 4401 0 -1 4202560 242985 0 0 0 119284 29 0 0 25 0 22 0 523284257 16139771904 184592 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 46912505789638 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5282/tid=5316] ppid=5280 vsize=15761496 CPUtime=1193.27 cores=1,3,5,7
/proc/5282/task/5316/stat : 5316 (java) R 5280 5282 4401 0 -1 4202560 237173 0 0 0 119294 33 0 0 25 0 22 0 523284257 16139771904 184592 33554432000 1073741824 1073778376 140735644001696 18446744073709551615 46912505712000 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 15761496

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): 1204.84
CPU time (s): 4800.31
CPU user time (s): 4797.14
CPU system time (s): 3.17252
CPU usage (%): 398.417
Max. virtual memory (cumulated for all children) (KiB): 15761496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.14
system time used= 3.17252
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1741001
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= 101345
involuntary context switches= 76651

runsolver used 1.9977 second user time and 4.6143 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-30 00:41:05
IDJOB=3311260
IDBENCH=82645
IDSOLVER=1698
FILE ID=node137/3311260-1304116865
RUNJOBID= node137-1304116865-5254
PBS_JOBID= 13170673
Free space on /tmp= 71616 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/large/unif-k7-r85-v400-c34000-S1163171897-095-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311260-1304116865/watcher-3311260-1304116865 -o /tmp/evaluation-result-3311260-1304116865/solver-3311260-1304116865 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311260-1304116865.cnf -hbr 2

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

MD5SUM BENCH= 9c09330ef9d704e301452237c81ff9c7
RANDOM SEED=865084583

node137.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.844
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.68
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.844
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.844
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.844
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.844
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.82
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.844
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28609340 kB
Buffers:        903560 kB
Cached:        2910968 kB
SwapCached:         48 kB
Active:         122252 kB
Inactive:      3759464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28609340 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            5068 kB
Writeback:           0 kB
AnonPages:       66816 kB
Mapped:          18360 kB
Slab:           396616 kB
PageTables:       4692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   760224 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= 71616 MiB
End job on node137 at 2011-04-30 01:01:12