Trace number 3312649

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1? (TO) 4800.28 1207.33

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S1059781282-048.UNKNOWN.cnf
MD5SUMac60b7243bf21c022437e3832aafd05d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark354.235
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
Number of clauses of size over 50

Solver Data

0.10/0.11	31:35 INFO : Reading from input HOME/instance-3312649-1304127095.cnf
0.28/0.26	Executor set job limit to 1000000
0.28/0.26	Executor set job limit to 1000000
0.28/0.26	Executor set job limit to 1000000
0.28/0.26	Executor set job limit to 1000000
0.28/0.26	Starting Executor!
0.28/0.26	Starting Executor!
0.28/0.26	Starting Executor!
0.28/0.26	Starting Executor!
0.53/0.38	31:36 INFO : 100 variables remaining out of 100
0.53/0.38	31:36 INFO : 12780 literals remaining out of 12780

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

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

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


[startup+0 s]
/proc/loadavg: 8.22 8.12 7.84 5/198 5415
/proc/meminfo: memFree=30817212/32950928 swapFree=67111404/67111528
[pid=5415] ppid=5413 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/5415/stat : 5415 (java) S 5413 5415 5028 0 -1 4202496 1425 0 0 0 0 0 0 0 25 0 2 0 524308275 27824128 894 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606669285 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5415/statm: 7096 896 685 9 0 381 0
[pid=5415/tid=5416] ppid=5413 vsize=30580 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5416/stat : 5416 (java) R 5413 5415 5028 0 -1 4202560 100 0 0 0 0 0 0 0 25 0 2 0 524308276 31313920 926 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235589898532 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.0673011 s]
/proc/loadavg: 8.22 8.12 7.84 5/198 5415
/proc/meminfo: memFree=30817212/32950928 swapFree=67111404/67111528
[pid=5415] ppid=5413 vsize=15609780 CPUtime=0.06 cores=0,2,4,6
/proc/5415/stat : 5415 (java) S 5413 5415 5028 0 -1 4202496 4402 0 1 0 5 1 0 0 25 0 18 0 524308275 15984414720 3840 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5415/statm: 3902445 3840 1779 9 0 3893164 0
[pid=5415/tid=5416] ppid=5413 vsize=15609780 CPUtime=0.05 cores=0,2,4,6
/proc/5415/task/5416/stat : 5416 (java) R 5413 5415 5028 0 -1 4202560 2983 0 1 0 5 0 0 0 25 0 18 0 524308276 15984414720 3840 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 47310050408467 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15609780

[startup+0.100296 s]
/proc/loadavg: 8.22 8.12 7.84 5/198 5415
/proc/meminfo: memFree=30817212/32950928 swapFree=67111404/67111528
[pid=5415] ppid=5413 vsize=15676920 CPUtime=0.1 cores=0,2,4,6
/proc/5415/stat : 5415 (java) S 5413 5415 5028 0 -1 4202496 5605 0 1 0 9 1 0 0 25 0 18 0 524308275 16053166080 5043 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5415/statm: 3919230 5044 2117 9 0 3909949 0
[pid=5415/tid=5416] ppid=5413 vsize=15676920 CPUtime=0.09 cores=0,2,4,6
/proc/5415/task/5416/stat : 5416 (java) R 5413 5415 5028 0 -1 4202560 3488 0 1 0 8 1 0 0 25 0 18 0 524308276 16053166080 5044 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 47310048011011 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676920

[startup+0.300262 s]
/proc/loadavg: 8.22 8.12 7.84 5/198 5415
/proc/meminfo: memFree=30817212/32950928 swapFree=67111404/67111528
[pid=5415] ppid=5413 vsize=15687468 CPUtime=0.53 cores=0,2,4,6
/proc/5415/stat : 5415 (java) S 5413 5415 5028 0 -1 4202496 11665 0 1 0 50 3 0 0 25 0 22 0 524308275 16063967232 10061 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5415/statm: 3921867 10061 2220 9 0 3912586 0
[pid=5415/tid=5416] ppid=5413 vsize=15687468 CPUtime=0.28 cores=0,2,4,6
/proc/5415/task/5416/stat : 5416 (java) R 5413 5415 5028 0 -1 4202560 6669 0 1 0 27 1 0 0 25 0 22 0 524308276 16063967232 10061 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 46912505181296 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15687468

[startup+1.17211 s]
/proc/loadavg: 8.22 8.12 7.84 5/198 5415
/proc/meminfo: memFree=30817212/32950928 swapFree=67111404/67111528
[pid=5415] ppid=5413 vsize=15694812 CPUtime=3.75 cores=0,2,4,6
/proc/5415/stat : 5415 (java) S 5413 5415 5028 0 -1 4202496 55045 0 1 0 367 8 0 0 25 0 22 0 524308275 16071487488 47520 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5415/statm: 3923703 47520 2278 9 0 3914422 0
[pid=5415/tid=5416] ppid=5413 vsize=15694812 CPUtime=0.36 cores=0,2,4,6
/proc/5415/task/5416/stat : 5416 (java) S 5413 5415 5028 0 -1 4202560 6979 0 1 0 35 1 0 0 25 0 22 0 524308276 16071487488 47520 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 15694812

