Trace number 3311964

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.41 1211.05

General information on the benchmark

NameSAT05/crafted/markstrom05/eulcbip/
eulcbip-7-UNSAT.shuffled-as.sat05-3936.cnf
MD5SUM151ccdb2c52c7f525fde5dca388bb6e6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.083986
Satisfiable
(Un)Satisfiability was proved
Number of variables135
Number of clauses672
Sum of the clauses size2684
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 30
Number of clauses of size 4670
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.12	26:55 INFO : Reading from input HOME/instance-3311964-1304188015.cnf
0.27/0.21	Executor set job limit to 1000000
0.27/0.21	Executor set job limit to 1000000
0.27/0.21	Executor set job limit to 1000000
0.27/0.21	Executor set job limit to 1000000
0.27/0.21	Starting Executor!
0.27/0.21	Starting Executor!
0.27/0.21	Starting Executor!
0.27/0.21	Starting Executor!
0.27/0.24	26:55 INFO : Found 67 xor gates
0.27/0.27	26:55 INFO : 134 variables remaining out of 135
0.27/0.27	26:55 INFO : 3350 literals remaining out of 1011
620.76/156.93	log4j:WARN No appenders could be found for logger (ibis.constellation.impl.SingleThreadedConstellation.CID: 0:4).
620.76/156.93	log4j:WARN Please initialize the log4j system properly.
620.76/156.93	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-3311964-1304188015/watcher-3311964-1304188015 -o /tmp/evaluation-result-3311964-1304188015/solver-3311964-1304188015 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311964-1304188015.cnf -hbr 2 

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

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


[startup+0 s]
/proc/loadavg: 7.82 7.33 6.85 5/198 30489
/proc/meminfo: memFree=29769436/32951124 swapFree=67111364/67111528
[pid=30489] ppid=30487 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/30489/stat : 30489 (java) R 30487 30489 29917 0 -1 4202496 1038 0 0 0 0 0 0 0 25 0 1 0 530401894 23580672 524 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253635897109 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/30489/statm: 5757 535 406 9 0 124 0

[startup+0.0355459 s]
/proc/loadavg: 7.82 7.33 6.85 5/198 30489
/proc/meminfo: memFree=29769436/32951124 swapFree=67111364/67111528
[pid=30489] ppid=30487 vsize=15604116 CPUtime=0.01 cores=1,3,5,7
/proc/30489/stat : 30489 (java) S 30487 30489 29917 0 -1 4202496 3527 0 1 0 1 0 0 0 25 0 13 0 530401894 15978614784 2966 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652662245 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/30489/statm: 3901029 2967 1657 9 0 3891777 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15604116

[startup+0.104539 s]
/proc/loadavg: 7.82 7.33 6.85 5/198 30489
/proc/meminfo: memFree=29769436/32951124 swapFree=67111364/67111528
[pid=30489] ppid=30487 vsize=15676128 CPUtime=0.1 cores=1,3,5,7
/proc/30489/stat : 30489 (java) S 30487 30489 29917 0 -1 4202496 5538 0 1 0 9 1 0 0 25 0 18 0 530401894 16052355072 4947 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30489/statm: 3919032 4947 2116 9 0 3909751 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676128

[startup+0.30051 s]
/proc/loadavg: 7.82 7.33 6.85 5/198 30489
/proc/meminfo: memFree=29769436/32951124 swapFree=67111364/67111528
[pid=30489] ppid=30487 vsize=15685252 CPUtime=0.45 cores=1,3,5,7
/proc/30489/stat : 30489 (java) S 30487 30489 29917 0 -1 4202496 10252 0 1 0 43 2 0 0 25 0 22 0 530401894 16061698048 8936 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30489/statm: 3921313 8936 2207 9 0 3912032 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 15685252

[startup+0.700392 s]
/proc/loadavg: 7.82 7.33 6.85 5/198 30489
/proc/meminfo: memFree=29769436/32951124 swapFree=67111364/67111528
[pid=30489] ppid=30487 vsize=15686156 CPUtime=1.79 cores=1,3,5,7
/proc/30489/stat : 30489 (java) S 30487 30489 29917 0 -1 4202496 22820 0 1 0 176 3 0 0 25 0 22 0 530401894 16062623744 20547 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30489/statm: 3921539 20547 2254 9 0 3912258 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 15686156

