Trace number 3313227

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? (TO) 4800.29 1207.18

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-12.cnf
MD5SUM0b6cc776e6aaf9a3d9a563b081e634be
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.290955
Satisfiable
(Un)Satisfiability was proved
Number of variables44805
Number of clauses149118
Sum of the clauses size387736
Maximum clause length452
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 264836
Number of clauses of size 380401
Number of clauses of size 43565
Number of clauses of size 5130
Number of clauses of size over 5185

Solver Data

0.10/0.12	08:28 INFO : Reading from input HOME/instance-3313227-1304096908.cnf
1.02/0.80	Executor set job limit to 1000000
1.02/0.80	Executor set job limit to 1000000
1.02/0.80	Executor set job limit to 1000000
1.02/0.80	Executor set job limit to 1000000
1.02/0.80	Starting Executor!
1.02/0.80	Starting Executor!
1.02/0.80	Starting Executor!
1.02/0.80	Starting Executor!
4.08/2.21	08:30 INFO : Found 14198 xor gates
5.87/3.18	08:31 INFO : 30518 variables remaining out of 44805
5.87/3.18	08:31 INFO : 706727 literals remaining out of 366478
16.99/6.73	log4j:WARN No appenders could be found for logger (ibis.constellation.impl.SingleThreadedConstellation.CID: 0:2).
16.99/6.73	log4j:WARN Please initialize the log4j system properly.
16.99/6.73	log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.

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-3313227-1304096908/watcher-3313227-1304096908 -o /tmp/evaluation-result-3313227-1304096908/solver-3313227-1304096908 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313227-1304096908.cnf 

running on 4 cores: 0,2,4,6

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: 8.04 8.10 8.01 5/198 26491
/proc/meminfo: memFree=21919876/32951124 swapFree=67111524/67111528
[pid=26491] ppid=26489 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/26491/stat : 26491 (java) R 26489 26491 26148 0 -1 4202496 892 0 0 0 0 0 0 0 25 0 1 0 521291723 23580672 379 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270608148224 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26491/statm: 5757 390 302 9 0 124 0

[startup+0.061269 s]
/proc/loadavg: 8.04 8.10 8.01 5/198 26491
/proc/meminfo: memFree=21919876/32951124 swapFree=67111524/67111528
[pid=26491] ppid=26489 vsize=15609780 CPUtime=0.04 cores=0,2,4,6
/proc/26491/stat : 26491 (java) S 26489 26491 26148 0 -1 4202496 4207 0 1 0 4 0 0 0 25 0 18 0 521291723 15984414720 3647 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26491/statm: 3902445 3647 1768 9 0 3893164 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15609780

[startup+0.100273 s]
/proc/loadavg: 8.04 8.10 8.01 5/198 26491
/proc/meminfo: memFree=21919876/32951124 swapFree=67111524/67111528
[pid=26491] ppid=26489 vsize=15676348 CPUtime=0.1 cores=0,2,4,6
/proc/26491/stat : 26491 (java) S 26489 26491 26148 0 -1 4202496 5541 0 1 0 9 1 0 0 25 0 18 0 521291723 16052580352 4948 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26491/statm: 3919087 4948 2117 9 0 3909806 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676348

[startup+0.300254 s]
/proc/loadavg: 8.04 8.10 8.01 5/198 26491
/proc/meminfo: memFree=21919876/32951124 swapFree=67111524/67111528
[pid=26491] ppid=26489 vsize=15679280 CPUtime=0.51 cores=0,2,4,6
/proc/26491/stat : 26491 (java) S 26489 26491 26148 0 -1 4202496 14581 0 1 0 48 3 0 0 25 0 18 0 521291723 16055582720 13011 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26491/statm: 3919820 13017 2207 9 0 3910539 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15679280

[startup+0.700159 s]
/proc/loadavg: 8.04 8.10 8.01 5/198 26491
/proc/meminfo: memFree=21919876/32951124 swapFree=67111524/67111528
[pid=26491] ppid=26489 vsize=15679280 CPUtime=0.91 cores=0,2,4,6
/proc/26491/stat : 26491 (java) S 26489 26491 26148 0 -1 4202496 41915 0 1 0 85 6 0 0 25 0 18 0 521291723 16055582720 40343 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26491/statm: 3919820 40343 2223 9 0 3910539 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 15679280

