Trace number 3311226

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.45 1203.48

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S969405384-096-UNKNOWN.cnf
MD5SUM6e345981a96012731da9bd2ce5420289
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark44.3013
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 530000
Number of clauses of size over 50

Solver Data

0.10/0.11	03:47 INFO : Reading from input HOME/instance-3311226-1304114627.cnf
0.62/0.46	Executor set job limit to 1000000
0.62/0.46	Executor set job limit to 1000000
0.62/0.46	Executor set job limit to 1000000
0.62/0.46	Executor set job limit to 1000000
0.62/0.46	Starting Executor!
0.62/0.46	Starting Executor!
0.62/0.46	Starting Executor!
0.62/0.46	Starting Executor!
2.03/1.08	03:48 INFO : 1500 variables remaining out of 1500
2.03/1.08	03:48 INFO : 180000 literals remaining out of 180000

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

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

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


[startup+0 s]
/proc/loadavg: 8.04 7.94 7.42 6/198 11052
/proc/meminfo: memFree=25520924/32951124 swapFree=67111348/67111528
[pid=11052] ppid=11050 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/11052/stat : 11052 (java) S 11050 11052 10849 0 -1 4202496 1425 0 0 0 0 0 0 0 25 0 2 0 503878025 27824128 894 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273419237 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/11052/statm: 6793 894 684 9 0 381 0
[pid=11052/tid=11053] ppid=11050 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11053/stat : 11053 (java) R 11050 11052 10849 0 -1 4202560 71 0 0 0 0 0 0 0 25 0 2 0 503878025 29065216 898 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254256692871 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0604951 s]
/proc/loadavg: 8.04 7.94 7.42 6/198 11052
/proc/meminfo: memFree=25520924/32951124 swapFree=67111348/67111528
[pid=11052] ppid=11050 vsize=15609780 CPUtime=0.04 cores=1,3,5,7
/proc/11052/stat : 11052 (java) S 11050 11052 10849 0 -1 4202496 4294 0 1 0 4 0 0 0 25 0 18 0 503878025 15984414720 3732 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11052/statm: 3902445 3732 1778 9 0 3893164 0
[pid=11052/tid=11053] ppid=11050 vsize=15609780 CPUtime=0.04 cores=1,3,5,7
/proc/11052/task/11053/stat : 11053 (java) R 11050 11052 10849 0 -1 4202560 2875 0 1 0 4 0 0 0 25 0 18 0 503878025 15984414720 3732 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 46912505170474 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15609780

[startup+0.100482 s]
/proc/loadavg: 8.04 7.94 7.42 6/198 11052
/proc/meminfo: memFree=25520924/32951124 swapFree=67111348/67111528
[pid=11052] ppid=11050 vsize=15676632 CPUtime=0.1 cores=1,3,5,7
/proc/11052/stat : 11052 (java) S 11050 11052 10849 0 -1 4202496 5655 0 1 0 9 1 0 0 25 0 18 0 503878025 16052871168 5045 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11052/statm: 3919158 5046 2117 9 0 3909877 0
[pid=11052/tid=11053] ppid=11050 vsize=15676632 CPUtime=0.09 cores=1,3,5,7
/proc/11052/task/11053/stat : 11053 (java) R 11050 11052 10849 0 -1 4202560 3496 0 1 0 8 1 0 0 18 0 18 0 503878025 16052871168 5046 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 47970751251203 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676632

[startup+0.300462 s]
/proc/loadavg: 8.04 7.94 7.42 6/198 11052
/proc/meminfo: memFree=25520924/32951124 swapFree=67111348/67111528
[pid=11052] ppid=11050 vsize=15681756 CPUtime=0.52 cores=1,3,5,7
/proc/11052/stat : 11052 (java) S 11050 11052 10849 0 -1 4202496 16028 0 1 0 49 3 0 0 25 0 18 0 503878025 16058118144 14209 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11052/statm: 3920439 14217 2206 9 0 3911158 0
[pid=11052/tid=11053] ppid=11050 vsize=15681756 CPUtime=0.28 cores=1,3,5,7
/proc/11052/task/11053/stat : 11053 (java) R 11050 11052 10849 0 -1 4202560 10894 0 1 0 27 1 0 0 18 0 18 0 503878025 16058118144 14220 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 46912505640979 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15681756

[startup+0.700341 s]
/proc/loadavg: 8.04 7.94 7.42 6/198 11052
/proc/meminfo: memFree=25520924/32951124 swapFree=67111348/67111528
[pid=11052] ppid=11050 vsize=15685868 CPUtime=1.16 cores=1,3,5,7
/proc/11052/stat : 11052 (java) S 11050 11052 10849 0 -1 4202496 46478 0 1 0 109 7 0 0 25 0 22 0 503878025 16062328832 42997 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11052/statm: 3921467 42997 2247 9 0 3912186 0
[pid=11052/tid=11053] ppid=11050 vsize=15685868 CPUtime=0.68 cores=1,3,5,7
/proc/11052/task/11053/stat : 11053 (java) R 11050 11052 10849 0 -1 4202560 35642 0 1 0 63 5 0 0 19 0 22 0 503878025 16062328832 42997 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 46912505164132 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 15685868

