Trace number 3311833

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.42 1207.42

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v760c43649gyes6.cnf
MD5SUMdc046d6f885b64777ffc1cfc8367a176
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.909861
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

0.10/0.11	59:24 INFO : Reading from input HOME/instance-3311833-1304092763.cnf
0.62/0.43	Executor set job limit to 1000000
0.62/0.43	Executor set job limit to 1000000
0.62/0.43	Executor set job limit to 1000000
0.62/0.43	Executor set job limit to 1000000
0.62/0.43	Starting Executor!
0.62/0.43	Starting Executor!
0.62/0.43	Starting Executor!
0.62/0.44	Starting Executor!
1.64/0.97	59:24 INFO : 760 variables remaining out of 760
1.64/0.97	59:24 INFO : 262454 literals remaining out of 131627

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

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

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


[startup+0 s]
/proc/loadavg: 7.56 8.07 8.09 2/198 6598
/proc/meminfo: memFree=29713844/32951124 swapFree=67111352/67111528
[pid=6598] ppid=6596 vsize=28436 CPUtime=0 cores=0,2,4,6
/proc/6598/stat : 6598 (java) S 6596 6598 5931 0 -1 4202496 1434 0 0 0 0 0 0 0 25 0 2 0 520874214 29118464 903 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389104101 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/6598/statm: 7645 904 692 9 0 381 0
[pid=6598/tid=6599] ppid=6596 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6599/stat : 6599 (java) R 6596 6598 5931 0 -1 4202560 123 0 0 0 0 0 0 0 25 0 2 0 520874215 31260672 942 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255376987914 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.00971207 s]
/proc/loadavg: 7.56 8.07 8.09 2/198 6598
/proc/meminfo: memFree=29713844/32951124 swapFree=67111352/67111528
[pid=6598] ppid=6596 vsize=15582172 CPUtime=0 cores=0,2,4,6
/proc/6598/stat : 6598 (java) S 6596 6598 5931 0 -1 4202496 2184 0 1 0 0 0 0 0 25 0 3 0 520874214 15956144128 1628 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389104101 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/6598/statm: 3895543 1628 926 9 0 3886699 0
[pid=6598/tid=6599] ppid=6596 vsize=15582172 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6599/stat : 6599 (java) S 6596 6598 5931 0 -1 4202560 827 0 1 0 0 0 0 0 25 0 3 0 520874215 15956144128 1628 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16784584 18446604453841392768 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15582172

[startup+0.104631 s]
/proc/loadavg: 7.56 8.07 8.09 2/198 6598
/proc/meminfo: memFree=29713844/32951124 swapFree=67111352/67111528
[pid=6598] ppid=6596 vsize=15676492 CPUtime=0.1 cores=0,2,4,6
/proc/6598/stat : 6598 (java) S 6596 6598 5931 0 -1 4202496 5642 0 1 0 9 1 0 0 25 0 18 0 520874214 16052727808 5081 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6598/statm: 3919123 5082 2120 9 0 3909842 0
[pid=6598/tid=6599] ppid=6596 vsize=15676492 CPUtime=0.09 cores=0,2,4,6
/proc/6598/task/6599/stat : 6599 (java) R 6596 6598 5931 0 -1 4202560 3508 0 1 0 8 1 0 0 22 0 18 0 520874215 16052727808 5082 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 47284449089936 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676492

[startup+0.305587 s]
/proc/loadavg: 7.56 8.07 8.09 2/198 6598
/proc/meminfo: memFree=29713844/32951124 swapFree=67111352/67111528
[pid=6598] ppid=6596 vsize=15679804 CPUtime=0.51 cores=0,2,4,6
/proc/6598/stat : 6598 (java) S 6596 6598 5931 0 -1 4202496 13742 0 1 0 49 2 0 0 25 0 18 0 520874214 16056119296 12266 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6598/statm: 3919951 12270 2207 9 0 3910670 0
[pid=6598/tid=6599] ppid=6596 vsize=15679804 CPUtime=0.28 cores=0,2,4,6
/proc/6598/task/6599/stat : 6599 (java) R 6596 6598 5931 0 -1 4202560 8645 0 1 0 27 1 0 0 22 0 18 0 520874215 16056119296 12272 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 46912505511663 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15679804

[startup+0.70052 s]
/proc/loadavg: 7.56 8.07 8.09 2/198 6598
/proc/meminfo: memFree=29713844/32951124 swapFree=67111352/67111528
[pid=6598] ppid=6596 vsize=15685436 CPUtime=1.21 cores=0,2,4,6
/proc/6598/stat : 6598 (java) S 6596 6598 5931 0 -1 4202496 38114 0 1 0 116 5 0 0 25 0 22 0 520874214 16061886464 34670 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6598/statm: 3921359 34670 2235 9 0 3912078 0
[pid=6598/tid=6599] ppid=6596 vsize=15685436 CPUtime=0.68 cores=0,2,4,6
/proc/6598/task/6599/stat : 6599 (java) R 6596 6598 5931 0 -1 4202560 28687 0 1 0 65 3 0 0 25 0 22 0 520874215 16061886464 34670 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 46912505217722 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 15685436