[startup+1.50101 s]
/proc/loadavg: 8.04 8.10 8.01 7/220 26513
/proc/meminfo: memFree=21774120/32951124 swapFree=67111524/67111528
[pid=26491] ppid=26489 vsize=15686292 CPUtime=2.45 cores=0,2,4,6
/proc/26491/stat : 26491 (java) S 26489 26491 26148 0 -1 4202496 55257 0 1 0 237 8 0 0 25 0 22 0 521291723 16062763008 48358 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26491/statm: 3921573 48358 2258 9 0 3912292 0
[pid=26491/tid=26493] ppid=26489 vsize=15686292 CPUtime=1.47 cores=0,2,4,6
/proc/26491/task/26493/stat : 26493 (java) R 26489 26491 26148 0 -1 4202560 35602 0 1 0 142 5 0 0 18 0 22 0 521291724 16062763008 48358 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 46912505185571 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26491/tid=26494] ppid=26489 vsize=15686292 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26494/stat : 26494 (java) S 26489 26491 26148 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 22 0 521291725 16062763008 48358 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26495] ppid=26489 vsize=15686292 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26495/stat : 26495 (java) S 26489 26491 26148 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 521291725 16062763008 48358 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26496] ppid=26489 vsize=15686292 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26496/stat : 26496 (java) S 26489 26491 26148 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 22 0 521291725 16062763008 48358 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26497] ppid=26489 vsize=15686292 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26497/stat : 26497 (java) S 26489 26491 26148 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 521291725 16062763008 48358 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26498] ppid=26489 vsize=15686292 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26498/stat : 26498 (java) S 26489 26491 26148 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 521291725 16062763008 48358 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26499] ppid=26489 vsize=15686292 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26499/stat : 26499 (java) S 26489 26491 26148 0 -1 4202560 283 0 0 0 0 0 0 0 18 0 22 0 521291725 16062763008 48358 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26500] ppid=26489 vsize=15686292 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26500/stat : 26500 (java) S 26489 26491 26148 0 -1 4202560 381 0 0 0 0 0 0 0 18 0 22 0 521291725 16062763008 48358 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 6 0 0 0
[pid=26491/tid=26501] ppid=26489 vsize=15686292 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26501/stat : 26501 (java) S 26489 26491 26148 0 -1 4202560 74 0 0 0 0 0 0 0 18 0 22 0 521291725 16062763008 48358 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26502] ppid=26489 vsize=15686292 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26502/stat : 26502 (java) S 26489 26491 26148 0 -1 4202560 71 0 0 0 0 0 0 0 18 0 22 0 521291726 16062763008 48358 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624927232 0 0 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26503] ppid=26489 vsize=15686292 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26503/stat : 26503 (java) S 26489 26491 26148 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 521291726 16062763008 48358 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 0 0 0 0
[pid=26491/tid=26504] ppid=26489 vsize=15686292 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26504/stat : 26504 (java) S 26489 26491 26148 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 521291726 16062763008 48358 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 0 0 0 0
[pid=26491/tid=26505] ppid=26489 vsize=15686292 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26505/stat : 26505 (java) S 26489 26491 26148 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521291728 16062763008 48358 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624934321 0 4 0 16800975 18446604446385623424 0 0 -1 4 0 0 0
[pid=26491/tid=26506] ppid=26489 vsize=15686292 CPUtime=0.73 cores=0,2,4,6
/proc/26491/task/26506/stat : 26506 (java) R 26489 26491 26148 0 -1 4202560 15040 0 0 0 72 1 0 0 21 0 22 0 521291728 16062763008 48358 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 47187671971260 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26491/tid=26507] ppid=26489 vsize=15686292 CPUtime=0.21 cores=0,2,4,6
/proc/26491/task/26507/stat : 26507 (java) S 26489 26491 26148 0 -1 4202560 1621 0 0 0 21 0 0 0 15 0 22 0 521291728 16062763008 48358 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26508] ppid=26489 vsize=15686292 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26508/stat : 26508 (java) S 26489 26491 26148 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521291728 16062763008 48358 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 4 0 0 0
[pid=26491/tid=26509] ppid=26489 vsize=15686292 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26509/stat : 26509 (java) S 26489 26491 26148 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 521291728 16062763008 48358 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624927232 0 4 0 16800975 18446604446385623424 0 0 -1 0 0 0 0
[pid=26491/tid=26510] ppid=26489 vsize=15686292 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26510/stat : 26510 (java) S 26489 26491 26148 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 521291804 16062763008 48358 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624927232 0 4 0 16800975 18446604446385623424 0 0 -1 6 0 0 0
[pid=26491/tid=26511] ppid=26489 vsize=15686292 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26511/stat : 26511 (java) S 26489 26491 26148 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 521291804 16062763008 48358 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624927232 0 4 0 16800975 18446604446385623424 0 0 -1 0 0 0 0
[pid=26491/tid=26512] ppid=26489 vsize=15686292 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26512/stat : 26512 (java) S 26489 26491 26148 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 521291804 16062763008 48358 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624927232 0 4 0 16800975 18446604446385623424 0 0 -1 6 0 0 0
[pid=26491/tid=26513] ppid=26489 vsize=15686292 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26513/stat : 26513 (java) S 26489 26491 26148 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 521291804 16062763008 48358 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624927232 0 4 0 16800975 18446604446385623424 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 15686292

