Trace number 3313345

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.87 1281.46

General information on the benchmark

Nameibm-2004-23-k100.cnf
MD5SUM19bca29688c6d922941604b296beb49f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark49.3165
Satisfiable
(Un)Satisfiability was proved
Number of variables207606
Number of clauses861175
Sum of the clauses size2180786
Maximum clause length26
Minimum clause length1
Number of clauses of size 11293
Number of clauses of size 2669946
Number of clauses of size 396607
Number of clauses of size 434364
Number of clauses of size 520358
Number of clauses of size over 538607

Solver Data

0.10/0.11	05:04 INFO : Reading from input HOME/instance-3313345-1304075103.cnf
3.41/3.11	Executor set job limit to 1000000
3.41/3.11	Executor set job limit to 1000000
3.41/3.11	Executor set job limit to 1000000
3.41/3.11	Executor set job limit to 1000000
3.41/3.11	Starting Executor!
3.41/3.11	Starting Executor!
3.41/3.11	Starting Executor!
3.41/3.11	Starting Executor!
6.46/5.07	05:09 INFO : Found 1368 xor gates
10.85/8.30	05:12 INFO : 181648 variables remaining out of 207606
10.85/8.30	05:12 INFO : 4914507 literals remaining out of 3025545

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

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

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


[startup+0 s]
/proc/loadavg: 7.10 7.93 7.71 2/194 28484
/proc/meminfo: memFree=26152220/32951124 swapFree=67111364/67111528
[pid=28484] ppid=28482 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/28484/stat : 28484 (java) S 28482 28484 27945 0 -1 4202496 1413 0 0 0 0 0 0 0 21 0 2 0 519108375 26714112 885 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256151525 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28484/statm: 6522 885 678 9 0 381 0
[pid=28484/tid=28485] ppid=28482 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28485/stat : 28485 (java) R 28482 28484 27945 0 -1 4202560 56 0 0 0 0 0 0 0 22 0 2 0 519108375 26714112 885 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228239425092 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.024258 s]
/proc/loadavg: 7.10 7.93 7.71 2/194 28484
/proc/meminfo: memFree=26152220/32951124 swapFree=67111364/67111528
[pid=28484] ppid=28482 vsize=15602060 CPUtime=0.01 cores=1,3,5,7
/proc/28484/stat : 28484 (java) S 28482 28484 27945 0 -1 4202496 3394 0 1 0 1 0 0 0 21 0 11 0 519108375 15976509440 2836 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256151525 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/28484/statm: 3900515 2836 1625 9 0 3891263 0
[pid=28484/tid=28485] ppid=28482 vsize=15602060 CPUtime=0.01 cores=1,3,5,7
/proc/28484/task/28485/stat : 28485 (java) R 28482 28484 27945 0 -1 4202560 2027 0 1 0 1 0 0 0 25 0 11 0 519108375 15976509440 2836 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 47443778682885 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15602060

[startup+0.100247 s]
/proc/loadavg: 7.10 7.93 7.71 2/194 28484
/proc/meminfo: memFree=26152220/32951124 swapFree=67111364/67111528
[pid=28484] ppid=28482 vsize=15676748 CPUtime=0.1 cores=1,3,5,7
/proc/28484/stat : 28484 (java) S 28482 28484 27945 0 -1 4202496 5552 0 1 0 9 1 0 0 21 0 18 0 519108375 16052989952 4993 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28484/statm: 3919187 4996 2116 9 0 3909906 0
[pid=28484/tid=28485] ppid=28482 vsize=15676748 CPUtime=0.08 cores=1,3,5,7
/proc/28484/task/28485/stat : 28485 (java) R 28482 28484 27945 0 -1 4202560 3455 0 1 0 8 0 0 0 18 0 18 0 519108375 16052989952 4996 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 47443778682885 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676748

[startup+0.300213 s]
/proc/loadavg: 7.10 7.93 7.71 2/194 28484
/proc/meminfo: memFree=26152220/32951124 swapFree=67111364/67111528
[pid=28484] ppid=28482 vsize=15680488 CPUtime=0.52 cores=1,3,5,7
/proc/28484/stat : 28484 (java) S 28482 28484 27945 0 -1 4202496 15432 0 1 0 50 2 0 0 21 0 18 0 519108375 16056819712 13884 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28484/statm: 3920122 13892 2206 9 0 3910841 0
[pid=28484/tid=28485] ppid=28482 vsize=15680488 CPUtime=0.28 cores=1,3,5,7
/proc/28484/task/28485/stat : 28485 (java) R 28482 28484 27945 0 -1 4202560 10415 0 1 0 27 1 0 0 18 0 18 0 519108375 16056819712 13896 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 46912505640433 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15680488

[startup+0.701146 s]
/proc/loadavg: 7.10 7.93 7.71 2/194 28484
/proc/meminfo: memFree=26152220/32951124 swapFree=67111364/67111528
[pid=28484] ppid=28482 vsize=15680488 CPUtime=0.93 cores=1,3,5,7
/proc/28484/stat : 28484 (java) S 28482 28484 27945 0 -1 4202496 42097 0 1 0 88 5 0 0 21 0 18 0 519108375 16056819712 40546 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28484/statm: 3920122 40546 2222 9 0 3910841 0
[pid=28484/tid=28485] ppid=28482 vsize=15680488 CPUtime=0.68 cores=1,3,5,7
/proc/28484/task/28485/stat : 28485 (java) R 28482 28484 27945 0 -1 4202560 35547 0 1 0 64 4 0 0 18 0 18 0 519108375 16056819712 40546 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 46912505640608 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15680488

