Trace number 3311745

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.63 1210.68

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-5-5_34309.cnf
MD5SUMe252fbf81407f3388187ab50f0786909
Bench CategoryCRAFTED (crafted 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 variables34307
Number of clauses708206
Sum of the clauses size3541030
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5708206
Number of clauses of size over 50

Solver Data

0.11/0.11	28:04 INFO : Reading from input HOME/instance-3311745-1304184483.cnf
4.53/4.24	Executor set job limit to 1000000
4.53/4.24	Executor set job limit to 1000000
4.53/4.24	Executor set job limit to 1000000
4.53/4.24	Executor set job limit to 1000000
4.53/4.24	Starting Executor!
4.53/4.24	Starting Executor!
4.53/4.24	Starting Executor!
4.53/4.24	Starting Executor!
9.23/7.79	28:12 INFO : 34307 variables remaining out of 34307
9.23/7.79	28:12 INFO : 4249236 literals remaining out of 4249236

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

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: 6.40 7.69 7.75 8/198 7453
/proc/meminfo: memFree=30623788/32951124 swapFree=67111364/67111528
[pid=7453] ppid=7451 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/7453/stat : 7453 (java) S 7451 7453 7394 0 -1 4202496 1424 0 0 0 0 0 0 0 21 0 2 0 530046368 27824128 894 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256151525 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/7453/statm: 6793 894 684 9 0 381 0
[pid=7453/tid=7454] ppid=7451 vsize=30580 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7454/stat : 7454 (java) R 7451 7453 7394 0 -1 4202560 88 0 0 0 0 0 0 0 22 0 2 0 530046369 31313920 914 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228239379307 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.0580129 s]
/proc/loadavg: 6.40 7.69 7.75 8/198 7453
/proc/meminfo: memFree=30623788/32951124 swapFree=67111364/67111528
[pid=7453] ppid=7451 vsize=15609780 CPUtime=0.04 cores=0,2,4,6
/proc/7453/stat : 7453 (java) S 7451 7453 7394 0 -1 4202496 4247 0 1 0 4 0 0 0 21 0 18 0 530046368 15984414720 3686 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7453/statm: 3902445 3686 1768 9 0 3893164 0
[pid=7453/tid=7454] ppid=7451 vsize=15609780 CPUtime=0.04 cores=0,2,4,6
/proc/7453/task/7454/stat : 7454 (java) R 7451 7453 7394 0 -1 4202560 2829 0 1 0 4 0 0 0 25 0 18 0 530046369 15984414720 3686 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 46912505215748 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15609780

[startup+0.10705 s]
/proc/loadavg: 6.40 7.69 7.75 8/198 7453
/proc/meminfo: memFree=30623788/32951124 swapFree=67111364/67111528
[pid=7453] ppid=7451 vsize=15676896 CPUtime=0.11 cores=0,2,4,6
/proc/7453/stat : 7453 (java) S 7451 7453 7394 0 -1 4202496 5701 0 1 0 10 1 0 0 21 0 18 0 530046368 16053141504 5128 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7453/statm: 3919224 5128 2120 9 0 3909943 0
[pid=7453/tid=7454] ppid=7451 vsize=15676896 CPUtime=0.08 cores=0,2,4,6
/proc/7453/task/7454/stat : 7454 (java) R 7451 7453 7394 0 -1 4202560 3575 0 1 0 8 0 0 0 18 0 18 0 530046369 16053141504 5128 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676896

[startup+0.301007 s]
/proc/loadavg: 6.40 7.69 7.75 8/198 7453
/proc/meminfo: memFree=30623788/32951124 swapFree=67111364/67111528
[pid=7453] ppid=7451 vsize=15680464 CPUtime=0.51 cores=0,2,4,6
/proc/7453/stat : 7453 (java) S 7451 7453 7394 0 -1 4202496 15517 0 1 0 50 1 0 0 21 0 18 0 530046368 16056795136 13961 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7453/statm: 3920116 13966 2207 9 0 3910835 0
[pid=7453/tid=7454] ppid=7451 vsize=15680464 CPUtime=0.28 cores=0,2,4,6
/proc/7453/task/7454/stat : 7454 (java) R 7451 7453 7394 0 -1 4202560 10500 0 1 0 27 1 0 0 18 0 18 0 530046369 16056795136 13969 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 46912505638995 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680464

[startup+0.700942 s]
/proc/loadavg: 6.40 7.69 7.75 8/198 7453
/proc/meminfo: memFree=30623788/32951124 swapFree=67111364/67111528
[pid=7453] ppid=7451 vsize=15680464 CPUtime=0.92 cores=0,2,4,6
/proc/7453/stat : 7453 (java) S 7451 7453 7394 0 -1 4202496 41748 0 1 0 87 5 0 0 21 0 18 0 530046368 16056795136 40190 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7453/statm: 3920116 40190 2223 9 0 3910835 0
[pid=7453/tid=7454] ppid=7451 vsize=15680464 CPUtime=0.68 cores=0,2,4,6
/proc/7453/task/7454/stat : 7454 (java) R 7451 7453 7394 0 -1 4202560 35538 0 1 0 63 5 0 0 18 0 18 0 530046369 16056795136 40190 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 46912505559388 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15680464