[startup+3.10073 s]
/proc/loadavg: 8.04 8.10 8.01 8/220 26513
/proc/meminfo: memFree=21752424/32951124 swapFree=67111524/67111528
[pid=26491] ppid=26489 vsize=15688900 CPUtime=5.87 cores=0,2,4,6
/proc/26491/stat : 26491 (java) S 26489 26491 26148 0 -1 4202496 63288 0 1 0 577 10 0 0 25 0 22 0 521291723 16065433600 49908 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26491/statm: 3922225 49908 2269 9 0 3912944 0
[pid=26491/tid=26493] ppid=26489 vsize=15688900 CPUtime=3.07 cores=0,2,4,6
/proc/26491/task/26493/stat : 26493 (java) R 26489 26491 26148 0 -1 4202560 35658 0 1 0 301 6 0 0 21 0 22 0 521291724 16065433600 49908 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 46912505191184 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26491/tid=26494] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26494/stat : 26494 (java) S 26489 26491 26148 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 22 0 521291725 16065433600 49908 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26495] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26495/stat : 26495 (java) S 26489 26491 26148 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 521291725 16065433600 49908 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26496] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26496/stat : 26496 (java) S 26489 26491 26148 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 22 0 521291725 16065433600 49908 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26497] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26497/stat : 26497 (java) S 26489 26491 26148 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 521291725 16065433600 49908 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26498] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26498/stat : 26498 (java) S 26489 26491 26148 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 521291725 16065433600 49908 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26499] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26499/stat : 26499 (java) S 26489 26491 26148 0 -1 4202560 283 0 0 0 0 0 0 0 18 0 22 0 521291725 16065433600 49908 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26500] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26500/stat : 26500 (java) S 26489 26491 26148 0 -1 4202560 381 0 0 0 0 0 0 0 18 0 22 0 521291725 16065433600 49908 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 6 0 0 0
[pid=26491/tid=26501] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26501/stat : 26501 (java) S 26489 26491 26148 0 -1 4202560 74 0 0 0 0 0 0 0 18 0 22 0 521291725 16065433600 49908 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26502] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26502/stat : 26502 (java) S 26489 26491 26148 0 -1 4202560 72 0 0 0 0 0 0 0 18 0 22 0 521291726 16065433600 49908 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624927232 0 0 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26503] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26503/stat : 26503 (java) S 26489 26491 26148 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 521291726 16065433600 49908 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 0 0 0 0
[pid=26491/tid=26504] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26504/stat : 26504 (java) S 26489 26491 26148 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 521291726 16065433600 49908 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 0 0 0 0
[pid=26491/tid=26505] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26505/stat : 26505 (java) S 26489 26491 26148 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521291728 16065433600 49908 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624934321 0 4 0 16800975 18446604446385623424 0 0 -1 4 0 0 0
[pid=26491/tid=26506] ppid=26489 vsize=15688900 CPUtime=1.83 cores=0,2,4,6
/proc/26491/task/26506/stat : 26506 (java) S 26489 26491 26148 0 -1 4202560 21573 0 0 0 181 2 0 0 22 0 22 0 521291728 16065433600 49908 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 0 0 0 0
[pid=26491/tid=26507] ppid=26489 vsize=15688900 CPUtime=0.92 cores=0,2,4,6
/proc/26491/task/26507/stat : 26507 (java) R 26489 26491 26148 0 -1 4202560 3062 0 0 0 92 0 0 0 15 0 22 0 521291728 16065433600 49908 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 47187674312192 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=26491/tid=26508] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26508/stat : 26508 (java) S 26489 26491 26148 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521291728 16065433600 49908 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 4 0 0 0
[pid=26491/tid=26509] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26509/stat : 26509 (java) S 26489 26491 26148 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 521291728 16065433600 49908 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624927232 0 4 0 16800975 18446604446385623424 0 0 -1 0 0 0 0
[pid=26491/tid=26510] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26510/stat : 26510 (java) S 26489 26491 26148 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 521291804 16065433600 49908 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624927232 0 4 0 16800975 18446604446385623424 0 0 -1 6 0 0 0
[pid=26491/tid=26511] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26511/stat : 26511 (java) S 26489 26491 26148 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 521291804 16065433600 49908 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624927232 0 4 0 16800975 18446604446385623424 0 0 -1 0 0 0 0
[pid=26491/tid=26512] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26512/stat : 26512 (java) S 26489 26491 26148 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 521291804 16065433600 49908 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624927232 0 4 0 16800975 18446604446385623424 0 0 -1 6 0 0 0
[pid=26491/tid=26513] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26513/stat : 26513 (java) S 26489 26491 26148 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 521291804 16065433600 49908 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624927232 0 4 0 16800975 18446604446385623424 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 15688900