[startup+1.50105 s]
/proc/loadavg: 8.22 8.12 7.84 9/220 5437
/proc/meminfo: memFree=30651372/32950928 swapFree=67111404/67111528
[pid=5415] ppid=5413 vsize=15694812 CPUtime=5.07 cores=0,2,4,6
/proc/5415/stat : 5415 (java) S 5413 5415 5028 0 -1 4202496 56492 0 1 0 498 9 0 0 25 0 22 0 524308275 16071487488 48964 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5415/statm: 3923703 48964 2279 9 0 3914422 0
[pid=5415/tid=5416] ppid=5413 vsize=15694812 CPUtime=0.36 cores=0,2,4,6
/proc/5415/task/5416/stat : 5416 (java) S 5413 5415 5028 0 -1 4202560 6979 0 1 0 35 1 0 0 25 0 22 0 524308276 16071487488 48964 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5418] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5418/stat : 5418 (java) S 5413 5415 5028 0 -1 4202560 321 0 0 0 0 0 0 0 15 0 22 0 524308276 16071487488 48964 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 6 0 0 0
[pid=5415/tid=5419] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5419/stat : 5419 (java) S 5413 5415 5028 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524308276 16071487488 48964 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 6 0 0 0
[pid=5415/tid=5420] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5420/stat : 5420 (java) S 5413 5415 5028 0 -1 4202560 516 0 0 0 0 0 0 0 16 0 22 0 524308276 16071487488 48964 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 0 0 0 0
[pid=5415/tid=5421] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5421/stat : 5421 (java) S 5413 5415 5028 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524308276 16071487488 48964 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5422] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5422/stat : 5422 (java) S 5413 5415 5028 0 -1 4202560 114 0 0 0 0 0 0 0 16 0 22 0 524308276 16071487488 48964 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5423] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5423/stat : 5423 (java) S 5413 5415 5028 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 524308276 16071487488 48964 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 6 0 0 0
[pid=5415/tid=5424] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5424/stat : 5424 (java) S 5413 5415 5028 0 -1 4202560 544 0 0 0 0 0 0 0 15 0 22 0 524308276 16071487488 48964 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 2 0 0 0
[pid=5415/tid=5425] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5425/stat : 5425 (java) S 5413 5415 5028 0 -1 4202560 249 0 0 0 0 0 0 0 15 0 22 0 524308276 16071487488 48964 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 0 0 0 0
[pid=5415/tid=5426] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5426/stat : 5426 (java) S 5413 5415 5028 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 524308277 16071487488 48964 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606683136 0 0 0 16800975 18446604453903974464 0 0 -1 2 0 0 0
[pid=5415/tid=5427] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5427/stat : 5427 (java) S 5413 5415 5028 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524308278 16071487488 48964 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 2 0 0 0
[pid=5415/tid=5428] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5428/stat : 5428 (java) S 5413 5415 5028 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524308278 16071487488 48964 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5429] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5429/stat : 5429 (java) S 5413 5415 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524308280 16071487488 48964 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606690225 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5430] ppid=5413 vsize=15694812 CPUtime=0.77 cores=0,2,4,6
/proc/5415/task/5430/stat : 5430 (java) S 5413 5415 5028 0 -1 4202560 11770 0 0 0 76 1 0 0 25 0 22 0 524308280 16071487488 48964 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 0 0 0 0
[pid=5415/tid=5431] ppid=5413 vsize=15694812 CPUtime=0.96 cores=0,2,4,6
/proc/5415/task/5431/stat : 5431 (java) S 5413 5415 5028 0 -1 4202560 5853 0 0 0 95 1 0 0 16 0 22 0 524308280 16071487488 48964 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 6 0 0 0
[pid=5415/tid=5432] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5432/stat : 5432 (java) S 5413 5415 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524308280 16071487488 48964 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5433] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5433/stat : 5433 (java) S 5413 5415 5028 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524308280 16071487488 48964 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606683136 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5434] ppid=5413 vsize=15694812 CPUtime=0.66 cores=0,2,4,6
/proc/5415/task/5434/stat : 5434 (java) R 5413 5415 5028 0 -1 4202560 4913 0 0 0 66 0 0 0 25 0 22 0 524308302 16071487488 48964 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 46912505701052 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5415/tid=5435] ppid=5413 vsize=15694812 CPUtime=0.85 cores=0,2,4,6
/proc/5415/task/5435/stat : 5435 (java) R 5413 5415 5028 0 -1 4202560 9592 0 0 0 84 1 0 0 25 0 22 0 524308302 16071487488 48964 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 46912505759731 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5415/tid=5436] ppid=5413 vsize=15694812 CPUtime=0.77 cores=0,2,4,6
/proc/5415/task/5436/stat : 5436 (java) R 5413 5415 5028 0 -1 4202560 7374 0 0 0 76 1 0 0 25 0 22 0 524308302 16071487488 48964 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 46912505876025 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5415/tid=5437] ppid=5413 vsize=15694812 CPUtime=0.62 cores=0,2,4,6
/proc/5415/task/5437/stat : 5437 (java) R 5413 5415 5028 0 -1 4202560 6865 0 0 0 62 0 0 0 25 0 22 0 524308302 16071487488 48964 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 46912505789596 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.07
Current children cumulated vsize (KiB) 15694812