[startup+1.50131 s]
/proc/loadavg: 7.56 8.07 8.09 5/224 6624
/proc/meminfo: memFree=29415724/32951124 swapFree=67111352/67111528
[pid=6598] ppid=6596 vsize=15687544 CPUtime=3.28 cores=0,2,4,6
/proc/6598/stat : 6598 (java) S 6596 6598 5931 0 -1 4202496 52498 0 1 0 322 6 0 0 25 0 22 0 520874214 16064045056 48291 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6598/statm: 3921886 48291 2274 9 0 3912605 0
[pid=6598/tid=6599] ppid=6596 vsize=15687544 CPUtime=0.96 cores=0,2,4,6
/proc/6598/task/6599/stat : 6599 (java) S 6596 6598 5931 0 -1 4202560 30579 0 1 0 93 3 0 0 18 0 22 0 520874215 16064045056 48291 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 4 0 0 0
[pid=6598/tid=6601] ppid=6596 vsize=15687544 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6601/stat : 6601 (java) S 6596 6598 5931 0 -1 4202560 730 0 0 0 0 0 0 0 16 0 22 0 520874215 16064045056 48291 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 4 0 0 0
[pid=6598/tid=6602] ppid=6596 vsize=15687544 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6602/stat : 6602 (java) S 6596 6598 5931 0 -1 4202560 969 0 0 0 0 0 0 0 16 0 22 0 520874215 16064045056 48291 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 0 0 0 0
[pid=6598/tid=6603] ppid=6596 vsize=15687544 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6603/stat : 6603 (java) S 6596 6598 5931 0 -1 4202560 794 0 0 0 0 0 0 0 16 0 22 0 520874215 16064045056 48291 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 2 0 0 0
[pid=6598/tid=6604] ppid=6596 vsize=15687544 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6604/stat : 6604 (java) S 6596 6598 5931 0 -1 4202560 165 0 0 0 0 0 0 0 16 0 22 0 520874215 16064045056 48291 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 0 0 0 0
[pid=6598/tid=6605] ppid=6596 vsize=15687544 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6605/stat : 6605 (java) S 6596 6598 5931 0 -1 4202560 131 0 0 0 0 0 0 0 15 0 22 0 520874215 16064045056 48291 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 4 0 0 0
[pid=6598/tid=6606] ppid=6596 vsize=15687544 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6606/stat : 6606 (java) S 6596 6598 5931 0 -1 4202560 379 0 0 0 0 0 0 0 15 0 22 0 520874215 16064045056 48291 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 2 0 0 0
[pid=6598/tid=6607] ppid=6596 vsize=15687544 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6607/stat : 6607 (java) S 6596 6598 5931 0 -1 4202560 1771 0 0 0 0 0 0 0 16 0 22 0 520874215 16064045056 48291 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 6 0 0 0
[pid=6598/tid=6608] ppid=6596 vsize=15687544 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6608/stat : 6608 (java) S 6596 6598 5931 0 -1 4202560 350 0 0 0 0 0 0 0 15 0 22 0 520874215 16064045056 48291 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 0 0 0 0
[pid=6598/tid=6609] ppid=6596 vsize=15687544 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6609/stat : 6609 (java) S 6596 6598 5931 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 520874216 16064045056 48291 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117952 0 0 0 16800975 18446604453841392768 0 0 -1 6 0 0 0
[pid=6598/tid=6610] ppid=6596 vsize=15687544 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6610/stat : 6610 (java) S 6596 6598 5931 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 520874217 16064045056 48291 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 6 0 0 0
[pid=6598/tid=6611] ppid=6596 vsize=15687544 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6611/stat : 6611 (java) S 6596 6598 5931 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 520874217 16064045056 48291 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 2 0 0 0
[pid=6598/tid=6612] ppid=6596 vsize=15687544 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6612/stat : 6612 (java) S 6596 6598 5931 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 520874219 16064045056 48291 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389125041 0 4 0 16800975 18446604453841392768 0 0 -1 6 0 0 0
[pid=6598/tid=6613] ppid=6596 vsize=15687544 CPUtime=0.49 cores=0,2,4,6
/proc/6598/task/6613/stat : 6613 (java) S 6596 6598 5931 0 -1 4202560 2107 0 0 0 49 0 0 0 15 0 22 0 520874219 16064045056 48291 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 2 0 0 0
[pid=6598/tid=6614] ppid=6596 vsize=15687544 CPUtime=0.75 cores=0,2,4,6
/proc/6598/task/6614/stat : 6614 (java) R 6596 6598 5931 0 -1 4202560 7991 0 0 0 75 0 0 0 16 0 22 0 520874219 16064045056 48291 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 47284444320954 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6598/tid=6615] ppid=6596 vsize=15687544 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6615/stat : 6615 (java) S 6596 6598 5931 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 520874219 16064045056 48291 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 6 0 0 0
[pid=6598/tid=6616] ppid=6596 vsize=15687544 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6616/stat : 6616 (java) S 6596 6598 5931 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 520874219 16064045056 48291 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117952 0 4 0 16800975 18446604453841392768 0 0 -1 6 0 0 0
[pid=6598/tid=6621] ppid=6596 vsize=15687544 CPUtime=0.48 cores=0,2,4,6
/proc/6598/task/6621/stat : 6621 (java) R 6596 6598 5931 0 -1 4202560 3567 0 0 0 48 0 0 0 19 0 22 0 520874258 16064045056 48291 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 46912505850957 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6598/tid=6622] ppid=6596 vsize=15687544 CPUtime=0.11 cores=0,2,4,6
/proc/6598/task/6622/stat : 6622 (java) R 6596 6598 5931 0 -1 4202560 422 0 0 0 11 0 0 0 16 0 22 0 520874258 16064045056 48291 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 46912505900271 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6598/tid=6623] ppid=6596 vsize=15687544 CPUtime=0.32 cores=0,2,4,6
/proc/6598/task/6623/stat : 6623 (java) R 6596 6598 5931 0 -1 4202560 809 0 0 0 32 0 0 0 19 0 22 0 520874258 16064045056 48291 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 46912505948363 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6598/tid=6624] ppid=6596 vsize=15687544 CPUtime=0.1 cores=0,2,4,6
/proc/6598/task/6624/stat : 6624 (java) R 6596 6598 5931 0 -1 4202560 338 0 0 0 10 0 0 0 17 0 22 0 520874258 16064045056 48291 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 46912505964523 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 15687544