[startup+6.30113 s]
/proc/loadavg: 8.12 8.12 8.01 9/220 26513
/proc/meminfo: memFree=21560064/32951124 swapFree=67111524/67111528
[pid=26491] ppid=26489 vsize=15688900 CPUtime=15.4 cores=0,2,4,6
/proc/26491/stat : 26491 (java) S 26489 26491 26148 0 -1 4202496 208798 0 1 0 1508 32 0 0 25 0 22 0 521291723 16065433600 194437 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26491/statm: 3922225 194437 2287 9 0 3912944 0
[pid=26491/tid=26493] ppid=26489 vsize=15688900 CPUtime=3.16 cores=0,2,4,6
/proc/26491/task/26493/stat : 26493 (java) S 26489 26491 26148 0 -1 4202560 35677 0 1 0 310 6 0 0 21 0 22 0 521291724 16065433600 194437 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 4 0 0 0
[pid=26491/tid=26494] ppid=26489 vsize=15688900 CPUtime=0.06 cores=0,2,4,6
/proc/26491/task/26494/stat : 26494 (java) R 26489 26491 26148 0 -1 4202560 11277 0 0 0 5 1 0 0 16 0 22 0 521291725 16065433600 194437 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26491/tid=26495] ppid=26489 vsize=15688900 CPUtime=0.02 cores=0,2,4,6
/proc/26491/task/26495/stat : 26495 (java) S 26489 26491 26148 0 -1 4202560 4675 0 0 0 2 0 0 0 15 0 22 0 521291725 16065433600 194437 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 4 0 0 0
[pid=26491/tid=26496] ppid=26489 vsize=15688900 CPUtime=0.08 cores=0,2,4,6
/proc/26491/task/26496/stat : 26496 (java) S 26489 26491 26148 0 -1 4202560 10710 0 0 0 6 2 0 0 16 0 22 0 521291725 16065433600 194437 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26497] ppid=26489 vsize=15688900 CPUtime=0.08 cores=0,2,4,6
/proc/26491/task/26497/stat : 26497 (java) S 26489 26491 26148 0 -1 4202560 10933 0 0 0 7 1 0 0 16 0 22 0 521291725 16065433600 194437 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 6 0 0 0
[pid=26491/tid=26498] ppid=26489 vsize=15688900 CPUtime=0.04 cores=0,2,4,6
/proc/26491/task/26498/stat : 26498 (java) S 26489 26491 26148 0 -1 4202560 6156 0 0 0 4 0 0 0 15 0 22 0 521291725 16065433600 194437 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 0 0 0 0
[pid=26491/tid=26499] ppid=26489 vsize=15688900 CPUtime=0.09 cores=0,2,4,6
/proc/26491/task/26499/stat : 26499 (java) S 26489 26491 26148 0 -1 4202560 16217 0 0 0 7 2 0 0 16 0 22 0 521291725 16065433600 194437 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26500] ppid=26489 vsize=15688900 CPUtime=0.09 cores=0,2,4,6
/proc/26491/task/26500/stat : 26500 (java) S 26489 26491 26148 0 -1 4202560 26943 0 0 0 6 3 0 0 15 0 22 0 521291725 16065433600 194437 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 0 0 0 0
[pid=26491/tid=26501] ppid=26489 vsize=15688900 CPUtime=0.04 cores=0,2,4,6
/proc/26491/task/26501/stat : 26501 (java) S 26489 26491 26148 0 -1 4202560 6218 0 0 0 4 0 0 0 15 0 22 0 521291725 16065433600 194437 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26502] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26502/stat : 26502 (java) S 26489 26491 26148 0 -1 4202560 401 0 0 0 0 0 0 0 16 0 22 0 521291726 16065433600 194437 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624927232 0 0 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26503] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26503/stat : 26503 (java) S 26489 26491 26148 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 521291726 16065433600 194437 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 0 0 0 0
[pid=26491/tid=26504] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26504/stat : 26504 (java) S 26489 26491 26148 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 521291726 16065433600 194437 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 0 0 0 0
[pid=26491/tid=26505] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26505/stat : 26505 (java) S 26489 26491 26148 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521291728 16065433600 194437 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624934321 0 4 0 16800975 18446604446385623424 0 0 -1 4 0 0 0
[pid=26491/tid=26506] ppid=26489 vsize=15688900 CPUtime=2.29 cores=0,2,4,6
/proc/26491/task/26506/stat : 26506 (java) S 26489 26491 26148 0 -1 4202560 21630 0 0 0 227 2 0 0 15 0 22 0 521291728 16065433600 194437 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0

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

[pid=26491/tid=26511] ppid=26489 vsize=15688900 CPUtime=1106.09 cores=0,2,4,6
/proc/26491/task/26511/stat : 26511 (java) R 26489 26491 26148 0 -1 4202560 476301 0 0 0 110547 62 0 0 18 0 22 0 521291804 16065433600 392463 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 46912506390447 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=26491/tid=26512] ppid=26489 vsize=15688900 CPUtime=1105.11 cores=0,2,4,6
/proc/26491/task/26512/stat : 26512 (java) R 26489 26491 26148 0 -1 4202560 463012 0 0 0 110456 55 0 0 25 0 22 0 521291804 16065433600 392463 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 47187674937353 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=26491/tid=26513] ppid=26489 vsize=15688900 CPUtime=1103.72 cores=0,2,4,6
/proc/26491/task/26513/stat : 26513 (java) R 26489 26491 26148 0 -1 4202560 463567 0 0 0 110315 57 0 0 25 0 22 0 521291804 16065433600 392463 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 46912506233724 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4462.23
Current children cumulated vsize (KiB) 15688900