[startup+1.501 s]
/proc/loadavg: 7.10 7.93 7.71 4/216 28506
/proc/meminfo: memFree=25895552/32951124 swapFree=67111364/67111528
[pid=28484] ppid=28482 vsize=15680488 CPUtime=1.74 cores=1,3,5,7
/proc/28484/stat : 28484 (java) S 28482 28484 27945 0 -1 4202496 57752 0 1 0 167 7 0 0 21 0 18 0 519108375 16056819712 56183 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28484/statm: 3920122 56189 2222 9 0 3910841 0
[pid=28484/tid=28485] ppid=28482 vsize=15680488 CPUtime=1.46 cores=1,3,5,7
/proc/28484/task/28485/stat : 28485 (java) R 28482 28484 27945 0 -1 4202560 47988 0 1 0 141 5 0 0 19 0 18 0 519108375 16056819712 56192 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 46912505640433 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28484/tid=28487] ppid=28482 vsize=15680488 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28487/stat : 28487 (java) S 28482 28484 27945 0 -1 4202560 248 0 0 0 0 0 0 0 16 0 18 0 519108376 16056819712 56196 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 5 0 0 0
[pid=28484/tid=28488] ppid=28482 vsize=15680488 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28488/stat : 28488 (java) S 28482 28484 27945 0 -1 4202560 2502 0 0 0 0 0 0 0 16 0 18 0 519108376 16056819712 56200 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 3 0 0 0
[pid=28484/tid=28489] ppid=28482 vsize=15680488 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28489/stat : 28489 (java) S 28482 28484 27945 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 18 0 519108376 16056819712 56204 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 1 0 0 0
[pid=28484/tid=28490] ppid=28482 vsize=15680488 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28490/stat : 28490 (java) S 28482 28484 27945 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 18 0 519108376 16056819712 56208 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 7 0 0 0
[pid=28484/tid=28491] ppid=28482 vsize=15680488 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28491/stat : 28491 (java) S 28482 28484 27945 0 -1 4202560 1469 0 0 0 0 0 0 0 15 0 18 0 519108376 16056819712 56213 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 5 0 0 0
[pid=28484/tid=28492] ppid=28482 vsize=15680488 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28492/stat : 28492 (java) S 28482 28484 27945 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 18 0 519108376 16056819712 56215 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 3 0 0 0
[pid=28484/tid=28493] ppid=28482 vsize=15680488 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28493/stat : 28493 (java) S 28482 28484 27945 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 18 0 519108376 16056819712 56219 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 7 0 0 0
[pid=28484/tid=28494] ppid=28482 vsize=15680488 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28494/stat : 28494 (java) S 28482 28484 27945 0 -1 4202560 330 0 0 0 0 0 0 0 15 0 18 0 519108376 16056819712 56223 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 7 0 0 0
[pid=28484/tid=28495] ppid=28482 vsize=15680488 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28495/stat : 28495 (java) S 28482 28484 27945 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 18 0 519108377 16056819712 56227 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256165376 0 0 0 16800975 18446604468313457728 0 0 -1 5 0 0 0
[pid=28484/tid=28496] ppid=28482 vsize=15680488 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28496/stat : 28496 (java) S 28482 28484 27945 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 519108377 16056819712 56231 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 5 0 0 0
[pid=28484/tid=28497] ppid=28482 vsize=15680488 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28497/stat : 28497 (java) S 28482 28484 27945 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 18 0 519108377 16056819712 56235 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 7 0 0 0
[pid=28484/tid=28498] ppid=28482 vsize=15680488 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28498/stat : 28498 (java) S 28482 28484 27945 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 519108379 16056819712 56239 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256172465 0 4 0 16800975 18446604468313457728 0 0 -1 5 0 0 0
[pid=28484/tid=28499] ppid=28482 vsize=15680488 CPUtime=0.12 cores=1,3,5,7
/proc/28484/task/28499/stat : 28499 (java) S 28482 28484 27945 0 -1 4202560 1080 0 0 0 12 0 0 0 20 0 18 0 519108379 16056819712 56243 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 7 0 0 0
[pid=28484/tid=28500] ppid=28482 vsize=15680488 CPUtime=0.1 cores=1,3,5,7
/proc/28484/task/28500/stat : 28500 (java) S 28482 28484 27945 0 -1 4202560 2555 0 0 0 10 0 0 0 15 0 18 0 519108379 16056819712 56246 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 5 0 0 0
[pid=28484/tid=28501] ppid=28482 vsize=15680488 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28501/stat : 28501 (java) S 28482 28484 27945 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 18 0 519108379 16056819712 56250 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 5 0 0 0
[pid=28484/tid=28502] ppid=28482 vsize=15680488 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28502/stat : 28502 (java) S 28482 28484 27945 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 519108379 16056819712 56253 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256165376 0 4 0 16800975 18446604468313457728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 15680488