[startup+1.50125 s]
/proc/loadavg: 7.82 7.33 6.85 11/220 30511
/proc/meminfo: memFree=29608620/32951124 swapFree=67111364/67111528
[pid=30489] ppid=30487 vsize=15687192 CPUtime=4.96 cores=1,3,5,7
/proc/30489/stat : 30489 (java) S 30487 30489 29917 0 -1 4202496 49658 0 1 0 489 7 0 0 25 0 22 0 530401894 16063684608 44406 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30489/statm: 3921798 44406 2286 9 0 3912517 0
[pid=30489/tid=30491] ppid=30487 vsize=15687192 CPUtime=0.25 cores=1,3,5,7
/proc/30489/task/30491/stat : 30491 (java) S 30487 30489 29917 0 -1 4202560 5028 0 1 0 23 2 0 0 25 0 22 0 530401894 16063684608 44406 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 7 0 0 0
[pid=30489/tid=30492] ppid=30487 vsize=15687192 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30492/stat : 30492 (java) S 30487 30489 29917 0 -1 4202560 326 0 0 0 0 0 0 0 16 0 22 0 530401895 16063684608 44406 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30493] ppid=30487 vsize=15687192 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30493/stat : 30493 (java) S 30487 30489 29917 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 22 0 530401895 16063684608 44406 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 7 0 0 0
[pid=30489/tid=30494] ppid=30487 vsize=15687192 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30494/stat : 30494 (java) S 30487 30489 29917 0 -1 4202560 101 0 0 0 0 0 0 0 16 0 22 0 530401895 16063684608 44406 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 1 0 0 0
[pid=30489/tid=30495] ppid=30487 vsize=15687192 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30495/stat : 30495 (java) S 30487 30489 29917 0 -1 4202560 74 0 0 0 0 0 0 0 16 0 22 0 530401895 16063684608 44406 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 3 0 0 0
[pid=30489/tid=30496] ppid=30487 vsize=15687192 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30496/stat : 30496 (java) S 30487 30489 29917 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 22 0 530401895 16063684608 44406 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30497] ppid=30487 vsize=15687192 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30497/stat : 30497 (java) S 30487 30489 29917 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 530401895 16063684608 44406 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30498] ppid=30487 vsize=15687192 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30498/stat : 30498 (java) S 30487 30489 29917 0 -1 4202560 335 0 0 0 0 0 0 0 15 0 22 0 530401895 16063684608 44406 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 1 0 0 0
[pid=30489/tid=30499] ppid=30487 vsize=15687192 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30499/stat : 30499 (java) S 30487 30489 29917 0 -1 4202560 132 0 0 0 0 0 0 0 15 0 22 0 530401895 16063684608 44406 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 3 0 0 0
[pid=30489/tid=30500] ppid=30487 vsize=15687192 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30500/stat : 30500 (java) S 30487 30489 29917 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 530401896 16063684608 44406 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652676096 0 0 0 16800975 18446604460885168576 0 0 -1 1 0 0 0
[pid=30489/tid=30501] ppid=30487 vsize=15687192 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30501/stat : 30501 (java) S 30487 30489 29917 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530401897 16063684608 44406 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30502] ppid=30487 vsize=15687192 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30502/stat : 30502 (java) S 30487 30489 29917 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530401897 16063684608 44406 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30503] ppid=30487 vsize=15687192 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30503/stat : 30503 (java) S 30487 30489 29917 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530401899 16063684608 44406 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652683185 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30504] ppid=30487 vsize=15687192 CPUtime=0.72 cores=1,3,5,7
/proc/30489/task/30504/stat : 30504 (java) S 30487 30489 29917 0 -1 4202560 5726 0 0 0 72 0 0 0 25 0 22 0 530401899 16063684608 44406 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 1 0 0 0
[pid=30489/tid=30505] ppid=30487 vsize=15687192 CPUtime=0.97 cores=1,3,5,7
/proc/30489/task/30505/stat : 30505 (java) S 30487 30489 29917 0 -1 4202560 5643 0 0 0 97 0 0 0 16 0 22 0 530401899 16063684608 44406 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 3 0 0 0
[pid=30489/tid=30506] ppid=30487 vsize=15687192 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30506/stat : 30506 (java) S 30487 30489 29917 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530401899 16063684608 44406 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 7 0 0 0
[pid=30489/tid=30507] ppid=30487 vsize=15687192 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30507/stat : 30507 (java) S 30487 30489 29917 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530401899 16063684608 44406 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652676096 0 4 0 16800975 18446604460885168576 0 0 -1 1 0 0 0
[pid=30489/tid=30508] ppid=30487 vsize=15687192 CPUtime=0.63 cores=1,3,5,7
/proc/30489/task/30508/stat : 30508 (java) R 30487 30489 29917 0 -1 4202560 6498 0 0 0 62 1 0 0 25 0 22 0 530401915 16063684608 44406 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 46912506052922 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30489/tid=30509] ppid=30487 vsize=15687192 CPUtime=1 cores=1,3,5,7
/proc/30489/task/30509/stat : 30509 (java) R 30487 30489 29917 0 -1 4202560 12078 0 0 0 99 1 0 0 25 0 22 0 530401915 16063684608 44406 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 47471470482556 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=30489/tid=30510] ppid=30487 vsize=15687192 CPUtime=0.48 cores=1,3,5,7
/proc/30489/task/30510/stat : 30510 (java) R 30487 30489 29917 0 -1 4202560 140 0 0 0 48 0 0 0 20 0 22 0 530401915 16063684608 44406 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 46912505687384 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30489/tid=30511] ppid=30487 vsize=15687192 CPUtime=0.83 cores=1,3,5,7
/proc/30489/task/30511/stat : 30511 (java) R 30487 30489 29917 0 -1 4202560 12017 0 0 0 82 1 0 0 25 0 22 0 530401916 16063684608 44406 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 46912505603790 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 15687192

