Trace number 3312610

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.43 1207.43

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1536900137-053.UNKNOWN.cnf
MD5SUM6d54c2a76a59aa67a01046a2e8240fb6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark25.7501
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	51:57 INFO : Reading from input HOME/instance-3312610-1304124716.cnf
0.26/0.23	Executor set job limit to 1000000
0.26/0.23	Executor set job limit to 1000000
0.26/0.23	Executor set job limit to 1000000
0.26/0.23	Executor set job limit to 1000000
0.26/0.23	Starting Executor!
0.26/0.23	Starting Executor!
0.26/0.23	Starting Executor!
0.26/0.23	Starting Executor!
0.48/0.32	51:57 INFO : 399 variables remaining out of 400
0.48/0.32	51:57 INFO : 6792 literals remaining out of 6816

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-3312610-1304124716/watcher-3312610-1304124716 -o /tmp/evaluation-result-3312610-1304124716/solver-3312610-1304124716 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312610-1304124716.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: 6.45 4.85 5.28 6/198 5138
/proc/meminfo: memFree=30944124/32950928 swapFree=67111404/67111528
[pid=5138] ppid=5136 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/5138/stat : 5138 (java) S 5136 5138 5028 0 -1 4202496 1423 0 0 0 0 0 0 0 25 0 2 0 524070402 27824128 894 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606669285 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5138/statm: 7096 898 686 9 0 381 0
[pid=5138/tid=5139] ppid=5136 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5139/stat : 5139 (java) R 5136 5138 5028 0 -1 4202560 100 0 0 0 0 0 0 0 25 0 2 0 524070402 31313920 926 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235589898532 0 0 4096 0 0 0 0 -1 1 0 0 0

[startup+0.030776 s]
/proc/loadavg: 6.45 4.85 5.28 6/198 5138
/proc/meminfo: memFree=30944124/32950928 swapFree=67111404/67111528
[pid=5138] ppid=5136 vsize=15604248 CPUtime=0.02 cores=1,3,5,7
/proc/5138/stat : 5138 (java) S 5136 5138 5028 0 -1 4202496 3606 0 1 0 2 0 0 0 25 0 13 0 524070402 15978749952 3046 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606669285 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/5138/statm: 3901062 3047 1671 9 0 3891810 0
[pid=5138/tid=5139] ppid=5136 vsize=15604248 CPUtime=0.02 cores=1,3,5,7
/proc/5138/task/5139/stat : 5139 (java) R 5136 5138 5028 0 -1 4202560 2217 0 1 0 2 0 0 0 25 0 13 0 524070402 15978749952 3047 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 47492953690019 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15604248

[startup+0.100766 s]
/proc/loadavg: 6.45 4.85 5.28 6/198 5138
/proc/meminfo: memFree=30944124/32950928 swapFree=67111404/67111528
[pid=5138] ppid=5136 vsize=15676184 CPUtime=0.1 cores=1,3,5,7
/proc/5138/stat : 5138 (java) S 5136 5138 5028 0 -1 4202496 5582 0 1 0 9 1 0 0 25 0 18 0 524070402 16052412416 5022 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5138/statm: 3919046 5023 2118 9 0 3909765 0
[pid=5138/tid=5139] ppid=5136 vsize=15676184 CPUtime=0.08 cores=1,3,5,7
/proc/5138/task/5139/stat : 5139 (java) R 5136 5138 5028 0 -1 4202560 3447 0 1 0 8 0 0 0 25 0 18 0 524070402 16052412416 5025 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 47492953657349 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676184

[startup+0.300732 s]
/proc/loadavg: 6.45 4.85 5.28 6/198 5138
/proc/meminfo: memFree=30944124/32950928 swapFree=67111404/67111528
[pid=5138] ppid=5136 vsize=15683848 CPUtime=0.48 cores=1,3,5,7
/proc/5138/stat : 5138 (java) S 5136 5138 5028 0 -1 4202496 11138 0 1 0 46 2 0 0 25 0 22 0 524070402 16060260352 9583 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5138/statm: 3920962 9586 2207 9 0 3911681 0
[pid=5138/tid=5139] ppid=5136 vsize=15683848 CPUtime=0.28 cores=1,3,5,7
/proc/5138/task/5139/stat : 5139 (java) R 5136 5138 5028 0 -1 4202560 5690 0 1 0 27 1 0 0 25 0 22 0 524070402 16060260352 9588 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 46912505228255 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 15683848

[startup+0.700665 s]
/proc/loadavg: 6.45 4.85 5.28 6/198 5138
/proc/meminfo: memFree=30944124/32950928 swapFree=67111404/67111528
[pid=5138] ppid=5136 vsize=15704804 CPUtime=1.84 cores=1,3,5,7
/proc/5138/stat : 5138 (java) S 5136 5138 5028 0 -1 4202496 28373 0 1 0 181 3 0 0 25 0 22 0 524070402 16081719296 23556 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5138/statm: 3926201 23556 2245 9 0 3916920 0
[pid=5138/tid=5139] ppid=5136 vsize=15704804 CPUtime=0.31 cores=1,3,5,7
/proc/5138/task/5139/stat : 5139 (java) S 5136 5138 5028 0 -1 4202560 5840 0 1 0 30 1 0 0 25 0 22 0 524070402 16081719296 23556 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 15704804