[startup+3.10072 s]
/proc/loadavg: 7.10 7.93 7.71 4/216 28507
/proc/meminfo: memFree=25720204/32951124 swapFree=67111364/67111528
[pid=28484] ppid=28482 vsize=15680488 CPUtime=3.41 cores=1,3,5,7
/proc/28484/stat : 28484 (java) S 28482 28484 27945 0 -1 4202496 139903 0 1 0 324 17 0 0 21 0 18 0 519108375 16056819712 138324 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28484/statm: 3920122 138324 2240 9 0 3910841 0
[pid=28484/tid=28485] ppid=28482 vsize=15680488 CPUtime=3.06 cores=1,3,5,7
/proc/28484/task/28485/stat : 28485 (java) R 28482 28484 27945 0 -1 4202560 127104 0 1 0 291 15 0 0 24 0 18 0 519108375 16056819712 138324 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 46912505526946 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28484/tid=28487] ppid=28482 vsize=15680488 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28487/stat : 28487 (java) S 28482 28484 27945 0 -1 4202560 2835 0 0 0 0 0 0 0 15 0 18 0 519108376 16056819712 138324 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 5 0 0 0
[pid=28484/tid=28488] ppid=28482 vsize=15680488 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28488/stat : 28488 (java) S 28482 28484 27945 0 -1 4202560 2502 0 0 0 0 0 0 0 16 0 18 0 519108376 16056819712 138324 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 3 0 0 0
[pid=28484/tid=28489] ppid=28482 vsize=15680488 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28489/stat : 28489 (java) S 28482 28484 27945 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 18 0 519108376 16056819712 138324 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 1 0 0 0
[pid=28484/tid=28490] ppid=28482 vsize=15680488 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28490/stat : 28490 (java) S 28482 28484 27945 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 18 0 519108376 16056819712 138324 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 7 0 0 0
[pid=28484/tid=28491] ppid=28482 vsize=15680488 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28491/stat : 28491 (java) S 28482 28484 27945 0 -1 4202560 1469 0 0 0 0 0 0 0 15 0 18 0 519108376 16056819712 138324 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 1 0 0 0
[pid=28484/tid=28492] ppid=28482 vsize=15680488 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28492/stat : 28492 (java) S 28482 28484 27945 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 18 0 519108376 16056819712 138324 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 3 0 0 0
[pid=28484/tid=28493] ppid=28482 vsize=15680488 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28493/stat : 28493 (java) S 28482 28484 27945 0 -1 4202560 212 0 0 0 0 0 0 0 15 0 18 0 519108376 16056819712 138324 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 7 0 0 0
[pid=28484/tid=28494] ppid=28482 vsize=15680488 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28494/stat : 28494 (java) S 28482 28484 27945 0 -1 4202560 330 0 0 0 0 0 0 0 15 0 18 0 519108376 16056819712 138324 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 7 0 0 0
[pid=28484/tid=28495] ppid=28482 vsize=15680488 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28495/stat : 28495 (java) S 28482 28484 27945 0 -1 4202560 197 0 0 0 0 0 0 0 15 0 18 0 519108377 16056819712 138324 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256165376 0 0 0 16800975 18446604468313457728 0 0 -1 5 0 0 0
[pid=28484/tid=28496] ppid=28482 vsize=15680488 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28496/stat : 28496 (java) S 28482 28484 27945 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 519108377 16056819712 138324 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 5 0 0 0
[pid=28484/tid=28497] ppid=28482 vsize=15680488 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28497/stat : 28497 (java) S 28482 28484 27945 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 18 0 519108377 16056819712 138324 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 7 0 0 0
[pid=28484/tid=28498] ppid=28482 vsize=15680488 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28498/stat : 28498 (java) S 28482 28484 27945 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 519108379 16056819712 138324 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256172465 0 4 0 16800975 18446604468313457728 0 0 -1 5 0 0 0
[pid=28484/tid=28499] ppid=28482 vsize=15680488 CPUtime=0.14 cores=1,3,5,7
/proc/28484/task/28499/stat : 28499 (java) S 28482 28484 27945 0 -1 4202560 1108 0 0 0 14 0 0 0 16 0 18 0 519108379 16056819712 138324 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 7 0 0 0
[pid=28484/tid=28500] ppid=28482 vsize=15680488 CPUtime=0.12 cores=1,3,5,7
/proc/28484/task/28500/stat : 28500 (java) S 28482 28484 27945 0 -1 4202560 2589 0 0 0 12 0 0 0 15 0 18 0 519108379 16056819712 138324 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 5 0 0 0
[pid=28484/tid=28501] ppid=28482 vsize=15680488 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28501/stat : 28501 (java) S 28482 28484 27945 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 18 0 519108379 16056819712 138324 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 5 0 0 0
[pid=28484/tid=28502] ppid=28482 vsize=15680488 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28502/stat : 28502 (java) S 28482 28484 27945 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 519108379 16056819712 138324 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256165376 0 4 0 16800975 18446604468313457728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 15680488