[startup+3.10077 s]
/proc/loadavg: 8.22 8.12 7.84 11/220 5437
/proc/meminfo: memFree=30658936/32950928 swapFree=67111404/67111528
[pid=5415] ppid=5413 vsize=15694812 CPUtime=11.42 cores=0,2,4,6
/proc/5415/stat : 5415 (java) S 5413 5415 5028 0 -1 4202496 59470 0 1 0 1132 10 0 0 25 0 22 0 524308275 16071487488 48463 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5415/statm: 3923703 48463 2286 9 0 3914422 0
[pid=5415/tid=5416] ppid=5413 vsize=15694812 CPUtime=0.36 cores=0,2,4,6
/proc/5415/task/5416/stat : 5416 (java) S 5413 5415 5028 0 -1 4202560 6979 0 1 0 35 1 0 0 25 0 22 0 524308276 16071487488 48463 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5418] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5418/stat : 5418 (java) S 5413 5415 5028 0 -1 4202560 682 0 0 0 0 0 0 0 15 0 22 0 524308276 16071487488 48463 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 6 0 0 0
[pid=5415/tid=5419] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5419/stat : 5419 (java) S 5413 5415 5028 0 -1 4202560 511 0 0 0 0 0 0 0 15 0 22 0 524308276 16071487488 48463 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 2 0 0 0
[pid=5415/tid=5420] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5420/stat : 5420 (java) S 5413 5415 5028 0 -1 4202560 735 0 0 0 0 0 0 0 16 0 22 0 524308276 16071487488 48463 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 0 0 0 0
[pid=5415/tid=5421] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5421/stat : 5421 (java) S 5413 5415 5028 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 22 0 524308276 16071487488 48463 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 6 0 0 0
[pid=5415/tid=5422] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5422/stat : 5422 (java) S 5413 5415 5028 0 -1 4202560 831 0 0 0 0 0 0 0 15 0 22 0 524308276 16071487488 48463 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5423] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5423/stat : 5423 (java) S 5413 5415 5028 0 -1 4202560 240 0 0 0 0 0 0 0 15 0 22 0 524308276 16071487488 48463 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 2 0 0 0
[pid=5415/tid=5424] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5424/stat : 5424 (java) S 5413 5415 5028 0 -1 4202560 893 0 0 0 0 0 0 0 15 0 22 0 524308276 16071487488 48463 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5425] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5425/stat : 5425 (java) S 5413 5415 5028 0 -1 4202560 520 0 0 0 0 0 0 0 15 0 22 0 524308276 16071487488 48463 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 6 0 0 0
[pid=5415/tid=5426] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5426/stat : 5426 (java) S 5413 5415 5028 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 524308277 16071487488 48463 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606683136 0 0 0 16800975 18446604453903974464 0 0 -1 2 0 0 0
[pid=5415/tid=5427] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5427/stat : 5427 (java) S 5413 5415 5028 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524308278 16071487488 48463 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 2 0 0 0
[pid=5415/tid=5428] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5428/stat : 5428 (java) S 5413 5415 5028 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524308278 16071487488 48463 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5429] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5429/stat : 5429 (java) S 5413 5415 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524308280 16071487488 48463 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606690225 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5430] ppid=5413 vsize=15694812 CPUtime=0.85 cores=0,2,4,6
/proc/5415/task/5430/stat : 5430 (java) S 5413 5415 5028 0 -1 4202560 11783 0 0 0 84 1 0 0 16 0 22 0 524308280 16071487488 48463 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 0 0 0 0
[pid=5415/tid=5431] ppid=5413 vsize=15694812 CPUtime=1.12 cores=0,2,4,6
/proc/5415/task/5431/stat : 5431 (java) S 5413 5415 5028 0 -1 4202560 5888 0 0 0 111 1 0 0 15 0 22 0 524308280 16071487488 48463 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 6 0 0 0
[pid=5415/tid=5432] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5432/stat : 5432 (java) S 5413 5415 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524308280 16071487488 48463 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5433] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5433/stat : 5433 (java) S 5413 5415 5028 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524308280 16071487488 48463 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606683136 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5434] ppid=5413 vsize=15694812 CPUtime=2.24 cores=0,2,4,6
/proc/5415/task/5434/stat : 5434 (java) R 5413 5415 5028 0 -1 4202560 4921 0 0 0 224 0 0 0 25 0 22 0 524308302 16071487488 48463 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 46912505806701 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5415/tid=5435] ppid=5413 vsize=15694812 CPUtime=2.27 cores=0,2,4,6
/proc/5415/task/5435/stat : 5435 (java) R 5413 5415 5028 0 -1 4202560 9596 0 0 0 226 1 0 0 25 0 22 0 524308302 16071487488 48463 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 46912505707924 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5415/tid=5436] ppid=5413 vsize=15694812 CPUtime=2.27 cores=0,2,4,6
/proc/5415/task/5436/stat : 5436 (java) R 5413 5415 5028 0 -1 4202560 7376 0 0 0 226 1 0 0 25 0 22 0 524308302 16071487488 48463 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 46912505701214 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5415/tid=5437] ppid=5413 vsize=15694812 CPUtime=2.2 cores=0,2,4,6
/proc/5415/task/5437/stat : 5437 (java) R 5413 5415 5028 0 -1 4202560 6936 0 0 0 220 0 0 0 25 0 22 0 524308302 16071487488 48463 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 46912505761128 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.42
Current children cumulated vsize (KiB) 15694812