[startup+1.5012 s]
/proc/loadavg: 8.03 7.94 7.42 8/220 11074
/proc/meminfo: memFree=25068832/32951124 swapFree=67111348/67111528
[pid=11052] ppid=11050 vsize=15695076 CPUtime=3.5 cores=1,3,5,7
/proc/11052/stat : 11052 (java) S 11050 11052 10849 0 -1 4202496 59228 0 1 0 341 9 0 0 25 0 22 0 503878025 16071757824 52419 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11052/statm: 3923769 52419 2274 9 0 3914488 0
[pid=11052/tid=11053] ppid=11050 vsize=15695076 CPUtime=1.06 cores=1,3,5,7
/proc/11052/task/11053/stat : 11053 (java) S 11050 11052 10849 0 -1 4202560 35714 0 1 0 101 5 0 0 19 0 22 0 503878025 16071757824 52419 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 5 0 0 0
[pid=11052/tid=11055] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11055/stat : 11055 (java) S 11050 11052 10849 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 503878026 16071757824 52419 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 7 0 0 0
[pid=11052/tid=11056] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11056/stat : 11056 (java) S 11050 11052 10849 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 503878026 16071757824 52419 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 5 0 0 0
[pid=11052/tid=11057] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11057/stat : 11057 (java) S 11050 11052 10849 0 -1 4202560 1168 0 0 0 0 0 0 0 18 0 22 0 503878026 16071757824 52419 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 5 0 0 0
[pid=11052/tid=11058] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11058/stat : 11058 (java) S 11050 11052 10849 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 22 0 503878026 16071757824 52419 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 1 0 0 0
[pid=11052/tid=11059] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11059/stat : 11059 (java) R 11050 11052 10849 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 22 0 503878026 16071757824 52419 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11052/tid=11060] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11060/stat : 11060 (java) R 11050 11052 10849 0 -1 4202560 1504 0 0 0 0 0 0 0 18 0 22 0 503878026 16071757824 52419 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273433542 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11052/tid=11061] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11061/stat : 11061 (java) S 11050 11052 10849 0 -1 4202560 1204 0 0 0 0 0 0 0 18 0 22 0 503878026 16071757824 52419 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 1 0 0 0
[pid=11052/tid=11062] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11062/stat : 11062 (java) S 11050 11052 10849 0 -1 4202560 1228 0 0 0 0 0 0 0 18 0 22 0 503878026 16071757824 52419 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 7 0 0 0
[pid=11052/tid=11063] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11063/stat : 11063 (java) S 11050 11052 10849 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 503878027 16071757824 52419 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273433088 0 0 0 16800975 18446604471119553600 0 0 -1 3 0 0 0
[pid=11052/tid=11064] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11064/stat : 11064 (java) R 11050 11052 10849 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 503878027 16071757824 52419 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11052/tid=11065] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11065/stat : 11065 (java) S 11050 11052 10849 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 503878027 16071757824 52419 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 7 0 0 0
[pid=11052/tid=11066] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11066/stat : 11066 (java) S 11050 11052 10849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503878029 16071757824 52419 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273440177 0 4 0 16800975 18446604471119553600 0 0 -1 7 0 0 0
[pid=11052/tid=11067] ppid=11050 vsize=15695076 CPUtime=0.64 cores=1,3,5,7
/proc/11052/task/11067/stat : 11067 (java) R 11050 11052 10849 0 -1 4202560 4863 0 0 0 64 0 0 0 23 0 22 0 503878029 16071757824 52419 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11052/tid=11068] ppid=11050 vsize=15695076 CPUtime=0.8 cores=1,3,5,7
/proc/11052/task/11068/stat : 11068 (java) S 11050 11052 10849 0 -1 4202560 12085 0 0 0 79 1 0 0 25 0 22 0 503878029 16071757824 52419 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 7 0 0 0
[pid=11052/tid=11069] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11069/stat : 11069 (java) S 11050 11052 10849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503878029 16071757824 52419 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 7 0 0 0
[pid=11052/tid=11070] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11070/stat : 11070 (java) S 11050 11052 10849 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 503878029 16071757824 52419 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273433088 0 4 0 16800975 18446604471119553600 0 0 -1 5 0 0 0
[pid=11052/tid=11071] ppid=11050 vsize=15695076 CPUtime=0.3 cores=1,3,5,7
/proc/11052/task/11071/stat : 11071 (java) R 11050 11052 10849 0 -1 4202560 31 0 0 0 30 0 0 0 16 0 22 0 503878071 16071757824 52419 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 46912506141504 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11052/tid=11072] ppid=11050 vsize=15695076 CPUtime=0.14 cores=1,3,5,7
/proc/11052/task/11072/stat : 11072 (java) R 11050 11052 10849 0 -1 4202560 10 0 0 0 14 0 0 0 16 0 22 0 503878071 16071757824 52419 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 46912506048085 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11052/tid=11073] ppid=11050 vsize=15695076 CPUtime=0.24 cores=1,3,5,7
/proc/11052/task/11073/stat : 11073 (java) R 11050 11052 10849 0 -1 4202560 7 0 0 0 24 0 0 0 16 0 22 0 503878071 16071757824 52419 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 46912505831261 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11052/tid=11074] ppid=11050 vsize=15695076 CPUtime=0.24 cores=1,3,5,7
/proc/11052/task/11074/stat : 11074 (java) R 11050 11052 10849 0 -1 4202560 8 0 0 0 24 0 0 0 16 0 22 0 503878071 16071757824 52419 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 46912506089512 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 15695076