[startup+6.30116 s]
/proc/loadavg: 6.69 7.83 7.68 5/220 28511
/proc/meminfo: memFree=25025028/32951124 swapFree=67111364/67111528
[pid=28484] ppid=28482 vsize=15708152 CPUtime=8.28 cores=1,3,5,7
/proc/28484/stat : 28484 (java) S 28482 28484 27945 0 -1 4202496 171336 0 1 0 807 21 0 0 21 0 22 0 519108375 16085147648 161887 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28484/statm: 3927038 161887 2266 9 0 3917757 0
[pid=28484/tid=28485] ppid=28482 vsize=15708152 CPUtime=6.22 cores=1,3,5,7
/proc/28484/task/28485/stat : 28485 (java) R 28482 28484 27945 0 -1 4202560 127232 0 1 0 607 15 0 0 23 0 22 0 519108375 16085147648 161887 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 46912506117876 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28484/tid=28487] ppid=28482 vsize=15708152 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28487/stat : 28487 (java) S 28482 28484 27945 0 -1 4202560 2835 0 0 0 0 0 0 0 15 0 22 0 519108376 16085147648 161887 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 5 0 0 0
[pid=28484/tid=28488] ppid=28482 vsize=15708152 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28488/stat : 28488 (java) S 28482 28484 27945 0 -1 4202560 2502 0 0 0 0 0 0 0 15 0 22 0 519108376 16085147648 161887 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 3 0 0 0
[pid=28484/tid=28489] ppid=28482 vsize=15708152 CPUtime=0.02 cores=1,3,5,7
/proc/28484/task/28489/stat : 28489 (java) S 28482 28484 27945 0 -1 4202560 2346 0 0 0 2 0 0 0 16 0 22 0 519108376 16085147648 161887 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 1 0 0 0
[pid=28484/tid=28490] ppid=28482 vsize=15708152 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28490/stat : 28490 (java) S 28482 28484 27945 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 22 0 519108376 16085147648 161887 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 3 0 0 0
[pid=28484/tid=28491] ppid=28482 vsize=15708152 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28491/stat : 28491 (java) S 28482 28484 27945 0 -1 4202560 1469 0 0 0 0 0 0 0 15 0 22 0 519108376 16085147648 161887 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 1 0 0 0
[pid=28484/tid=28492] ppid=28482 vsize=15708152 CPUtime=0.02 cores=1,3,5,7
/proc/28484/task/28492/stat : 28492 (java) S 28482 28484 27945 0 -1 4202560 6334 0 0 0 2 0 0 0 16 0 22 0 519108376 16085147648 161887 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 3 0 0 0
[pid=28484/tid=28493] ppid=28482 vsize=15708152 CPUtime=0.03 cores=1,3,5,7
/proc/28484/task/28493/stat : 28493 (java) S 28482 28484 27945 0 -1 4202560 3930 0 0 0 3 0 0 0 16 0 22 0 519108376 16085147648 161887 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 1 0 0 0
[pid=28484/tid=28494] ppid=28482 vsize=15708152 CPUtime=0.02 cores=1,3,5,7
/proc/28484/task/28494/stat : 28494 (java) S 28482 28484 27945 0 -1 4202560 5187 0 0 0 2 0 0 0 16 0 22 0 519108376 16085147648 161887 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 5 0 0 0
[pid=28484/tid=28495] ppid=28482 vsize=15708152 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28495/stat : 28495 (java) S 28482 28484 27945 0 -1 4202560 359 0 0 0 0 0 0 0 15 0 22 0 519108377 16085147648 161887 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256165376 0 0 0 16800975 18446604468313457728 0 0 -1 3 0 0 0
[pid=28484/tid=28496] ppid=28482 vsize=15708152 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28496/stat : 28496 (java) S 28482 28484 27945 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 519108377 16085147648 161887 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 5 0 0 0
[pid=28484/tid=28497] ppid=28482 vsize=15708152 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28497/stat : 28497 (java) S 28482 28484 27945 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 519108377 16085147648 161887 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 7 0 0 0
[pid=28484/tid=28498] ppid=28482 vsize=15708152 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28498/stat : 28498 (java) S 28482 28484 27945 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 519108379 16085147648 161887 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256172465 0 4 0 16800975 18446604468313457728 0 0 -1 5 0 0 0
[pid=28484/tid=28499] ppid=28482 vsize=15708152 CPUtime=1.23 cores=1,3,5,7
/proc/28484/task/28499/stat : 28499 (java) S 28482 28484 27945 0 -1 4202560 13727 0 0 0 122 1 0 0 15 0 22 0 519108379 16085147648 161887 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 5 0 0 0
[pid=28484/tid=28500] ppid=28482 vsize=15708152 CPUtime=0.61 cores=1,3,5,7
/proc/28484/task/28500/stat : 28500 (java) S 28482 28484 27945 0 -1 4202560 3941 0 0 0 61 0 0 0 15 0 22 0 519108379 16085147648 161887 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 1 0 0 0
[pid=28484/tid=28501] ppid=28482 vsize=15708152 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28501/stat : 28501 (java) S 28482 28484 27945 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 22 0 519108379 16085147648 161887 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 5 0 0 0
[pid=28484/tid=28502] ppid=28482 vsize=15708152 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28502/stat : 28502 (java) S 28482 28484 27945 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519108379 16085147648 161887 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256165376 0 4 0 16800975 18446604468313457728 0 0 -1 7 0 0 0

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