[startup+6.30121 s]
/proc/loadavg: 8.20 8.11 7.84 9/220 5438
/proc/meminfo: memFree=30712344/32950928 swapFree=67111404/67111528
[pid=5415] ppid=5413 vsize=15694812 CPUtime=24.14 cores=0,2,4,6
/proc/5415/stat : 5415 (java) S 5413 5415 5028 0 -1 4202496 60403 0 1 0 2402 12 0 0 25 0 22 0 524308275 16071487488 37696 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5415/statm: 3923703 37696 2289 9 0 3914422 0
[pid=5415/tid=5416] ppid=5413 vsize=15694812 CPUtime=0.36 cores=0,2,4,6
/proc/5415/task/5416/stat : 5416 (java) S 5413 5415 5028 0 -1 4202560 6979 0 1 0 35 1 0 0 25 0 22 0 524308276 16071487488 37696 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5418] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5418/stat : 5418 (java) S 5413 5415 5028 0 -1 4202560 813 0 0 0 0 0 0 0 15 0 22 0 524308276 16071487488 37696 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 6 0 0 0
[pid=5415/tid=5419] ppid=5413 vsize=15694812 CPUtime=0.01 cores=0,2,4,6
/proc/5415/task/5419/stat : 5419 (java) S 5413 5415 5028 0 -1 4202560 675 0 0 0 1 0 0 0 15 0 22 0 524308276 16071487488 37696 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 0 0 0 0
[pid=5415/tid=5420] ppid=5413 vsize=15694812 CPUtime=0.01 cores=0,2,4,6
/proc/5415/task/5420/stat : 5420 (java) S 5413 5415 5028 0 -1 4202560 815 0 0 0 1 0 0 0 15 0 22 0 524308276 16071487488 37696 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5421] ppid=5413 vsize=15694812 CPUtime=0.01 cores=0,2,4,6
/proc/5415/task/5421/stat : 5421 (java) S 5413 5415 5028 0 -1 4202560 234 0 0 0 1 0 0 0 15 0 22 0 524308276 16071487488 37696 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 2 0 0 0
[pid=5415/tid=5422] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5422/stat : 5422 (java) S 5413 5415 5028 0 -1 4202560 1023 0 0 0 0 0 0 0 15 0 22 0 524308276 16071487488 37696 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 0 0 0 0
[pid=5415/tid=5423] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5423/stat : 5423 (java) S 5413 5415 5028 0 -1 4202560 315 0 0 0 0 0 0 0 15 0 22 0 524308276 16071487488 37696 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 0 0 0 0
[pid=5415/tid=5424] ppid=5413 vsize=15694812 CPUtime=0.01 cores=0,2,4,6
/proc/5415/task/5424/stat : 5424 (java) S 5413 5415 5028 0 -1 4202560 942 0 0 0 1 0 0 0 15 0 22 0 524308276 16071487488 37696 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 6 0 0 0
[pid=5415/tid=5425] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5425/stat : 5425 (java) S 5413 5415 5028 0 -1 4202560 654 0 0 0 0 0 0 0 15 0 22 0 524308276 16071487488 37696 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 2 0 0 0

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

[pid=5415/tid=5435] ppid=5413 vsize=15694812 CPUtime=1049.22 cores=0,2,4,6
/proc/5415/task/5435/stat : 5435 (java) R 5413 5415 5028 0 -1 4202560 135165 0 0 0 104892 30 0 0 25 0 22 0 524308302 16071487488 74753 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 46912505700903 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5415/tid=5436] ppid=5413 vsize=15694812 CPUtime=1048.18 cores=0,2,4,6
/proc/5415/task/5436/stat : 5436 (java) R 5413 5415 5028 0 -1 4202560 132325 0 0 0 104788 30 0 0 25 0 22 0 524308302 16071487488 74753 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 18446744073699065993 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5415/tid=5437] ppid=5413 vsize=15694812 CPUtime=1048.51 cores=0,2,4,6
/proc/5415/task/5437/stat : 5437 (java) R 5413 5415 5028 0 -1 4202560 133942 0 0 0 104825 26 0 0 25 0 22 0 524308302 16071487488 74753 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 46912505679392 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4223.8
Current children cumulated vsize (KiB) 15694812