[startup+3.10101 s]
/proc/loadavg: 7.56 8.07 8.09 10/224 6624
/proc/meminfo: memFree=29065796/32951124 swapFree=67111352/67111528
[pid=6598] ppid=6596 vsize=15687544 CPUtime=9.65 cores=0,2,4,6
/proc/6598/stat : 6598 (java) S 6596 6598 5931 0 -1 4202496 153571 0 1 0 943 22 0 0 25 0 22 0 520874214 16064045056 149336 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6598/statm: 3921886 149336 2284 9 0 3912605 0
[pid=6598/tid=6599] ppid=6596 vsize=15687544 CPUtime=0.96 cores=0,2,4,6
/proc/6598/task/6599/stat : 6599 (java) S 6596 6598 5931 0 -1 4202560 30579 0 1 0 93 3 0 0 18 0 22 0 520874215 16064045056 149336 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 4 0 0 0
[pid=6598/tid=6601] ppid=6596 vsize=15687544 CPUtime=0.01 cores=0,2,4,6
/proc/6598/task/6601/stat : 6601 (java) S 6596 6598 5931 0 -1 4202560 5016 0 0 0 1 0 0 0 15 0 22 0 520874215 16064045056 149336 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 6 0 0 0
[pid=6598/tid=6602] ppid=6596 vsize=15687544 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6602/stat : 6602 (java) S 6596 6598 5931 0 -1 4202560 1517 0 0 0 0 0 0 0 15 0 22 0 520874215 16064045056 149336 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 4 0 0 0
[pid=6598/tid=6603] ppid=6596 vsize=15687544 CPUtime=0.01 cores=0,2,4,6
/proc/6598/task/6603/stat : 6603 (java) S 6596 6598 5931 0 -1 4202560 3719 0 0 0 1 0 0 0 15 0 22 0 520874215 16064045056 149336 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 2 0 0 0
[pid=6598/tid=6604] ppid=6596 vsize=15687544 CPUtime=0.01 cores=0,2,4,6
/proc/6598/task/6604/stat : 6604 (java) S 6596 6598 5931 0 -1 4202560 4113 0 0 0 1 0 0 0 15 0 22 0 520874215 16064045056 149336 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 2 0 0 0
[pid=6598/tid=6605] ppid=6596 vsize=15687544 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6605/stat : 6605 (java) S 6596 6598 5931 0 -1 4202560 131 0 0 0 0 0 0 0 15 0 22 0 520874215 16064045056 149336 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 4 0 0 0
[pid=6598/tid=6606] ppid=6596 vsize=15687544 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6606/stat : 6606 (java) S 6596 6598 5931 0 -1 4202560 4955 0 0 0 0 0 0 0 16 0 22 0 520874215 16064045056 149336 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 2 0 0 0
[pid=6598/tid=6607] ppid=6596 vsize=15687544 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6607/stat : 6607 (java) S 6596 6598 5931 0 -1 4202560 4748 0 0 0 0 0 0 0 16 0 22 0 520874215 16064045056 149336 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 0 0 0 0
[pid=6598/tid=6608] ppid=6596 vsize=15687544 CPUtime=0.01 cores=0,2,4,6
/proc/6598/task/6608/stat : 6608 (java) S 6596 6598 5931 0 -1 4202560 4277 0 0 0 1 0 0 0 16 0 22 0 520874215 16064045056 149336 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 4 0 0 0
[pid=6598/tid=6609] ppid=6596 vsize=15687544 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6609/stat : 6609 (java) S 6596 6598 5931 0 -1 4202560 458 0 0 0 0 0 0 0 15 0 22 0 520874216 16064045056 149336 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117952 0 0 0 16800975 18446604453841392768 0 0 -1 6 0 0 0
[pid=6598/tid=6610] ppid=6596 vsize=15687544 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6610/stat : 6610 (java) S 6596 6598 5931 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 520874217 16064045056 149336 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 6 0 0 0
[pid=6598/tid=6611] ppid=6596 vsize=15687544 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6611/stat : 6611 (java) S 6596 6598 5931 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 520874217 16064045056 149336 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 2 0 0 0
[pid=6598/tid=6612] ppid=6596 vsize=15687544 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6612/stat : 6612 (java) S 6596 6598 5931 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 520874219 16064045056 149336 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389125041 0 4 0 16800975 18446604453841392768 0 0 -1 6 0 0 0
[pid=6598/tid=6613] ppid=6596 vsize=15687544 CPUtime=0.49 cores=0,2,4,6
/proc/6598/task/6613/stat : 6613 (java) S 6596 6598 5931 0 -1 4202560 2108 0 0 0 49 0 0 0 15 0 22 0 520874219 16064045056 149336 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 2 0 0 0
[pid=6598/tid=6614] ppid=6596 vsize=15687544 CPUtime=0.84 cores=0,2,4,6
/proc/6598/task/6614/stat : 6614 (java) S 6596 6598 5931 0 -1 4202560 8014 0 0 0 84 0 0 0 15 0 22 0 520874219 16064045056 149336 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 0 0 0 0
[pid=6598/tid=6615] ppid=6596 vsize=15687544 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6615/stat : 6615 (java) S 6596 6598 5931 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 520874219 16064045056 149336 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 6 0 0 0
[pid=6598/tid=6616] ppid=6596 vsize=15687544 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6616/stat : 6616 (java) S 6596 6598 5931 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 520874219 16064045056 149336 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117952 0 4 0 16800975 18446604453841392768 0 0 -1 6 0 0 0
[pid=6598/tid=6621] ppid=6596 vsize=15687544 CPUtime=2.03 cores=0,2,4,6
/proc/6598/task/6621/stat : 6621 (java) R 6596 6598 5931 0 -1 4202560 22878 0 0 0 201 2 0 0 23 0 22 0 520874258 16064045056 149336 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 46912506017647 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6598/tid=6622] ppid=6596 vsize=15687544 CPUtime=1.67 cores=0,2,4,6
/proc/6598/task/6622/stat : 6622 (java) R 6596 6598 5931 0 -1 4202560 20143 0 0 0 164 3 0 0 18 0 22 0 520874258 16064045056 149336 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 46912505948367 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6598/tid=6623] ppid=6596 vsize=15687544 CPUtime=1.84 cores=0,2,4,6
/proc/6598/task/6623/stat : 6623 (java) R 6596 6598 5931 0 -1 4202560 20115 0 0 0 181 3 0 0 21 0 22 0 520874258 16064045056 149336 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 46912505964967 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6598/tid=6624] ppid=6596 vsize=15687544 CPUtime=1.62 cores=0,2,4,6
/proc/6598/task/6624/stat : 6624 (java) R 6596 6598 5931 0 -1 4202560 19415 0 0 0 160 2 0 0 19 0 22 0 520874258 16064045056 149336 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 46912505851103 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 9.65
Current children cumulated vsize (KiB) 15687544