[startup+1.5008 s]
/proc/loadavg: 6.40 7.69 7.75 7/216 7471
/proc/meminfo: memFree=30432200/32951124 swapFree=67111364/67111528
[pid=7453] ppid=7451 vsize=15680464 CPUtime=1.74 cores=0,2,4,6
/proc/7453/stat : 7453 (java) S 7451 7453 7394 0 -1 4202496 48782 0 1 0 167 7 0 0 21 0 18 0 530046368 16056795136 47206 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7453/statm: 3920116 47206 2223 9 0 3910835 0
[pid=7453/tid=7454] ppid=7451 vsize=15680464 CPUtime=1.47 cores=0,2,4,6
/proc/7453/task/7454/stat : 7454 (java) R 7451 7453 7394 0 -1 4202560 39521 0 1 0 141 6 0 0 19 0 18 0 530046369 16056795136 47206 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 46912505559380 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7453/tid=7456] ppid=7451 vsize=15680464 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7456/stat : 7456 (java) S 7451 7453 7394 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 18 0 530046369 16056795136 47206 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7457] ppid=7451 vsize=15680464 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7457/stat : 7457 (java) S 7451 7453 7394 0 -1 4202560 2585 0 0 0 0 0 0 0 16 0 18 0 530046369 16056795136 47206 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 0 0 0 0
[pid=7453/tid=7458] ppid=7451 vsize=15680464 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7458/stat : 7458 (java) S 7451 7453 7394 0 -1 4202560 327 0 0 0 0 0 0 0 15 0 18 0 530046369 16056795136 47206 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7459] ppid=7451 vsize=15680464 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7459/stat : 7459 (java) S 7451 7453 7394 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 530046369 16056795136 47206 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 0 0 0 0
[pid=7453/tid=7460] ppid=7451 vsize=15680464 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7460/stat : 7460 (java) S 7451 7453 7394 0 -1 4202560 680 0 0 0 0 0 0 0 16 0 18 0 530046369 16056795136 47206 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 2 0 0 0
[pid=7453/tid=7461] ppid=7451 vsize=15680464 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7461/stat : 7461 (java) S 7451 7453 7394 0 -1 4202560 56 0 0 0 0 0 0 0 16 0 18 0 530046369 16056795136 47206 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 0 0 0 0
[pid=7453/tid=7462] ppid=7451 vsize=15680464 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7462/stat : 7462 (java) S 7451 7453 7394 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 18 0 530046369 16056795136 47206 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 0 0 0 0
[pid=7453/tid=7463] ppid=7451 vsize=15680464 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7463/stat : 7463 (java) S 7451 7453 7394 0 -1 4202560 395 0 0 0 0 0 0 0 16 0 18 0 530046369 16056795136 47206 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 2 0 0 0
[pid=7453/tid=7464] ppid=7451 vsize=15680464 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7464/stat : 7464 (java) S 7451 7453 7394 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 18 0 530046370 16056795136 47206 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256165376 0 0 0 16800975 18446604453679266560 0 0 -1 4 0 0 0
[pid=7453/tid=7465] ppid=7451 vsize=15680464 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7465/stat : 7465 (java) S 7451 7453 7394 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 530046370 16056795136 47213 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7466] ppid=7451 vsize=15680464 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7466/stat : 7466 (java) S 7451 7453 7394 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 530046370 16056795136 47227 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7467] ppid=7451 vsize=15680464 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7467/stat : 7467 (java) S 7451 7453 7394 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530046373 16056795136 47242 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256172465 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7468] ppid=7451 vsize=15680464 CPUtime=0.12 cores=0,2,4,6
/proc/7453/task/7468/stat : 7468 (java) S 7451 7453 7394 0 -1 4202560 2417 0 0 0 12 0 0 0 15 0 18 0 530046373 16056795136 47258 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7469] ppid=7451 vsize=15680464 CPUtime=0.1 cores=0,2,4,6
/proc/7453/task/7469/stat : 7469 (java) S 7451 7453 7394 0 -1 4202560 1214 0 0 0 10 0 0 0 17 0 18 0 530046373 16056795136 47273 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 4 0 0 0
[pid=7453/tid=7470] ppid=7451 vsize=15680464 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7470/stat : 7470 (java) S 7451 7453 7394 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530046373 16056795136 47289 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7471] ppid=7451 vsize=15680464 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7471/stat : 7471 (java) S 7451 7453 7394 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 530046373 16056795136 47303 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256165376 0 4 0 16800975 18446604453679266560 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 15680464