[startup+3.10095 s]
/proc/loadavg: 7.82 7.33 6.85 10/220 30511
/proc/meminfo: memFree=29590764/32951124 swapFree=67111364/67111528
[pid=30489] ppid=30487 vsize=15688080 CPUtime=11.32 cores=1,3,5,7
/proc/30489/stat : 30489 (java) S 30487 30489 29917 0 -1 4202496 55263 0 1 0 1121 11 0 0 25 0 22 0 530401894 16064593920 48914 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30489/statm: 3922020 48914 2289 9 0 3912739 0
[pid=30489/tid=30491] ppid=30487 vsize=15688080 CPUtime=0.25 cores=1,3,5,7
/proc/30489/task/30491/stat : 30491 (java) S 30487 30489 29917 0 -1 4202560 5028 0 1 0 23 2 0 0 25 0 22 0 530401894 16064593920 48914 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 7 0 0 0
[pid=30489/tid=30492] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30492/stat : 30492 (java) S 30487 30489 29917 0 -1 4202560 420 0 0 0 0 0 0 0 15 0 22 0 530401895 16064593920 48914 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30493] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30493/stat : 30493 (java) S 30487 30489 29917 0 -1 4202560 169 0 0 0 0 0 0 0 15 0 22 0 530401895 16064593920 48914 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 7 0 0 0
[pid=30489/tid=30494] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30494/stat : 30494 (java) S 30487 30489 29917 0 -1 4202560 523 0 0 0 0 0 0 0 15 0 22 0 530401895 16064593920 48914 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 3 0 0 0
[pid=30489/tid=30495] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30495/stat : 30495 (java) S 30487 30489 29917 0 -1 4202560 235 0 0 0 0 0 0 0 15 0 22 0 530401895 16064593920 48914 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 1 0 0 0
[pid=30489/tid=30496] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30496/stat : 30496 (java) S 30487 30489 29917 0 -1 4202560 557 0 0 0 0 0 0 0 15 0 22 0 530401895 16064593920 48914 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 7 0 0 0
[pid=30489/tid=30497] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30497/stat : 30497 (java) S 30487 30489 29917 0 -1 4202560 301 0 0 0 0 0 0 0 15 0 22 0 530401895 16064593920 48914 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 1 0 0 0
[pid=30489/tid=30498] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30498/stat : 30498 (java) S 30487 30489 29917 0 -1 4202560 481 0 0 0 0 0 0 0 15 0 22 0 530401895 16064593920 48914 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 3 0 0 0
[pid=30489/tid=30499] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30499/stat : 30499 (java) S 30487 30489 29917 0 -1 4202560 312 0 0 0 0 0 0 0 15 0 22 0 530401895 16064593920 48914 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 3 0 0 0
[pid=30489/tid=30500] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30500/stat : 30500 (java) S 30487 30489 29917 0 -1 4202560 81 0 0 0 0 0 0 0 15 0 22 0 530401896 16064593920 48914 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652676096 0 0 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30501] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30501/stat : 30501 (java) S 30487 30489 29917 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530401897 16064593920 48914 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30502] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30502/stat : 30502 (java) S 30487 30489 29917 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530401897 16064593920 48914 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30503] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30503/stat : 30503 (java) S 30487 30489 29917 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530401899 16064593920 48914 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652683185 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30504] ppid=30487 vsize=15688080 CPUtime=0.9 cores=1,3,5,7
/proc/30489/task/30504/stat : 30504 (java) S 30487 30489 29917 0 -1 4202560 5792 0 0 0 90 0 0 0 16 0 22 0 530401899 16064593920 48914 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 1 0 0 0
[pid=30489/tid=30505] ppid=30487 vsize=15688080 CPUtime=1.03 cores=1,3,5,7
/proc/30489/task/30505/stat : 30505 (java) S 30487 30489 29917 0 -1 4202560 5815 0 0 0 103 0 0 0 15 0 22 0 530401899 16064593920 48914 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 3 0 0 0
[pid=30489/tid=30506] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30506/stat : 30506 (java) S 30487 30489 29917 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530401899 16064593920 48914 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 7 0 0 0
[pid=30489/tid=30507] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30507/stat : 30507 (java) S 30487 30489 29917 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530401899 16064593920 48914 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652676096 0 4 0 16800975 18446604460885168576 0 0 -1 1 0 0 0
[pid=30489/tid=30508] ppid=30487 vsize=15688080 CPUtime=2.02 cores=1,3,5,7
/proc/30489/task/30508/stat : 30508 (java) R 30487 30489 29917 0 -1 4202560 7389 0 0 0 201 1 0 0 18 0 22 0 530401915 16064593920 48914 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 47471470483205 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30489/tid=30509] ppid=30487 vsize=15688080 CPUtime=2.57 cores=1,3,5,7
/proc/30489/task/30509/stat : 30509 (java) R 30487 30489 29917 0 -1 4202560 12947 0 0 0 255 2 0 0 25 0 22 0 530401915 16064593920 48914 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 46912505606792 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=30489/tid=30510] ppid=30487 vsize=15688080 CPUtime=2.06 cores=1,3,5,7
/proc/30489/task/30510/stat : 30510 (java) R 30487 30489 29917 0 -1 4202560 944 0 0 0 206 0 0 0 18 0 22 0 530401915 16064593920 48914 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 46912505876342 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30489/tid=30511] ppid=30487 vsize=15688080 CPUtime=2.34 cores=1,3,5,7
/proc/30489/task/30511/stat : 30511 (java) R 30487 30489 29917 0 -1 4202560 12883 0 0 0 233 1 0 0 18 0 22 0 530401916 16064593920 48914 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.32
Current children cumulated vsize (KiB) 15688080