[startup+6.30142 s]
/proc/loadavg: 7.59 8.06 8.09 10/224 6624
/proc/meminfo: memFree=27542032/32951124 swapFree=67111352/67111528
[pid=6598] ppid=6596 vsize=15688212 CPUtime=22.42 cores=0,2,4,6
/proc/6598/stat : 6598 (java) S 6596 6598 5931 0 -1 4202496 283205 0 1 0 2204 38 0 0 25 0 22 0 520874214 16064729088 277843 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6598/statm: 3922053 277843 2284 9 0 3912772 0
[pid=6598/tid=6599] ppid=6596 vsize=15688212 CPUtime=0.96 cores=0,2,4,6
/proc/6598/task/6599/stat : 6599 (java) S 6596 6598 5931 0 -1 4202560 30579 0 1 0 93 3 0 0 18 0 22 0 520874215 16064729088 277843 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 4 0 0 0
[pid=6598/tid=6601] ppid=6596 vsize=15688212 CPUtime=0.01 cores=0,2,4,6
/proc/6598/task/6601/stat : 6601 (java) S 6596 6598 5931 0 -1 4202560 5299 0 0 0 1 0 0 0 16 0 22 0 520874215 16064729088 277843 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 6 0 0 0
[pid=6598/tid=6602] ppid=6596 vsize=15688212 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6602/stat : 6602 (java) S 6596 6598 5931 0 -1 4202560 1517 0 0 0 0 0 0 0 15 0 22 0 520874215 16064729088 277843 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 4 0 0 0
[pid=6598/tid=6603] ppid=6596 vsize=15688212 CPUtime=0.01 cores=0,2,4,6
/proc/6598/task/6603/stat : 6603 (java) S 6596 6598 5931 0 -1 4202560 4583 0 0 0 1 0 0 0 15 0 22 0 520874215 16064729088 277843 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 2 0 0 0
[pid=6598/tid=6604] ppid=6596 vsize=15688212 CPUtime=0.01 cores=0,2,4,6
/proc/6598/task/6604/stat : 6604 (java) S 6596 6598 5931 0 -1 4202560 4635 0 0 0 1 0 0 0 15 0 22 0 520874215 16064729088 277843 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 2 0 0 0
[pid=6598/tid=6605] ppid=6596 vsize=15688212 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6605/stat : 6605 (java) S 6596 6598 5931 0 -1 4202560 1117 0 0 0 0 0 0 0 16 0 22 0 520874215 16064729088 277843 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 4 0 0 0
[pid=6598/tid=6606] ppid=6596 vsize=15688212 CPUtime=0.02 cores=0,2,4,6
/proc/6598/task/6606/stat : 6606 (java) S 6596 6598 5931 0 -1 4202560 6153 0 0 0 1 1 0 0 15 0 22 0 520874215 16064729088 277843 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 2 0 0 0
[pid=6598/tid=6607] ppid=6596 vsize=15688212 CPUtime=0.02 cores=0,2,4,6
/proc/6598/task/6607/stat : 6607 (java) S 6596 6598 5931 0 -1 4202560 6761 0 0 0 1 1 0 0 16 0 22 0 520874215 16064729088 277843 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 2 0 0 0
[pid=6598/tid=6608] ppid=6596 vsize=15688212 CPUtime=0.01 cores=0,2,4,6
/proc/6598/task/6608/stat : 6608 (java) S 6596 6598 5931 0 -1 4202560 6388 0 0 0 1 0 0 0 16 0 22 0 520874215 16064729088 277843 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 0 0 0 0

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