[startup+1.50152 s]
/proc/loadavg: 6.45 4.85 5.28 12/220 5160
/proc/meminfo: memFree=30834000/32950928 swapFree=67111404/67111528
[pid=5138] ppid=5136 vsize=15702048 CPUtime=5.03 cores=1,3,5,7
/proc/5138/stat : 5138 (java) S 5136 5138 5028 0 -1 4202496 62566 0 1 0 495 8 0 0 25 0 22 0 524070402 16078897152 50400 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5138/statm: 3925512 50400 2267 9 0 3916231 0
[pid=5138/tid=5139] ppid=5136 vsize=15702048 CPUtime=0.31 cores=1,3,5,7
/proc/5138/task/5139/stat : 5139 (java) S 5136 5138 5028 0 -1 4202560 5840 0 1 0 30 1 0 0 25 0 22 0 524070402 16078897152 50400 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 3 0 0 0
[pid=5138/tid=5141] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5141/stat : 5141 (java) S 5136 5138 5028 0 -1 4202560 758 0 0 0 0 0 0 0 16 0 22 0 524070403 16078897152 50400 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 5 0 0 0
[pid=5138/tid=5142] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5142/stat : 5142 (java) S 5136 5138 5028 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 524070403 16078897152 50400 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 7 0 0 0
[pid=5138/tid=5143] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5143/stat : 5143 (java) S 5136 5138 5028 0 -1 4202560 444 0 0 0 0 0 0 0 16 0 22 0 524070403 16078897152 50400 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 3 0 0 0
[pid=5138/tid=5144] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5144/stat : 5144 (java) S 5136 5138 5028 0 -1 4202560 36 0 0 0 0 0 0 0 16 0 22 0 524070403 16078897152 50400 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 3 0 0 0
[pid=5138/tid=5145] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5145/stat : 5145 (java) S 5136 5138 5028 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 524070403 16078897152 50400 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 3 0 0 0
[pid=5138/tid=5146] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5146/stat : 5146 (java) S 5136 5138 5028 0 -1 4202560 331 0 0 0 0 0 0 0 16 0 22 0 524070403 16078897152 50400 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5147] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5147/stat : 5147 (java) S 5136 5138 5028 0 -1 4202560 726 0 0 0 0 0 0 0 16 0 22 0 524070403 16078897152 50400 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5148] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5148/stat : 5148 (java) S 5136 5138 5028 0 -1 4202560 613 0 0 0 0 0 0 0 16 0 22 0 524070403 16078897152 50400 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 7 0 0 0
[pid=5138/tid=5149] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5149/stat : 5149 (java) S 5136 5138 5028 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 524070404 16078897152 50400 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606683136 0 0 0 16800975 18446604462768733120 0 0 -1 3 0 0 0
[pid=5138/tid=5150] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5150/stat : 5150 (java) S 5136 5138 5028 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524070404 16078897152 50400 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5151] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5151/stat : 5151 (java) S 5136 5138 5028 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524070404 16078897152 50400 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5152] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5152/stat : 5152 (java) S 5136 5138 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524070406 16078897152 50400 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606690225 0 4 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5153] ppid=5136 vsize=15702048 CPUtime=0.8 cores=1,3,5,7
/proc/5138/task/5153/stat : 5153 (java) R 5136 5138 5028 0 -1 4202560 5496 0 0 0 80 0 0 0 25 0 22 0 524070406 16078897152 50400 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 47492953049073 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5138/tid=5154] ppid=5136 vsize=15702048 CPUtime=1.19 cores=1,3,5,7
/proc/5138/task/5154/stat : 5154 (java) R 5136 5138 5028 0 -1 4202560 17025 0 0 0 118 1 0 0 25 0 22 0 524070406 16078897152 50400 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 47492956314845 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5138/tid=5155] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5155/stat : 5155 (java) S 5136 5138 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524070406 16078897152 50400 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5156] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5156/stat : 5156 (java) S 5136 5138 5028 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524070406 16078897152 50400 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606683136 0 4 0 16800975 18446604462768733120 0 0 -1 3 0 0 0
[pid=5138/tid=5157] ppid=5136 vsize=15702048 CPUtime=0.6 cores=1,3,5,7
/proc/5138/task/5157/stat : 5157 (java) R 5136 5138 5028 0 -1 4202560 8207 0 0 0 59 1 0 0 25 0 22 0 524070425 16078897152 50400 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 46912505613811 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5138/tid=5158] ppid=5136 vsize=15702048 CPUtime=0.56 cores=1,3,5,7
/proc/5138/task/5158/stat : 5158 (java) R 5136 5138 5028 0 -1 4202560 6275 0 0 0 56 0 0 0 25 0 22 0 524070425 16078897152 50400 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 46912505878177 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5138/tid=5159] ppid=5136 vsize=15702048 CPUtime=0.69 cores=1,3,5,7
/proc/5138/task/5159/stat : 5159 (java) S 5136 5138 5028 0 -1 4202560 10189 0 0 0 68 1 0 0 25 0 22 0 524070425 16078897152 50400 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 3 0 0 0
[pid=5138/tid=5160] ppid=5136 vsize=15702048 CPUtime=0.79 cores=1,3,5,7
/proc/5138/task/5160/stat : 5160 (java) R 5136 5138 5028 0 -1 4202560 5167 0 0 0 79 0 0 0 25 0 22 0 524070425 16078897152 50400 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.03
Current children cumulated vsize (KiB) 15702048