[startup+3.10152 s]
/proc/loadavg: 6.40 7.69 7.75 6/216 7471
/proc/meminfo: memFree=30169320/32951124 swapFree=67111364/67111528
[pid=7453] ppid=7451 vsize=15680464 CPUtime=3.41 cores=0,2,4,6
/proc/7453/stat : 7453 (java) S 7451 7453 7394 0 -1 4202496 139720 0 1 0 324 17 0 0 21 0 18 0 530046368 16056795136 138137 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7453/statm: 3920116 138137 2247 9 0 3910835 0
[pid=7453/tid=7454] ppid=7451 vsize=15680464 CPUtime=3.06 cores=0,2,4,6
/proc/7453/task/7454/stat : 7454 (java) R 7451 7453 7394 0 -1 4202560 127621 0 1 0 291 15 0 0 24 0 18 0 530046369 16056795136 138137 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228244344756 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7453/tid=7456] ppid=7451 vsize=15680464 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7456/stat : 7456 (java) S 7451 7453 7394 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 18 0 530046369 16056795136 138137 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7457] ppid=7451 vsize=15680464 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7457/stat : 7457 (java) S 7451 7453 7394 0 -1 4202560 2585 0 0 0 0 0 0 0 15 0 18 0 530046369 16056795136 138137 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 4 0 0 0
[pid=7453/tid=7458] ppid=7451 vsize=15680464 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7458/stat : 7458 (java) S 7451 7453 7394 0 -1 4202560 359 0 0 0 0 0 0 0 15 0 18 0 530046369 16056795136 138137 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7459] ppid=7451 vsize=15680464 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7459/stat : 7459 (java) S 7451 7453 7394 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 18 0 530046369 16056795136 138137 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 0 0 0 0
[pid=7453/tid=7460] ppid=7451 vsize=15680464 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7460/stat : 7460 (java) S 7451 7453 7394 0 -1 4202560 713 0 0 0 0 0 0 0 15 0 18 0 530046369 16056795136 138137 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 0 0 0 0
[pid=7453/tid=7461] ppid=7451 vsize=15680464 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7461/stat : 7461 (java) S 7451 7453 7394 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 18 0 530046369 16056795136 138137 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 0 0 0 0
[pid=7453/tid=7462] ppid=7451 vsize=15680464 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7462/stat : 7462 (java) S 7451 7453 7394 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 18 0 530046369 16056795136 138137 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 0 0 0 0
[pid=7453/tid=7463] ppid=7451 vsize=15680464 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7463/stat : 7463 (java) S 7451 7453 7394 0 -1 4202560 2993 0 0 0 0 0 0 0 15 0 18 0 530046369 16056795136 138137 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 2 0 0 0
[pid=7453/tid=7464] ppid=7451 vsize=15680464 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7464/stat : 7464 (java) S 7451 7453 7394 0 -1 4202560 198 0 0 0 0 0 0 0 15 0 18 0 530046370 16056795136 138137 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256165376 0 0 0 16800975 18446604453679266560 0 0 -1 0 0 0 0
[pid=7453/tid=7465] ppid=7451 vsize=15680464 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7465/stat : 7465 (java) S 7451 7453 7394 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 530046370 16056795136 138137 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7466] ppid=7451 vsize=15680464 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7466/stat : 7466 (java) S 7451 7453 7394 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 530046370 16056795136 138137 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7467] ppid=7451 vsize=15680464 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7467/stat : 7467 (java) S 7451 7453 7394 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530046373 16056795136 138137 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256172465 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7468] ppid=7451 vsize=15680464 CPUtime=0.14 cores=0,2,4,6
/proc/7453/task/7468/stat : 7468 (java) S 7451 7453 7394 0 -1 4202560 2437 0 0 0 14 0 0 0 15 0 18 0 530046373 16056795136 138137 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7469] ppid=7451 vsize=15680464 CPUtime=0.12 cores=0,2,4,6
/proc/7453/task/7469/stat : 7469 (java) S 7451 7453 7394 0 -1 4202560 1238 0 0 0 12 0 0 0 15 0 18 0 530046373 16056795136 138137 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 4 0 0 0
[pid=7453/tid=7470] ppid=7451 vsize=15680464 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7470/stat : 7470 (java) S 7451 7453 7394 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530046373 16056795136 138137 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7471] ppid=7451 vsize=15680464 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7471/stat : 7471 (java) S 7451 7453 7394 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 530046373 16056795136 138137 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256165376 0 4 0 16800975 18446604453679266560 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 15680464