[startup+3.10092 s]
/proc/loadavg: 8.03 7.94 7.42 10/220 11074
/proc/meminfo: memFree=24992448/32951124 swapFree=67111348/67111528
[pid=11052] ppid=11050 vsize=15695076 CPUtime=9.86 cores=1,3,5,7
/proc/11052/stat : 11052 (java) S 11050 11052 10849 0 -1 4202496 122097 0 1 0 967 19 0 0 25 0 22 0 503878025 16071757824 115087 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11052/statm: 3923769 115087 2274 9 0 3914488 0
[pid=11052/tid=11053] ppid=11050 vsize=15695076 CPUtime=1.06 cores=1,3,5,7
/proc/11052/task/11053/stat : 11053 (java) S 11050 11052 10849 0 -1 4202560 35714 0 1 0 101 5 0 0 19 0 22 0 503878025 16071757824 115087 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 5 0 0 0
[pid=11052/tid=11055] ppid=11050 vsize=15695076 CPUtime=0.02 cores=1,3,5,7
/proc/11052/task/11055/stat : 11055 (java) S 11050 11052 10849 0 -1 4202560 6985 0 0 0 1 1 0 0 15 0 22 0 503878026 16071757824 115087 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 7 0 0 0
[pid=11052/tid=11056] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11056/stat : 11056 (java) S 11050 11052 10849 0 -1 4202560 3627 0 0 0 0 0 0 0 16 0 22 0 503878026 16071757824 115087 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 3 0 0 0
[pid=11052/tid=11057] ppid=11050 vsize=15695076 CPUtime=0.02 cores=1,3,5,7
/proc/11052/task/11057/stat : 11057 (java) S 11050 11052 10849 0 -1 4202560 6248 0 0 0 1 1 0 0 15 0 22 0 503878026 16071757824 115087 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 3 0 0 0
[pid=11052/tid=11058] ppid=11050 vsize=15695076 CPUtime=0.01 cores=1,3,5,7
/proc/11052/task/11058/stat : 11058 (java) S 11050 11052 10849 0 -1 4202560 3845 0 0 0 1 0 0 0 15 0 22 0 503878026 16071757824 115087 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 3 0 0 0
[pid=11052/tid=11059] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11059/stat : 11059 (java) S 11050 11052 10849 0 -1 4202560 3249 0 0 0 0 0 0 0 16 0 22 0 503878026 16071757824 115087 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 5 0 0 0
[pid=11052/tid=11060] ppid=11050 vsize=15695076 CPUtime=0.02 cores=1,3,5,7
/proc/11052/task/11060/stat : 11060 (java) S 11050 11052 10849 0 -1 4202560 6971 0 0 0 1 1 0 0 16 0 22 0 503878026 16071757824 115087 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 1 0 0 0
[pid=11052/tid=11061] ppid=11050 vsize=15695076 CPUtime=0.02 cores=1,3,5,7
/proc/11052/task/11061/stat : 11061 (java) S 11050 11052 10849 0 -1 4202560 8222 0 0 0 1 1 0 0 16 0 22 0 503878026 16071757824 115087 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 7 0 0 0
[pid=11052/tid=11062] ppid=11050 vsize=15695076 CPUtime=0.02 cores=1,3,5,7
/proc/11052/task/11062/stat : 11062 (java) S 11050 11052 10849 0 -1 4202560 6742 0 0 0 1 1 0 0 15 0 22 0 503878026 16071757824 115087 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 5 0 0 0
[pid=11052/tid=11063] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11063/stat : 11063 (java) S 11050 11052 10849 0 -1 4202560 247 0 0 0 0 0 0 0 15 0 22 0 503878027 16071757824 115087 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273433088 0 0 0 16800975 18446604471119553600 0 0 -1 5 0 0 0
[pid=11052/tid=11064] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11064/stat : 11064 (java) S 11050 11052 10849 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 503878027 16071757824 115087 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 5 0 0 0
[pid=11052/tid=11065] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11065/stat : 11065 (java) S 11050 11052 10849 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 503878027 16071757824 115087 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 5 0 0 0
[pid=11052/tid=11066] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11066/stat : 11066 (java) S 11050 11052 10849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503878029 16071757824 115087 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273440177 0 4 0 16800975 18446604471119553600 0 0 -1 7 0 0 0
[pid=11052/tid=11067] ppid=11050 vsize=15695076 CPUtime=0.69 cores=1,3,5,7
/proc/11052/task/11067/stat : 11067 (java) R 11050 11052 10849 0 -1 4202560 4873 0 0 0 69 0 0 0 20 0 22 0 503878029 16071757824 115087 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273442485 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11052/tid=11068] ppid=11050 vsize=15695076 CPUtime=0.8 cores=1,3,5,7
/proc/11052/task/11068/stat : 11068 (java) R 11050 11052 10849 0 -1 4202560 12087 0 0 0 79 1 0 0 21 0 22 0 503878029 16071757824 115087 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11052/tid=11069] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11069/stat : 11069 (java) S 11050 11052 10849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503878029 16071757824 115087 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 7 0 0 0
[pid=11052/tid=11070] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11070/stat : 11070 (java) S 11050 11052 10849 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 503878029 16071757824 115087 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273433088 0 4 0 16800975 18446604471119553600 0 0 -1 5 0 0 0
[pid=11052/tid=11071] ppid=11050 vsize=15695076 CPUtime=1.79 cores=1,3,5,7
/proc/11052/task/11071/stat : 11071 (java) R 11050 11052 10849 0 -1 4202560 5098 0 0 0 179 0 0 0 16 0 22 0 503878071 16071757824 115087 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 46912505920179 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11052/tid=11072] ppid=11050 vsize=15695076 CPUtime=1.68 cores=1,3,5,7
/proc/11052/task/11072/stat : 11072 (java) R 11050 11052 10849 0 -1 4202560 5478 0 0 0 168 0 0 0 17 0 22 0 503878071 16071757824 115087 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 46912506048136 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11052/tid=11073] ppid=11050 vsize=15695076 CPUtime=1.79 cores=1,3,5,7
/proc/11052/task/11073/stat : 11073 (java) R 11050 11052 10849 0 -1 4202560 5781 0 0 0 178 1 0 0 17 0 22 0 503878071 16071757824 115087 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 46912505849945 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11052/tid=11074] ppid=11050 vsize=15695076 CPUtime=1.79 cores=1,3,5,7
/proc/11052/task/11074/stat : 11074 (java) R 11050 11052 10849 0 -1 4202560 5543 0 0 0 179 0 0 0 17 0 22 0 503878071 16071757824 115087 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 46912505850018 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.86
Current children cumulated vsize (KiB) 15695076