[startup+3.10124 s]
/proc/loadavg: 6.45 4.85 5.28 9/220 5160
/proc/meminfo: memFree=30628920/32950928 swapFree=67111404/67111528
[pid=5138] ppid=5136 vsize=15702048 CPUtime=11.39 cores=1,3,5,7
/proc/5138/stat : 5138 (java) S 5136 5138 5028 0 -1 4202496 157218 0 1 0 1122 17 0 0 25 0 22 0 524070402 16078897152 144060 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5138/statm: 3925512 144060 2276 9 0 3916231 0
[pid=5138/tid=5139] ppid=5136 vsize=15702048 CPUtime=0.31 cores=1,3,5,7
/proc/5138/task/5139/stat : 5139 (java) S 5136 5138 5028 0 -1 4202560 5840 0 1 0 30 1 0 0 25 0 22 0 524070402 16078897152 144060 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 3 0 0 0
[pid=5138/tid=5141] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5141/stat : 5141 (java) S 5136 5138 5028 0 -1 4202560 760 0 0 0 0 0 0 0 16 0 22 0 524070403 16078897152 144060 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 5 0 0 0
[pid=5138/tid=5142] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5142/stat : 5142 (java) S 5136 5138 5028 0 -1 4202560 586 0 0 0 0 0 0 0 15 0 22 0 524070403 16078897152 144060 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 7 0 0 0
[pid=5138/tid=5143] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5143/stat : 5143 (java) S 5136 5138 5028 0 -1 4202560 1085 0 0 0 0 0 0 0 15 0 22 0 524070403 16078897152 144060 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5144] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5144/stat : 5144 (java) S 5136 5138 5028 0 -1 4202560 441 0 0 0 0 0 0 0 15 0 22 0 524070403 16078897152 144060 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 3 0 0 0
[pid=5138/tid=5145] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5145/stat : 5145 (java) S 5136 5138 5028 0 -1 4202560 394 0 0 0 0 0 0 0 15 0 22 0 524070403 16078897152 144060 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 3 0 0 0
[pid=5138/tid=5146] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5146/stat : 5146 (java) S 5136 5138 5028 0 -1 4202560 1100 0 0 0 0 0 0 0 15 0 22 0 524070403 16078897152 144060 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 7 0 0 0
[pid=5138/tid=5147] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5147/stat : 5147 (java) S 5136 5138 5028 0 -1 4202560 1361 0 0 0 0 0 0 0 15 0 22 0 524070403 16078897152 144060 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5148] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5148/stat : 5148 (java) S 5136 5138 5028 0 -1 4202560 1484 0 0 0 0 0 0 0 15 0 22 0 524070403 16078897152 144060 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 3 0 0 0
[pid=5138/tid=5149] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5149/stat : 5149 (java) S 5136 5138 5028 0 -1 4202560 184 0 0 0 0 0 0 0 16 0 22 0 524070404 16078897152 144060 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606683136 0 0 0 16800975 18446604462768733120 0 0 -1 5 0 0 0
[pid=5138/tid=5150] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5150/stat : 5150 (java) S 5136 5138 5028 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524070404 16078897152 144060 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5151] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5151/stat : 5151 (java) S 5136 5138 5028 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524070404 16078897152 144060 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5152] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5152/stat : 5152 (java) S 5136 5138 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524070406 16078897152 144060 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606690225 0 4 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5153] ppid=5136 vsize=15702048 CPUtime=0.92 cores=1,3,5,7
/proc/5138/task/5153/stat : 5153 (java) S 5136 5138 5028 0 -1 4202560 5515 0 0 0 92 0 0 0 15 0 22 0 524070406 16078897152 144060 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 7 0 0 0
[pid=5138/tid=5154] ppid=5136 vsize=15702048 CPUtime=1.27 cores=1,3,5,7
/proc/5138/task/5154/stat : 5154 (java) S 5136 5138 5028 0 -1 4202560 17043 0 0 0 126 1 0 0 18 0 22 0 524070406 16078897152 144060 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 5 0 0 0
[pid=5138/tid=5155] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5155/stat : 5155 (java) S 5136 5138 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524070406 16078897152 144060 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5156] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5156/stat : 5156 (java) S 5136 5138 5028 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524070406 16078897152 144060 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606683136 0 4 0 16800975 18446604462768733120 0 0 -1 3 0 0 0
[pid=5138/tid=5157] ppid=5136 vsize=15702048 CPUtime=2.19 cores=1,3,5,7
/proc/5138/task/5157/stat : 5157 (java) R 5136 5138 5028 0 -1 4202560 31413 0 0 0 215 4 0 0 25 0 22 0 524070425 16078897152 144060 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 46912505798134 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5138/tid=5158] ppid=5136 vsize=15702048 CPUtime=2.09 cores=1,3,5,7
/proc/5138/task/5158/stat : 5158 (java) R 5136 5138 5028 0 -1 4202560 29919 0 0 0 206 3 0 0 25 0 22 0 524070425 16078897152 144060 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 46912505798280 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5138/tid=5159] ppid=5136 vsize=15702048 CPUtime=2.13 cores=1,3,5,7
/proc/5138/task/5159/stat : 5159 (java) R 5136 5138 5028 0 -1 4202560 30892 0 0 0 210 3 0 0 25 0 22 0 524070425 16078897152 144060 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 46912505840426 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5138/tid=5160] ppid=5136 vsize=15702048 CPUtime=2.37 cores=1,3,5,7
/proc/5138/task/5160/stat : 5160 (java) R 5136 5138 5028 0 -1 4202560 27816 0 0 0 235 2 0 0 25 0 22 0 524070425 16078897152 144060 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.39
Current children cumulated vsize (KiB) 15702048