[startup+6.30096 s]
/proc/loadavg: 6.37 7.66 7.74 6/220 7475
/proc/meminfo: memFree=29871688/32951124 swapFree=67111364/67111528
[pid=7453] ppid=7451 vsize=15705888 CPUtime=7.41 cores=0,2,4,6
/proc/7453/stat : 7453 (java) S 7451 7453 7394 0 -1 4202496 156018 0 1 0 721 20 0 0 21 0 22 0 530046368 16082829312 148898 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7453/statm: 3926472 148898 2266 9 0 3917191 0
[pid=7453/tid=7454] ppid=7451 vsize=15705888 CPUtime=6.25 cores=0,2,4,6
/proc/7453/task/7454/stat : 7454 (java) R 7451 7453 7394 0 -1 4202560 127734 0 1 0 609 16 0 0 25 0 22 0 530046369 16082829312 148898 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 18446744073699065947 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7453/tid=7456] ppid=7451 vsize=15705888 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7456/stat : 7456 (java) S 7451 7453 7394 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 22 0 530046369 16082829312 148898 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7457] ppid=7451 vsize=15705888 CPUtime=0.01 cores=0,2,4,6
/proc/7453/task/7457/stat : 7457 (java) S 7451 7453 7394 0 -1 4202560 2585 0 0 0 1 0 0 0 15 0 22 0 530046369 16082829312 148898 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 2 0 0 0
[pid=7453/tid=7458] ppid=7451 vsize=15705888 CPUtime=0.01 cores=0,2,4,6
/proc/7453/task/7458/stat : 7458 (java) S 7451 7453 7394 0 -1 4202560 359 0 0 0 1 0 0 0 15 0 22 0 530046369 16082829312 148898 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7459] ppid=7451 vsize=15705888 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7459/stat : 7459 (java) S 7451 7453 7394 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 530046369 16082829312 148898 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 4 0 0 0
[pid=7453/tid=7460] ppid=7451 vsize=15705888 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7460/stat : 7460 (java) S 7451 7453 7394 0 -1 4202560 5834 0 0 0 0 0 0 0 16 0 22 0 530046369 16082829312 148898 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 0 0 0 0
[pid=7453/tid=7461] ppid=7451 vsize=15705888 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7461/stat : 7461 (java) S 7451 7453 7394 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 530046369 16082829312 148898 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 4 0 0 0
[pid=7453/tid=7462] ppid=7451 vsize=15705888 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7462/stat : 7462 (java) S 7451 7453 7394 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 22 0 530046369 16082829312 148898 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 4 0 0 0
[pid=7453/tid=7463] ppid=7451 vsize=15705888 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7463/stat : 7463 (java) S 7451 7453 7394 0 -1 4202560 2993 0 0 0 0 0 0 0 15 0 22 0 530046369 16082829312 148898 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 2 0 0 0
[pid=7453/tid=7464] ppid=7451 vsize=15705888 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7464/stat : 7464 (java) S 7451 7453 7394 0 -1 4202560 337 0 0 0 0 0 0 0 15 0 22 0 530046370 16082829312 148898 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256165376 0 0 0 16800975 18446604453679266560 0 0 -1 2 0 0 0
[pid=7453/tid=7465] ppid=7451 vsize=15705888 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7465/stat : 7465 (java) S 7451 7453 7394 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 530046370 16082829312 148898 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7466] ppid=7451 vsize=15705888 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7466/stat : 7466 (java) S 7451 7453 7394 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 530046370 16082829312 148898 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7467] ppid=7451 vsize=15705888 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7467/stat : 7467 (java) S 7451 7453 7394 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530046373 16082829312 148898 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256172465 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7468] ppid=7451 vsize=15705888 CPUtime=0.52 cores=0,2,4,6
/proc/7453/task/7468/stat : 7468 (java) S 7451 7453 7394 0 -1 4202560 5121 0 0 0 51 1 0 0 15 0 22 0 530046373 16082829312 148898 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 2 0 0 0
[pid=7453/tid=7469] ppid=7451 vsize=15705888 CPUtime=0.54 cores=0,2,4,6
/proc/7453/task/7469/stat : 7469 (java) S 7451 7453 7394 0 -1 4202560 9426 0 0 0 53 1 0 0 15 0 22 0 530046373 16082829312 148898 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 4 0 0 0
[pid=7453/tid=7470] ppid=7451 vsize=15705888 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7470/stat : 7470 (java) S 7451 7453 7394 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530046373 16082829312 148898 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7471] ppid=7451 vsize=15705888 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7471/stat : 7471 (java) S 7451 7453 7394 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530046373 16082829312 148898 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256165376 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0

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