[startup+1182.3 s]
/proc/loadavg: 5.36 7.23 7.73 5/193 26564
/proc/meminfo: memFree=21654864/32951124 swapFree=67111524/67111528
[pid=26491] ppid=26489 vsize=15688900 CPUtime=4701.39 cores=0,2,4,6
/proc/26491/stat : 26491 (java) S 26489 26491 26148 0 -1 4202496 3787422 0 1 0 469520 619 0 0 25 0 22 0 521291723 16065433600 320902 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26491/statm: 3922225 320390 2300 9 0 3912944 0
[pid=26491/tid=26493] ppid=26489 vsize=15688900 CPUtime=3.16 cores=0,2,4,6
/proc/26491/task/26493/stat : 26493 (java) S 26489 26491 26148 0 -1 4202560 35677 0 1 0 310 6 0 0 21 0 22 0 521291724 16065433600 320390 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 4 0 0 0
[pid=26491/tid=26494] ppid=26489 vsize=15688900 CPUtime=4.21 cores=0,2,4,6
/proc/26491/task/26494/stat : 26494 (java) S 26489 26491 26148 0 -1 4202560 227493 0 0 0 384 37 0 0 15 0 22 0 521291725 16065433600 320390 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 4 0 0 0
[pid=26491/tid=26495] ppid=26489 vsize=15688900 CPUtime=4.03 cores=0,2,4,6
/proc/26491/task/26495/stat : 26495 (java) S 26489 26491 26148 0 -1 4202560 213532 0 0 0 368 35 0 0 15 0 22 0 521291725 16065433600 320214 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 4 0 0 0
[pid=26491/tid=26496] ppid=26489 vsize=15688900 CPUtime=4.27 cores=0,2,4,6
/proc/26491/task/26496/stat : 26496 (java) S 26489 26491 26148 0 -1 4202560 240491 0 0 0 385 42 0 0 16 0 22 0 521291725 16065433600 319878 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 6 0 0 0
[pid=26491/tid=26497] ppid=26489 vsize=15688900 CPUtime=4 cores=0,2,4,6
/proc/26491/task/26497/stat : 26497 (java) S 26489 26491 26148 0 -1 4202560 203234 0 0 0 368 32 0 0 15 0 22 0 521291725 16065433600 319878 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26498] ppid=26489 vsize=15688900 CPUtime=4.31 cores=0,2,4,6
/proc/26491/task/26498/stat : 26498 (java) S 26489 26491 26148 0 -1 4202560 220615 0 0 0 395 36 0 0 16 0 22 0 521291725 16065433600 319878 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 0 0 0 0
[pid=26491/tid=26499] ppid=26489 vsize=15688900 CPUtime=4.36 cores=0,2,4,6
/proc/26491/task/26499/stat : 26499 (java) S 26489 26491 26148 0 -1 4202560 226063 0 0 0 398 38 0 0 15 0 22 0 521291725 16065433600 319878 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26500] ppid=26489 vsize=15688900 CPUtime=4.36 cores=0,2,4,6
/proc/26491/task/26500/stat : 26500 (java) S 26489 26491 26148 0 -1 4202560 246615 0 0 0 396 40 0 0 16 0 22 0 521291725 16065433600 319366 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26501] ppid=26489 vsize=15688900 CPUtime=4.1 cores=0,2,4,6
/proc/26491/task/26501/stat : 26501 (java) R 26489 26491 26148 0 -1 4202560 229145 0 0 0 370 40 0 0 16 0 22 0 521291725 16065433600 319222 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=26491/tid=26502] ppid=26489 vsize=15688900 CPUtime=2.63 cores=0,2,4,6
/proc/26491/task/26502/stat : 26502 (java) R 26489 26491 26148 0 -1 4202560 11215 0 0 0 195 68 0 0 15 0 22 0 521291726 16065433600 319222 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270613153882 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=26491/tid=26503] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26503/stat : 26503 (java) S 26489 26491 26148 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 521291726 16065433600 319218 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 0 0 0 0
[pid=26491/tid=26504] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26504/stat : 26504 (java) S 26489 26491 26148 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 521291726 16065433600 319218 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 0 0 0 0
[pid=26491/tid=26505] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26505/stat : 26505 (java) S 26489 26491 26148 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521291728 16065433600 319218 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624934321 0 4 0 16800975 18446604446385623424 0 0 -1 4 0 0 0
[pid=26491/tid=26506] ppid=26489 vsize=15688900 CPUtime=2.57 cores=0,2,4,6
/proc/26491/task/26506/stat : 26506 (java) S 26489 26491 26148 0 -1 4202560 21632 0 0 0 255 2 0 0 16 0 22 0 521291728 16065433600 319218 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26507] ppid=26489 vsize=15688900 CPUtime=1.74 cores=0,2,4,6
/proc/26491/task/26507/stat : 26507 (java) S 26489 26491 26148 0 -1 4202560 3131 0 0 0 174 0 0 0 15 0 22 0 521291728 16065433600 319218 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 4 0 0 0
[pid=26491/tid=26508] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26508/stat : 26508 (java) S 26489 26491 26148 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521291728 16065433600 319218 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 4 0 0 0
[pid=26491/tid=26509] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26509/stat : 26509 (java) S 26489 26491 26148 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 521291728 16065433600 319218 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624927232 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26510] ppid=26489 vsize=15688900 CPUtime=1164.59 cores=0,2,4,6
/proc/26491/task/26510/stat : 26510 (java) R 26489 26491 26148 0 -1 4202560 468389 0 0 0 116404 55 0 0 25 0 22 0 521291804 16065433600 319218 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 46912506599491 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26491/tid=26511] ppid=26489 vsize=15688900 CPUtime=1165.2 cores=0,2,4,6
/proc/26491/task/26511/stat : 26511 (java) R 26489 26491 26148 0 -1 4202560 488253 0 0 0 116457 63 0 0 25 0 22 0 521291804 16065433600 319218 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=26491/tid=26512] ppid=26489 vsize=15688900 CPUtime=1164.54 cores=0,2,4,6
/proc/26491/task/26512/stat : 26512 (java) R 26489 26491 26148 0 -1 4202560 476526 0 0 0 116397 57 0 0 25 0 22 0 521291804 16065433600 319218 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 46912505323817 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=26491/tid=26513] ppid=26489 vsize=15688900 CPUtime=1163.15 cores=0,2,4,6
/proc/26491/task/26513/stat : 26513 (java) R 26489 26491 26148 0 -1 4202560 473957 0 0 0 116257 58 0 0 25 0 22 0 521291804 16065433600 319218 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 46912505324341 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4701.39
Current children cumulated vsize (KiB) 15688900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.1 s]
/proc/loadavg: 4.89 6.97 7.63 5/193 26565
/proc/meminfo: memFree=21617648/32951124 swapFree=67111524/67111528
[pid=26491] ppid=26489 vsize=15688900 CPUtime=4800.19 cores=0,2,4,6
/proc/26491/stat : 26491 (java) S 26489 26491 26148 0 -1 4202496 3864340 0 1 0 479386 633 0 0 25 0 22 0 521291723 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26491/statm: 3922225 333760 2300 9 0 3912944 0
[pid=26491/tid=26493] ppid=26489 vsize=15688900 CPUtime=3.16 cores=0,2,4,6
/proc/26491/task/26493/stat : 26493 (java) S 26489 26491 26148 0 -1 4202560 35677 0 1 0 310 6 0 0 21 0 22 0 521291724 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 4 0 0 0
[pid=26491/tid=26494] ppid=26489 vsize=15688900 CPUtime=4.3 cores=0,2,4,6
/proc/26491/task/26494/stat : 26494 (java) S 26489 26491 26148 0 -1 4202560 235969 0 0 0 392 38 0 0 16 0 22 0 521291725 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26495] ppid=26489 vsize=15688900 CPUtime=4.09 cores=0,2,4,6
/proc/26491/task/26495/stat : 26495 (java) S 26489 26491 26148 0 -1 4202560 216317 0 0 0 374 35 0 0 16 0 22 0 521291725 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 4 0 0 0
[pid=26491/tid=26496] ppid=26489 vsize=15688900 CPUtime=4.35 cores=0,2,4,6
/proc/26491/task/26496/stat : 26496 (java) S 26489 26491 26148 0 -1 4202560 247910 0 0 0 391 44 0 0 15 0 22 0 521291725 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 6 0 0 0
[pid=26491/tid=26497] ppid=26489 vsize=15688900 CPUtime=4.06 cores=0,2,4,6
/proc/26491/task/26497/stat : 26497 (java) S 26489 26491 26148 0 -1 4202560 207242 0 0 0 373 33 0 0 15 0 22 0 521291725 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 0 0 0 0
[pid=26491/tid=26498] ppid=26489 vsize=15688900 CPUtime=4.42 cores=0,2,4,6
/proc/26491/task/26498/stat : 26498 (java) S 26489 26491 26148 0 -1 4202560 227766 0 0 0 405 37 0 0 15 0 22 0 521291725 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 6 0 0 0
[pid=26491/tid=26499] ppid=26489 vsize=15688900 CPUtime=4.42 cores=0,2,4,6
/proc/26491/task/26499/stat : 26499 (java) S 26489 26491 26148 0 -1 4202560 231212 0 0 0 403 39 0 0 15 0 22 0 521291725 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26500] ppid=26489 vsize=15688900 CPUtime=4.46 cores=0,2,4,6
/proc/26491/task/26500/stat : 26500 (java) S 26489 26491 26148 0 -1 4202560 251637 0 0 0 405 41 0 0 16 0 22 0 521291725 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 0 0 0 0
[pid=26491/tid=26501] ppid=26489 vsize=15688900 CPUtime=4.22 cores=0,2,4,6
/proc/26491/task/26501/stat : 26501 (java) S 26489 26491 26148 0 -1 4202560 235857 0 0 0 380 42 0 0 16 0 22 0 521291725 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26502] ppid=26489 vsize=15688900 CPUtime=2.69 cores=0,2,4,6
/proc/26491/task/26502/stat : 26502 (java) S 26489 26491 26148 0 -1 4202560 11387 0 0 0 199 70 0 0 16 0 22 0 521291726 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624927232 0 0 0 16800975 18446604446385623424 0 0 -1 4 0 0 0
[pid=26491/tid=26503] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26503/stat : 26503 (java) S 26489 26491 26148 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 521291726 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 0 0 0 0
[pid=26491/tid=26504] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26504/stat : 26504 (java) S 26489 26491 26148 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 521291726 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 0 0 0 0
[pid=26491/tid=26505] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26505/stat : 26505 (java) S 26489 26491 26148 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521291728 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624934321 0 4 0 16800975 18446604446385623424 0 0 -1 4 0 0 0
[pid=26491/tid=26506] ppid=26489 vsize=15688900 CPUtime=2.57 cores=0,2,4,6
/proc/26491/task/26506/stat : 26506 (java) S 26489 26491 26148 0 -1 4202560 21632 0 0 0 255 2 0 0 16 0 22 0 521291728 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26507] ppid=26489 vsize=15688900 CPUtime=1.74 cores=0,2,4,6
/proc/26491/task/26507/stat : 26507 (java) S 26489 26491 26148 0 -1 4202560 3131 0 0 0 174 0 0 0 15 0 22 0 521291728 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 4 0 0 0
[pid=26491/tid=26508] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26508/stat : 26508 (java) S 26489 26491 26148 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521291728 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 4 0 0 0
[pid=26491/tid=26509] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26509/stat : 26509 (java) S 26489 26491 26148 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 521291728 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624927232 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26510] ppid=26489 vsize=15688900 CPUtime=1189.15 cores=0,2,4,6
/proc/26491/task/26510/stat : 26510 (java) R 26489 26491 26148 0 -1 4202560 476714 0 0 0 118858 57 0 0 25 0 22 0 521291804 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 46912506569099 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26491/tid=26511] ppid=26489 vsize=15688900 CPUtime=1189.61 cores=0,2,4,6
/proc/26491/task/26511/stat : 26511 (java) R 26489 26491 26148 0 -1 4202560 494957 0 0 0 118897 64 0 0 19 0 22 0 521291804 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 46912506318201 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=26491/tid=26512] ppid=26489 vsize=15688900 CPUtime=1189.08 cores=0,2,4,6
/proc/26491/task/26512/stat : 26512 (java) R 26489 26491 26148 0 -1 4202560 484740 0 0 0 118851 57 0 0 25 0 22 0 521291804 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 46912506875397 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=26491/tid=26513] ppid=26489 vsize=15688900 CPUtime=1187.71 cores=0,2,4,6
/proc/26491/task/26513/stat : 26513 (java) R 26489 26491 26148 0 -1 4202560 480736 0 0 0 118711 60 0 0 25 0 22 0 521291804 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 46912506233702 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 15688900

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

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