/proc/meminfo: memFree=28742404/32951124 swapFree=67111352/67111528
[pid=6598] ppid=6596 vsize=15688212 CPUtime=4461.84 cores=0,2,4,6
/proc/6598/stat : 6598 (java) S 6596 6598 5931 0 -1 4202496 2562284 0 1 0 445658 526 0 0 25 0 22 0 520874214 16064729088 111569 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6598/statm: 3922053 111569 2298 9 0 3912772 0
[pid=6598/tid=6599] ppid=6596 vsize=15688212 CPUtime=0.96 cores=0,2,4,6
/proc/6598/task/6599/stat : 6599 (java) S 6596 6598 5931 0 -1 4202560 30579 0 1 0 93 3 0 0 18 0 22 0 520874215 16064729088 111569 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 4 0 0 0
[pid=6598/tid=6601] ppid=6596 vsize=15688212 CPUtime=3.51 cores=0,2,4,6
/proc/6598/task/6601/stat : 6601 (java) S 6596 6598 5931 0 -1 4202560 139994 0 0 0 320 31 0 0 16 0 22 0 520874215 16064729088 111569 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 2 0 0 0
[pid=6598/tid=6602] ppid=6596 vsize=15688212 CPUtime=3.42 cores=0,2,4,6
/proc/6598/task/6602/stat : 6602 (java) S 6596 6598 5931 0 -1 4202560 141266 0 0 0 314 28 0 0 15 0 22 0 520874215 16064729088 111569 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 4 0 0 0
[pid=6598/tid=6603] ppid=6596 vsize=15688212 CPUtime=3.41 cores=0,2,4,6
/proc/6598/task/6603/stat : 6603 (java) S 6596 6598 5931 0 -1 4202560 145118 0 0 0 310 31 0 0 16 0 22 0 520874215 16064729088 111569 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 4 0 0 0
[pid=6598/tid=6604] ppid=6596 vsize=15688212 CPUtime=3.49 cores=0,2,4,6
/proc/6598/task/6604/stat : 6604 (java) S 6596 6598 5931 0 -1 4202560 138642 0 0 0 324 25 0 0 16 0 22 0 520874215 16064729088 111569 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 6 0 0 0
[pid=6598/tid=6605] ppid=6596 vsize=15688212 CPUtime=3.54 cores=0,2,4,6
/proc/6598/task/6605/stat : 6605 (java) S 6596 6598 5931 0 -1 4202560 142285 0 0 0 324 30 0 0 15 0 22 0 520874215 16064729088 111569 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 6 0 0 0
[pid=6598/tid=6606] ppid=6596 vsize=15688212 CPUtime=3.35 cores=0,2,4,6
/proc/6598/task/6606/stat : 6606 (java) S 6596 6598 5931 0 -1 4202560 139346 0 0 0 308 27 0 0 15 0 22 0 520874215 16064729088 111569 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 0 0 0 0
[pid=6598/tid=6607] ppid=6596 vsize=15688212 CPUtime=3.46 cores=0,2,4,6
/proc/6598/task/6607/stat : 6607 (java) S 6596 6598 5931 0 -1 4202560 136313 0 0 0 316 30 0 0 15 0 22 0 520874215 16064729088 111569 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 0 0 0 0
[pid=6598/tid=6608] ppid=6596 vsize=15688212 CPUtime=3.47 cores=0,2,4,6
/proc/6598/task/6608/stat : 6608 (java) S 6596 6598 5931 0 -1 4202560 141237 0 0 0 320 27 0 0 15 0 22 0 520874215 16064729088 111569 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 2 0 0 0
[pid=6598/tid=6609] ppid=6596 vsize=15688212 CPUtime=2.2 cores=0,2,4,6
/proc/6598/task/6609/stat : 6609 (java) S 6596 6598 5931 0 -1 4202560 6593 0 0 0 146 74 0 0 16 0 22 0 520874216 16064729088 111569 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117952 0 0 0 16800975 18446604453841392768 0 0 -1 6 0 0 0
[pid=6598/tid=6610] ppid=6596 vsize=15688212 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6610/stat : 6610 (java) S 6596 6598 5931 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 520874217 16064729088 111569 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 6 0 0 0
[pid=6598/tid=6611] ppid=6596 vsize=15688212 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6611/stat : 6611 (java) S 6596 6598 5931 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 520874217 16064729088 111569 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 2 0 0 0
[pid=6598/tid=6612] ppid=6596 vsize=15688212 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6612/stat : 6612 (java) S 6596 6598 5931 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 520874219 16064729088 111569 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389125041 0 4 0 16800975 18446604453841392768 0 0 -1 6 0 0 0
[pid=6598/tid=6613] ppid=6596 vsize=15688212 CPUtime=0.69 cores=0,2,4,6
/proc/6598/task/6613/stat : 6613 (java) S 6596 6598 5931 0 -1 4202560 2324 0 0 0 69 0 0 0 15 0 22 0 520874219 16064729088 111569 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 2 0 0 0
[pid=6598/tid=6614] ppid=6596 vsize=15688212 CPUtime=1.07 cores=0,2,4,6
/proc/6598/task/6614/stat : 6614 (java) S 6596 6598 5931 0 -1 4202560 8057 0 0 0 107 0 0 0 15 0 22 0 520874219 16064729088 111569 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 0 0 0 0
[pid=6598/tid=6615] ppid=6596 vsize=15688212 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6615/stat : 6615 (java) S 6596 6598 5931 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 520874219 16064729088 111569 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 6 0 0 0
[pid=6598/tid=6616] ppid=6596 vsize=15688212 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6616/stat : 6616 (java) S 6596 6598 5931 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 520874219 16064729088 111569 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117952 0 4 0 16800975 18446604453841392768 0 0 -1 4 0 0 0
[pid=6598/tid=6621] ppid=6596 vsize=15688212 CPUtime=1107.88 cores=0,2,4,6
/proc/6598/task/6621/stat : 6621 (java) R 6596 6598 5931 0 -1 4202560 347741 0 0 0 110737 51 0 0 25 0 22 0 520874258 16064729088 111569 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 46912505948419 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6598/tid=6622] ppid=6596 vsize=15688212 CPUtime=1106.9 cores=0,2,4,6
/proc/6598/task/6622/stat : 6622 (java) R 6596 6598 5931 0 -1 4202560 344420 0 0 0 110636 54 0 0 25 0 22 0 520874258 16064729088 111569 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 46912505851258 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6598/tid=6623] ppid=6596 vsize=15688212 CPUtime=1107.05 cores=0,2,4,6
/proc/6598/task/6623/stat : 6623 (java) R 6596 6598 5931 0 -1 4202560 346017 0 0 0 110651 54 0 0 25 0 22 0 520874258 16064729088 111569 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 46912505909487 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6598/tid=6624] ppid=6596 vsize=15688212 CPUtime=1107.27 cores=0,2,4,6
/proc/6598/task/6624/stat : 6624 (java) R 6596 6598 5931 0 -1 4202560 350905 0 0 0 110676 51 0 0 25 0 22 0 520874258 16064729088 111569 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 46912505939872 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4461.84
Current children cumulated vsize (KiB) 15688212