/proc/meminfo: memFree=22928120/32951124 swapFree=67111364/67111528
[pid=7453] ppid=7451 vsize=15698736 CPUtime=4448.52 cores=0,2,4,6
/proc/7453/stat : 7453 (java) S 7451 7453 7394 0 -1 4202496 2598478 0 1 0 444411 441 0 0 21 0 22 0 530046368 16075505664 1677677 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7453/statm: 3924684 1677677 2299 9 0 3915403 0
[pid=7453/tid=7454] ppid=7451 vsize=15698736 CPUtime=7.71 cores=0,2,4,6
/proc/7453/task/7454/stat : 7454 (java) S 7451 7453 7394 0 -1 4202560 127775 0 1 0 755 16 0 0 25 0 22 0 530046369 16075505664 1677677 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 0 0 0 0
[pid=7453/tid=7456] ppid=7451 vsize=15698736 CPUtime=3.35 cores=0,2,4,6
/proc/7453/task/7456/stat : 7456 (java) S 7451 7453 7394 0 -1 4202560 248878 0 0 0 289 46 0 0 16 0 22 0 530046369 16075505664 1677677 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 4 0 0 0
[pid=7453/tid=7457] ppid=7451 vsize=15698736 CPUtime=3.33 cores=0,2,4,6
/proc/7453/task/7457/stat : 7457 (java) S 7451 7453 7394 0 -1 4202560 239301 0 0 0 290 43 0 0 16 0 22 0 530046369 16075505664 1677677 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 0 0 0 0
[pid=7453/tid=7458] ppid=7451 vsize=15698736 CPUtime=2.92 cores=0,2,4,6
/proc/7453/task/7458/stat : 7458 (java) S 7451 7453 7394 0 -1 4202560 185236 0 0 0 259 33 0 0 16 0 22 0 530046369 16075505664 1677677 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 4 0 0 0
[pid=7453/tid=7459] ppid=7451 vsize=15698736 CPUtime=3.27 cores=0,2,4,6
/proc/7453/task/7459/stat : 7459 (java) S 7451 7453 7394 0 -1 4202560 235496 0 0 0 287 40 0 0 15 0 22 0 530046369 16075505664 1677677 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7460] ppid=7451 vsize=15698736 CPUtime=3.47 cores=0,2,4,6
/proc/7453/task/7460/stat : 7460 (java) S 7451 7453 7394 0 -1 4202560 299432 0 0 0 293 54 0 0 15 0 22 0 530046369 16075505664 1677677 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7461] ppid=7451 vsize=15698736 CPUtime=3.42 cores=0,2,4,6
/proc/7453/task/7461/stat : 7461 (java) S 7451 7453 7394 0 -1 4202560 251329 0 0 0 298 44 0 0 15 0 22 0 530046369 16075505664 1677677 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 4 0 0 0
[pid=7453/tid=7462] ppid=7451 vsize=15698736 CPUtime=2.93 cores=0,2,4,6
/proc/7453/task/7462/stat : 7462 (java) S 7451 7453 7394 0 -1 4202560 187897 0 0 0 259 34 0 0 16 0 22 0 530046369 16075505664 1677677 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7463] ppid=7451 vsize=15698736 CPUtime=3.56 cores=0,2,4,6
/proc/7453/task/7463/stat : 7463 (java) S 7451 7453 7394 0 -1 4202560 287029 0 0 0 305 51 0 0 16 0 22 0 530046369 16075505664 1677677 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7464] ppid=7451 vsize=15698736 CPUtime=2.29 cores=0,2,4,6
/proc/7453/task/7464/stat : 7464 (java) S 7451 7453 7394 0 -1 4202560 290750 0 0 0 186 43 0 0 15 0 22 0 530046370 16075505664 1677677 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256165376 0 0 0 16800975 18446604453679266560 0 0 -1 2 0 0 0
[pid=7453/tid=7465] ppid=7451 vsize=15698736 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7465/stat : 7465 (java) S 7451 7453 7394 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530046370 16075505664 1677677 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7466] ppid=7451 vsize=15698736 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7466/stat : 7466 (java) S 7451 7453 7394 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530046370 16075505664 1677677 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7467] ppid=7451 vsize=15698736 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7467/stat : 7467 (java) S 7451 7453 7394 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530046373 16075505664 1677677 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256172465 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7468] ppid=7451 vsize=15698736 CPUtime=1.23 cores=0,2,4,6
/proc/7453/task/7468/stat : 7468 (java) S 7451 7453 7394 0 -1 4202560 6481 0 0 0 122 1 0 0 16 0 22 0 530046373 16075505664 1677677 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 2 0 0 0
[pid=7453/tid=7469] ppid=7451 vsize=15698736 CPUtime=1.32 cores=0,2,4,6
/proc/7453/task/7469/stat : 7469 (java) S 7451 7453 7394 0 -1 4202560 9527 0 0 0 131 1 0 0 15 0 22 0 530046373 16075505664 1677677 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 0 0 0 0
[pid=7453/tid=7470] ppid=7451 vsize=15698736 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7470/stat : 7470 (java) S 7451 7453 7394 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530046373 16075505664 1677677 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7471] ppid=7451 vsize=15698736 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7471/stat : 7471 (java) S 7451 7453 7394 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 530046373 16075505664 1677677 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256165376 0 4 0 16800975 18446604453679266560 0 0 -1 0 0 0 0
[pid=7453/tid=7472] ppid=7451 vsize=15698736 CPUtime=1099.31 cores=0,2,4,6
/proc/7453/task/7472/stat : 7472 (java) R 7451 7453 7394 0 -1 4202560 58424 0 0 0 109925 6 0 0 25 0 22 0 530046793 16075505664 1677677 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 46912506168696 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=7453/tid=7473] ppid=7451 vsize=15698736 CPUtime=1102.75 cores=0,2,4,6
/proc/7453/task/7473/stat : 7473 (java) R 7451 7453 7394 0 -1 4202560 56796 0 0 0 110267 8 0 0 25 0 22 0 530046793 16075505664 1677677 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 46912505921119 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7453/tid=7474] ppid=7451 vsize=15698736 CPUtime=1103.04 cores=0,2,4,6
/proc/7453/task/7474/stat : 7474 (java) R 7451 7453 7394 0 -1 4202560 49328 0 0 0 110299 5 0 0 25 0 22 0 530046793 16075505664 1677677 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 46912506275287 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=7453/tid=7475] ppid=7451 vsize=15698736 CPUtime=1104.47 cores=0,2,4,6
/proc/7453/task/7475/stat : 7475 (java) R 7451 7453 7394 0 -1 4202560 63349 0 0 0 110438 9 0 0 25 0 22 0 530046793 16075505664 1677677 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 46912506068809 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4448.52
Current children cumulated vsize (KiB) 15698736