[startup+6.30137 s]
/proc/loadavg: 7.84 7.34 6.86 10/220 30511
/proc/meminfo: memFree=29582316/32951124 swapFree=67111364/67111528
[pid=30489] ppid=30487 vsize=15688080 CPUtime=23.98 cores=1,3,5,7
/proc/30489/stat : 30489 (java) S 30487 30489 29917 0 -1 4202496 57336 0 1 0 2381 17 0 0 25 0 22 0 530401894 16064593920 49236 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30489/statm: 3922020 49236 2289 9 0 3912739 0
[pid=30489/tid=30491] ppid=30487 vsize=15688080 CPUtime=0.25 cores=1,3,5,7
/proc/30489/task/30491/stat : 30491 (java) S 30487 30489 29917 0 -1 4202560 5028 0 1 0 23 2 0 0 25 0 22 0 530401894 16064593920 49236 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 7 0 0 0
[pid=30489/tid=30492] ppid=30487 vsize=15688080 CPUtime=0.01 cores=1,3,5,7
/proc/30489/task/30492/stat : 30492 (java) S 30487 30489 29917 0 -1 4202560 738 0 0 0 1 0 0 0 15 0 22 0 530401895 16064593920 49236 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 7 0 0 0
[pid=30489/tid=30493] ppid=30487 vsize=15688080 CPUtime=0.01 cores=1,3,5,7
/proc/30489/task/30493/stat : 30493 (java) S 30487 30489 29917 0 -1 4202560 477 0 0 0 1 0 0 0 15 0 22 0 530401895 16064593920 49236 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 7 0 0 0
[pid=30489/tid=30494] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30494/stat : 30494 (java) S 30487 30489 29917 0 -1 4202560 688 0 0 0 0 0 0 0 15 0 22 0 530401895 16064593920 49236 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30495] ppid=30487 vsize=15688080 CPUtime=0.01 cores=1,3,5,7
/proc/30489/task/30495/stat : 30495 (java) S 30487 30489 29917 0 -1 4202560 506 0 0 0 1 0 0 0 15 0 22 0 530401895 16064593920 49236 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 1 0 0 0
[pid=30489/tid=30496] ppid=30487 vsize=15688080 CPUtime=0.01 cores=1,3,5,7
/proc/30489/task/30496/stat : 30496 (java) S 30487 30489 29917 0 -1 4202560 833 0 0 0 1 0 0 0 15 0 22 0 530401895 16064593920 49236 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30497] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30497/stat : 30497 (java) S 30487 30489 29917 0 -1 4202560 513 0 0 0 0 0 0 0 15 0 22 0 530401895 16064593920 49236 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30498] ppid=30487 vsize=15688080 CPUtime=0.01 cores=1,3,5,7
/proc/30489/task/30498/stat : 30498 (java) S 30487 30489 29917 0 -1 4202560 746 0 0 0 1 0 0 0 15 0 22 0 530401895 16064593920 49236 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 1 0 0 0
[pid=30489/tid=30499] ppid=30487 vsize=15688080 CPUtime=0.01 cores=1,3,5,7
/proc/30489/task/30499/stat : 30499 (java) S 30487 30489 29917 0 -1 4202560 508 0 0 0 1 0 0 0 15 0 22 0 530401895 16064593920 49236 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 3 0 0 0
[pid=30489/tid=30500] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30500/stat : 30500 (java) S 30487 30489 29917 0 -1 4202560 81 0 0 0 0 0 0 0 15 0 22 0 530401896 16064593920 49236 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652676096 0 0 0 16800975 18446604460885168576 0 0 -1 3 0 0 0
[pid=30489/tid=30501] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30501/stat : 30501 (java) S 30487 30489 29917 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530401897 16064593920 49236 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30502] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30502/stat : 30502 (java) S 30487 30489 29917 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530401897 16064593920 49236 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30503] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30503/stat : 30503 (java) S 30487 30489 29917 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530401899 16064593920 49236 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652683185 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30504] ppid=30487 vsize=15688080 CPUtime=0.9 cores=1,3,5,7
/proc/30489/task/30504/stat : 30504 (java) S 30487 30489 29917 0 -1 4202560 5792 0 0 0 90 0 0 0 15 0 22 0 530401899 16064593920 49236 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 1 0 0 0

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

[pid=30489/tid=30509] ppid=30487 vsize=15688080 CPUtime=1045.98 cores=1,3,5,7
/proc/30489/task/30509/stat : 30509 (java) R 30487 30489 29917 0 -1 4202560 53915 0 0 0 104107 491 0 0 18 0 22 0 530401915 16064593920 135849 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 46912505603726 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30489/tid=30510] ppid=30487 vsize=15688080 CPUtime=1045.37 cores=1,3,5,7
/proc/30489/task/30510/stat : 30510 (java) R 30487 30489 29917 0 -1 4202560 43235 0 0 0 104037 500 0 0 18 0 22 0 530401915 16064593920 135849 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 46912505607109 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30489/tid=30511] ppid=30487 vsize=15688080 CPUtime=1045.65 cores=1,3,5,7
/proc/30489/task/30511/stat : 30511 (java) R 30487 30489 29917 0 -1 4202560 53890 0 0 0 104076 489 0 0 18 0 22 0 530401916 16064593920 135849 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 46912505603726 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4211.19
Current children cumulated vsize (KiB) 15688080