[pid=28484/tid=28495] ppid=28482 vsize=15773688 CPUtime=63.26 cores=1,3,5,7
/proc/28484/task/28495/stat : 28495 (java) S 28482 28484 27945 0 -1 4202560 159566 0 0 0 6307 19 0 0 15 0 22 0 519108377 16152256512 3866055 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256165376 0 0 0 16800975 18446604468313457728 0 0 -1 3 0 0 0
[pid=28484/tid=28496] ppid=28482 vsize=15773688 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28496/stat : 28496 (java) S 28482 28484 27945 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519108377 16152256512 3866055 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 1 0 0 0
[pid=28484/tid=28497] ppid=28482 vsize=15773688 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28497/stat : 28497 (java) S 28482 28484 27945 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 519108377 16152256512 3866055 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 7 0 0 0
[pid=28484/tid=28498] ppid=28482 vsize=15773688 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28498/stat : 28498 (java) S 28482 28484 27945 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 519108379 16152256512 3866055 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256172465 0 4 0 16800975 18446604468313457728 0 0 -1 5 0 0 0
[pid=28484/tid=28499] ppid=28482 vsize=15773688 CPUtime=2.16 cores=1,3,5,7
/proc/28484/task/28499/stat : 28499 (java) S 28482 28484 27945 0 -1 4202560 13823 0 0 0 215 1 0 0 15 0 22 0 519108379 16152256512 3866055 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 3 0 0 0
[pid=28484/tid=28500] ppid=28482 vsize=15773688 CPUtime=1.64 cores=1,3,5,7
/proc/28484/task/28500/stat : 28500 (java) S 28482 28484 27945 0 -1 4202560 12501 0 0 0 162 2 0 0 16 0 22 0 519108379 16152256512 3866055 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 1 0 0 0
[pid=28484/tid=28501] ppid=28482 vsize=15773688 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28501/stat : 28501 (java) S 28482 28484 27945 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 22 0 519108379 16152256512 3866055 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 5 0 0 0
[pid=28484/tid=28502] ppid=28482 vsize=15773688 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28502/stat : 28502 (java) S 28482 28484 27945 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 519108379 16152256512 3866055 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256165376 0 4 0 16800975 18446604468313457728 0 0 -1 1 0 0 0
[pid=28484/tid=28508] ppid=28482 vsize=15773688 CPUtime=1081.15 cores=1,3,5,7
/proc/28484/task/28508/stat : 28508 (java) R 28482 28484 27945 0 -1 4202560 16157 0 0 0 108113 2 0 0 25 0 22 0 519108686 16152256512 3866055 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 46912506547070 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28484/tid=28509] ppid=28482 vsize=15773688 CPUtime=1051.71 cores=1,3,5,7
/proc/28484/task/28509/stat : 28509 (java) R 28482 28484 27945 0 -1 4202560 46 0 0 0 105171 0 0 0 25 0 22 0 519108686 16152256512 3866055 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 46912506117948 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28484/tid=28510] ppid=28482 vsize=15773688 CPUtime=1088.99 cores=1,3,5,7
/proc/28484/task/28510/stat : 28510 (java) R 28482 28484 27945 0 -1 4202560 29197 0 0 0 108896 3 0 0 25 0 22 0 519108686 16152256512 3866055 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 46912506430954 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28484/tid=28511] ppid=28482 vsize=15773688 CPUtime=1063.39 cores=1,3,5,7
/proc/28484/task/28511/stat : 28511 (java) R 28482 28484 27945 0 -1 4202560 43 0 0 0 106339 0 0 0 25 0 22 0 519108686 16152256512 3866055 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 46912506118537 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4438.53
Current children cumulated vsize (KiB) 15773688