[startup+1182.3 s]
/proc/loadavg: 8.11 8.10 7.97 9/220 7605
/proc/meminfo: memFree=23572136/32951124 swapFree=67111364/67111528
[pid=7453] ppid=7451 vsize=15698736 CPUtime=4688.09 cores=0,2,4,6
/proc/7453/stat : 7453 (java) S 7451 7453 7394 0 -1 4202496 2610482 0 1 0 468364 445 0 0 21 0 22 0 530046368 16075505664 1601845 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7453/statm: 3924684 1601845 2299 9 0 3915403 0
[pid=7453/tid=7454] ppid=7451 vsize=15698736 CPUtime=7.71 cores=0,2,4,6
/proc/7453/task/7454/stat : 7454 (java) S 7451 7453 7394 0 -1 4202560 127775 0 1 0 755 16 0 0 25 0 22 0 530046369 16075505664 1601845 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 0 0 0 0
[pid=7453/tid=7456] ppid=7451 vsize=15698736 CPUtime=3.58 cores=0,2,4,6
/proc/7453/task/7456/stat : 7456 (java) S 7451 7453 7394 0 -1 4202560 251589 0 0 0 311 47 0 0 16 0 22 0 530046369 16075505664 1601845 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 4 0 0 0
[pid=7453/tid=7457] ppid=7451 vsize=15698736 CPUtime=3.59 cores=0,2,4,6
/proc/7453/task/7457/stat : 7457 (java) S 7451 7453 7394 0 -1 4202560 240112 0 0 0 316 43 0 0 16 0 22 0 530046369 16075505664 1601845 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 2 0 0 0
[pid=7453/tid=7458] ppid=7451 vsize=15698736 CPUtime=3.12 cores=0,2,4,6
/proc/7453/task/7458/stat : 7458 (java) S 7451 7453 7394 0 -1 4202560 187975 0 0 0 279 33 0 0 15 0 22 0 530046369 16075505664 1601845 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7459] ppid=7451 vsize=15698736 CPUtime=3.53 cores=0,2,4,6
/proc/7453/task/7459/stat : 7459 (java) S 7451 7453 7394 0 -1 4202560 236431 0 0 0 313 40 0 0 16 0 22 0 530046369 16075505664 1601845 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7460] ppid=7451 vsize=15698736 CPUtime=3.58 cores=0,2,4,6
/proc/7453/task/7460/stat : 7460 (java) S 7451 7453 7394 0 -1 4202560 299432 0 0 0 304 54 0 0 15 0 22 0 530046369 16075505664 1601845 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 4 0 0 0
[pid=7453/tid=7461] ppid=7451 vsize=15698736 CPUtime=3.64 cores=0,2,4,6
/proc/7453/task/7461/stat : 7461 (java) S 7451 7453 7394 0 -1 4202560 251485 0 0 0 320 44 0 0 16 0 22 0 530046369 16075505664 1601845 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 0 0 0 0
[pid=7453/tid=7462] ppid=7451 vsize=15698736 CPUtime=3.1 cores=0,2,4,6
/proc/7453/task/7462/stat : 7462 (java) S 7451 7453 7394 0 -1 4202560 190586 0 0 0 275 35 0 0 15 0 22 0 530046369 16075505664 1601845 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7463] ppid=7451 vsize=15698736 CPUtime=3.76 cores=0,2,4,6
/proc/7453/task/7463/stat : 7463 (java) S 7451 7453 7394 0 -1 4202560 288861 0 0 0 324 52 0 0 15 0 22 0 530046369 16075505664 1601845 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 0 0 0 0
[pid=7453/tid=7464] ppid=7451 vsize=15698736 CPUtime=2.31 cores=0,2,4,6
/proc/7453/task/7464/stat : 7464 (java) S 7451 7453 7394 0 -1 4202560 290860 0 0 0 186 45 0 0 15 0 22 0 530046370 16075505664 1601845 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256165376 0 0 0 16800975 18446604453679266560 0 0 -1 2 0 0 0
[pid=7453/tid=7465] ppid=7451 vsize=15698736 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7465/stat : 7465 (java) S 7451 7453 7394 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530046370 16075505664 1601845 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7466] ppid=7451 vsize=15698736 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7466/stat : 7466 (java) S 7451 7453 7394 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530046370 16075505664 1601845 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7467] ppid=7451 vsize=15698736 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7467/stat : 7467 (java) S 7451 7453 7394 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530046373 16075505664 1601845 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256172465 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7468] ppid=7451 vsize=15698736 CPUtime=1.23 cores=0,2,4,6
/proc/7453/task/7468/stat : 7468 (java) S 7451 7453 7394 0 -1 4202560 6481 0 0 0 122 1 0 0 16 0 22 0 530046373 16075505664 1601845 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 2 0 0 0
[pid=7453/tid=7469] ppid=7451 vsize=15698736 CPUtime=1.32 cores=0,2,4,6
/proc/7453/task/7469/stat : 7469 (java) S 7451 7453 7394 0 -1 4202560 9527 0 0 0 131 1 0 0 15 0 22 0 530046373 16075505664 1601845 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 0 0 0 0
[pid=7453/tid=7470] ppid=7451 vsize=15698736 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7470/stat : 7470 (java) S 7451 7453 7394 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530046373 16075505664 1601845 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7471] ppid=7451 vsize=15698736 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7471/stat : 7471 (java) S 7451 7453 7394 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 530046373 16075505664 1601845 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256165376 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7472] ppid=7451 vsize=15698736 CPUtime=1158.87 cores=0,2,4,6
/proc/7453/task/7472/stat : 7472 (java) R 7451 7453 7394 0 -1 4202560 58427 0 0 0 115881 6 0 0 25 0 22 0 530046793 16075505664 1601845 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 46912506168803 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=7453/tid=7473] ppid=7451 vsize=15698736 CPUtime=1162.31 cores=0,2,4,6
/proc/7453/task/7473/stat : 7473 (java) R 7451 7453 7394 0 -1 4202560 56799 0 0 0 116223 8 0 0 25 0 22 0 530046793 16075505664 1601845 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 46912506088173 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7453/tid=7474] ppid=7451 vsize=15698736 CPUtime=1162.27 cores=0,2,4,6
/proc/7453/task/7474/stat : 7474 (java) R 7451 7453 7394 0 -1 4202560 49331 0 0 0 116222 5 0 0 25 0 22 0 530046793 16075505664 1601845 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=7453/tid=7475] ppid=7451 vsize=15698736 CPUtime=1164.03 cores=0,2,4,6
/proc/7453/task/7475/stat : 7475 (java) R 7451 7453 7394 0 -1 4202560 63357 0 0 0 116394 9 0 0 25 0 22 0 530046793 16075505664 1601845 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 46912505921128 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4688.09
Current children cumulated vsize (KiB) 15698736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1210.4 s]
/proc/loadavg: 8.18 8.12 7.98 9/220 7605
/proc/meminfo: memFree=23666944/32951124 swapFree=67111364/67111528
[pid=7453] ppid=7451 vsize=15698736 CPUtime=4800.33 cores=0,2,4,6
/proc/7453/stat : 7453 (java) S 7451 7453 7394 0 -1 4202496 2643208 0 1 0 479583 450 0 0 21 0 22 0 530046368 16075505664 1626050 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7453/statm: 3924684 1626050 2299 9 0 3915403 0
[pid=7453/tid=7454] ppid=7451 vsize=15698736 CPUtime=7.71 cores=0,2,4,6
/proc/7453/task/7454/stat : 7454 (java) S 7451 7453 7394 0 -1 4202560 127775 0 1 0 755 16 0 0 25 0 22 0 530046369 16075505664 1626050 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 0 0 0 0
[pid=7453/tid=7456] ppid=7451 vsize=15698736 CPUtime=3.69 cores=0,2,4,6
/proc/7453/task/7456/stat : 7456 (java) S 7451 7453 7394 0 -1 4202560 256047 0 0 0 322 47 0 0 16 0 22 0 530046369 16075505664 1626050 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 4 0 0 0
[pid=7453/tid=7457] ppid=7451 vsize=15698736 CPUtime=3.71 cores=0,2,4,6
/proc/7453/task/7457/stat : 7457 (java) S 7451 7453 7394 0 -1 4202560 250293 0 0 0 327 44 0 0 16 0 22 0 530046369 16075505664 1626050 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 2 0 0 0
[pid=7453/tid=7458] ppid=7451 vsize=15698736 CPUtime=3.26 cores=0,2,4,6
/proc/7453/task/7458/stat : 7458 (java) S 7451 7453 7394 0 -1 4202560 192714 0 0 0 293 33 0 0 15 0 22 0 530046369 16075505664 1626050 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 4 0 0 0
[pid=7453/tid=7459] ppid=7451 vsize=15698736 CPUtime=3.58 cores=0,2,4,6
/proc/7453/task/7459/stat : 7459 (java) S 7451 7453 7394 0 -1 4202560 238269 0 0 0 318 40 0 0 15 0 22 0 530046369 16075505664 1626050 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 0 0 0 0
[pid=7453/tid=7460] ppid=7451 vsize=15698736 CPUtime=3.65 cores=0,2,4,6
/proc/7453/task/7460/stat : 7460 (java) S 7451 7453 7394 0 -1 4202560 299573 0 0 0 311 54 0 0 15 0 22 0 530046369 16075505664 1626050 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 0 0 0 0
[pid=7453/tid=7461] ppid=7451 vsize=15698736 CPUtime=3.72 cores=0,2,4,6
/proc/7453/task/7461/stat : 7461 (java) S 7451 7453 7394 0 -1 4202560 252099 0 0 0 328 44 0 0 16 0 22 0 530046369 16075505664 1626050 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 0 0 0 0
[pid=7453/tid=7462] ppid=7451 vsize=15698736 CPUtime=3.18 cores=0,2,4,6
/proc/7453/task/7462/stat : 7462 (java) S 7451 7453 7394 0 -1 4202560 192579 0 0 0 283 35 0 0 15 0 22 0 530046369 16075505664 1626050 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 0 0 0 0
[pid=7453/tid=7463] ppid=7451 vsize=15698736 CPUtime=3.89 cores=0,2,4,6
/proc/7453/task/7463/stat : 7463 (java) S 7451 7453 7394 0 -1 4202560 294251 0 0 0 336 53 0 0 16 0 22 0 530046369 16075505664 1626050 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 0 0 0 0
[pid=7453/tid=7464] ppid=7451 vsize=15698736 CPUtime=2.31 cores=0,2,4,6
/proc/7453/task/7464/stat : 7464 (java) S 7451 7453 7394 0 -1 4202560 290941 0 0 0 186 45 0 0 15 0 22 0 530046370 16075505664 1626050 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256165376 0 0 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7465] ppid=7451 vsize=15698736 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7465/stat : 7465 (java) S 7451 7453 7394 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530046370 16075505664 1626050 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7466] ppid=7451 vsize=15698736 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7466/stat : 7466 (java) S 7451 7453 7394 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530046370 16075505664 1626050 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7467] ppid=7451 vsize=15698736 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7467/stat : 7467 (java) S 7451 7453 7394 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530046373 16075505664 1626050 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256172465 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7468] ppid=7451 vsize=15698736 CPUtime=1.23 cores=0,2,4,6
/proc/7453/task/7468/stat : 7468 (java) S 7451 7453 7394 0 -1 4202560 6481 0 0 0 122 1 0 0 16 0 22 0 530046373 16075505664 1626050 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 2 0 0 0
[pid=7453/tid=7469] ppid=7451 vsize=15698736 CPUtime=1.32 cores=0,2,4,6
/proc/7453/task/7469/stat : 7469 (java) S 7451 7453 7394 0 -1 4202560 9527 0 0 0 131 1 0 0 15 0 22 0 530046373 16075505664 1626050 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 0 0 0 0
[pid=7453/tid=7470] ppid=7451 vsize=15698736 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7470/stat : 7470 (java) S 7451 7453 7394 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530046373 16075505664 1626050 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256164761 0 4 0 16800975 18446604453679266560 0 0 -1 6 0 0 0
[pid=7453/tid=7471] ppid=7451 vsize=15698736 CPUtime=0 cores=0,2,4,6
/proc/7453/task/7471/stat : 7471 (java) R 7451 7453 7394 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 530046373 16075505664 1626050 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 228256165376 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=7453/tid=7472] ppid=7451 vsize=15698736 CPUtime=1186.77 cores=0,2,4,6
/proc/7453/task/7472/stat : 7472 (java) R 7451 7453 7394 0 -1 4202560 59684 0 0 0 118671 6 0 0 25 0 22 0 530046793 16075505664 1626050 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 18446744073699065894 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=7453/tid=7473] ppid=7451 vsize=15698736 CPUtime=1190.21 cores=0,2,4,6
/proc/7453/task/7473/stat : 7473 (java) R 7451 7453 7394 0 -1 4202560 56800 0 0 0 119013 8 0 0 25 0 22 0 530046793 16075505664 1626050 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 46912506312527 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7453/tid=7474] ppid=7451 vsize=15698736 CPUtime=1190.01 cores=0,2,4,6
/proc/7453/task/7474/stat : 7474 (java) R 7451 7453 7394 0 -1 4202560 49632 0 0 0 118996 5 0 0 25 0 22 0 530046793 16075505664 1626050 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 46912506270370 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=7453/tid=7475] ppid=7451 vsize=15698736 CPUtime=1191.92 cores=0,2,4,6
/proc/7453/task/7475/stat : 7475 (java) R 7451 7453 7394 0 -1 4202560 65087 0 0 0 119183 9 0 0 25 0 22 0 530046793 16075505664 1626050 33554432000 1073741824 1073778376 140734477780336 18446744073709551615 46912506068809 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 15698736

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

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