[startup+1122.3 s]
/proc/loadavg: 4.01 4.17 5.17 5/193 30561
/proc/meminfo: memFree=29649160/32951124 swapFree=67111364/67111528
[pid=30489] ppid=30487 vsize=15688080 CPUtime=4448.92 cores=1,3,5,7
/proc/30489/stat : 30489 (java) S 30487 30489 29917 0 -1 4202496 419336 0 1 0 442604 2288 0 0 25 0 22 0 530401894 16064593920 116127 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30489/statm: 3922020 116127 2297 9 0 3912739 0
[pid=30489/tid=30491] ppid=30487 vsize=15688080 CPUtime=0.25 cores=1,3,5,7
/proc/30489/task/30491/stat : 30491 (java) S 30487 30489 29917 0 -1 4202560 5028 0 1 0 23 2 0 0 25 0 22 0 530401894 16064593920 116127 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 7 0 0 0
[pid=30489/tid=30492] ppid=30487 vsize=15688080 CPUtime=3.25 cores=1,3,5,7
/proc/30489/task/30492/stat : 30492 (java) S 30487 30489 29917 0 -1 4202560 24306 0 0 0 307 18 0 0 15 0 22 0 530401895 16064593920 116127 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 3 0 0 0
[pid=30489/tid=30493] ppid=30487 vsize=15688080 CPUtime=3.26 cores=1,3,5,7
/proc/30489/task/30493/stat : 30493 (java) S 30487 30489 29917 0 -1 4202560 25227 0 0 0 309 17 0 0 16 0 22 0 530401895 16064593920 116127 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 7 0 0 0
[pid=30489/tid=30494] ppid=30487 vsize=15688080 CPUtime=3.37 cores=1,3,5,7
/proc/30489/task/30494/stat : 30494 (java) S 30487 30489 29917 0 -1 4202560 25772 0 0 0 321 16 0 0 15 0 22 0 530401895 16064593920 116127 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 3 0 0 0
[pid=30489/tid=30495] ppid=30487 vsize=15688080 CPUtime=3.24 cores=1,3,5,7
/proc/30489/task/30495/stat : 30495 (java) S 30487 30489 29917 0 -1 4202560 23785 0 0 0 308 16 0 0 15 0 22 0 530401895 16064593920 116127 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30496] ppid=30487 vsize=15688080 CPUtime=3.3 cores=1,3,5,7
/proc/30489/task/30496/stat : 30496 (java) S 30487 30489 29917 0 -1 4202560 25589 0 0 0 313 17 0 0 15 0 22 0 530401895 16064593920 116127 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 7 0 0 0
[pid=30489/tid=30497] ppid=30487 vsize=15688080 CPUtime=3.23 cores=1,3,5,7
/proc/30489/task/30497/stat : 30497 (java) S 30487 30489 29917 0 -1 4202560 24983 0 0 0 304 19 0 0 16 0 22 0 530401895 16064593920 116127 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 1 0 0 0
[pid=30489/tid=30498] ppid=30487 vsize=15688080 CPUtime=3.29 cores=1,3,5,7
/proc/30489/task/30498/stat : 30498 (java) S 30487 30489 29917 0 -1 4202560 24954 0 0 0 315 14 0 0 16 0 22 0 530401895 16064593920 116127 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30499] ppid=30487 vsize=15688080 CPUtime=3.31 cores=1,3,5,7
/proc/30489/task/30499/stat : 30499 (java) S 30487 30489 29917 0 -1 4202560 25014 0 0 0 315 16 0 0 15 0 22 0 530401895 16064593920 116127 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30500] ppid=30487 vsize=15688080 CPUtime=1.59 cores=1,3,5,7
/proc/30489/task/30500/stat : 30500 (java) S 30487 30489 29917 0 -1 4202560 927 0 0 0 109 50 0 0 15 0 22 0 530401896 16064593920 116127 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652676096 0 0 0 16800975 18446604460885168576 0 0 -1 3 0 0 0
[pid=30489/tid=30501] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30501/stat : 30501 (java) S 30487 30489 29917 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530401897 16064593920 116127 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30502] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30502/stat : 30502 (java) S 30487 30489 29917 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530401897 16064593920 116127 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30503] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30503/stat : 30503 (java) S 30487 30489 29917 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530401899 16064593920 116127 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652683185 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30504] ppid=30487 vsize=15688080 CPUtime=0.91 cores=1,3,5,7
/proc/30489/task/30504/stat : 30504 (java) S 30487 30489 29917 0 -1 4202560 5792 0 0 0 91 0 0 0 15 0 22 0 530401899 16064593920 116127 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 1 0 0 0
[pid=30489/tid=30505] ppid=30487 vsize=15688080 CPUtime=1.13 cores=1,3,5,7
/proc/30489/task/30505/stat : 30505 (java) S 30487 30489 29917 0 -1 4202560 5827 0 0 0 113 0 0 0 15 0 22 0 530401899 16064593920 116127 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 3 0 0 0
[pid=30489/tid=30506] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30506/stat : 30506 (java) S 30487 30489 29917 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530401899 16064593920 116127 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 7 0 0 0
[pid=30489/tid=30507] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30507/stat : 30507 (java) S 30487 30489 29917 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 530401899 16064593920 116127 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652676096 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30508] ppid=30487 vsize=15688080 CPUtime=1104.36 cores=1,3,5,7
/proc/30489/task/30508/stat : 30508 (java) S 30487 30489 29917 0 -1 4202560 48942 0 0 0 109902 534 0 0 20 0 22 0 530401915 16064593920 116127 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30509] ppid=30487 vsize=15688080 CPUtime=1105.07 cores=1,3,5,7
/proc/30489/task/30509/stat : 30509 (java) R 30487 30489 29917 0 -1 4202560 54146 0 0 0 109992 515 0 0 18 0 22 0 530401915 16064593920 116127 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 18446744073699065904 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=30489/tid=30510] ppid=30487 vsize=15688080 CPUtime=1104.41 cores=1,3,5,7
/proc/30489/task/30510/stat : 30510 (java) S 30487 30489 29917 0 -1 4202560 43463 0 0 0 109914 527 0 0 19 0 22 0 530401915 16064593920 116127 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 1 0 0 0
[pid=30489/tid=30511] ppid=30487 vsize=15688080 CPUtime=1104.77 cores=1,3,5,7
/proc/30489/task/30511/stat : 30511 (java) S 30487 30489 29917 0 -1 4202560 54130 0 0 0 109960 517 0 0 20 0 22 0 530401916 16064593920 116127 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652676096 0 4 0 16800975 18446604460885168576 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4448.92
Current children cumulated vsize (KiB) 15688080