[startup+6.30136 s]
/proc/loadavg: 8.03 7.94 7.42 9/220 11074
/proc/meminfo: memFree=23611660/32951124 swapFree=67111348/67111528
[pid=11052] ppid=11050 vsize=15695076 CPUtime=22.62 cores=1,3,5,7
/proc/11052/stat : 11052 (java) S 11050 11052 10849 0 -1 4202496 306237 0 1 0 2218 44 0 0 25 0 22 0 503878025 16071757824 299040 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11052/statm: 3923769 299044 2274 9 0 3914488 0
[pid=11052/tid=11053] ppid=11050 vsize=15695076 CPUtime=1.06 cores=1,3,5,7
/proc/11052/task/11053/stat : 11053 (java) S 11050 11052 10849 0 -1 4202560 35714 0 1 0 101 5 0 0 19 0 22 0 503878025 16071757824 299045 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 5 0 0 0
[pid=11052/tid=11055] ppid=11050 vsize=15695076 CPUtime=0.04 cores=1,3,5,7
/proc/11052/task/11055/stat : 11055 (java) S 11050 11052 10849 0 -1 4202560 15022 0 0 0 2 2 0 0 16 0 22 0 503878026 16071757824 299047 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 7 0 0 0
[pid=11052/tid=11056] ppid=11050 vsize=15695076 CPUtime=0.02 cores=1,3,5,7
/proc/11052/task/11056/stat : 11056 (java) S 11050 11052 10849 0 -1 4202560 8877 0 0 0 1 1 0 0 15 0 22 0 503878026 16071757824 299048 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 3 0 0 0
[pid=11052/tid=11057] ppid=11050 vsize=15695076 CPUtime=0.04 cores=1,3,5,7
/proc/11052/task/11057/stat : 11057 (java) S 11050 11052 10849 0 -1 4202560 13707 0 0 0 2 2 0 0 16 0 22 0 503878026 16071757824 299049 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 3 0 0 0
[pid=11052/tid=11058] ppid=11050 vsize=15695076 CPUtime=0.03 cores=1,3,5,7
/proc/11052/task/11058/stat : 11058 (java) S 11050 11052 10849 0 -1 4202560 11378 0 0 0 2 1 0 0 16 0 22 0 503878026 16071757824 299051 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 1 0 0 0
[pid=11052/tid=11059] ppid=11050 vsize=15695076 CPUtime=0.02 cores=1,3,5,7
/proc/11052/task/11059/stat : 11059 (java) S 11050 11052 10849 0 -1 4202560 7767 0 0 0 2 0 0 0 15 0 22 0 503878026 16071757824 299052 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 1 0 0 0
[pid=11052/tid=11060] ppid=11050 vsize=15695076 CPUtime=0.02 cores=1,3,5,7
/proc/11052/task/11060/stat : 11060 (java) S 11050 11052 10849 0 -1 4202560 6971 0 0 0 1 1 0 0 15 0 22 0 503878026 16071757824 299053 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 1 0 0 0
[pid=11052/tid=11061] ppid=11050 vsize=15695076 CPUtime=0.07 cores=1,3,5,7
/proc/11052/task/11061/stat : 11061 (java) S 11050 11052 10849 0 -1 4202560 20820 0 0 0 3 4 0 0 16 0 22 0 503878026 16071757824 299055 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 5 0 0 0
[pid=11052/tid=11062] ppid=11050 vsize=15695076 CPUtime=0.03 cores=1,3,5,7
/proc/11052/task/11062/stat : 11062 (java) S 11050 11052 10849 0 -1 4202560 11794 0 0 0 2 1 0 0 15 0 22 0 503878026 16071757824 299056 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 5 0 0 0

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

[pid=11052/tid=11072] ppid=11050 vsize=15695076 CPUtime=1054.61 cores=1,3,5,7
/proc/11052/task/11072/stat : 11072 (java) R 11050 11052 10849 0 -1 4202560 260926 0 0 0 105431 30 0 0 25 0 22 0 503878071 16071757824 391829 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 46912505744654 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11052/tid=11073] ppid=11050 vsize=15695076 CPUtime=1052.59 cores=1,3,5,7
/proc/11052/task/11073/stat : 11073 (java) R 11050 11052 10849 0 -1 4202560 241840 0 0 0 105224 35 0 0 25 0 22 0 503878071 16071757824 391829 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 46912505886863 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11052/tid=11074] ppid=11050 vsize=15695076 CPUtime=1055.2 cores=1,3,5,7
/proc/11052/task/11074/stat : 11074 (java) R 11050 11052 10849 0 -1 4202560 249978 0 0 0 105489 31 0 0 25 0 22 0 503878071 16071757824 391829 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 46912505601211 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4237.31
Current children cumulated vsize (KiB) 15695076