[startup+1207.1 s]
/proc/loadavg: 4.89 6.97 7.63 5/193 26565
/proc/meminfo: memFree=21617648/32951124 swapFree=67111524/67111528
[pid=26491] ppid=26489 vsize=15688900 CPUtime=4800.19 cores=0,2,4,6
/proc/26491/stat : 26491 (java) S 26489 26491 26148 0 -1 4202496 3864340 0 1 0 479386 633 0 0 25 0 22 0 521291723 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26491/statm: 3922225 333760 2300 9 0 3912944 0
[pid=26491/tid=26493] ppid=26489 vsize=15688900 CPUtime=3.16 cores=0,2,4,6
/proc/26491/task/26493/stat : 26493 (java) S 26489 26491 26148 0 -1 4202560 35677 0 1 0 310 6 0 0 21 0 22 0 521291724 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 4 0 0 0
[pid=26491/tid=26494] ppid=26489 vsize=15688900 CPUtime=4.3 cores=0,2,4,6
/proc/26491/task/26494/stat : 26494 (java) S 26489 26491 26148 0 -1 4202560 235969 0 0 0 392 38 0 0 16 0 22 0 521291725 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26495] ppid=26489 vsize=15688900 CPUtime=4.09 cores=0,2,4,6
/proc/26491/task/26495/stat : 26495 (java) S 26489 26491 26148 0 -1 4202560 216317 0 0 0 374 35 0 0 16 0 22 0 521291725 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 4 0 0 0
[pid=26491/tid=26496] ppid=26489 vsize=15688900 CPUtime=4.35 cores=0,2,4,6
/proc/26491/task/26496/stat : 26496 (java) S 26489 26491 26148 0 -1 4202560 247910 0 0 0 391 44 0 0 15 0 22 0 521291725 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 6 0 0 0
[pid=26491/tid=26497] ppid=26489 vsize=15688900 CPUtime=4.06 cores=0,2,4,6
/proc/26491/task/26497/stat : 26497 (java) S 26489 26491 26148 0 -1 4202560 207242 0 0 0 373 33 0 0 15 0 22 0 521291725 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 0 0 0 0
[pid=26491/tid=26498] ppid=26489 vsize=15688900 CPUtime=4.42 cores=0,2,4,6
/proc/26491/task/26498/stat : 26498 (java) S 26489 26491 26148 0 -1 4202560 227766 0 0 0 405 37 0 0 15 0 22 0 521291725 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 6 0 0 0
[pid=26491/tid=26499] ppid=26489 vsize=15688900 CPUtime=4.42 cores=0,2,4,6
/proc/26491/task/26499/stat : 26499 (java) S 26489 26491 26148 0 -1 4202560 231212 0 0 0 403 39 0 0 15 0 22 0 521291725 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26500] ppid=26489 vsize=15688900 CPUtime=4.46 cores=0,2,4,6
/proc/26491/task/26500/stat : 26500 (java) S 26489 26491 26148 0 -1 4202560 251637 0 0 0 405 41 0 0 16 0 22 0 521291725 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 0 0 0 0
[pid=26491/tid=26501] ppid=26489 vsize=15688900 CPUtime=4.22 cores=0,2,4,6
/proc/26491/task/26501/stat : 26501 (java) S 26489 26491 26148 0 -1 4202560 235857 0 0 0 380 42 0 0 16 0 22 0 521291725 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26502] ppid=26489 vsize=15688900 CPUtime=2.69 cores=0,2,4,6
/proc/26491/task/26502/stat : 26502 (java) S 26489 26491 26148 0 -1 4202560 11387 0 0 0 199 70 0 0 16 0 22 0 521291726 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624927232 0 0 0 16800975 18446604446385623424 0 0 -1 4 0 0 0
[pid=26491/tid=26503] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26503/stat : 26503 (java) S 26489 26491 26148 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 521291726 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 0 0 0 0
[pid=26491/tid=26504] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26504/stat : 26504 (java) S 26489 26491 26148 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 521291726 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 0 0 0 0
[pid=26491/tid=26505] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26505/stat : 26505 (java) S 26489 26491 26148 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521291728 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624934321 0 4 0 16800975 18446604446385623424 0 0 -1 4 0 0 0
[pid=26491/tid=26506] ppid=26489 vsize=15688900 CPUtime=2.57 cores=0,2,4,6
/proc/26491/task/26506/stat : 26506 (java) S 26489 26491 26148 0 -1 4202560 21632 0 0 0 255 2 0 0 16 0 22 0 521291728 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26507] ppid=26489 vsize=15688900 CPUtime=1.74 cores=0,2,4,6
/proc/26491/task/26507/stat : 26507 (java) S 26489 26491 26148 0 -1 4202560 3131 0 0 0 174 0 0 0 15 0 22 0 521291728 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 4 0 0 0
[pid=26491/tid=26508] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26508/stat : 26508 (java) S 26489 26491 26148 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521291728 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624926617 0 4 0 16800975 18446604446385623424 0 0 -1 4 0 0 0
[pid=26491/tid=26509] ppid=26489 vsize=15688900 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26509/stat : 26509 (java) S 26489 26491 26148 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 521291728 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 270624927232 0 4 0 16800975 18446604446385623424 0 0 -1 2 0 0 0
[pid=26491/tid=26510] ppid=26489 vsize=15688900 CPUtime=1189.15 cores=0,2,4,6
/proc/26491/task/26510/stat : 26510 (java) R 26489 26491 26148 0 -1 4202560 476714 0 0 0 118858 57 0 0 25 0 22 0 521291804 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 46912506569099 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26491/tid=26511] ppid=26489 vsize=15688900 CPUtime=1189.61 cores=0,2,4,6
/proc/26491/task/26511/stat : 26511 (java) R 26489 26491 26148 0 -1 4202560 494957 0 0 0 118897 64 0 0 19 0 22 0 521291804 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 46912506318201 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=26491/tid=26512] ppid=26489 vsize=15688900 CPUtime=1189.08 cores=0,2,4,6
/proc/26491/task/26512/stat : 26512 (java) R 26489 26491 26148 0 -1 4202560 484740 0 0 0 118851 57 0 0 25 0 22 0 521291804 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 46912506875397 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=26491/tid=26513] ppid=26489 vsize=15688900 CPUtime=1187.71 cores=0,2,4,6
/proc/26491/task/26513/stat : 26513 (java) R 26489 26491 26148 0 -1 4202560 480736 0 0 0 118711 60 0 0 25 0 22 0 521291804 16065433600 333760 33554432000 1073741824 1073778376 140733916909616 18446744073709551615 46912506233702 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 15688900