[startup+1182.3 s]
/proc/loadavg: 8.24 8.22 8.13 9/224 6667
/proc/meminfo: memFree=28690788/32951124 swapFree=67111352/67111528
[pid=6598] ppid=6596 vsize=15688212 CPUtime=4700.53 cores=0,2,4,6
/proc/6598/stat : 6598 (java) S 6596 6598 5931 0 -1 4202496 2717945 0 1 0 469495 558 0 0 25 0 22 0 520874214 16064729088 132676 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6598/statm: 3922053 132676 2298 9 0 3912772 0
[pid=6598/tid=6599] ppid=6596 vsize=15688212 CPUtime=0.96 cores=0,2,4,6
/proc/6598/task/6599/stat : 6599 (java) S 6596 6598 5931 0 -1 4202560 30579 0 1 0 93 3 0 0 18 0 22 0 520874215 16064729088 132676 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 4 0 0 0
[pid=6598/tid=6601] ppid=6596 vsize=15688212 CPUtime=3.71 cores=0,2,4,6
/proc/6598/task/6601/stat : 6601 (java) S 6596 6598 5931 0 -1 4202560 146765 0 0 0 338 33 0 0 15 0 22 0 520874215 16064729088 132676 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 2 0 0 0
[pid=6598/tid=6602] ppid=6596 vsize=15688212 CPUtime=3.63 cores=0,2,4,6
/proc/6598/task/6602/stat : 6602 (java) S 6596 6598 5931 0 -1 4202560 148033 0 0 0 333 30 0 0 15 0 22 0 520874215 16064729088 132676 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 4 0 0 0
[pid=6598/tid=6603] ppid=6596 vsize=15688212 CPUtime=3.6 cores=0,2,4,6
/proc/6598/task/6603/stat : 6603 (java) S 6596 6598 5931 0 -1 4202560 152560 0 0 0 327 33 0 0 16 0 22 0 520874215 16064729088 132676 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 4 0 0 0
[pid=6598/tid=6604] ppid=6596 vsize=15688212 CPUtime=3.7 cores=0,2,4,6
/proc/6598/task/6604/stat : 6604 (java) S 6596 6598 5931 0 -1 4202560 146521 0 0 0 343 27 0 0 15 0 22 0 520874215 16064729088 132676 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 6 0 0 0
[pid=6598/tid=6605] ppid=6596 vsize=15688212 CPUtime=3.73 cores=0,2,4,6
/proc/6598/task/6605/stat : 6605 (java) S 6596 6598 5931 0 -1 4202560 149977 0 0 0 341 32 0 0 15 0 22 0 520874215 16064729088 132676 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 6 0 0 0
[pid=6598/tid=6606] ppid=6596 vsize=15688212 CPUtime=3.51 cores=0,2,4,6
/proc/6598/task/6606/stat : 6606 (java) S 6596 6598 5931 0 -1 4202560 145063 0 0 0 323 28 0 0 15 0 22 0 520874215 16064729088 132676 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 0 0 0 0
[pid=6598/tid=6607] ppid=6596 vsize=15688212 CPUtime=3.67 cores=0,2,4,6
/proc/6598/task/6607/stat : 6607 (java) S 6596 6598 5931 0 -1 4202560 143807 0 0 0 335 32 0 0 15 0 22 0 520874215 16064729088 132676 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 2 0 0 0
[pid=6598/tid=6608] ppid=6596 vsize=15688212 CPUtime=3.65 cores=0,2,4,6
/proc/6598/task/6608/stat : 6608 (java) S 6596 6598 5931 0 -1 4202560 146760 0 0 0 337 28 0 0 15 0 22 0 520874215 16064729088 132676 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 6 0 0 0
[pid=6598/tid=6609] ppid=6596 vsize=15688212 CPUtime=2.31 cores=0,2,4,6
/proc/6598/task/6609/stat : 6609 (java) S 6596 6598 5931 0 -1 4202560 7044 0 0 0 153 78 0 0 15 0 22 0 520874216 16064729088 132676 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117952 0 0 0 16800975 18446604453841392768 0 0 -1 6 0 0 0
[pid=6598/tid=6610] ppid=6596 vsize=15688212 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6610/stat : 6610 (java) S 6596 6598 5931 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 520874217 16064729088 132676 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 6 0 0 0
[pid=6598/tid=6611] ppid=6596 vsize=15688212 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6611/stat : 6611 (java) S 6596 6598 5931 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 520874217 16064729088 132676 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 2 0 0 0
[pid=6598/tid=6612] ppid=6596 vsize=15688212 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6612/stat : 6612 (java) S 6596 6598 5931 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 520874219 16064729088 132676 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389125041 0 4 0 16800975 18446604453841392768 0 0 -1 6 0 0 0
[pid=6598/tid=6613] ppid=6596 vsize=15688212 CPUtime=0.69 cores=0,2,4,6
/proc/6598/task/6613/stat : 6613 (java) S 6596 6598 5931 0 -1 4202560 2324 0 0 0 69 0 0 0 15 0 22 0 520874219 16064729088 132676 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 2 0 0 0
[pid=6598/tid=6614] ppid=6596 vsize=15688212 CPUtime=1.07 cores=0,2,4,6
/proc/6598/task/6614/stat : 6614 (java) S 6596 6598 5931 0 -1 4202560 8057 0 0 0 107 0 0 0 15 0 22 0 520874219 16064729088 132676 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 0 0 0 0
[pid=6598/tid=6615] ppid=6596 vsize=15688212 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6615/stat : 6615 (java) S 6596 6598 5931 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 520874219 16064729088 132676 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 6 0 0 0
[pid=6598/tid=6616] ppid=6596 vsize=15688212 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6616/stat : 6616 (java) S 6596 6598 5931 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 520874219 16064729088 132676 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117952 0 4 0 16800975 18446604453841392768 0 0 -1 4 0 0 0
[pid=6598/tid=6621] ppid=6596 vsize=15688212 CPUtime=1167.12 cores=0,2,4,6
/proc/6598/task/6621/stat : 6621 (java) R 6596 6598 5931 0 -1 4202560 373013 0 0 0 116657 55 0 0 25 0 22 0 520874258 16064729088 132676 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 46912505850980 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6598/tid=6622] ppid=6596 vsize=15688212 CPUtime=1166.02 cores=0,2,4,6
/proc/6598/task/6622/stat : 6622 (java) R 6596 6598 5931 0 -1 4202560 369813 0 0 0 116545 57 0 0 25 0 22 0 520874258 16064729088 132676 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 46912505524199 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6598/tid=6623] ppid=6596 vsize=15688212 CPUtime=1166.4 cores=0,2,4,6
/proc/6598/task/6623/stat : 6623 (java) R 6596 6598 5931 0 -1 4202560 370645 0 0 0 116581 59 0 0 25 0 22 0 520874258 16064729088 132676 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 46912505900409 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6598/tid=6624] ppid=6596 vsize=15688212 CPUtime=1166.61 cores=0,2,4,6
/proc/6598/task/6624/stat : 6624 (java) R 6596 6598 5931 0 -1 4202560 375535 0 0 0 116606 55 0 0 25 0 22 0 520874258 16064729088 132676 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 46912505524151 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4700.53
Current children cumulated vsize (KiB) 15688212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.3 s]
/proc/loadavg: 8.16 8.20 8.13 5/201 6671
/proc/meminfo: memFree=29231600/32951124 swapFree=67111352/67111528
[pid=6598] ppid=6596 vsize=15688212 CPUtime=4800.04 cores=0,2,4,6
/proc/6598/stat : 6598 (java) S 6596 6598 5931 0 -1 4202496 2763766 0 1 0 479435 569 0 0 25 0 22 0 520874214 16064729088 124585 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6598/statm: 3922053 124585 2298 9 0 3912772 0
[pid=6598/tid=6599] ppid=6596 vsize=15688212 CPUtime=0.96 cores=0,2,4,6
/proc/6598/task/6599/stat : 6599 (java) S 6596 6598 5931 0 -1 4202560 30579 0 1 0 93 3 0 0 18 0 22 0 520874215 16064729088 124585 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 4 0 0 0
[pid=6598/tid=6601] ppid=6596 vsize=15688212 CPUtime=3.77 cores=0,2,4,6
/proc/6598/task/6601/stat : 6601 (java) S 6596 6598 5931 0 -1 4202560 149217 0 0 0 344 33 0 0 16 0 22 0 520874215 16064729088 124585 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 4 0 0 0
[pid=6598/tid=6602] ppid=6596 vsize=15688212 CPUtime=3.72 cores=0,2,4,6
/proc/6598/task/6602/stat : 6602 (java) S 6596 6598 5931 0 -1 4202560 150615 0 0 0 342 30 0 0 15 0 22 0 520874215 16064729088 124585 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 2 0 0 0
[pid=6598/tid=6603] ppid=6596 vsize=15688212 CPUtime=3.68 cores=0,2,4,6
/proc/6598/task/6603/stat : 6603 (java) S 6596 6598 5931 0 -1 4202560 155362 0 0 0 335 33 0 0 16 0 22 0 520874215 16064729088 124585 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 2 0 0 0
[pid=6598/tid=6604] ppid=6596 vsize=15688212 CPUtime=3.78 cores=0,2,4,6
/proc/6598/task/6604/stat : 6604 (java) S 6596 6598 5931 0 -1 4202560 148476 0 0 0 351 27 0 0 15 0 22 0 520874215 16064729088 124585 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 6 0 0 0
[pid=6598/tid=6605] ppid=6596 vsize=15688212 CPUtime=3.8 cores=0,2,4,6
/proc/6598/task/6605/stat : 6605 (java) S 6596 6598 5931 0 -1 4202560 151962 0 0 0 348 32 0 0 16 0 22 0 520874215 16064729088 124585 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 6 0 0 0
[pid=6598/tid=6606] ppid=6596 vsize=15688212 CPUtime=3.59 cores=0,2,4,6
/proc/6598/task/6606/stat : 6606 (java) S 6596 6598 5931 0 -1 4202560 147618 0 0 0 330 29 0 0 16 0 22 0 520874215 16064729088 124585 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 0 0 0 0
[pid=6598/tid=6607] ppid=6596 vsize=15688212 CPUtime=3.76 cores=0,2,4,6
/proc/6598/task/6607/stat : 6607 (java) S 6596 6598 5931 0 -1 4202560 145590 0 0 0 343 33 0 0 15 0 22 0 520874215 16064729088 124585 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 4 0 0 0
[pid=6598/tid=6608] ppid=6596 vsize=15688212 CPUtime=3.72 cores=0,2,4,6
/proc/6598/task/6608/stat : 6608 (java) S 6596 6598 5931 0 -1 4202560 148858 0 0 0 343 29 0 0 15 0 22 0 520874215 16064729088 124585 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 4 0 0 0
[pid=6598/tid=6609] ppid=6596 vsize=15688212 CPUtime=2.36 cores=0,2,4,6
/proc/6598/task/6609/stat : 6609 (java) S 6596 6598 5931 0 -1 4202560 7169 0 0 0 156 80 0 0 15 0 22 0 520874216 16064729088 124585 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117952 0 0 0 16800975 18446604453841392768 0 0 -1 6 0 0 0
[pid=6598/tid=6610] ppid=6596 vsize=15688212 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6610/stat : 6610 (java) S 6596 6598 5931 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 520874217 16064729088 124585 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 6 0 0 0
[pid=6598/tid=6611] ppid=6596 vsize=15688212 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6611/stat : 6611 (java) S 6596 6598 5931 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 520874217 16064729088 124585 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 2 0 0 0
[pid=6598/tid=6612] ppid=6596 vsize=15688212 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6612/stat : 6612 (java) S 6596 6598 5931 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 520874219 16064729088 124585 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389125041 0 4 0 16800975 18446604453841392768 0 0 -1 6 0 0 0
[pid=6598/tid=6613] ppid=6596 vsize=15688212 CPUtime=0.69 cores=0,2,4,6
/proc/6598/task/6613/stat : 6613 (java) S 6596 6598 5931 0 -1 4202560 2324 0 0 0 69 0 0 0 15 0 22 0 520874219 16064729088 124585 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 2 0 0 0
[pid=6598/tid=6614] ppid=6596 vsize=15688212 CPUtime=1.07 cores=0,2,4,6
/proc/6598/task/6614/stat : 6614 (java) S 6596 6598 5931 0 -1 4202560 8057 0 0 0 107 0 0 0 15 0 22 0 520874219 16064729088 124585 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 0 0 0 0
[pid=6598/tid=6615] ppid=6596 vsize=15688212 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6615/stat : 6615 (java) S 6596 6598 5931 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 520874219 16064729088 124585 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117337 0 4 0 16800975 18446604453841392768 0 0 -1 6 0 0 0
[pid=6598/tid=6616] ppid=6596 vsize=15688212 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6616/stat : 6616 (java) S 6596 6598 5931 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 520874219 16064729088 124585 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 255389117952 0 4 0 16800975 18446604453841392768 0 0 -1 4 0 0 0
[pid=6598/tid=6621] ppid=6596 vsize=15688212 CPUtime=1191.87 cores=0,2,4,6
/proc/6598/task/6621/stat : 6621 (java) R 6596 6598 5931 0 -1 4202560 379866 0 0 0 119131 56 0 0 25 0 22 0 520874258 16064729088 124585 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 46912505900332 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6598/tid=6622] ppid=6596 vsize=15688212 CPUtime=1190.72 cores=0,2,4,6
/proc/6598/task/6622/stat : 6622 (java) R 6596 6598 5931 0 -1 4202560 376578 0 0 0 119014 58 0 0 25 0 22 0 520874258 16064729088 124585 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 46912505900419 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6598/tid=6623] ppid=6596 vsize=15688212 CPUtime=1191.04 cores=0,2,4,6
/proc/6598/task/6623/stat : 6623 (java) R 6596 6598 5931 0 -1 4202560 377179 0 0 0 119044 60 0 0 25 0 22 0 520874258 16064729088 124585 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 46912505948271 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6598/tid=6624] ppid=6596 vsize=15688212 CPUtime=1191.35 cores=0,2,4,6
/proc/6598/task/6624/stat : 6624 (java) R 6596 6598 5931 0 -1 4202560 382865 0 0 0 119078 57 0 0 25 0 22 0 520874258 16064729088 124585 33554432000 1073741824 1073778376 140734260945344 18446744073709551615 46912505947508 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 15688212

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

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