[startup+1122.3 s]
/proc/loadavg: 8.01 8.04 7.96 9/220 5518
/proc/meminfo: memFree=30613180/32950928 swapFree=67111404/67111528
[pid=5415] ppid=5413 vsize=15694812 CPUtime=4462.32 cores=0,2,4,6
/proc/5415/stat : 5415 (java) S 5413 5415 5028 0 -1 4202496 1012872 0 1 0 445929 303 0 0 25 0 22 0 524308275 16071487488 78032 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5415/statm: 3923703 78032 2299 9 0 3914422 0
[pid=5415/tid=5416] ppid=5413 vsize=15694812 CPUtime=0.36 cores=0,2,4,6
/proc/5415/task/5416/stat : 5416 (java) S 5413 5415 5028 0 -1 4202560 6979 0 1 0 35 1 0 0 25 0 22 0 524308276 16071487488 78032 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5418] ppid=5413 vsize=15694812 CPUtime=3.18 cores=0,2,4,6
/proc/5415/task/5418/stat : 5418 (java) S 5413 5415 5028 0 -1 4202560 51084 0 0 0 304 14 0 0 15 0 22 0 524308276 16071487488 78032 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 0 0 0 0
[pid=5415/tid=5419] ppid=5413 vsize=15694812 CPUtime=3.14 cores=0,2,4,6
/proc/5415/task/5419/stat : 5419 (java) S 5413 5415 5028 0 -1 4202560 50226 0 0 0 301 13 0 0 15 0 22 0 524308276 16071487488 78032 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 2 0 0 0
[pid=5415/tid=5420] ppid=5413 vsize=15694812 CPUtime=3.17 cores=0,2,4,6
/proc/5415/task/5420/stat : 5420 (java) S 5413 5415 5028 0 -1 4202560 51634 0 0 0 299 18 0 0 15 0 22 0 524308276 16071487488 78032 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 0 0 0 0
[pid=5415/tid=5421] ppid=5413 vsize=15694812 CPUtime=3.19 cores=0,2,4,6
/proc/5415/task/5421/stat : 5421 (java) S 5413 5415 5028 0 -1 4202560 54378 0 0 0 301 18 0 0 15 0 22 0 524308276 16071487488 78032 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 6 0 0 0
[pid=5415/tid=5422] ppid=5413 vsize=15694812 CPUtime=3.18 cores=0,2,4,6
/proc/5415/task/5422/stat : 5422 (java) S 5413 5415 5028 0 -1 4202560 52542 0 0 0 304 14 0 0 15 0 22 0 524308276 16071487488 78032 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5423] ppid=5413 vsize=15694812 CPUtime=3.1 cores=0,2,4,6
/proc/5415/task/5423/stat : 5423 (java) S 5413 5415 5028 0 -1 4202560 51106 0 0 0 295 15 0 0 16 0 22 0 524308276 16071487488 78032 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 6 0 0 0
[pid=5415/tid=5424] ppid=5413 vsize=15694812 CPUtime=3.17 cores=0,2,4,6
/proc/5415/task/5424/stat : 5424 (java) S 5413 5415 5028 0 -1 4202560 53072 0 0 0 303 14 0 0 15 0 22 0 524308276 16071487488 78032 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5425] ppid=5413 vsize=15694812 CPUtime=3.14 cores=0,2,4,6
/proc/5415/task/5425/stat : 5425 (java) S 5413 5415 5028 0 -1 4202560 53942 0 0 0 303 11 0 0 15 0 22 0 524308276 16071487488 78032 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 2 0 0 0
[pid=5415/tid=5426] ppid=5413 vsize=15694812 CPUtime=2.06 cores=0,2,4,6
/proc/5415/task/5426/stat : 5426 (java) S 5413 5415 5028 0 -1 4202560 2568 0 0 0 156 50 0 0 15 0 22 0 524308277 16071487488 78032 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606683136 0 0 0 16800975 18446604453903974464 0 0 -1 2 0 0 0
[pid=5415/tid=5427] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5427/stat : 5427 (java) S 5413 5415 5028 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524308278 16071487488 78032 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 2 0 0 0
[pid=5415/tid=5428] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5428/stat : 5428 (java) S 5413 5415 5028 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524308278 16071487488 78032 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5429] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5429/stat : 5429 (java) S 5413 5415 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524308280 16071487488 78032 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606690225 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5430] ppid=5413 vsize=15694812 CPUtime=0.9 cores=0,2,4,6
/proc/5415/task/5430/stat : 5430 (java) S 5413 5415 5028 0 -1 4202560 11792 0 0 0 89 1 0 0 15 0 22 0 524308280 16071487488 78032 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 0 0 0 0
[pid=5415/tid=5431] ppid=5413 vsize=15694812 CPUtime=1.19 cores=0,2,4,6
/proc/5415/task/5431/stat : 5431 (java) S 5413 5415 5028 0 -1 4202560 5904 0 0 0 118 1 0 0 15 0 22 0 524308280 16071487488 78032 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 6 0 0 0
[pid=5415/tid=5432] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5432/stat : 5432 (java) S 5413 5415 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524308280 16071487488 78032 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5433] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5433/stat : 5433 (java) S 5413 5415 5028 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 22 0 524308280 16071487488 78032 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606683136 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5434] ppid=5413 vsize=15694812 CPUtime=1108.45 cores=0,2,4,6
/proc/5415/task/5434/stat : 5434 (java) R 5413 5415 5028 0 -1 4202560 139790 0 0 0 110815 30 0 0 25 0 22 0 524308302 16071487488 78032 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 46912505942569 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5415/tid=5435] ppid=5413 vsize=15694812 CPUtime=1108.53 cores=0,2,4,6
/proc/5415/task/5435/stat : 5435 (java) R 5413 5415 5028 0 -1 4202560 143828 0 0 0 110822 31 0 0 25 0 22 0 524308302 16071487488 78032 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 46912505758923 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5415/tid=5436] ppid=5413 vsize=15694812 CPUtime=1107.51 cores=0,2,4,6
/proc/5415/task/5436/stat : 5436 (java) R 5413 5415 5028 0 -1 4202560 140701 0 0 0 110718 33 0 0 25 0 22 0 524308302 16071487488 78032 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 46912505906888 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5415/tid=5437] ppid=5413 vsize=15694812 CPUtime=1107.85 cores=0,2,4,6
/proc/5415/task/5437/stat : 5437 (java) R 5413 5415 5028 0 -1 4202560 141882 0 0 0 110757 28 0 0 25 0 22 0 524308302 16071487488 78032 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 46912505806304 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4462.32
Current children cumulated vsize (KiB) 15694812