[startup+1122.3 s]
/proc/loadavg: 5.01 5.25 6.08 6/220 11104
/proc/meminfo: memFree=12467176/32951124 swapFree=67111348/67111528
[pid=11052] ppid=11050 vsize=15695076 CPUtime=4476.66 cores=1,3,5,7
/proc/11052/stat : 11052 (java) S 11050 11052 10849 0 -1 4202496 2247057 0 1 0 447299 367 0 0 25 0 22 0 503878025 16071757824 463206 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11052/statm: 3923769 463206 2298 9 0 3914488 0
[pid=11052/tid=11053] ppid=11050 vsize=15695076 CPUtime=1.06 cores=1,3,5,7
/proc/11052/task/11053/stat : 11053 (java) S 11050 11052 10849 0 -1 4202560 35714 0 1 0 101 5 0 0 19 0 22 0 503878025 16071757824 463206 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 5 0 0 0
[pid=11052/tid=11055] ppid=11050 vsize=15695076 CPUtime=2.03 cores=1,3,5,7
/proc/11052/task/11055/stat : 11055 (java) S 11050 11052 10849 0 -1 4202560 127746 0 0 0 182 21 0 0 15 0 22 0 503878026 16071757824 463206 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 1 0 0 0
[pid=11052/tid=11056] ppid=11050 vsize=15695076 CPUtime=1.94 cores=1,3,5,7
/proc/11052/task/11056/stat : 11056 (java) S 11050 11052 10849 0 -1 4202560 118345 0 0 0 174 20 0 0 16 0 22 0 503878026 16071757824 463206 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 7 0 0 0
[pid=11052/tid=11057] ppid=11050 vsize=15695076 CPUtime=2.11 cores=1,3,5,7
/proc/11052/task/11057/stat : 11057 (java) S 11050 11052 10849 0 -1 4202560 166003 0 0 0 183 28 0 0 15 0 22 0 503878026 16071757824 463206 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 7 0 0 0
[pid=11052/tid=11058] ppid=11050 vsize=15695076 CPUtime=2.19 cores=1,3,5,7
/proc/11052/task/11058/stat : 11058 (java) S 11050 11052 10849 0 -1 4202560 141878 0 0 0 195 24 0 0 15 0 22 0 503878026 16071757824 463206 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 1 0 0 0
[pid=11052/tid=11059] ppid=11050 vsize=15695076 CPUtime=1.95 cores=1,3,5,7
/proc/11052/task/11059/stat : 11059 (java) S 11050 11052 10849 0 -1 4202560 99088 0 0 0 180 15 0 0 16 0 22 0 503878026 16071757824 463206 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 1 0 0 0
[pid=11052/tid=11060] ppid=11050 vsize=15695076 CPUtime=1.98 cores=1,3,5,7
/proc/11052/task/11060/stat : 11060 (java) S 11050 11052 10849 0 -1 4202560 127656 0 0 0 176 22 0 0 16 0 22 0 503878026 16071757824 463206 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 5 0 0 0
[pid=11052/tid=11061] ppid=11050 vsize=15695076 CPUtime=2.27 cores=1,3,5,7
/proc/11052/task/11061/stat : 11061 (java) S 11050 11052 10849 0 -1 4202560 175267 0 0 0 197 30 0 0 16 0 22 0 503878026 16071757824 463206 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 3 0 0 0
[pid=11052/tid=11062] ppid=11050 vsize=15695076 CPUtime=2.29 cores=1,3,5,7
/proc/11052/task/11062/stat : 11062 (java) S 11050 11052 10849 0 -1 4202560 153174 0 0 0 204 25 0 0 15 0 22 0 503878026 16071757824 463206 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 7 0 0 0
[pid=11052/tid=11063] ppid=11050 vsize=15695076 CPUtime=0.84 cores=1,3,5,7
/proc/11052/task/11063/stat : 11063 (java) S 11050 11052 10849 0 -1 4202560 13414 0 0 0 51 33 0 0 16 0 22 0 503878027 16071757824 463206 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273433088 0 0 0 16800975 18446604471119553600 0 0 -1 3 0 0 0
[pid=11052/tid=11064] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11064/stat : 11064 (java) S 11050 11052 10849 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 503878027 16071757824 463206 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 5 0 0 0
[pid=11052/tid=11065] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11065/stat : 11065 (java) S 11050 11052 10849 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 503878027 16071757824 463206 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 5 0 0 0
[pid=11052/tid=11066] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11066/stat : 11066 (java) S 11050 11052 10849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503878029 16071757824 463206 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273440177 0 4 0 16800975 18446604471119553600 0 0 -1 7 0 0 0
[pid=11052/tid=11067] ppid=11050 vsize=15695076 CPUtime=1.09 cores=1,3,5,7
/proc/11052/task/11067/stat : 11067 (java) S 11050 11052 10849 0 -1 4202560 4928 0 0 0 109 0 0 0 16 0 22 0 503878029 16071757824 463206 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 1 0 0 0
[pid=11052/tid=11068] ppid=11050 vsize=15695076 CPUtime=0.98 cores=1,3,5,7
/proc/11052/task/11068/stat : 11068 (java) S 11050 11052 10849 0 -1 4202560 12123 0 0 0 97 1 0 0 15 0 22 0 503878029 16071757824 463206 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 7 0 0 0
[pid=11052/tid=11069] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11069/stat : 11069 (java) S 11050 11052 10849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503878029 16071757824 463206 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 7 0 0 0
[pid=11052/tid=11070] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11070/stat : 11070 (java) S 11050 11052 10849 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 503878029 16071757824 463206 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273433088 0 4 0 16800975 18446604471119553600 0 0 -1 7 0 0 0
[pid=11052/tid=11071] ppid=11050 vsize=15695076 CPUtime=1114.68 cores=1,3,5,7
/proc/11052/task/11071/stat : 11071 (java) R 11050 11052 10849 0 -1 4202560 270935 0 0 0 111435 33 0 0 25 0 22 0 503878071 16071757824 463206 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 46912505584248 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11052/tid=11072] ppid=11050 vsize=15695076 CPUtime=1114.2 cores=1,3,5,7
/proc/11052/task/11072/stat : 11072 (java) R 11050 11052 10849 0 -1 4202560 275999 0 0 0 111389 31 0 0 25 0 22 0 503878071 16071757824 463206 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 46912505712425 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11052/tid=11073] ppid=11050 vsize=15695076 CPUtime=1112.09 cores=1,3,5,7
/proc/11052/task/11073/stat : 11073 (java) R 11050 11052 10849 0 -1 4202560 256620 0 0 0 111173 36 0 0 25 0 22 0 503878071 16071757824 463206 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 46912505920201 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11052/tid=11074] ppid=11050 vsize=15695076 CPUtime=1114.79 cores=1,3,5,7
/proc/11052/task/11074/stat : 11074 (java) R 11050 11052 10849 0 -1 4202560 266716 0 0 0 111446 33 0 0 25 0 22 0 503878071 16071757824 463206 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 46912505744202 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4476.66
Current children cumulated vsize (KiB) 15695076