[startup+1242.3 s]
/proc/loadavg: 7.94 7.99 7.91 9/220 28595
/proc/meminfo: memFree=9241808/32951124 swapFree=67111364/67111528
[pid=28484] ppid=28482 vsize=15773688 CPUtime=4656.69 cores=1,3,5,7
/proc/28484/stat : 28484 (java) S 28482 28484 27945 0 -1 4202496 3936333 0 1 0 465085 584 0 0 21 0 22 0 519108375 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28484/statm: 3943422 3866056 2299 9 0 3934141 0
[pid=28484/tid=28485] ppid=28482 vsize=15773688 CPUtime=8.22 cores=1,3,5,7
/proc/28484/task/28485/stat : 28485 (java) S 28482 28484 27945 0 -1 4202560 127274 0 1 0 807 15 0 0 25 0 22 0 519108375 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 3 0 0 0
[pid=28484/tid=28487] ppid=28482 vsize=15773688 CPUtime=9.57 cores=1,3,5,7
/proc/28484/task/28487/stat : 28487 (java) S 28482 28484 27945 0 -1 4202560 489889 0 0 0 882 75 0 0 16 0 22 0 519108376 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 5 0 0 0
[pid=28484/tid=28488] ppid=28482 vsize=15773688 CPUtime=9.25 cores=1,3,5,7
/proc/28484/task/28488/stat : 28488 (java) S 28482 28484 27945 0 -1 4202560 422635 0 0 0 864 61 0 0 16 0 22 0 519108376 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 7 0 0 0
[pid=28484/tid=28489] ppid=28482 vsize=15773688 CPUtime=9.26 cores=1,3,5,7
/proc/28484/task/28489/stat : 28489 (java) S 28482 28484 27945 0 -1 4202560 381376 0 0 0 870 56 0 0 16 0 22 0 519108376 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 5 0 0 0
[pid=28484/tid=28490] ppid=28482 vsize=15773688 CPUtime=9.29 cores=1,3,5,7
/proc/28484/task/28490/stat : 28490 (java) S 28482 28484 27945 0 -1 4202560 415259 0 0 0 859 70 0 0 16 0 22 0 519108376 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 5 0 0 0
[pid=28484/tid=28491] ppid=28482 vsize=15773688 CPUtime=9.99 cores=1,3,5,7
/proc/28484/task/28491/stat : 28491 (java) S 28482 28484 27945 0 -1 4202560 466085 0 0 0 929 70 0 0 16 0 22 0 519108376 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 7 0 0 0
[pid=28484/tid=28492] ppid=28482 vsize=15773688 CPUtime=9.91 cores=1,3,5,7
/proc/28484/task/28492/stat : 28492 (java) S 28482 28484 27945 0 -1 4202560 463436 0 0 0 924 67 0 0 16 0 22 0 519108376 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 1 0 0 0
[pid=28484/tid=28493] ppid=28482 vsize=15773688 CPUtime=10.08 cores=1,3,5,7
/proc/28484/task/28493/stat : 28493 (java) S 28482 28484 27945 0 -1 4202560 416120 0 0 0 949 59 0 0 16 0 22 0 519108376 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 5 0 0 0
[pid=28484/tid=28494] ppid=28482 vsize=15773688 CPUtime=10.53 cores=1,3,5,7
/proc/28484/task/28494/stat : 28494 (java) S 28482 28484 27945 0 -1 4202560 521455 0 0 0 976 77 0 0 16 0 22 0 519108376 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 1 0 0 0
[pid=28484/tid=28495] ppid=28482 vsize=15773688 CPUtime=70.45 cores=1,3,5,7
/proc/28484/task/28495/stat : 28495 (java) S 28482 28484 27945 0 -1 4202560 159568 0 0 0 7026 19 0 0 18 0 22 0 519108377 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256165376 0 0 0 16800975 18446604468313457728 0 0 -1 3 0 0 0
[pid=28484/tid=28496] ppid=28482 vsize=15773688 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28496/stat : 28496 (java) S 28482 28484 27945 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519108377 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 1 0 0 0
[pid=28484/tid=28497] ppid=28482 vsize=15773688 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28497/stat : 28497 (java) S 28482 28484 27945 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 519108377 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 7 0 0 0
[pid=28484/tid=28498] ppid=28482 vsize=15773688 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28498/stat : 28498 (java) S 28482 28484 27945 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 519108379 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256172465 0 4 0 16800975 18446604468313457728 0 0 -1 5 0 0 0
[pid=28484/tid=28499] ppid=28482 vsize=15773688 CPUtime=2.18 cores=1,3,5,7
/proc/28484/task/28499/stat : 28499 (java) S 28482 28484 27945 0 -1 4202560 13825 0 0 0 217 1 0 0 15 0 22 0 519108379 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 3 0 0 0
[pid=28484/tid=28500] ppid=28482 vsize=15773688 CPUtime=1.64 cores=1,3,5,7
/proc/28484/task/28500/stat : 28500 (java) S 28482 28484 27945 0 -1 4202560 12501 0 0 0 162 2 0 0 16 0 22 0 519108379 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 1 0 0 0
[pid=28484/tid=28501] ppid=28482 vsize=15773688 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28501/stat : 28501 (java) S 28482 28484 27945 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 22 0 519108379 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 5 0 0 0
[pid=28484/tid=28502] ppid=28482 vsize=15773688 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28502/stat : 28502 (java) S 28482 28484 27945 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 519108379 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256165376 0 4 0 16800975 18446604468313457728 0 0 -1 1 0 0 0
[pid=28484/tid=28508] ppid=28482 vsize=15773688 CPUtime=1133.95 cores=1,3,5,7
/proc/28484/task/28508/stat : 28508 (java) R 28482 28484 27945 0 -1 4202560 16157 0 0 0 113393 2 0 0 25 0 22 0 519108686 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 46912506118468 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28484/tid=28509] ppid=28482 vsize=15773688 CPUtime=1104.24 cores=1,3,5,7
/proc/28484/task/28509/stat : 28509 (java) R 28482 28484 27945 0 -1 4202560 48 0 0 0 110424 0 0 0 25 0 22 0 519108686 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 46912505799104 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28484/tid=28510] ppid=28482 vsize=15773688 CPUtime=1141.79 cores=1,3,5,7
/proc/28484/task/28510/stat : 28510 (java) R 28482 28484 27945 0 -1 4202560 29201 0 0 0 114176 3 0 0 25 0 22 0 519108686 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 46912505974377 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28484/tid=28511] ppid=28482 vsize=15773688 CPUtime=1116.21 cores=1,3,5,7
/proc/28484/task/28511/stat : 28511 (java) R 28482 28484 27945 0 -1 4202560 45 0 0 0 111621 0 0 0 25 0 22 0 519108686 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 46912505799125 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4656.69
Current children cumulated vsize (KiB) 15773688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1280.9 s]
/proc/loadavg: 8.02 8.00 7.92 9/220 28596
/proc/meminfo: memFree=9471840/32951124 swapFree=67111364/67111528
[pid=28484] ppid=28482 vsize=15773688 CPUtime=4800.28 cores=1,3,5,7
/proc/28484/stat : 28484 (java) S 28482 28484 27945 0 -1 4202496 3936344 0 1 0 479444 584 0 0 21 0 22 0 519108375 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28484/statm: 3943422 3866056 2299 9 0 3934141 0
[pid=28484/tid=28485] ppid=28482 vsize=15773688 CPUtime=8.22 cores=1,3,5,7
/proc/28484/task/28485/stat : 28485 (java) S 28482 28484 27945 0 -1 4202560 127274 0 1 0 807 15 0 0 25 0 22 0 519108375 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 3 0 0 0
[pid=28484/tid=28487] ppid=28482 vsize=15773688 CPUtime=9.57 cores=1,3,5,7
/proc/28484/task/28487/stat : 28487 (java) S 28482 28484 27945 0 -1 4202560 489889 0 0 0 882 75 0 0 16 0 22 0 519108376 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 5 0 0 0
[pid=28484/tid=28488] ppid=28482 vsize=15773688 CPUtime=9.25 cores=1,3,5,7
/proc/28484/task/28488/stat : 28488 (java) S 28482 28484 27945 0 -1 4202560 422635 0 0 0 864 61 0 0 16 0 22 0 519108376 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 7 0 0 0
[pid=28484/tid=28489] ppid=28482 vsize=15773688 CPUtime=9.26 cores=1,3,5,7
/proc/28484/task/28489/stat : 28489 (java) S 28482 28484 27945 0 -1 4202560 381376 0 0 0 870 56 0 0 16 0 22 0 519108376 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 5 0 0 0
[pid=28484/tid=28490] ppid=28482 vsize=15773688 CPUtime=9.29 cores=1,3,5,7
/proc/28484/task/28490/stat : 28490 (java) S 28482 28484 27945 0 -1 4202560 415259 0 0 0 859 70 0 0 16 0 22 0 519108376 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 5 0 0 0
[pid=28484/tid=28491] ppid=28482 vsize=15773688 CPUtime=9.99 cores=1,3,5,7
/proc/28484/task/28491/stat : 28491 (java) S 28482 28484 27945 0 -1 4202560 466085 0 0 0 929 70 0 0 16 0 22 0 519108376 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 7 0 0 0
[pid=28484/tid=28492] ppid=28482 vsize=15773688 CPUtime=9.91 cores=1,3,5,7
/proc/28484/task/28492/stat : 28492 (java) S 28482 28484 27945 0 -1 4202560 463436 0 0 0 924 67 0 0 16 0 22 0 519108376 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 1 0 0 0
[pid=28484/tid=28493] ppid=28482 vsize=15773688 CPUtime=10.08 cores=1,3,5,7
/proc/28484/task/28493/stat : 28493 (java) S 28482 28484 27945 0 -1 4202560 416120 0 0 0 949 59 0 0 16 0 22 0 519108376 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 5 0 0 0
[pid=28484/tid=28494] ppid=28482 vsize=15773688 CPUtime=10.53 cores=1,3,5,7
/proc/28484/task/28494/stat : 28494 (java) S 28482 28484 27945 0 -1 4202560 521455 0 0 0 976 77 0 0 16 0 22 0 519108376 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 1 0 0 0
[pid=28484/tid=28495] ppid=28482 vsize=15773688 CPUtime=73.99 cores=1,3,5,7
/proc/28484/task/28495/stat : 28495 (java) S 28482 28484 27945 0 -1 4202560 159570 0 0 0 7380 19 0 0 15 0 22 0 519108377 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256165376 0 0 0 16800975 18446604468313457728 0 0 -1 3 0 0 0
[pid=28484/tid=28496] ppid=28482 vsize=15773688 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28496/stat : 28496 (java) S 28482 28484 27945 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519108377 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 1 0 0 0
[pid=28484/tid=28497] ppid=28482 vsize=15773688 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28497/stat : 28497 (java) S 28482 28484 27945 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 519108377 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 7 0 0 0
[pid=28484/tid=28498] ppid=28482 vsize=15773688 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28498/stat : 28498 (java) S 28482 28484 27945 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 519108379 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256172465 0 4 0 16800975 18446604468313457728 0 0 -1 5 0 0 0
[pid=28484/tid=28499] ppid=28482 vsize=15773688 CPUtime=2.18 cores=1,3,5,7
/proc/28484/task/28499/stat : 28499 (java) S 28482 28484 27945 0 -1 4202560 13825 0 0 0 217 1 0 0 15 0 22 0 519108379 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 3 0 0 0
[pid=28484/tid=28500] ppid=28482 vsize=15773688 CPUtime=1.64 cores=1,3,5,7
/proc/28484/task/28500/stat : 28500 (java) S 28482 28484 27945 0 -1 4202560 12501 0 0 0 162 2 0 0 16 0 22 0 519108379 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 1 0 0 0
[pid=28484/tid=28501] ppid=28482 vsize=15773688 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28501/stat : 28501 (java) S 28482 28484 27945 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 22 0 519108379 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256164761 0 4 0 16800975 18446604468313457728 0 0 -1 5 0 0 0
[pid=28484/tid=28502] ppid=28482 vsize=15773688 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28502/stat : 28502 (java) S 28482 28484 27945 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 22 0 519108379 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 228256165376 0 4 0 16800975 18446604468313457728 0 0 -1 1 0 0 0
[pid=28484/tid=28508] ppid=28482 vsize=15773688 CPUtime=1169.01 cores=1,3,5,7
/proc/28484/task/28508/stat : 28508 (java) R 28482 28484 27945 0 -1 4202560 16159 0 0 0 116899 2 0 0 25 0 22 0 519108686 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 46912506634096 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28484/tid=28509] ppid=28482 vsize=15773688 CPUtime=1139.11 cores=1,3,5,7
/proc/28484/task/28509/stat : 28509 (java) R 28482 28484 27945 0 -1 4202560 48 0 0 0 113911 0 0 0 25 0 22 0 519108686 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 46912506279021 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28484/tid=28510] ppid=28482 vsize=15773688 CPUtime=1176.85 cores=1,3,5,7
/proc/28484/task/28510/stat : 28510 (java) R 28482 28484 27945 0 -1 4202560 29202 0 0 0 117682 3 0 0 25 0 22 0 519108686 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 46912506430978 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28484/tid=28511] ppid=28482 vsize=15773688 CPUtime=1151.27 cores=1,3,5,7
/proc/28484/task/28511/stat : 28511 (java) R 28482 28484 27945 0 -1 4202560 47 0 0 0 115127 0 0 0 25 0 22 0 519108686 16152256512 3866056 33554432000 1073741824 1073778376 140735571594144 18446744073709551615 46912506118520 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 15773688

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

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