[startup+6.30068 s]
/proc/loadavg: 6.65 4.92 5.30 9/220 5160
/proc/meminfo: memFree=30394892/32950928 swapFree=67111404/67111528
[pid=5138] ppid=5136 vsize=15702048 CPUtime=24.17 cores=1,3,5,7
/proc/5138/stat : 5138 (java) S 5136 5138 5028 0 -1 4202496 158508 0 1 0 2399 18 0 0 25 0 22 0 524070402 16078897152 139631 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5138/statm: 3925512 139631 2283 9 0 3916231 0
[pid=5138/tid=5139] ppid=5136 vsize=15702048 CPUtime=0.31 cores=1,3,5,7
/proc/5138/task/5139/stat : 5139 (java) S 5136 5138 5028 0 -1 4202560 5840 0 1 0 30 1 0 0 25 0 22 0 524070402 16078897152 139631 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 3 0 0 0
[pid=5138/tid=5141] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5141/stat : 5141 (java) S 5136 5138 5028 0 -1 4202560 943 0 0 0 0 0 0 0 15 0 22 0 524070403 16078897152 139631 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 7 0 0 0
[pid=5138/tid=5142] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5142/stat : 5142 (java) S 5136 5138 5028 0 -1 4202560 918 0 0 0 0 0 0 0 16 0 22 0 524070403 16078897152 139631 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 7 0 0 0
[pid=5138/tid=5143] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5143/stat : 5143 (java) S 5136 5138 5028 0 -1 4202560 1323 0 0 0 0 0 0 0 15 0 22 0 524070403 16078897152 139631 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5144] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5144/stat : 5144 (java) S 5136 5138 5028 0 -1 4202560 502 0 0 0 0 0 0 0 15 0 22 0 524070403 16078897152 139631 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 3 0 0 0
[pid=5138/tid=5145] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5145/stat : 5145 (java) S 5136 5138 5028 0 -1 4202560 601 0 0 0 0 0 0 0 15 0 22 0 524070403 16078897152 139631 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 7 0 0 0
[pid=5138/tid=5146] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5146/stat : 5146 (java) S 5136 5138 5028 0 -1 4202560 1105 0 0 0 0 0 0 0 15 0 22 0 524070403 16078897152 139631 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 5 0 0 0
[pid=5138/tid=5147] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5147/stat : 5147 (java) S 5136 5138 5028 0 -1 4202560 1556 0 0 0 0 0 0 0 16 0 22 0 524070403 16078897152 139631 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5148] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5148/stat : 5148 (java) S 5136 5138 5028 0 -1 4202560 1484 0 0 0 0 0 0 0 15 0 22 0 524070403 16078897152 139631 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 3 0 0 0

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

[pid=5138/tid=5158] ppid=5136 vsize=15702048 CPUtime=1048.66 cores=1,3,5,7
/proc/5138/task/5158/stat : 5158 (java) R 5136 5138 5028 0 -1 4202560 283978 0 0 0 104828 38 0 0 25 0 22 0 524070425 16078897152 87702 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 46912505640952 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5138/tid=5159] ppid=5136 vsize=15702048 CPUtime=1048.17 cores=1,3,5,7
/proc/5138/task/5159/stat : 5159 (java) R 5136 5138 5028 0 -1 4202560 285212 0 0 0 104771 46 0 0 25 0 22 0 524070425 16078897152 87702 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 46912505670642 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5138/tid=5160] ppid=5136 vsize=15702048 CPUtime=1048.87 cores=1,3,5,7
/proc/5138/task/5160/stat : 5160 (java) R 5136 5138 5028 0 -1 4202560 277971 0 0 0 104843 44 0 0 25 0 22 0 524070425 16078897152 87702 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 46912505691433 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4223.53
Current children cumulated vsize (KiB) 15702048