[startup+1182.3 s]
/proc/loadavg: 4.05 4.15 5.10 5/193 30563
/proc/meminfo: memFree=29719820/32951124 swapFree=67111364/67111528
[pid=30489] ppid=30487 vsize=15688080 CPUtime=4686.55 cores=1,3,5,7
/proc/30489/stat : 30489 (java) S 30487 30489 29917 0 -1 4202496 420860 0 1 0 466235 2420 0 0 25 0 22 0 530401894 16064593920 98191 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30489/statm: 3922020 98191 2297 9 0 3912739 0
[pid=30489/tid=30491] ppid=30487 vsize=15688080 CPUtime=0.25 cores=1,3,5,7
/proc/30489/task/30491/stat : 30491 (java) S 30487 30489 29917 0 -1 4202560 5028 0 1 0 23 2 0 0 25 0 22 0 530401894 16064593920 98191 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 7 0 0 0
[pid=30489/tid=30492] ppid=30487 vsize=15688080 CPUtime=3.41 cores=1,3,5,7
/proc/30489/task/30492/stat : 30492 (java) S 30487 30489 29917 0 -1 4202560 24380 0 0 0 322 19 0 0 15 0 22 0 530401895 16064593920 98191 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 7 0 0 0
[pid=30489/tid=30493] ppid=30487 vsize=15688080 CPUtime=3.42 cores=1,3,5,7
/proc/30489/task/30493/stat : 30493 (java) S 30487 30489 29917 0 -1 4202560 25320 0 0 0 324 18 0 0 15 0 22 0 530401895 16064593920 98191 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 7 0 0 0
[pid=30489/tid=30494] ppid=30487 vsize=15688080 CPUtime=3.52 cores=1,3,5,7
/proc/30489/task/30494/stat : 30494 (java) S 30487 30489 29917 0 -1 4202560 25858 0 0 0 335 17 0 0 15 0 22 0 530401895 16064593920 98191 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 1 0 0 0
[pid=30489/tid=30495] ppid=30487 vsize=15688080 CPUtime=3.43 cores=1,3,5,7
/proc/30489/task/30495/stat : 30495 (java) S 30487 30489 29917 0 -1 4202560 23864 0 0 0 325 18 0 0 15 0 22 0 530401895 16064593920 98191 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 3 0 0 0
[pid=30489/tid=30496] ppid=30487 vsize=15688080 CPUtime=3.46 cores=1,3,5,7
/proc/30489/task/30496/stat : 30496 (java) S 30487 30489 29917 0 -1 4202560 25674 0 0 0 328 18 0 0 16 0 22 0 530401895 16064593920 98191 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30497] ppid=30487 vsize=15688080 CPUtime=3.39 cores=1,3,5,7
/proc/30489/task/30497/stat : 30497 (java) S 30487 30489 29917 0 -1 4202560 25060 0 0 0 319 20 0 0 16 0 22 0 530401895 16064593920 98191 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 1 0 0 0
[pid=30489/tid=30498] ppid=30487 vsize=15688080 CPUtime=3.46 cores=1,3,5,7
/proc/30489/task/30498/stat : 30498 (java) S 30487 30489 29917 0 -1 4202560 25073 0 0 0 330 16 0 0 15 0 22 0 530401895 16064593920 98191 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 1 0 0 0
[pid=30489/tid=30499] ppid=30487 vsize=15688080 CPUtime=3.48 cores=1,3,5,7
/proc/30489/task/30499/stat : 30499 (java) S 30487 30489 29917 0 -1 4202560 25093 0 0 0 331 17 0 0 15 0 22 0 530401895 16064593920 98191 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 3 0 0 0
[pid=30489/tid=30500] ppid=30487 vsize=15688080 CPUtime=1.72 cores=1,3,5,7
/proc/30489/task/30500/stat : 30500 (java) S 30487 30489 29917 0 -1 4202560 930 0 0 0 116 56 0 0 15 0 22 0 530401896 16064593920 98191 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652676096 0 0 0 16800975 18446604460885168576 0 0 -1 3 0 0 0
[pid=30489/tid=30501] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30501/stat : 30501 (java) S 30487 30489 29917 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530401897 16064593920 98191 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30502] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30502/stat : 30502 (java) S 30487 30489 29917 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530401897 16064593920 98191 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30503] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30503/stat : 30503 (java) S 30487 30489 29917 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530401899 16064593920 98191 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652683185 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30504] ppid=30487 vsize=15688080 CPUtime=0.91 cores=1,3,5,7
/proc/30489/task/30504/stat : 30504 (java) S 30487 30489 29917 0 -1 4202560 5792 0 0 0 91 0 0 0 15 0 22 0 530401899 16064593920 98191 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 1 0 0 0
[pid=30489/tid=30505] ppid=30487 vsize=15688080 CPUtime=1.13 cores=1,3,5,7
/proc/30489/task/30505/stat : 30505 (java) S 30487 30489 29917 0 -1 4202560 5827 0 0 0 113 0 0 0 15 0 22 0 530401899 16064593920 98191 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 3 0 0 0
[pid=30489/tid=30506] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30506/stat : 30506 (java) S 30487 30489 29917 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530401899 16064593920 98191 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 7 0 0 0
[pid=30489/tid=30507] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30507/stat : 30507 (java) S 30487 30489 29917 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 530401899 16064593920 98191 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652676096 0 4 0 16800975 18446604460885168576 0 0 -1 7 0 0 0
[pid=30489/tid=30508] ppid=30487 vsize=15688080 CPUtime=1163.41 cores=1,3,5,7
/proc/30489/task/30508/stat : 30508 (java) S 30487 30489 29917 0 -1 4202560 49149 0 0 0 115779 562 0 0 18 0 22 0 530401915 16064593920 98191 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30509] ppid=30487 vsize=15688080 CPUtime=1164.08 cores=1,3,5,7
/proc/30489/task/30509/stat : 30509 (java) S 30487 30489 29917 0 -1 4202560 54366 0 0 0 115866 542 0 0 19 0 22 0 530401915 16064593920 98191 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 3 0 0 0
[pid=30489/tid=30510] ppid=30487 vsize=15688080 CPUtime=1163.45 cores=1,3,5,7
/proc/30489/task/30510/stat : 30510 (java) S 30487 30489 29917 0 -1 4202560 43661 0 0 0 115787 558 0 0 18 0 22 0 530401915 16064593920 98191 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652676096 0 4 0 16800975 18446604460885168576 0 0 -1 1 0 0 0
[pid=30489/tid=30511] ppid=30487 vsize=15688080 CPUtime=1163.87 cores=1,3,5,7
/proc/30489/task/30511/stat : 30511 (java) R 30487 30489 29917 0 -1 4202560 54330 0 0 0 115838 549 0 0 18 0 22 0 530401916 16064593920 98191 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 18446744073699065911 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4686.55
Current children cumulated vsize (KiB) 15688080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1211 s]
/proc/loadavg: 4.03 4.13 5.06 5/193 30563
/proc/meminfo: memFree=29732960/32951124 swapFree=67111364/67111528
[pid=30489] ppid=30487 vsize=15688080 CPUtime=4800.31 cores=1,3,5,7
/proc/30489/stat : 30489 (java) S 30487 30489 29917 0 -1 4202496 426182 0 1 0 477549 2482 0 0 25 0 22 0 530401894 16064593920 95658 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30489/statm: 3922020 95658 2297 9 0 3912739 0
[pid=30489/tid=30491] ppid=30487 vsize=15688080 CPUtime=0.25 cores=1,3,5,7
/proc/30489/task/30491/stat : 30491 (java) S 30487 30489 29917 0 -1 4202560 5028 0 1 0 23 2 0 0 25 0 22 0 530401894 16064593920 95658 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 7 0 0 0
[pid=30489/tid=30492] ppid=30487 vsize=15688080 CPUtime=3.5 cores=1,3,5,7
/proc/30489/task/30492/stat : 30492 (java) S 30487 30489 29917 0 -1 4202560 24937 0 0 0 330 20 0 0 16 0 22 0 530401895 16064593920 95658 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 7 0 0 0
[pid=30489/tid=30493] ppid=30487 vsize=15688080 CPUtime=3.5 cores=1,3,5,7
/proc/30489/task/30493/stat : 30493 (java) S 30487 30489 29917 0 -1 4202560 25784 0 0 0 331 19 0 0 15 0 22 0 530401895 16064593920 95658 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 1 0 0 0
[pid=30489/tid=30494] ppid=30487 vsize=15688080 CPUtime=3.59 cores=1,3,5,7
/proc/30489/task/30494/stat : 30494 (java) S 30487 30489 29917 0 -1 4202560 26242 0 0 0 341 18 0 0 15 0 22 0 530401895 16064593920 95658 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30495] ppid=30487 vsize=15688080 CPUtime=3.5 cores=1,3,5,7
/proc/30489/task/30495/stat : 30495 (java) S 30487 30489 29917 0 -1 4202560 24415 0 0 0 332 18 0 0 15 0 22 0 530401895 16064593920 95658 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 7 0 0 0
[pid=30489/tid=30496] ppid=30487 vsize=15688080 CPUtime=3.53 cores=1,3,5,7
/proc/30489/task/30496/stat : 30496 (java) S 30487 30489 29917 0 -1 4202560 26185 0 0 0 335 18 0 0 15 0 22 0 530401895 16064593920 95658 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 1 0 0 0
[pid=30489/tid=30497] ppid=30487 vsize=15688080 CPUtime=3.48 cores=1,3,5,7
/proc/30489/task/30497/stat : 30497 (java) S 30487 30489 29917 0 -1 4202560 25609 0 0 0 327 21 0 0 15 0 22 0 530401895 16064593920 95658 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30498] ppid=30487 vsize=15688080 CPUtime=3.54 cores=1,3,5,7
/proc/30489/task/30498/stat : 30498 (java) S 30487 30489 29917 0 -1 4202560 25624 0 0 0 338 16 0 0 16 0 22 0 530401895 16064593920 95658 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 3 0 0 0
[pid=30489/tid=30499] ppid=30487 vsize=15688080 CPUtime=3.56 cores=1,3,5,7
/proc/30489/task/30499/stat : 30499 (java) S 30487 30489 29917 0 -1 4202560 25546 0 0 0 338 18 0 0 15 0 22 0 530401895 16064593920 95658 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 3 0 0 0
[pid=30489/tid=30500] ppid=30487 vsize=15688080 CPUtime=1.77 cores=1,3,5,7
/proc/30489/task/30500/stat : 30500 (java) S 30487 30489 29917 0 -1 4202560 953 0 0 0 120 57 0 0 15 0 22 0 530401896 16064593920 95658 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652676096 0 0 0 16800975 18446604460885168576 0 0 -1 7 0 0 0
[pid=30489/tid=30501] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30501/stat : 30501 (java) S 30487 30489 29917 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530401897 16064593920 95658 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30502] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30502/stat : 30502 (java) S 30487 30489 29917 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530401897 16064593920 95658 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30503] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30503/stat : 30503 (java) S 30487 30489 29917 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530401899 16064593920 95658 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652683185 0 4 0 16800975 18446604460885168576 0 0 -1 5 0 0 0
[pid=30489/tid=30504] ppid=30487 vsize=15688080 CPUtime=0.91 cores=1,3,5,7
/proc/30489/task/30504/stat : 30504 (java) S 30487 30489 29917 0 -1 4202560 5792 0 0 0 91 0 0 0 15 0 22 0 530401899 16064593920 95658 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 1 0 0 0
[pid=30489/tid=30505] ppid=30487 vsize=15688080 CPUtime=1.13 cores=1,3,5,7
/proc/30489/task/30505/stat : 30505 (java) S 30487 30489 29917 0 -1 4202560 5827 0 0 0 113 0 0 0 15 0 22 0 530401899 16064593920 95658 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 3 0 0 0
[pid=30489/tid=30506] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30506/stat : 30506 (java) S 30487 30489 29917 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530401899 16064593920 95658 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652675481 0 4 0 16800975 18446604460885168576 0 0 -1 7 0 0 0
[pid=30489/tid=30507] ppid=30487 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/30489/task/30507/stat : 30507 (java) S 30487 30489 29917 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 530401899 16064593920 95658 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652676096 0 4 0 16800975 18446604460885168576 0 0 -1 1 0 0 0
[pid=30489/tid=30508] ppid=30487 vsize=15688080 CPUtime=1191.67 cores=1,3,5,7
/proc/30489/task/30508/stat : 30508 (java) R 30487 30489 29917 0 -1 4202560 49473 0 0 0 118592 575 0 0 18 0 22 0 530401915 16064593920 95658 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 46912505603726 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30489/tid=30509] ppid=30487 vsize=15688080 CPUtime=1192.34 cores=1,3,5,7
/proc/30489/task/30509/stat : 30509 (java) R 30487 30489 29917 0 -1 4202560 54721 0 0 0 118678 556 0 0 18 0 22 0 530401915 16064593920 95658 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 46912505366048 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30489/tid=30510] ppid=30487 vsize=15688080 CPUtime=1191.74 cores=1,3,5,7
/proc/30489/task/30510/stat : 30510 (java) R 30487 30489 29917 0 -1 4202560 43938 0 0 0 118601 573 0 0 18 0 22 0 530401915 16064593920 95658 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 253652676550 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30489/tid=30511] ppid=30487 vsize=15688080 CPUtime=1192.13 cores=1,3,5,7
/proc/30489/task/30511/stat : 30511 (java) R 30487 30489 29917 0 -1 4202560 54651 0 0 0 118650 563 0 0 18 0 22 0 530401916 16064593920 95658 33554432000 1073741824 1073778376 140737077130032 18446744073709551615 46912506443301 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 15688080

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

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