Child status: 143
Real time (s): 1207.18
CPU time (s): 4800.29
CPU user time (s): 4793.89
CPU system time (s): 6.40103
CPU usage (%): 397.646
Max. virtual memory (cumulated for all children) (KiB): 15688900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.89
system time used= 6.40103
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3864367
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= 71365
involuntary context switches= 61956

runsolver used 2.08068 second user time and 4.5663 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-29 19:08:28
IDJOB=3313227
IDBENCH=82344
IDSOLVER=1699
FILE ID=node108/3313227-1304096908
RUNJOBID= node108-1304094375-26166
PBS_JOBID= 13170592
Free space on /tmp= 72116 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-12.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313227-1304096908/watcher-3313227-1304096908 -o /tmp/evaluation-result-3313227-1304096908/solver-3313227-1304096908 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313227-1304096908.cnf

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

MD5SUM BENCH= 0b6cc776e6aaf9a3d9a563b081e634be
RANDOM SEED=158067915

node108.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.820
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.64
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.820
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.820
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.820
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.77
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.820
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.820
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.820
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.75
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.820
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21920032 kB
Buffers:       1981804 kB
Cached:        7386764 kB
SwapCached:          4 kB
Active:        1365420 kB
Inactive:      9089360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21920032 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4356 kB
Writeback:           0 kB
AnonPages:     1086756 kB
Mapped:          23260 kB
Slab:           508812 kB
PageTables:       8320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1283992 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= 72116 MiB
End job on node108 at 2011-04-29 19:28:37