[startup+1122.3 s]
/proc/loadavg: 8.08 8.02 7.22 9/220 5202
/proc/meminfo: memFree=30550692/32950928 swapFree=67111404/67111528
[pid=5138] ppid=5136 vsize=15702048 CPUtime=4462.06 cores=1,3,5,7
/proc/5138/stat : 5138 (java) S 5136 5138 5028 0 -1 4202496 2097320 0 1 0 445776 430 0 0 25 0 22 0 524070402 16078897152 92872 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5138/statm: 3925512 92872 2297 9 0 3916231 0
[pid=5138/tid=5139] ppid=5136 vsize=15702048 CPUtime=0.31 cores=1,3,5,7
/proc/5138/task/5139/stat : 5139 (java) S 5136 5138 5028 0 -1 4202560 5840 0 1 0 30 1 0 0 25 0 22 0 524070402 16078897152 92872 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 3 0 0 0
[pid=5138/tid=5141] ppid=5136 vsize=15702048 CPUtime=3.23 cores=1,3,5,7
/proc/5138/task/5141/stat : 5141 (java) S 5136 5138 5028 0 -1 4202560 105471 0 0 0 301 22 0 0 15 0 22 0 524070403 16078897152 92872 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5142] ppid=5136 vsize=15702048 CPUtime=3.22 cores=1,3,5,7
/proc/5138/task/5142/stat : 5142 (java) S 5136 5138 5028 0 -1 4202560 106819 0 0 0 302 20 0 0 16 0 22 0 524070403 16078897152 92872 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5143] ppid=5136 vsize=15702048 CPUtime=3.24 cores=1,3,5,7
/proc/5138/task/5143/stat : 5143 (java) S 5136 5138 5028 0 -1 4202560 108883 0 0 0 304 20 0 0 15 0 22 0 524070403 16078897152 92872 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 3 0 0 0
[pid=5138/tid=5144] ppid=5136 vsize=15702048 CPUtime=3.13 cores=1,3,5,7
/proc/5138/task/5144/stat : 5144 (java) S 5136 5138 5028 0 -1 4202560 105947 0 0 0 293 20 0 0 16 0 22 0 524070403 16078897152 92872 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 5 0 0 0
[pid=5138/tid=5145] ppid=5136 vsize=15702048 CPUtime=3.19 cores=1,3,5,7
/proc/5138/task/5145/stat : 5145 (java) S 5136 5138 5028 0 -1 4202560 108085 0 0 0 299 20 0 0 16 0 22 0 524070403 16078897152 92872 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 3 0 0 0
[pid=5138/tid=5146] ppid=5136 vsize=15702048 CPUtime=3.11 cores=1,3,5,7
/proc/5138/task/5146/stat : 5146 (java) S 5136 5138 5028 0 -1 4202560 105688 0 0 0 291 20 0 0 15 0 22 0 524070403 16078897152 92872 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 7 0 0 0
[pid=5138/tid=5147] ppid=5136 vsize=15702048 CPUtime=3.19 cores=1,3,5,7
/proc/5138/task/5147/stat : 5147 (java) S 5136 5138 5028 0 -1 4202560 105920 0 0 0 299 20 0 0 15 0 22 0 524070403 16078897152 92872 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 5 0 0 0
[pid=5138/tid=5148] ppid=5136 vsize=15702048 CPUtime=3.19 cores=1,3,5,7
/proc/5138/task/5148/stat : 5148 (java) S 5136 5138 5028 0 -1 4202560 108016 0 0 0 298 21 0 0 15 0 22 0 524070403 16078897152 92872 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 7 0 0 0
[pid=5138/tid=5149] ppid=5136 vsize=15702048 CPUtime=2.23 cores=1,3,5,7
/proc/5138/task/5149/stat : 5149 (java) S 5136 5138 5028 0 -1 4202560 5557 0 0 0 149 74 0 0 15 0 22 0 524070404 16078897152 92872 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606683136 0 0 0 16800975 18446604462768733120 0 0 -1 7 0 0 0
[pid=5138/tid=5150] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5150/stat : 5150 (java) S 5136 5138 5028 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524070404 16078897152 92872 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5151] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5151/stat : 5151 (java) S 5136 5138 5028 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524070404 16078897152 92872 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5152] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5152/stat : 5152 (java) S 5136 5138 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524070406 16078897152 92872 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606690225 0 4 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5153] ppid=5136 vsize=15702048 CPUtime=1.06 cores=1,3,5,7
/proc/5138/task/5153/stat : 5153 (java) S 5136 5138 5028 0 -1 4202560 5544 0 0 0 106 0 0 0 16 0 22 0 524070406 16078897152 92872 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 7 0 0 0
[pid=5138/tid=5154] ppid=5136 vsize=15702048 CPUtime=1.35 cores=1,3,5,7
/proc/5138/task/5154/stat : 5154 (java) S 5136 5138 5028 0 -1 4202560 17076 0 0 0 134 1 0 0 16 0 22 0 524070406 16078897152 92872 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 5 0 0 0
[pid=5138/tid=5155] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5155/stat : 5155 (java) S 5136 5138 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524070406 16078897152 92872 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5156] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5156/stat : 5156 (java) S 5136 5138 5028 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 524070406 16078897152 92872 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606683136 0 4 0 16800975 18446604462768733120 0 0 -1 7 0 0 0
[pid=5138/tid=5157] ppid=5136 vsize=15702048 CPUtime=1108 cores=1,3,5,7
/proc/5138/task/5157/stat : 5157 (java) R 5136 5138 5028 0 -1 4202560 302893 0 0 0 110752 48 0 0 25 0 22 0 524070425 16078897152 92872 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 46912505746101 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5138/tid=5158] ppid=5136 vsize=15702048 CPUtime=1107.89 cores=1,3,5,7
/proc/5138/task/5158/stat : 5158 (java) R 5136 5138 5028 0 -1 4202560 303550 0 0 0 110748 41 0 0 25 0 22 0 524070425 16078897152 92872 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 46912505641019 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5138/tid=5159] ppid=5136 vsize=15702048 CPUtime=1107.51 cores=1,3,5,7
/proc/5138/task/5159/stat : 5159 (java) R 5136 5138 5028 0 -1 4202560 304027 0 0 0 110702 49 0 0 25 0 22 0 524070425 16078897152 92872 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 18446744073699065863 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5138/tid=5160] ppid=5136 vsize=15702048 CPUtime=1108.06 cores=1,3,5,7
/proc/5138/task/5160/stat : 5160 (java) R 5136 5138 5028 0 -1 4202560 296558 0 0 0 110759 47 0 0 25 0 22 0 524070425 16078897152 92872 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 46912505715675 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4462.06
Current children cumulated vsize (KiB) 15702048