[startup+1182.3 s]
/proc/loadavg: 8.00 8.03 7.96 9/220 5520
/proc/meminfo: memFree=30530684/32950928 swapFree=67111404/67111528
[pid=5415] ppid=5413 vsize=15694812 CPUtime=4700.81 cores=0,2,4,6
/proc/5415/stat : 5415 (java) S 5413 5415 5028 0 -1 4202496 1065509 0 1 0 469761 320 0 0 25 0 22 0 524308275 16071487488 78286 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5415/statm: 3923703 78286 2299 9 0 3914422 0
[pid=5415/tid=5416] ppid=5413 vsize=15694812 CPUtime=0.36 cores=0,2,4,6
/proc/5415/task/5416/stat : 5416 (java) S 5413 5415 5028 0 -1 4202560 6979 0 1 0 35 1 0 0 25 0 22 0 524308276 16071487488 78286 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5418] ppid=5413 vsize=15694812 CPUtime=3.36 cores=0,2,4,6
/proc/5415/task/5418/stat : 5418 (java) S 5413 5415 5028 0 -1 4202560 53664 0 0 0 321 15 0 0 15 0 22 0 524308276 16071487488 78286 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5419] ppid=5413 vsize=15694812 CPUtime=3.3 cores=0,2,4,6
/proc/5415/task/5419/stat : 5419 (java) S 5413 5415 5028 0 -1 4202560 52512 0 0 0 316 14 0 0 15 0 22 0 524308276 16071487488 78286 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 2 0 0 0
[pid=5415/tid=5420] ppid=5413 vsize=15694812 CPUtime=3.33 cores=0,2,4,6
/proc/5415/task/5420/stat : 5420 (java) S 5413 5415 5028 0 -1 4202560 53951 0 0 0 314 19 0 0 15 0 22 0 524308276 16071487488 78286 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 0 0 0 0
[pid=5415/tid=5421] ppid=5413 vsize=15694812 CPUtime=3.36 cores=0,2,4,6
/proc/5415/task/5421/stat : 5421 (java) S 5413 5415 5028 0 -1 4202560 57015 0 0 0 317 19 0 0 15 0 22 0 524308276 16071487488 78286 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5422] ppid=5413 vsize=15694812 CPUtime=3.34 cores=0,2,4,6
/proc/5415/task/5422/stat : 5422 (java) S 5413 5415 5028 0 -1 4202560 55118 0 0 0 319 15 0 0 15 0 22 0 524308276 16071487488 78286 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 0 0 0 0
[pid=5415/tid=5423] ppid=5413 vsize=15694812 CPUtime=3.26 cores=0,2,4,6
/proc/5415/task/5423/stat : 5423 (java) S 5413 5415 5028 0 -1 4202560 54168 0 0 0 310 16 0 0 15 0 22 0 524308276 16071487488 78286 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 6 0 0 0
[pid=5415/tid=5424] ppid=5413 vsize=15694812 CPUtime=3.33 cores=0,2,4,6
/proc/5415/task/5424/stat : 5424 (java) S 5413 5415 5028 0 -1 4202560 55927 0 0 0 318 15 0 0 15 0 22 0 524308276 16071487488 78286 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 2 0 0 0
[pid=5415/tid=5425] ppid=5413 vsize=15694812 CPUtime=3.27 cores=0,2,4,6
/proc/5415/task/5425/stat : 5425 (java) S 5413 5415 5028 0 -1 4202560 56996 0 0 0 314 13 0 0 15 0 22 0 524308276 16071487488 78286 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 2 0 0 0
[pid=5415/tid=5426] ppid=5413 vsize=15694812 CPUtime=2.19 cores=0,2,4,6
/proc/5415/task/5426/stat : 5426 (java) S 5413 5415 5028 0 -1 4202560 2734 0 0 0 165 54 0 0 15 0 22 0 524308277 16071487488 78286 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606683136 0 0 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5427] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5427/stat : 5427 (java) S 5413 5415 5028 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524308278 16071487488 78286 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 2 0 0 0
[pid=5415/tid=5428] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5428/stat : 5428 (java) S 5413 5415 5028 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524308278 16071487488 78286 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5429] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5429/stat : 5429 (java) S 5413 5415 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524308280 16071487488 78286 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606690225 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5430] ppid=5413 vsize=15694812 CPUtime=0.9 cores=0,2,4,6
/proc/5415/task/5430/stat : 5430 (java) S 5413 5415 5028 0 -1 4202560 11792 0 0 0 89 1 0 0 15 0 22 0 524308280 16071487488 78286 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 0 0 0 0
[pid=5415/tid=5431] ppid=5413 vsize=15694812 CPUtime=1.19 cores=0,2,4,6
/proc/5415/task/5431/stat : 5431 (java) S 5413 5415 5028 0 -1 4202560 5904 0 0 0 118 1 0 0 15 0 22 0 524308280 16071487488 78286 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 6 0 0 0
[pid=5415/tid=5432] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5432/stat : 5432 (java) S 5413 5415 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524308280 16071487488 78286 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5433] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5433/stat : 5433 (java) S 5413 5415 5028 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 22 0 524308280 16071487488 78286 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606683136 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5434] ppid=5413 vsize=15694812 CPUtime=1167.56 cores=0,2,4,6
/proc/5415/task/5434/stat : 5434 (java) R 5413 5415 5028 0 -1 4202560 147593 0 0 0 116724 32 0 0 25 0 22 0 524308302 16071487488 78286 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 46912505806854 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5415/tid=5435] ppid=5413 vsize=15694812 CPUtime=1167.89 cores=0,2,4,6
/proc/5415/task/5435/stat : 5435 (java) R 5413 5415 5028 0 -1 4202560 151662 0 0 0 116756 33 0 0 19 0 22 0 524308302 16071487488 78286 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 46912505806783 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5415/tid=5436] ppid=5413 vsize=15694812 CPUtime=1166.85 cores=0,2,4,6
/proc/5415/task/5436/stat : 5436 (java) R 5413 5415 5028 0 -1 4202560 148290 0 0 0 116650 35 0 0 25 0 22 0 524308302 16071487488 78286 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 46912505701201 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5415/tid=5437] ppid=5413 vsize=15694812 CPUtime=1167.18 cores=0,2,4,6
/proc/5415/task/5437/stat : 5437 (java) R 5413 5415 5028 0 -1 4202560 149759 0 0 0 116689 29 0 0 25 0 22 0 524308302 16071487488 78286 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4700.81
Current children cumulated vsize (KiB) 15694812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.3 s]
/proc/loadavg: 8.15 8.06 7.97 9/220 5521
/proc/meminfo: memFree=30634444/32950928 swapFree=67111404/67111528
[pid=5415] ppid=5413 vsize=15694812 CPUtime=4800.23 cores=0,2,4,6
/proc/5415/stat : 5415 (java) S 5413 5415 5028 0 -1 4202496 1079806 0 1 0 479698 325 0 0 25 0 22 0 524308275 16071487488 73960 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5415/statm: 3923703 73960 2299 9 0 3914422 0
[pid=5415/tid=5416] ppid=5413 vsize=15694812 CPUtime=0.36 cores=0,2,4,6
/proc/5415/task/5416/stat : 5416 (java) S 5413 5415 5028 0 -1 4202560 6979 0 1 0 35 1 0 0 25 0 22 0 524308276 16071487488 73960 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5418] ppid=5413 vsize=15694812 CPUtime=3.43 cores=0,2,4,6
/proc/5415/task/5418/stat : 5418 (java) S 5413 5415 5028 0 -1 4202560 54340 0 0 0 328 15 0 0 16 0 22 0 524308276 16071487488 73960 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 6 0 0 0
[pid=5415/tid=5419] ppid=5413 vsize=15694812 CPUtime=3.37 cores=0,2,4,6
/proc/5415/task/5419/stat : 5419 (java) S 5413 5415 5028 0 -1 4202560 53396 0 0 0 322 15 0 0 15 0 22 0 524308276 16071487488 73960 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 0 0 0 0
[pid=5415/tid=5420] ppid=5413 vsize=15694812 CPUtime=3.39 cores=0,2,4,6
/proc/5415/task/5420/stat : 5420 (java) S 5413 5415 5028 0 -1 4202560 54872 0 0 0 320 19 0 0 15 0 22 0 524308276 16071487488 73960 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5421] ppid=5413 vsize=15694812 CPUtime=3.43 cores=0,2,4,6
/proc/5415/task/5421/stat : 5421 (java) S 5413 5415 5028 0 -1 4202560 57553 0 0 0 324 19 0 0 15 0 22 0 524308276 16071487488 73960 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 6 0 0 0
[pid=5415/tid=5422] ppid=5413 vsize=15694812 CPUtime=3.39 cores=0,2,4,6
/proc/5415/task/5422/stat : 5422 (java) S 5413 5415 5028 0 -1 4202560 56084 0 0 0 324 15 0 0 15 0 22 0 524308276 16071487488 73960 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 6 0 0 0
[pid=5415/tid=5423] ppid=5413 vsize=15694812 CPUtime=3.31 cores=0,2,4,6
/proc/5415/task/5423/stat : 5423 (java) S 5413 5415 5028 0 -1 4202560 54814 0 0 0 315 16 0 0 15 0 22 0 524308276 16071487488 73960 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 2 0 0 0
[pid=5415/tid=5424] ppid=5413 vsize=15694812 CPUtime=3.39 cores=0,2,4,6
/proc/5415/task/5424/stat : 5424 (java) S 5413 5415 5028 0 -1 4202560 56582 0 0 0 324 15 0 0 16 0 22 0 524308276 16071487488 73960 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 2 0 0 0
[pid=5415/tid=5425] ppid=5413 vsize=15694812 CPUtime=3.36 cores=0,2,4,6
/proc/5415/task/5425/stat : 5425 (java) S 5413 5415 5028 0 -1 4202560 57958 0 0 0 322 14 0 0 16 0 22 0 524308276 16071487488 73960 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5426] ppid=5413 vsize=15694812 CPUtime=2.23 cores=0,2,4,6
/proc/5415/task/5426/stat : 5426 (java) S 5413 5415 5028 0 -1 4202560 2773 0 0 0 168 55 0 0 15 0 22 0 524308277 16071487488 73960 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606683136 0 0 0 16800975 18446604453903974464 0 0 -1 0 0 0 0
[pid=5415/tid=5427] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5427/stat : 5427 (java) S 5413 5415 5028 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524308278 16071487488 73960 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 2 0 0 0
[pid=5415/tid=5428] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5428/stat : 5428 (java) S 5413 5415 5028 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524308278 16071487488 73960 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5429] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5429/stat : 5429 (java) S 5413 5415 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524308280 16071487488 73960 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606690225 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5430] ppid=5413 vsize=15694812 CPUtime=0.9 cores=0,2,4,6
/proc/5415/task/5430/stat : 5430 (java) S 5413 5415 5028 0 -1 4202560 11792 0 0 0 89 1 0 0 15 0 22 0 524308280 16071487488 73960 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 0 0 0 0
[pid=5415/tid=5431] ppid=5413 vsize=15694812 CPUtime=1.19 cores=0,2,4,6
/proc/5415/task/5431/stat : 5431 (java) S 5413 5415 5028 0 -1 4202560 5904 0 0 0 118 1 0 0 15 0 22 0 524308280 16071487488 73960 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 6 0 0 0
[pid=5415/tid=5432] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5432/stat : 5432 (java) S 5413 5415 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524308280 16071487488 73960 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606682521 0 4 0 16800975 18446604453903974464 0 0 -1 4 0 0 0
[pid=5415/tid=5433] ppid=5413 vsize=15694812 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5433/stat : 5433 (java) S 5413 5415 5028 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 524308280 16071487488 73960 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 235606683136 0 4 0 16800975 18446604453903974464 0 0 -1 2 0 0 0
[pid=5415/tid=5434] ppid=5413 vsize=15694812 CPUtime=1192.19 cores=0,2,4,6
/proc/5415/task/5434/stat : 5434 (java) R 5413 5415 5028 0 -1 4202560 149614 0 0 0 119187 32 0 0 25 0 22 0 524308302 16071487488 73960 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 46912505728476 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5415/tid=5435] ppid=5413 vsize=15694812 CPUtime=1192.64 cores=0,2,4,6
/proc/5415/task/5435/stat : 5435 (java) R 5413 5415 5028 0 -1 4202560 153672 0 0 0 119230 34 0 0 25 0 22 0 524308302 16071487488 73960 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 46912505700920 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5415/tid=5436] ppid=5413 vsize=15694812 CPUtime=1191.6 cores=0,2,4,6
/proc/5415/task/5436/stat : 5436 (java) R 5413 5415 5028 0 -1 4202560 150288 0 0 0 119125 35 0 0 25 0 22 0 524308302 16071487488 73960 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 46912505942353 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5415/tid=5437] ppid=5413 vsize=15694812 CPUtime=1191.89 cores=0,2,4,6
/proc/5415/task/5437/stat : 5437 (java) R 5413 5415 5028 0 -1 4202560 151738 0 0 0 119160 29 0 0 25 0 22 0 524308302 16071487488 73960 33554432000 1073741824 1073778376 140734937978512 18446744073709551615 46912505690031 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 15694812

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

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