[startup+1207.41 s]
/proc/loadavg: 8.16 8.20 8.13 5/201 6671
/proc/meminfo: memFree=29231600/32951124 swapFree=67111352/67111528
[pid=6598] ppid=6596 vsize=0 CPUtime=4800.4 cores=0,2,4,6
/proc/6598/stat : 6598 (java) Z 6596 6598 5931 0 -1 4203548 2764586 0 1 0 479469 571 0 0 17 0 2 0 520874214 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6598/statm: 0 0 0 0 0 0 0
[pid=6598/tid=6624] ppid=6596 vsize=0 CPUtime=1191.44 cores=0,2,4,6
/proc/6598/task/6624/stat : 6624 (java) R 6596 6598 5931 0 -1 4203588 382865 0 0 0 119086 58 0 0 25 0 2 0 520874258 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1207.42
CPU time (s): 4800.42
CPU user time (s): 4794.7
CPU system time (s): 5.72313
CPU usage (%): 397.577
Max. virtual memory (cumulated for all children) (KiB): 15688212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.7
system time used= 5.72313
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2764586
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= 186003
involuntary context switches= 163767

runsolver used 1.9597 second user time and 4.69129 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-29 17:59:23
IDJOB=3311833
IDBENCH=71576
IDSOLVER=1698
FILE ID=node135/3311833-1304092763
RUNJOBID= node135-1304091554-6426
PBS_JOBID= 13170565
Free space on /tmp= 71120 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v760c43649gyes6.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311833-1304092763/watcher-3311833-1304092763 -o /tmp/evaluation-result-3311833-1304092763/solver-3311833-1304092763 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311833-1304092763.cnf -hbr 2

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

MD5SUM BENCH= dc046d6f885b64777ffc1cfc8367a176
RANDOM SEED=49965683

node135.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.851
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.70
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.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
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.851
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.851
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	: 6640.14
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.851
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.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29714116 kB
Buffers:        909636 kB
Cached:        1730120 kB
SwapCached:        172 kB
Active:         132852 kB
Inactive:      2587208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29714116 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            4356 kB
Writeback:           0 kB
AnonPages:       79540 kB
Mapped:          22068 kB
Slab:           453464 kB
PageTables:       4800 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   783172 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71116 MiB
End job on node135 at 2011-04-29 18:19:33