[startup+1210.6 s]
/proc/loadavg: 8.18 8.12 7.98 9/220 7605
/proc/meminfo: memFree=23666944/32951124 swapFree=67111364/67111528
[pid=7453] ppid=7451 vsize=0 CPUtime=4800.54 cores=0,2,4,6
/proc/7453/stat : 7453 (java) Z 7451 7453 7394 0 -1 4203548 2643235 0 1 0 479586 468 0 0 17 0 2 0 530046368 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7453/statm: 0 0 0 0 0 0 0
[pid=7453/tid=7473] ppid=7451 vsize=0 CPUtime=1190.41 cores=0,2,4,6
/proc/7453/task/7473/stat : 7473 (java) R 7451 7453 7394 0 -1 4203588 56800 0 0 0 119014 27 0 0 25 0 2 0 530046793 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.54
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1210.68
CPU time (s): 4800.63
CPU user time (s): 4795.87
CPU system time (s): 4.76427
CPU usage (%): 396.524
Max. virtual memory (cumulated for all children) (KiB): 15705888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.87
system time used= 4.76427
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2643235
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= 33114
involuntary context switches= 61359

runsolver used 1.90571 second user time and 4.74828 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-30 19:28:04
IDJOB=3311745
IDBENCH=83251
IDSOLVER=1698
FILE ID=node136/3311745-1304184483
RUNJOBID= node136-1304184483-7412
PBS_JOBID= 13172470
Free space on /tmp= 73056 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-5-5_34309.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311745-1304184483/watcher-3311745-1304184483 -o /tmp/evaluation-result-3311745-1304184483/solver-3311745-1304184483 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311745-1304184483.cnf -hbr 2

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

MD5SUM BENCH= e252fbf81407f3388187ab50f0786909
RANDOM SEED=693949665

node136.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.809
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.61
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.809
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.809
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.75
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.809
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.76
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.809
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.75
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.809
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.83
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.809
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.809
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:      30624928 kB
Buffers:        631140 kB
Cached:        1042532 kB
SwapCached:          0 kB
Active:         404308 kB
Inactive:      1494632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30624928 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           26180 kB
Writeback:           0 kB
AnonPages:      224904 kB
Mapped:          22852 kB
Slab:           361668 kB
PageTables:       5448 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   817216 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= 73056 MiB
End job on node136 at 2011-04-30 19:48:16