[startup+1182.3 s]
/proc/loadavg: 8.13 8.05 7.28 9/220 5254
/proc/meminfo: memFree=30204236/32950928 swapFree=67111404/67111528
[pid=5138] ppid=5136 vsize=15702048 CPUtime=4700.57 cores=1,3,5,7
/proc/5138/stat : 5138 (java) S 5136 5138 5028 0 -1 4202496 2207722 0 1 0 469603 454 0 0 25 0 22 0 524070402 16078897152 93774 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5138/statm: 3925512 93774 2297 9 0 3916231 0
[pid=5138/tid=5139] ppid=5136 vsize=15702048 CPUtime=0.31 cores=1,3,5,7
/proc/5138/task/5139/stat : 5139 (java) S 5136 5138 5028 0 -1 4202560 5840 0 1 0 30 1 0 0 25 0 22 0 524070402 16078897152 93774 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 3 0 0 0
[pid=5138/tid=5141] ppid=5136 vsize=15702048 CPUtime=3.38 cores=1,3,5,7
/proc/5138/task/5141/stat : 5141 (java) S 5136 5138 5028 0 -1 4202560 113002 0 0 0 315 23 0 0 15 0 22 0 524070403 16078897152 93774 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 5 0 0 0
[pid=5138/tid=5142] ppid=5136 vsize=15702048 CPUtime=3.38 cores=1,3,5,7
/proc/5138/task/5142/stat : 5142 (java) S 5136 5138 5028 0 -1 4202560 113877 0 0 0 316 22 0 0 15 0 22 0 524070403 16078897152 93774 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5143] ppid=5136 vsize=15702048 CPUtime=3.41 cores=1,3,5,7
/proc/5138/task/5143/stat : 5143 (java) S 5136 5138 5028 0 -1 4202560 116968 0 0 0 320 21 0 0 15 0 22 0 524070403 16078897152 93774 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 7 0 0 0
[pid=5138/tid=5144] ppid=5136 vsize=15702048 CPUtime=3.28 cores=1,3,5,7
/proc/5138/task/5144/stat : 5144 (java) S 5136 5138 5028 0 -1 4202560 113747 0 0 0 307 21 0 0 16 0 22 0 524070403 16078897152 93774 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 3 0 0 0
[pid=5138/tid=5145] ppid=5136 vsize=15702048 CPUtime=3.36 cores=1,3,5,7
/proc/5138/task/5145/stat : 5145 (java) S 5136 5138 5028 0 -1 4202560 117073 0 0 0 314 22 0 0 15 0 22 0 524070403 16078897152 93774 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 3 0 0 0
[pid=5138/tid=5146] ppid=5136 vsize=15702048 CPUtime=3.29 cores=1,3,5,7
/proc/5138/task/5146/stat : 5146 (java) S 5136 5138 5028 0 -1 4202560 113238 0 0 0 308 21 0 0 15 0 22 0 524070403 16078897152 93774 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5147] ppid=5136 vsize=15702048 CPUtime=3.37 cores=1,3,5,7
/proc/5138/task/5147/stat : 5147 (java) S 5136 5138 5028 0 -1 4202560 113813 0 0 0 315 22 0 0 15 0 22 0 524070403 16078897152 93774 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 7 0 0 0
[pid=5138/tid=5148] ppid=5136 vsize=15702048 CPUtime=3.37 cores=1,3,5,7
/proc/5138/task/5148/stat : 5148 (java) S 5136 5138 5028 0 -1 4202560 117114 0 0 0 314 23 0 0 15 0 22 0 524070403 16078897152 93774 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5149] ppid=5136 vsize=15702048 CPUtime=2.36 cores=1,3,5,7
/proc/5138/task/5149/stat : 5149 (java) S 5136 5138 5028 0 -1 4202560 5867 0 0 0 159 77 0 0 16 0 22 0 524070404 16078897152 93774 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606683136 0 0 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5150] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5150/stat : 5150 (java) S 5136 5138 5028 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524070404 16078897152 93774 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5151] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5151/stat : 5151 (java) S 5136 5138 5028 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524070404 16078897152 93774 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5152] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5152/stat : 5152 (java) S 5136 5138 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524070406 16078897152 93774 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606690225 0 4 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5153] ppid=5136 vsize=15702048 CPUtime=1.06 cores=1,3,5,7
/proc/5138/task/5153/stat : 5153 (java) S 5136 5138 5028 0 -1 4202560 5544 0 0 0 106 0 0 0 16 0 22 0 524070406 16078897152 93774 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 7 0 0 0
[pid=5138/tid=5154] ppid=5136 vsize=15702048 CPUtime=1.36 cores=1,3,5,7
/proc/5138/task/5154/stat : 5154 (java) S 5136 5138 5028 0 -1 4202560 17079 0 0 0 135 1 0 0 15 0 22 0 524070406 16078897152 93774 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 5 0 0 0
[pid=5138/tid=5155] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5155/stat : 5155 (java) S 5136 5138 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524070406 16078897152 93774 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5156] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5156/stat : 5156 (java) S 5136 5138 5028 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 524070406 16078897152 93774 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606683136 0 4 0 16800975 18446604462768733120 0 0 -1 3 0 0 0
[pid=5138/tid=5157] ppid=5136 vsize=15702048 CPUtime=1167.28 cores=1,3,5,7
/proc/5138/task/5157/stat : 5157 (java) R 5136 5138 5028 0 -1 4202560 314218 0 0 0 116678 50 0 0 25 0 22 0 524070425 16078897152 93774 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 18446744073699065894 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5138/tid=5158] ppid=5136 vsize=15702048 CPUtime=1167.17 cores=1,3,5,7
/proc/5138/task/5158/stat : 5158 (java) R 5136 5138 5028 0 -1 4202560 315170 0 0 0 116675 42 0 0 25 0 22 0 524070425 16078897152 93774 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5138/tid=5159] ppid=5136 vsize=15702048 CPUtime=1166.7 cores=1,3,5,7
/proc/5138/task/5159/stat : 5159 (java) R 5136 5138 5028 0 -1 4202560 315087 0 0 0 116619 51 0 0 25 0 22 0 524070425 16078897152 93774 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5138/tid=5160] ppid=5136 vsize=15702048 CPUtime=1167.34 cores=1,3,5,7
/proc/5138/task/5160/stat : 5160 (java) R 5136 5138 5028 0 -1 4202560 308636 0 0 0 116685 49 0 0 25 0 22 0 524070425 16078897152 93774 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 46912506124604 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4700.57
Current children cumulated vsize (KiB) 15702048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.4 s]
/proc/loadavg: 8.08 8.04 7.30 9/220 5255
/proc/meminfo: memFree=30189540/32950928 swapFree=67111404/67111528
[pid=5138] ppid=5136 vsize=15702048 CPUtime=4800.38 cores=1,3,5,7
/proc/5138/stat : 5138 (java) S 5136 5138 5028 0 -1 4202496 2257095 0 1 0 479574 464 0 0 25 0 22 0 524070402 16078897152 101004 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5138/statm: 3925512 101004 2297 9 0 3916231 0
[pid=5138/tid=5139] ppid=5136 vsize=15702048 CPUtime=0.31 cores=1,3,5,7
/proc/5138/task/5139/stat : 5139 (java) S 5136 5138 5028 0 -1 4202560 5840 0 1 0 30 1 0 0 25 0 22 0 524070402 16078897152 101004 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 3 0 0 0
[pid=5138/tid=5141] ppid=5136 vsize=15702048 CPUtime=3.45 cores=1,3,5,7
/proc/5138/task/5141/stat : 5141 (java) S 5136 5138 5028 0 -1 4202560 116236 0 0 0 321 24 0 0 16 0 22 0 524070403 16078897152 101004 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 5 0 0 0
[pid=5138/tid=5142] ppid=5136 vsize=15702048 CPUtime=3.44 cores=1,3,5,7
/proc/5138/task/5142/stat : 5142 (java) S 5136 5138 5028 0 -1 4202560 116469 0 0 0 321 23 0 0 15 0 22 0 524070403 16078897152 101004 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 7 0 0 0
[pid=5138/tid=5143] ppid=5136 vsize=15702048 CPUtime=3.48 cores=1,3,5,7
/proc/5138/task/5143/stat : 5143 (java) S 5136 5138 5028 0 -1 4202560 119590 0 0 0 327 21 0 0 15 0 22 0 524070403 16078897152 101004 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 3 0 0 0
[pid=5138/tid=5144] ppid=5136 vsize=15702048 CPUtime=3.34 cores=1,3,5,7
/proc/5138/task/5144/stat : 5144 (java) S 5136 5138 5028 0 -1 4202560 116897 0 0 0 312 22 0 0 15 0 22 0 524070403 16078897152 101004 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 7 0 0 0
[pid=5138/tid=5145] ppid=5136 vsize=15702048 CPUtime=3.42 cores=1,3,5,7
/proc/5138/task/5145/stat : 5145 (java) S 5136 5138 5028 0 -1 4202560 119716 0 0 0 320 22 0 0 15 0 22 0 524070403 16078897152 101004 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 5 0 0 0
[pid=5138/tid=5146] ppid=5136 vsize=15702048 CPUtime=3.37 cores=1,3,5,7
/proc/5138/task/5146/stat : 5146 (java) S 5136 5138 5028 0 -1 4202560 117035 0 0 0 315 22 0 0 16 0 22 0 524070403 16078897152 101004 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5147] ppid=5136 vsize=15702048 CPUtime=3.43 cores=1,3,5,7
/proc/5138/task/5147/stat : 5147 (java) S 5136 5138 5028 0 -1 4202560 116045 0 0 0 321 22 0 0 16 0 22 0 524070403 16078897152 101004 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 7 0 0 0
[pid=5138/tid=5148] ppid=5136 vsize=15702048 CPUtime=3.45 cores=1,3,5,7
/proc/5138/task/5148/stat : 5148 (java) S 5136 5138 5028 0 -1 4202560 120496 0 0 0 322 23 0 0 16 0 22 0 524070403 16078897152 101004 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5149] ppid=5136 vsize=15702048 CPUtime=2.4 cores=1,3,5,7
/proc/5138/task/5149/stat : 5149 (java) S 5136 5138 5028 0 -1 4202560 5977 0 0 0 161 79 0 0 15 0 22 0 524070404 16078897152 101004 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606683136 0 0 0 16800975 18446604462768733120 0 0 -1 3 0 0 0
[pid=5138/tid=5150] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5150/stat : 5150 (java) S 5136 5138 5028 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524070404 16078897152 101004 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5151] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5151/stat : 5151 (java) S 5136 5138 5028 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524070404 16078897152 101004 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5152] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5152/stat : 5152 (java) S 5136 5138 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524070406 16078897152 101004 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606690225 0 4 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5153] ppid=5136 vsize=15702048 CPUtime=1.06 cores=1,3,5,7
/proc/5138/task/5153/stat : 5153 (java) S 5136 5138 5028 0 -1 4202560 5544 0 0 0 106 0 0 0 16 0 22 0 524070406 16078897152 101004 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 7 0 0 0
[pid=5138/tid=5154] ppid=5136 vsize=15702048 CPUtime=1.36 cores=1,3,5,7
/proc/5138/task/5154/stat : 5154 (java) S 5136 5138 5028 0 -1 4202560 17079 0 0 0 135 1 0 0 15 0 22 0 524070406 16078897152 101004 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 5 0 0 0
[pid=5138/tid=5155] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5155/stat : 5155 (java) S 5136 5138 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524070406 16078897152 101004 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606682521 0 4 0 16800975 18446604462768733120 0 0 -1 1 0 0 0
[pid=5138/tid=5156] ppid=5136 vsize=15702048 CPUtime=0 cores=1,3,5,7
/proc/5138/task/5156/stat : 5156 (java) S 5136 5138 5028 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 524070406 16078897152 101004 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 235606683136 0 4 0 16800975 18446604462768733120 0 0 -1 3 0 0 0
[pid=5138/tid=5157] ppid=5136 vsize=15702048 CPUtime=1192.11 cores=1,3,5,7
/proc/5138/task/5157/stat : 5157 (java) R 5136 5138 5028 0 -1 4202560 320183 0 0 0 119160 51 0 0 25 0 22 0 524070425 16078897152 101004 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 46912505613829 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5138/tid=5158] ppid=5136 vsize=15702048 CPUtime=1191.87 cores=1,3,5,7
/proc/5138/task/5158/stat : 5158 (java) R 5136 5138 5028 0 -1 4202560 321539 0 0 0 119144 43 0 0 25 0 22 0 524070425 16078897152 101004 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 46912505798517 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5138/tid=5159] ppid=5136 vsize=15702048 CPUtime=1191.54 cores=1,3,5,7
/proc/5138/task/5159/stat : 5159 (java) R 5136 5138 5028 0 -1 4202560 321629 0 0 0 119102 52 0 0 25 0 22 0 524070425 16078897152 101004 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 46912505640928 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5138/tid=5160] ppid=5136 vsize=15702048 CPUtime=1192.17 cores=1,3,5,7
/proc/5138/task/5160/stat : 5160 (java) R 5136 5138 5028 0 -1 4202560 315370 0 0 0 119168 49 0 0 25 0 22 0 524070425 16078897152 101004 33554432000 1073741824 1073778376 140736331088800 18446744073709551615 46912505670925 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 15702048

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

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