[startup+1182.3 s]
/proc/loadavg: 5.09 5.23 6.02 6/220 11106
/proc/meminfo: memFree=12718072/32951124 swapFree=67111348/67111528
[pid=11052] ppid=11050 vsize=15695076 CPUtime=4716.13 cores=1,3,5,7
/proc/11052/stat : 11052 (java) S 11050 11052 10849 0 -1 4202496 2319943 0 1 0 471233 380 0 0 25 0 22 0 503878025 16071757824 396406 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11052/statm: 3923769 396406 2298 9 0 3914488 0
[pid=11052/tid=11053] ppid=11050 vsize=15695076 CPUtime=1.06 cores=1,3,5,7
/proc/11052/task/11053/stat : 11053 (java) S 11050 11052 10849 0 -1 4202560 35714 0 1 0 101 5 0 0 19 0 22 0 503878025 16071757824 396406 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 5 0 0 0
[pid=11052/tid=11055] ppid=11050 vsize=15695076 CPUtime=2.16 cores=1,3,5,7
/proc/11052/task/11055/stat : 11055 (java) S 11050 11052 10849 0 -1 4202560 129729 0 0 0 195 21 0 0 16 0 22 0 503878026 16071757824 396406 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 7 0 0 0
[pid=11052/tid=11056] ppid=11050 vsize=15695076 CPUtime=2.08 cores=1,3,5,7
/proc/11052/task/11056/stat : 11056 (java) S 11050 11052 10849 0 -1 4202560 125881 0 0 0 187 21 0 0 16 0 22 0 503878026 16071757824 396406 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 5 0 0 0
[pid=11052/tid=11057] ppid=11050 vsize=15695076 CPUtime=2.28 cores=1,3,5,7
/proc/11052/task/11057/stat : 11057 (java) S 11050 11052 10849 0 -1 4202560 175820 0 0 0 198 30 0 0 16 0 22 0 503878026 16071757824 396406 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 1 0 0 0
[pid=11052/tid=11058] ppid=11050 vsize=15695076 CPUtime=2.37 cores=1,3,5,7
/proc/11052/task/11058/stat : 11058 (java) S 11050 11052 10849 0 -1 4202560 147282 0 0 0 212 25 0 0 15 0 22 0 503878026 16071757824 396406 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 1 0 0 0
[pid=11052/tid=11059] ppid=11050 vsize=15695076 CPUtime=2.09 cores=1,3,5,7
/proc/11052/task/11059/stat : 11059 (java) S 11050 11052 10849 0 -1 4202560 101592 0 0 0 193 16 0 0 15 0 22 0 503878026 16071757824 396406 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 1 0 0 0
[pid=11052/tid=11060] ppid=11050 vsize=15695076 CPUtime=2.13 cores=1,3,5,7
/proc/11052/task/11060/stat : 11060 (java) S 11050 11052 10849 0 -1 4202560 132496 0 0 0 190 23 0 0 15 0 22 0 503878026 16071757824 396406 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 5 0 0 0
[pid=11052/tid=11061] ppid=11050 vsize=15695076 CPUtime=2.4 cores=1,3,5,7
/proc/11052/task/11061/stat : 11061 (java) S 11050 11052 10849 0 -1 4202560 179800 0 0 0 210 30 0 0 16 0 22 0 503878026 16071757824 396406 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 5 0 0 0
[pid=11052/tid=11062] ppid=11050 vsize=15695076 CPUtime=2.43 cores=1,3,5,7
/proc/11052/task/11062/stat : 11062 (java) S 11050 11052 10849 0 -1 4202560 158550 0 0 0 218 25 0 0 15 0 22 0 503878026 16071757824 396406 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 7 0 0 0
[pid=11052/tid=11063] ppid=11050 vsize=15695076 CPUtime=0.88 cores=1,3,5,7
/proc/11052/task/11063/stat : 11063 (java) S 11050 11052 10849 0 -1 4202560 13598 0 0 0 52 36 0 0 15 0 22 0 503878027 16071757824 396406 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273433088 0 0 0 16800975 18446604471119553600 0 0 -1 3 0 0 0
[pid=11052/tid=11064] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11064/stat : 11064 (java) S 11050 11052 10849 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 503878027 16071757824 396406 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 5 0 0 0
[pid=11052/tid=11065] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11065/stat : 11065 (java) S 11050 11052 10849 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 503878027 16071757824 396406 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 5 0 0 0
[pid=11052/tid=11066] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11066/stat : 11066 (java) S 11050 11052 10849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503878029 16071757824 396406 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273440177 0 4 0 16800975 18446604471119553600 0 0 -1 7 0 0 0
[pid=11052/tid=11067] ppid=11050 vsize=15695076 CPUtime=1.09 cores=1,3,5,7
/proc/11052/task/11067/stat : 11067 (java) S 11050 11052 10849 0 -1 4202560 4928 0 0 0 109 0 0 0 16 0 22 0 503878029 16071757824 396406 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 1 0 0 0
[pid=11052/tid=11068] ppid=11050 vsize=15695076 CPUtime=0.98 cores=1,3,5,7
/proc/11052/task/11068/stat : 11068 (java) S 11050 11052 10849 0 -1 4202560 12123 0 0 0 97 1 0 0 15 0 22 0 503878029 16071757824 396406 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 7 0 0 0
[pid=11052/tid=11069] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11069/stat : 11069 (java) S 11050 11052 10849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503878029 16071757824 396406 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 7 0 0 0
[pid=11052/tid=11070] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11070/stat : 11070 (java) S 11050 11052 10849 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 503878029 16071757824 396406 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273433088 0 4 0 16800975 18446604471119553600 0 0 -1 3 0 0 0
[pid=11052/tid=11071] ppid=11050 vsize=15695076 CPUtime=1174.32 cores=1,3,5,7
/proc/11052/task/11071/stat : 11071 (java) R 11050 11052 10849 0 -1 4202560 276417 0 0 0 117399 33 0 0 25 0 22 0 503878071 16071757824 396406 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 46912506213468 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11052/tid=11072] ppid=11050 vsize=15695076 CPUtime=1173.85 cores=1,3,5,7
/proc/11052/task/11072/stat : 11072 (java) R 11050 11052 10849 0 -1 4202560 280527 0 0 0 117353 32 0 0 25 0 22 0 503878071 16071757824 396406 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11052/tid=11073] ppid=11050 vsize=15695076 CPUtime=1171.42 cores=1,3,5,7
/proc/11052/task/11073/stat : 11073 (java) R 11050 11052 10849 0 -1 4202560 262077 0 0 0 117105 37 0 0 25 0 22 0 503878071 16071757824 396406 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 46912506084482 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11052/tid=11074] ppid=11050 vsize=15695076 CPUtime=1174.43 cores=1,3,5,7
/proc/11052/task/11074/stat : 11074 (java) R 11050 11052 10849 0 -1 4202560 281956 0 0 0 117408 35 0 0 25 0 22 0 503878071 16071757824 396406 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 46912505601205 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4716.13
Current children cumulated vsize (KiB) 15695076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.41 s]
/proc/loadavg: 5.06 5.22 6.00 6/220 11106
/proc/meminfo: memFree=12880648/32951124 swapFree=67111348/67111528
[pid=11052] ppid=11050 vsize=15695076 CPUtime=4800.35 cores=1,3,5,7
/proc/11052/stat : 11052 (java) S 11050 11052 10849 0 -1 4202496 2334167 0 1 0 479651 384 0 0 25 0 22 0 503878025 16071757824 360190 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11052/statm: 3923769 360190 2298 9 0 3914488 0
[pid=11052/tid=11053] ppid=11050 vsize=15695076 CPUtime=1.06 cores=1,3,5,7
/proc/11052/task/11053/stat : 11053 (java) S 11050 11052 10849 0 -1 4202560 35714 0 1 0 101 5 0 0 19 0 22 0 503878025 16071757824 360190 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 5 0 0 0
[pid=11052/tid=11055] ppid=11050 vsize=15695076 CPUtime=2.24 cores=1,3,5,7
/proc/11052/task/11055/stat : 11055 (java) S 11050 11052 10849 0 -1 4202560 131614 0 0 0 203 21 0 0 16 0 22 0 503878026 16071757824 360190 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 1 0 0 0
[pid=11052/tid=11056] ppid=11050 vsize=15695076 CPUtime=2.16 cores=1,3,5,7
/proc/11052/task/11056/stat : 11056 (java) S 11050 11052 10849 0 -1 4202560 128081 0 0 0 194 22 0 0 16 0 22 0 503878026 16071757824 360190 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 7 0 0 0
[pid=11052/tid=11057] ppid=11050 vsize=15695076 CPUtime=2.35 cores=1,3,5,7
/proc/11052/task/11057/stat : 11057 (java) S 11050 11052 10849 0 -1 4202560 177921 0 0 0 205 30 0 0 16 0 22 0 503878026 16071757824 360190 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 3 0 0 0
[pid=11052/tid=11058] ppid=11050 vsize=15695076 CPUtime=2.42 cores=1,3,5,7
/proc/11052/task/11058/stat : 11058 (java) S 11050 11052 10849 0 -1 4202560 149560 0 0 0 217 25 0 0 15 0 22 0 503878026 16071757824 360190 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 5 0 0 0
[pid=11052/tid=11059] ppid=11050 vsize=15695076 CPUtime=2.15 cores=1,3,5,7
/proc/11052/task/11059/stat : 11059 (java) S 11050 11052 10849 0 -1 4202560 102354 0 0 0 199 16 0 0 15 0 22 0 503878026 16071757824 360190 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 3 0 0 0
[pid=11052/tid=11060] ppid=11050 vsize=15695076 CPUtime=2.17 cores=1,3,5,7
/proc/11052/task/11060/stat : 11060 (java) S 11050 11052 10849 0 -1 4202560 132497 0 0 0 194 23 0 0 15 0 22 0 503878026 16071757824 360190 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 5 0 0 0
[pid=11052/tid=11061] ppid=11050 vsize=15695076 CPUtime=2.47 cores=1,3,5,7
/proc/11052/task/11061/stat : 11061 (java) S 11050 11052 10849 0 -1 4202560 181732 0 0 0 216 31 0 0 16 0 22 0 503878026 16071757824 360190 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 5 0 0 0
[pid=11052/tid=11062] ppid=11050 vsize=15695076 CPUtime=2.49 cores=1,3,5,7
/proc/11052/task/11062/stat : 11062 (java) S 11050 11052 10849 0 -1 4202560 159874 0 0 0 223 26 0 0 15 0 22 0 503878026 16071757824 360190 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 7 0 0 0
[pid=11052/tid=11063] ppid=11050 vsize=15695076 CPUtime=0.89 cores=1,3,5,7
/proc/11052/task/11063/stat : 11063 (java) S 11050 11052 10849 0 -1 4202560 13678 0 0 0 52 37 0 0 16 0 22 0 503878027 16071757824 360190 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273433088 0 0 0 16800975 18446604471119553600 0 0 -1 3 0 0 0
[pid=11052/tid=11064] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11064/stat : 11064 (java) S 11050 11052 10849 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 503878027 16071757824 360190 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 5 0 0 0
[pid=11052/tid=11065] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11065/stat : 11065 (java) S 11050 11052 10849 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 503878027 16071757824 360190 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 5 0 0 0
[pid=11052/tid=11066] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11066/stat : 11066 (java) S 11050 11052 10849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503878029 16071757824 360190 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273440177 0 4 0 16800975 18446604471119553600 0 0 -1 7 0 0 0
[pid=11052/tid=11067] ppid=11050 vsize=15695076 CPUtime=1.09 cores=1,3,5,7
/proc/11052/task/11067/stat : 11067 (java) S 11050 11052 10849 0 -1 4202560 4928 0 0 0 109 0 0 0 16 0 22 0 503878029 16071757824 360190 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 1 0 0 0
[pid=11052/tid=11068] ppid=11050 vsize=15695076 CPUtime=0.98 cores=1,3,5,7
/proc/11052/task/11068/stat : 11068 (java) S 11050 11052 10849 0 -1 4202560 12123 0 0 0 97 1 0 0 15 0 22 0 503878029 16071757824 360190 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 7 0 0 0
[pid=11052/tid=11069] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11069/stat : 11069 (java) S 11050 11052 10849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503878029 16071757824 360190 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273432473 0 4 0 16800975 18446604471119553600 0 0 -1 7 0 0 0
[pid=11052/tid=11070] ppid=11050 vsize=15695076 CPUtime=0 cores=1,3,5,7
/proc/11052/task/11070/stat : 11070 (java) S 11050 11052 10849 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 503878029 16071757824 360190 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 254273433088 0 4 0 16800975 18446604471119553600 0 0 -1 3 0 0 0
[pid=11052/tid=11071] ppid=11050 vsize=15695076 CPUtime=1195.28 cores=1,3,5,7
/proc/11052/task/11071/stat : 11071 (java) R 11050 11052 10849 0 -1 4202560 276474 0 0 0 119494 34 0 0 25 0 22 0 503878071 16071757824 360190 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 46912505920179 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11052/tid=11072] ppid=11050 vsize=15695076 CPUtime=1194.8 cores=1,3,5,7
/proc/11052/task/11072/stat : 11072 (java) R 11050 11052 10849 0 -1 4202560 280735 0 0 0 119448 32 0 0 25 0 22 0 503878071 16071757824 360190 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 46912505826748 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11052/tid=11073] ppid=11050 vsize=15695076 CPUtime=1192.24 cores=1,3,5,7
/proc/11052/task/11073/stat : 11073 (java) R 11050 11052 10849 0 -1 4202560 262977 0 0 0 119187 37 0 0 25 0 22 0 503878071 16071757824 360190 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 46912505827394 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11052/tid=11074] ppid=11050 vsize=15695076 CPUtime=1195.39 cores=1,3,5,7
/proc/11052/task/11074/stat : 11074 (java) R 11050 11052 10849 0 -1 4202560 282450 0 0 0 119504 35 0 0 25 0 22 0 503878071 16071757824 360190 33554432000 1073741824 1073778376 140736011248080 18446744073709551615 46912506089062 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 15695076

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

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