[startup+1281.1 s]
/proc/loadavg: 8.02 8.00 7.92 9/220 28596
/proc/meminfo: memFree=9471840/32951124 swapFree=67111364/67111528
[pid=28484] ppid=28482 vsize=0 CPUtime=4800.5 cores=1,3,5,7
/proc/28484/stat : 28484 (java) Z 28482 28484 27945 0 -1 4203548 3936371 0 1 0 479447 603 0 0 17 0 2 0 519108375 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28484/statm: 0 0 0 0 0 0 0
[pid=28484/tid=28511] ppid=28482 vsize=0 CPUtime=1151.46 cores=1,3,5,7
/proc/28484/task/28511/stat : 28511 (java) R 28482 28484 27945 0 -1 4203588 47 0 0 0 115128 18 0 0 25 0 2 0 519108686 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.5
Current children cumulated vsize (KiB) 0

[startup+1281.3 s]
/proc/loadavg: 8.02 8.00 7.92 9/220 28596
/proc/meminfo: memFree=9471840/32951124 swapFree=67111364/67111528
[pid=28484] ppid=28482 vsize=0 CPUtime=4800.7 cores=1,3,5,7
/proc/28484/stat : 28484 (java) Z 28482 28484 27945 0 -1 4203548 3936371 0 1 0 479447 623 0 0 17 0 2 0 519108375 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28484/statm: 0 0 0 0 0 0 0
[pid=28484/tid=28511] ppid=28482 vsize=0 CPUtime=1151.66 cores=1,3,5,7
/proc/28484/task/28511/stat : 28511 (java) R 28482 28484 27945 0 -1 4203588 47 0 0 0 115128 38 0 0 25 0 2 0 519108686 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.7
Current children cumulated vsize (KiB) 0