Child status: 143
Real time (s): 1211.05
CPU time (s): 4800.41
CPU user time (s): 4775.57
CPU system time (s): 24.8382
CPU usage (%): 396.384
Max. virtual memory (cumulated for all children) (KiB): 15689244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4775.57
system time used= 24.8382
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 426209
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= 3333030
involuntary context switches= 167231

runsolver used 1.91371 second user time and 4.73128 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-30 20:26:55
IDJOB=3311964
IDBENCH=85780
IDSOLVER=1698
FILE ID=node106/3311964-1304188015
RUNJOBID= node106-1304184294-29936
PBS_JOBID= 13172468
Free space on /tmp= 72884 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT05/crafted/markstrom05/eulcbip/eulcbip-7-UNSAT.shuffled-as.sat05-3936.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311964-1304188015/watcher-3311964-1304188015 -o /tmp/evaluation-result-3311964-1304188015/solver-3311964-1304188015 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311964-1304188015.cnf -hbr 2

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

MD5SUM BENCH= 151ccdb2c52c7f525fde5dca388bb6e6
RANDOM SEED=1793998075

node106.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.830
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.66
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.830
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.20
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.830
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.830
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.82
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.830
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.74
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.830
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.830
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.830
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:      29769584 kB
Buffers:        290228 kB
Cached:        2276464 kB
SwapCached:         88 kB
Active:        1251156 kB
Inactive:      1715380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29769584 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            1600 kB
Writeback:           0 kB
AnonPages:      399452 kB
Mapped:          23476 kB
Slab:           148592 kB
PageTables:       6712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   600808 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= 72888 MiB
End job on node106 at 2011-04-30 20:47:08