Child status: 143
Real time (s): 1207.43
CPU time (s): 4800.43
CPU user time (s): 4795.77
CPU system time (s): 4.66129
CPU usage (%): 397.574
Max. virtual memory (cumulated for all children) (KiB): 15704852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.77
system time used= 4.66129
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2257121
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= 274390
involuntary context switches= 155100

runsolver used 2.17067 second user time and 4.46832 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-30 02:51:56
IDJOB=3312610
IDBENCH=82795
IDSOLVER=1699
FILE ID=node120/3312610-1304124716
RUNJOBID= node120-1304124658-5047
PBS_JOBID= 13170760
Free space on /tmp= 72072 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S1536900137-053.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312610-1304124716/watcher-3312610-1304124716 -o /tmp/evaluation-result-3312610-1304124716/solver-3312610-1304124716 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312610-1304124716.cnf

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

MD5SUM BENCH= 6d54c2a76a59aa67a01046a2e8240fb6
RANDOM SEED=2098904814

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30944156 kB
Buffers:        505788 kB
Cached:         812760 kB
SwapCached:          8 kB
Active:         672132 kB
Inactive:       974408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30944156 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:            1644 kB
Writeback:           0 kB
AnonPages:      328244 kB
Mapped:          23780 kB
Slab:           296176 kB
PageTables:       5160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   799032 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72072 MiB
End job on node120 at 2011-04-30 03:12:06