Child status: 143
Real time (s): 1207.33
CPU time (s): 4800.28
CPU user time (s): 4797.02
CPU system time (s): 3.2655
CPU usage (%): 397.595
Max. virtual memory (cumulated for all children) (KiB): 15694812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.02
system time used= 3.2655
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1079832
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= 340528
involuntary context switches= 183217

runsolver used 1.91971 second user time and 4.70728 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-30 03:31:35
IDJOB=3312649
IDBENCH=82834
IDSOLVER=1699
FILE ID=node120/3312649-1304127095
RUNJOBID= node120-1304124658-5046
PBS_JOBID= 13170760
Free space on /tmp= 72072 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S1059781282-048.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312649-1304127095/watcher-3312649-1304127095 -o /tmp/evaluation-result-3312649-1304127095/solver-3312649-1304127095 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312649-1304127095.cnf

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

MD5SUM BENCH= ac60b7243bf21c022437e3832aafd05d
RANDOM SEED=2055643272

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.78
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.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.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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30817484 kB
Buffers:        508228 kB
Cached:         812696 kB
SwapCached:          8 kB
Active:         794756 kB
Inactive:       976840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30817484 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:            1548 kB
Writeback:           0 kB
AnonPages:      450196 kB
Mapped:          23628 kB
Slab:           296484 kB
PageTables:       6316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   640152 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= 72072 MiB
End job on node120 at 2011-04-30 03:51:44