Child status: 143
Real time (s): 1203.48
CPU time (s): 4800.45
CPU user time (s): 4796.55
CPU system time (s): 3.90541
CPU usage (%): 398.88
Max. virtual memory (cumulated for all children) (KiB): 15697900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.55
system time used= 3.90541
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2334193
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= 44124
involuntary context switches= 66476

runsolver used 2.03469 second user time and 4.56231 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-30 00:03:47
IDJOB=3311226
IDBENCH=82611
IDSOLVER=1698
FILE ID=node140/3311226-1304114627
RUNJOBID= node140-1304113387-10868
PBS_JOBID= 13170700
Free space on /tmp= 72660 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S969405384-096-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311226-1304114627/watcher-3311226-1304114627 -o /tmp/evaluation-result-3311226-1304114627/solver-3311226-1304114627 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311226-1304114627.cnf -hbr 2

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

MD5SUM BENCH= 6e345981a96012731da9bd2ce5420289
RANDOM SEED=1510653623

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25521204 kB
Buffers:       1012872 kB
Cached:        1697828 kB
SwapCached:        180 kB
Active:        4432920 kB
Inactive:      2499256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25521204 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            2844 kB
Writeback:           0 kB
AnonPages:     4221332 kB
Mapped:          23416 kB
Slab:           426712 kB
PageTables:      12928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  5372012 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= 72656 MiB
End job on node140 at 2011-04-30 00:23:52