[startup+1281.4 s]
/proc/loadavg: 8.02 8.00 7.92 9/220 28596
/proc/meminfo: memFree=9471840/32951124 swapFree=67111364/67111528
[pid=28484] ppid=28482 vsize=0 CPUtime=4800.8 cores=1,3,5,7
/proc/28484/stat : 28484 (java) Z 28482 28484 27945 0 -1 4203548 3936371 0 1 0 479447 633 0 0 17 0 2 0 519108375 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28484/statm: 0 0 0 0 0 0 0
[pid=28484/tid=28511] ppid=28482 vsize=0 CPUtime=1151.76 cores=1,3,5,7
/proc/28484/task/28511/stat : 28511 (java) R 28482 28484 27945 0 -1 4203588 47 0 0 0 115128 48 0 0 25 0 2 0 519108686 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.8
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1281.46
CPU time (s): 4800.87
CPU user time (s): 4794.48
CPU system time (s): 6.39403
CPU usage (%): 374.639
Max. virtual memory (cumulated for all children) (KiB): 15773688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.48
system time used= 6.39403
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3936371
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= 32658
involuntary context switches= 60322

runsolver used 2.03769 second user time and 4.99724 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 13:05:04
IDJOB=3313345
IDBENCH=69601
IDSOLVER=1699
FILE ID=node136/3313345-1304075103
RUNJOBID= node136-1304075103-28448
PBS_JOBID= 13170482
Free space on /tmp= 72312 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT_RACE08/cnf/ibm-2004-23-k100.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313345-1304075103/watcher-3313345-1304075103 -o /tmp/evaluation-result-3313345-1304075103/solver-3313345-1304075103 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313345-1304075103.cnf

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

MD5SUM BENCH= 19bca29688c6d922941604b296beb49f
RANDOM SEED=1613355613

node136.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26153980 kB
Buffers:       1067620 kB
Cached:        5052208 kB
SwapCached:        100 kB
Active:         789008 kB
Inactive:      5455060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26153980 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           24044 kB
Writeback:           0 kB
AnonPages:      124428 kB
Mapped:          22772 kB
Slab:           487704 kB
PageTables:       4892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   787252 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= 72316 MiB
End job on node136 at 2011-04-29 13:26:27