Trace number 3311647

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.3 1207.03

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S741717046-057.UNKNOWN.cnf
MD5SUM1f00de1fd8adbfbf4cc573ef44af531f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses8010
Sum of the clauses size56070
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 58010

Solver Data

0.11/0.11	42:22 INFO : Reading from input HOME/instance-3311647-1304178142.cnf
0.51/0.35	Executor set job limit to 1000000
0.51/0.35	Executor set job limit to 1000000
0.51/0.36	Executor set job limit to 1000000
0.51/0.36	Executor set job limit to 1000000
0.51/0.36	Starting Executor!
0.51/0.36	Starting Executor!
0.51/0.36	Starting Executor!
0.51/0.36	Starting Executor!
0.90/0.59	42:22 INFO : 90 variables remaining out of 90
0.90/0.59	42:22 INFO : 64080 literals remaining out of 64080

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

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

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


[startup+0 s]
/proc/loadavg: 7.41 7.90 7.96 2/186 32324
/proc/meminfo: memFree=30972108/32951124 swapFree=67106388/67111528
[pid=32324] ppid=32322 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/32324/stat : 32324 (java) S 32322 32324 32139 0 -1 4202496 1489 0 0 0 0 0 0 0 25 0 2 0 510230419 31260672 953 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051458021 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/32324/statm: 7632 953 733 9 0 383 0
[pid=32324/tid=32325] ppid=32322 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/32324/task/32325/stat : 32325 (java) R 32322 32324 32139 0 -1 4202560 133 0 0 0 0 0 0 0 25 0 2 0 510230419 31260672 953 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212039709865 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.096841 s]
/proc/loadavg: 7.41 7.90 7.96 2/186 32324
/proc/meminfo: memFree=30972108/32951124 swapFree=67106388/67111528
[pid=32324] ppid=32322 vsize=15676840 CPUtime=0.1 cores=0,2,4,6
/proc/32324/stat : 32324 (java) S 32322 32324 32139 0 -1 4202496 5545 0 1 0 9 1 0 0 25 0 18 0 510230419 16053084160 4957 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32324/statm: 3919210 4958 2117 9 0 3909929 0
[pid=32324/tid=32325] ppid=32322 vsize=15676840 CPUtime=0.07 cores=0,2,4,6
/proc/32324/task/32325/stat : 32325 (java) R 32322 32324 32139 0 -1 4202560 3388 0 1 0 7 0 0 0 18 0 18 0 510230419 16053084160 4958 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 47160775679480 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676840

[startup+0.105835 s]
/proc/loadavg: 7.41 7.90 7.96 2/186 32324
/proc/meminfo: memFree=30972108/32951124 swapFree=67106388/67111528
[pid=32324] ppid=32322 vsize=15676840 CPUtime=0.11 cores=0,2,4,6
/proc/32324/stat : 32324 (java) S 32322 32324 32139 0 -1 4202496 5692 0 1 0 10 1 0 0 25 0 18 0 510230419 16053084160 5104 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32324/statm: 3919210 5104 2120 9 0 3909929 0
[pid=32324/tid=32325] ppid=32322 vsize=15676840 CPUtime=0.08 cores=0,2,4,6
/proc/32324/task/32325/stat : 32325 (java) R 32322 32324 32139 0 -1 4202560 3534 0 1 0 8 0 0 0 18 0 18 0 510230419 16053084160 5104 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 47160771211171 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676840

[startup+0.301986 s]
/proc/loadavg: 7.41 7.90 7.96 2/186 32324
/proc/meminfo: memFree=30972108/32951124 swapFree=67106388/67111528
[pid=32324] ppid=32322 vsize=15680152 CPUtime=0.51 cores=0,2,4,6
/proc/32324/stat : 32324 (java) S 32322 32324 32139 0 -1 4202496 13600 0 1 0 49 2 0 0 25 0 18 0 510230419 16056475648 12122 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32324/statm: 3920038 12125 2207 9 0 3910757 0
[pid=32324/tid=32325] ppid=32322 vsize=15680152 CPUtime=0.28 cores=0,2,4,6
/proc/32324/task/32325/stat : 32325 (java) R 32322 32324 32139 0 -1 4202560 8499 0 1 0 27 1 0 0 18 0 18 0 510230419 16056475648 12127 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 46912505511966 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680152

[startup+0.87943 s]
/proc/loadavg: 7.41 7.90 7.96 2/186 32324
/proc/meminfo: memFree=30972108/32951124 swapFree=67106388/67111528
[pid=32324] ppid=32322 vsize=15706296 CPUtime=2.21 cores=0,2,4,6
/proc/32324/stat : 32324 (java) S 32322 32324 32139 0 -1 4202496 41832 0 1 0 215 6 0 0 25 0 22 0 510230419 16083247104 34044 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32324/statm: 3925914 34068 2261 9 0 3916633 0
[pid=32324/tid=32325] ppid=32322 vsize=15703656 CPUtime=0.58 cores=0,2,4,6
/proc/32324/task/32325/stat : 32325 (java) S 32322 32324 32139 0 -1 4202560 16288 0 1 0 56 2 0 0 20 0 22 0 510230419 16080543744 34082 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 15706296

[startup+1.50152 s]
/proc/loadavg: 7.41 7.90 7.96 16/220 32358
/proc/meminfo: memFree=30608224/32951124 swapFree=67106388/67111528
[pid=32324] ppid=32322 vsize=15703656 CPUtime=4.67 cores=0,2,4,6
/proc/32324/stat : 32324 (java) S 32322 32324 32139 0 -1 4202496 61502 0 1 0 458 9 0 0 25 0 22 0 510230419 16080543744 52382 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32324/statm: 3925914 52382 2276 9 0 3916633 0
[pid=32324/tid=32325] ppid=32322 vsize=15703656 CPUtime=0.58 cores=0,2,4,6
/proc/32324/task/32325/stat : 32325 (java) S 32322 32324 32139 0 -1 4202560 16288 0 1 0 56 2 0 0 20 0 22 0 510230419 16080543744 52382 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
[pid=32324/tid=32328] ppid=32322 vsize=15703656 CPUtime=0 cores=0,2,4,6
/proc/32324/task/32328/stat : 32328 (java) S 32322 32324 32139 0 -1 4202560 1073 0 0 0 0 0 0 0 16 0 22 0 510230419 16080543744 52382 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32324/tid=32329] ppid=32322 vsize=15703656 CPUtime=0.01 cores=0,2,4,6
/proc/32324/task/32329/stat : 32329 (java) S 32322 32324 32139 0 -1 4202560 882 0 0 0 1 0 0 0 16 0 22 0 510230419 16080543744 52382 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
[pid=32324/tid=32330] ppid=32322 vsize=15703656 CPUtime=0.02 cores=0,2,4,6
/proc/32324/task/32330/stat : 32330 (java) S 32322 32324 32139 0 -1 4202560 1 0 0 0 2 0 0 0 15 0 22 0 510230419 16080543744 52382 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32324/tid=32331] ppid=32322 vsize=15703656 CPUtime=0.01 cores=0,2,4,6
/proc/32324/task/32331/stat : 32331 (java) S 32322 32324 32139 0 -1 4202560 905 0 0 0 1 0 0 0 16 0 22 0 510230419 16080543744 52382 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32324/tid=32332] ppid=32322 vsize=15703656 CPUtime=0.01 cores=0,2,4,6
/proc/32324/task/32332/stat : 32332 (java) S 32322 32324 32139 0 -1 4202560 1 0 0 0 1 0 0 0 15 0 22 0 510230419 16080543744 52382 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32324/tid=32333] ppid=32322 vsize=15703656 CPUtime=0.03 cores=0,2,4,6
/proc/32324/task/32333/stat : 32333 (java) S 32322 32324 32139 0 -1 4202560 1116 0 0 0 3 0 0 0 16 0 22 0 510230419 16080543744 52382 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32324/tid=32334] ppid=32322 vsize=15703656 CPUtime=0.03 cores=0,2,4,6
/proc/32324/task/32334/stat : 32334 (java) S 32322 32324 32139 0 -1 4202560 920 0 0 0 3 0 0 0 15 0 22 0 510230419 16080543744 52382 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32324/tid=32335] ppid=32322 vsize=15703656 CPUtime=0.02 cores=0,2,4,6
/proc/32324/task/32335/stat : 32335 (java) S 32322 32324 32139 0 -1 4202560 357 0 0 0 2 0 0 0 15 0 22 0 510230419 16080543744 52382 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
[pid=32324/tid=32338] ppid=32322 vsize=15703656 CPUtime=0 cores=0,2,4,6
/proc/32324/task/32338/stat : 32338 (java) S 32322 32324 32139 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 510230420 16080543744 52382 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471872 0 0 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32324/tid=32339] ppid=32322 vsize=15703656 CPUtime=0 cores=0,2,4,6
/proc/32324/task/32339/stat : 32339 (java) S 32322 32324 32139 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 510230421 16080543744 52382 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32324/tid=32340] ppid=32322 vsize=15703656 CPUtime=0 cores=0,2,4,6
/proc/32324/task/32340/stat : 32340 (java) S 32322 32324 32139 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 510230421 16080543744 52382 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32324/tid=32346] ppid=32322 vsize=15703656 CPUtime=0 cores=0,2,4,6
/proc/32324/task/32346/stat : 32346 (java) S 32322 32324 32139 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510230423 16080543744 52382 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051478961 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32324/tid=32347] ppid=32322 vsize=15703656 CPUtime=0.83 cores=0,2,4,6
/proc/32324/task/32347/stat : 32347 (java) R 32322 32324 32139 0 -1 4202560 12102 0 0 0 82 1 0 0 17 0 22 0 510230423 16080543744 52382 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051481269 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=32324/tid=32348] ppid=32322 vsize=15703656 CPUtime=0.8 cores=0,2,4,6
/proc/32324/task/32348/stat : 32348 (java) R 32322 32324 32139 0 -1 4202560 7159 0 0 0 79 1 0 0 15 0 22 0 510230423 16080543744 52382 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 47160771759071 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32324/tid=32349] ppid=32322 vsize=15703656 CPUtime=0 cores=0,2,4,6
/proc/32324/task/32349/stat : 32349 (java) S 32322 32324 32139 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510230423 16080543744 52382 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32324/tid=32350] ppid=32322 vsize=15703656 CPUtime=0 cores=0,2,4,6
/proc/32324/task/32350/stat : 32350 (java) S 32322 32324 32139 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 510230423 16080543744 52382 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471872 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32324/tid=32355] ppid=32322 vsize=15703656 CPUtime=0.43 cores=0,2,4,6
/proc/32324/task/32355/stat : 32355 (java) R 32322 32324 32139 0 -1 4202560 4369 0 0 0 43 0 0 0 16 0 22 0 510230455 16080543744 52382 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 46912505886670 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32324/tid=32356] ppid=32322 vsize=15703656 CPUtime=0.75 cores=0,2,4,6
/proc/32324/task/32356/stat : 32356 (java) R 32322 32324 32139 0 -1 4202560 6875 0 0 0 75 0 0 0 16 0 22 0 510230455 16080543744 52382 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 46912505718050 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32324/tid=32357] ppid=32322 vsize=15703656 CPUtime=0.81 cores=0,2,4,6
/proc/32324/task/32357/stat : 32357 (java) R 32322 32324 32139 0 -1 4202560 7861 0 0 0 80 1 0 0 16 0 22 0 510230455 16080543744 52382 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 46912505818938 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32324/tid=32358] ppid=32322 vsize=15703656 CPUtime=0.23 cores=0,2,4,6
/proc/32324/task/32358/stat : 32358 (java) R 32322 32324 32139 0 -1 4202560 136 0 0 0 23 0 0 0 16 0 22 0 510230455 16080543744 52382 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 46912505923901 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 15703656

[startup+3.10123 s]
/proc/loadavg: 7.41 7.90 7.96 11/220 32358
/proc/meminfo: memFree=30336924/32951124 swapFree=67106388/67111528
[pid=32324] ppid=32322 vsize=15703656 CPUtime=11.05 cores=0,2,4,6
/proc/32324/stat : 32324 (java) S 32322 32324 32139 0 -1 4202496 160911 0 1 0 1085 20 0 0 25 0 22 0 510230419 16080543744 151502 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32324/statm: 3925914 151502 2286 9 0 3916633 0
[pid=32324/tid=32325] ppid=32322 vsize=15703656 CPUtime=0.58 cores=0,2,4,6
/proc/32324/task/32325/stat : 32325 (java) S 32322 32324 32139 0 -1 4202560 16288 0 1 0 56 2 0 0 20 0 22 0 510230419 16080543744 151502 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
[pid=32324/tid=32328] ppid=32322 vsize=15703656 CPUtime=0 cores=0,2,4,6
/proc/32324/task/32328/stat : 32328 (java) S 32322 32324 32139 0 -1 4202560 2260 0 0 0 0 0 0 0 15 0 22 0 510230419 16080543744 151502 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32324/tid=32329] ppid=32322 vsize=15703656 CPUtime=0.02 cores=0,2,4,6
/proc/32324/task/32329/stat : 32329 (java) S 32322 32324 32139 0 -1 4202560 3285 0 0 0 2 0 0 0 15 0 22 0 510230419 16080543744 151502 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
[pid=32324/tid=32330] ppid=32322 vsize=15703656 CPUtime=0.03 cores=0,2,4,6
/proc/32324/task/32330/stat : 32330 (java) S 32322 32324 32139 0 -1 4202560 2595 0 0 0 3 0 0 0 15 0 22 0 510230419 16080543744 151502 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32324/tid=32331] ppid=32322 vsize=15703656 CPUtime=0.01 cores=0,2,4,6
/proc/32324/task/32331/stat : 32331 (java) S 32322 32324 32139 0 -1 4202560 905 0 0 0 1 0 0 0 15 0 22 0 510230419 16080543744 151502 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32324/tid=32332] ppid=32322 vsize=15703656 CPUtime=0.02 cores=0,2,4,6
/proc/32324/task/32332/stat : 32332 (java) S 32322 32324 32139 0 -1 4202560 3311 0 0 0 2 0 0 0 16 0 22 0 510230419 16080543744 151502 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32324/tid=32333] ppid=32322 vsize=15703656 CPUtime=0.03 cores=0,2,4,6
/proc/32324/task/32333/stat : 32333 (java) S 32322 32324 32139 0 -1 4202560 1116 0 0 0 3 0 0 0 15 0 22 0 510230419 16080543744 151502 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32324/tid=32334] ppid=32322 vsize=15703656 CPUtime=0.03 cores=0,2,4,6
/proc/32324/task/32334/stat : 32334 (java) S 32322 32324 32139 0 -1 4202560 3433 0 0 0 3 0 0 0 15 0 22 0 510230419 16080543744 151502 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32324/tid=32335] ppid=32322 vsize=15703656 CPUtime=0.02 cores=0,2,4,6
/proc/32324/task/32335/stat : 32335 (java) S 32322 32324 32139 0 -1 4202560 357 0 0 0 2 0 0 0 15 0 22 0 510230419 16080543744 151502 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
[pid=32324/tid=32338] ppid=32322 vsize=15703656 CPUtime=0 cores=0,2,4,6
/proc/32324/task/32338/stat : 32338 (java) S 32322 32324 32139 0 -1 4202560 450 0 0 0 0 0 0 0 16 0 22 0 510230420 16080543744 151502 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471872 0 0 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32324/tid=32339] ppid=32322 vsize=15703656 CPUtime=0 cores=0,2,4,6
/proc/32324/task/32339/stat : 32339 (java) S 32322 32324 32139 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 510230421 16080543744 151502 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32324/tid=32340] ppid=32322 vsize=15703656 CPUtime=0 cores=0,2,4,6
/proc/32324/task/32340/stat : 32340 (java) S 32322 32324 32139 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 510230421 16080543744 151502 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32324/tid=32346] ppid=32322 vsize=15703656 CPUtime=0 cores=0,2,4,6
/proc/32324/task/32346/stat : 32346 (java) S 32322 32324 32139 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510230423 16080543744 151502 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051478961 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32324/tid=32347] ppid=32322 vsize=15703656 CPUtime=0.92 cores=0,2,4,6
/proc/32324/task/32347/stat : 32347 (java) S 32322 32324 32139 0 -1 4202560 12132 0 0 0 91 1 0 0 15 0 22 0 510230423 16080543744 151502 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32324/tid=32348] ppid=32322 vsize=15703656 CPUtime=1 cores=0,2,4,6
/proc/32324/task/32348/stat : 32348 (java) S 32322 32324 32139 0 -1 4202560 7489 0 0 0 99 1 0 0 15 0 22 0 510230423 16080543744 151502 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32324/tid=32349] ppid=32322 vsize=15703656 CPUtime=0 cores=0,2,4,6
/proc/32324/task/32349/stat : 32349 (java) S 32322 32324 32139 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510230423 16080543744 151502 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32324/tid=32350] ppid=32322 vsize=15703656 CPUtime=0 cores=0,2,4,6
/proc/32324/task/32350/stat : 32350 (java) S 32322 32324 32139 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 510230423 16080543744 151502 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471872 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32324/tid=32355] ppid=32322 vsize=15703656 CPUtime=1.88 cores=0,2,4,6
/proc/32324/task/32355/stat : 32355 (java) R 32322 32324 32139 0 -1 4202560 25239 0 0 0 186 2 0 0 17 0 22 0 510230455 16080543744 151502 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 46912505899909 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32324/tid=32356] ppid=32322 vsize=15703656 CPUtime=2.3 cores=0,2,4,6
/proc/32324/task/32356/stat : 32356 (java) R 32322 32324 32139 0 -1 4202560 29189 0 0 0 227 3 0 0 17 0 22 0 510230455 16080543744 151502 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 46912505697536 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32324/tid=32357] ppid=32322 vsize=15703656 CPUtime=2.39 cores=0,2,4,6
/proc/32324/task/32357/stat : 32357 (java) R 32322 32324 32139 0 -1 4202560 30199 0 0 0 236 3 0 0 18 0 22 0 510230455 16080543744 151502 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 46912505855762 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32324/tid=32358] ppid=32322 vsize=15703656 CPUtime=1.66 cores=0,2,4,6
/proc/32324/task/32358/stat : 32358 (java) R 32322 32324 32139 0 -1 4202560 21279 0 0 0 165 1 0 0 18 0 22 0 510230455 16080543744 151502 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 46912505913269 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.05
Current children cumulated vsize (KiB) 15703656

[startup+6.30066 s]
/proc/loadavg: 7.45 7.90 7.96 9/220 32358
/proc/meminfo: memFree=29530744/32951124 swapFree=67106388/67111528
[pid=32324] ppid=32322 vsize=15703656 CPUtime=23.82 cores=0,2,4,6
/proc/32324/stat : 32324 (java) S 32322 32324 32139 0 -1 4202496 289592 0 1 0 2347 35 0 0 25 0 22 0 510230419 16080543744 280158 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32324/statm: 3925914 280158 2286 9 0 3916633 0
[pid=32324/tid=32325] ppid=32322 vsize=15703656 CPUtime=0.58 cores=0,2,4,6
/proc/32324/task/32325/stat : 32325 (java) S 32322 32324 32139 0 -1 4202560 16288 0 1 0 56 2 0 0 20 0 22 0 510230419 16080543744 280158 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
[pid=32324/tid=32328] ppid=32322 vsize=15703656 CPUtime=0.01 cores=0,2,4,6
/proc/32324/task/32328/stat : 32328 (java) S 32322 32324 32139 0 -1 4202560 4161 0 0 0 0 1 0 0 16 0 22 0 510230419 16080543744 280158 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32324/tid=32329] ppid=32322 vsize=15703656 CPUtime=0.03 cores=0,2,4,6
/proc/32324/task/32329/stat : 32329 (java) S 32322 32324 32139 0 -1 4202560 5326 0 0 0 2 1 0 0 16 0 22 0 510230419 16080543744 280158 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
[pid=32324/tid=32330] ppid=32322 vsize=15703656 CPUtime=0.03 cores=0,2,4,6
/proc/32324/task/32330/stat : 32330 (java) S 32322 32324 32139 0 -1 4202560 3581 0 0 0 3 0 0 0 15 0 22 0 510230419 16080543744 280158 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32324/tid=32331] ppid=32322 vsize=15703656 CPUtime=0.02 cores=0,2,4,6
/proc/32324/task/32331/stat : 32331 (java) S 32322 32324 32139 0 -1 4202560 1839 0 0 0 2 0 0 0 16 0 22 0 510230419 16080543744 280158 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32324/tid=32332] ppid=32322 vsize=15703656 CPUtime=0.03 cores=0,2,4,6
/proc/32324/task/32332/stat : 32332 (java) S 32322 32324 32139 0 -1 4202560 4303 0 0 0 2 1 0 0 15 0 22 0 510230419 16080543744 280158 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32324/tid=32333] ppid=32322 vsize=15703656 CPUtime=0.03 cores=0,2,4,6
/proc/32324/task/32333/stat : 32333 (java) S 32322 32324 32139 0 -1 4202560 1116 0 0 0 3 0 0 0 15 0 22 0 510230419 16080543744 280158 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32324/tid=32334] ppid=32322 vsize=15703656 CPUtime=0.04 cores=0,2,4,6
/proc/32324/task/32334/stat : 32334 (java) S 32322 32324 32139 0 -1 4202560 4386 0 0 0 4 0 0 0 16 0 22 0 510230419 16080543744 280158 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32324/tid=32335] ppid=32322 vsize=15703656 CPUtime=0.02 cores=0,2,4,6
/proc/32324/task/32335/stat : 32335 (java) S 32322 32324 32139 0 -1 4202560 357 0 0 0 2 0 0 0 15 0 22 0 510230419 16080543744 280158 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 2 0 0 0

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

[pid=32324/tid=32356] ppid=32322 vsize=15697488 CPUtime=1049.59 cores=0,2,4,6
/proc/32324/task/32356/stat : 32356 (java) R 32322 32324 32139 0 -1 4202560 149497 0 0 0 104933 26 0 0 25 0 22 0 510230455 16074227712 72419 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 47160775000841 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=32324/tid=32357] ppid=32322 vsize=15697488 CPUtime=1049.72 cores=0,2,4,6
/proc/32324/task/32357/stat : 32357 (java) R 32322 32324 32139 0 -1 4202560 149246 0 0 0 104948 24 0 0 25 0 22 0 510230455 16074227712 72419 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 46912505524599 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32324/tid=32358] ppid=32322 vsize=15697488 CPUtime=1048.89 cores=0,2,4,6
/proc/32324/task/32358/stat : 32358 (java) R 32322 32324 32139 0 -1 4202560 141426 0 0 0 104863 26 0 0 25 0 22 0 510230455 16074227712 72419 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 46912505738207 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4224.9
Current children cumulated vsize (KiB) 15697488

[startup+1122.3 s]
/proc/loadavg: 8.20 8.12 8.06 9/220 32397
/proc/meminfo: memFree=30374168/32951124 swapFree=67106388/67111528
[pid=32324] ppid=32322 vsize=15697488 CPUtime=4463.43 cores=0,2,4,6
/proc/32324/stat : 32324 (java) S 32322 32324 32139 0 -1 4202496 1248179 0 1 0 446036 307 0 0 25 0 22 0 510230419 16074227712 75137 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32324/statm: 3924372 75137 2299 9 0 3915091 0
[pid=32324/tid=32325] ppid=32322 vsize=15697488 CPUtime=0.58 cores=0,2,4,6
/proc/32324/task/32325/stat : 32325 (java) S 32322 32324 32139 0 -1 4202560 16288 0 1 0 56 2 0 0 20 0 22 0 510230419 16074227712 75137 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
[pid=32324/tid=32328] ppid=32322 vsize=15697488 CPUtime=3.11 cores=0,2,4,6
/proc/32324/task/32328/stat : 32328 (java) S 32322 32324 32139 0 -1 4202560 74593 0 0 0 294 17 0 0 15 0 22 0 510230419 16074227712 75137 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32324/tid=32329] ppid=32322 vsize=15697488 CPUtime=3.06 cores=0,2,4,6
/proc/32324/task/32329/stat : 32329 (java) S 32322 32324 32139 0 -1 4202560 74826 0 0 0 288 18 0 0 15 0 22 0 510230419 16074227712 75137 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32324/tid=32330] ppid=32322 vsize=15697488 CPUtime=3.17 cores=0,2,4,6
/proc/32324/task/32330/stat : 32330 (java) S 32322 32324 32139 0 -1 4202560 76013 0 0 0 301 16 0 0 15 0 22 0 510230419 16074227712 75137 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32324/tid=32331] ppid=32322 vsize=15697488 CPUtime=3.02 cores=0,2,4,6
/proc/32324/task/32331/stat : 32331 (java) S 32322 32324 32139 0 -1 4202560 68952 0 0 0 285 17 0 0 15 0 22 0 510230419 16074227712 75137 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32324/tid=32332] ppid=32322 vsize=15697488 CPUtime=3.05 cores=0,2,4,6
/proc/32324/task/32332/stat : 32332 (java) S 32322 32324 32139 0 -1 4202560 71478 0 0 0 290 15 0 0 15 0 22 0 510230419 16074227712 75137 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
[pid=32324/tid=32333] ppid=32322 vsize=15697488 CPUtime=3.13 cores=0,2,4,6
/proc/32324/task/32333/stat : 32333 (java) S 32322 32324 32139 0 -1 4202560 72293 0 0 0 297 16 0 0 15 0 22 0 510230419 16074227712 75137 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32324/tid=32334] ppid=32322 vsize=15697488 CPUtime=3.07 cores=0,2,4,6
/proc/32324/task/32334/stat : 32334 (java) S 32322 32324 32139 0 -1 4202560 73333 0 0 0 291 16 0 0 15 0 22 0 510230419 16074227712 75137 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32324/tid=32335] ppid=32322 vsize=15697488 CPUtime=3.16 cores=0,2,4,6
/proc/32324/task/32335/stat : 32335 (java) S 32322 32324 32139 0 -1 4202560 76426 0 0 0 301 15 0 0 15 0 22 0 510230419 16074227712 75137 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32324/tid=32338] ppid=32322 vsize=15697488 CPUtime=1.91 cores=0,2,4,6
/proc/32324/task/32338/stat : 32338 (java) S 32322 32324 32139 0 -1 4202560 2864 0 0 0 136 55 0 0 15 0 22 0 510230420 16074227712 75137 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471872 0 0 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
[pid=32324/tid=32339] ppid=32322 vsize=15697488 CPUtime=0 cores=0,2,4,6
/proc/32324/task/32339/stat : 32339 (java) S 32322 32324 32139 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 510230421 16074227712 75137 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32324/tid=32340] ppid=32322 vsize=15697488 CPUtime=0 cores=0,2,4,6
/proc/32324/task/32340/stat : 32340 (java) S 32322 32324 32139 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 510230421 16074227712 75137 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32324/tid=32346] ppid=32322 vsize=15697488 CPUtime=0 cores=0,2,4,6
/proc/32324/task/32346/stat : 32346 (java) S 32322 32324 32139 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510230423 16074227712 75137 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051478961 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32324/tid=32347] ppid=32322 vsize=15697488 CPUtime=1.07 cores=0,2,4,6
/proc/32324/task/32347/stat : 32347 (java) S 32322 32324 32139 0 -1 4202560 12157 0 0 0 105 2 0 0 15 0 22 0 510230423 16074227712 75137 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32324/tid=32348] ppid=32322 vsize=15697488 CPUtime=1.1 cores=0,2,4,6
/proc/32324/task/32348/stat : 32348 (java) S 32322 32324 32139 0 -1 4202560 7497 0 0 0 109 1 0 0 15 0 22 0 510230423 16074227712 75137 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32324/tid=32349] ppid=32322 vsize=15697488 CPUtime=0 cores=0,2,4,6
/proc/32324/task/32349/stat : 32349 (java) S 32322 32324 32139 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510230423 16074227712 75137 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32324/tid=32350] ppid=32322 vsize=15697488 CPUtime=0 cores=0,2,4,6
/proc/32324/task/32350/stat : 32350 (java) S 32322 32324 32139 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 510230423 16074227712 75137 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471872 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32324/tid=32355] ppid=32322 vsize=15697488 CPUtime=1107.79 cores=0,2,4,6
/proc/32324/task/32355/stat : 32355 (java) R 32322 32324 32139 0 -1 4202560 150841 0 0 0 110752 27 0 0 25 0 22 0 510230455 16074227712 75137 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 46912505524613 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32324/tid=32356] ppid=32322 vsize=15697488 CPUtime=1108.89 cores=0,2,4,6
/proc/32324/task/32356/stat : 32356 (java) R 32322 32324 32139 0 -1 4202560 159203 0 0 0 110860 29 0 0 25 0 22 0 510230455 16074227712 75137 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 46912505913351 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32324/tid=32357] ppid=32322 vsize=15697488 CPUtime=1109.09 cores=0,2,4,6
/proc/32324/task/32357/stat : 32357 (java) R 32322 32324 32139 0 -1 4202560 159155 0 0 0 110883 26 0 0 25 0 22 0 510230455 16074227712 75137 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 46912505819529 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32324/tid=32358] ppid=32322 vsize=15697488 CPUtime=1108.11 cores=0,2,4,6
/proc/32324/task/32358/stat : 32358 (java) R 32322 32324 32139 0 -1 4202560 150815 0 0 0 110783 28 0 0 25 0 22 0 510230455 16074227712 75137 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 46912505779089 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4463.43
Current children cumulated vsize (KiB) 15697488

[startup+1182.3 s]
/proc/loadavg: 8.14 8.12 8.06 10/220 32398
/proc/meminfo: memFree=30378944/32951124 swapFree=67106388/67111528
[pid=32324] ppid=32322 vsize=15697488 CPUtime=4701.97 cores=0,2,4,6
/proc/32324/stat : 32324 (java) S 32322 32324 32139 0 -1 4202496 1308518 0 1 0 469872 325 0 0 25 0 22 0 510230419 16074227712 66596 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32324/statm: 3924372 66596 2299 9 0 3915091 0
[pid=32324/tid=32325] ppid=32322 vsize=15697488 CPUtime=0.58 cores=0,2,4,6
/proc/32324/task/32325/stat : 32325 (java) S 32322 32324 32139 0 -1 4202560 16288 0 1 0 56 2 0 0 20 0 22 0 510230419 16074227712 66596 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
[pid=32324/tid=32328] ppid=32322 vsize=15697488 CPUtime=3.26 cores=0,2,4,6
/proc/32324/task/32328/stat : 32328 (java) S 32322 32324 32139 0 -1 4202560 77800 0 0 0 308 18 0 0 16 0 22 0 510230419 16074227712 66596 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
[pid=32324/tid=32329] ppid=32322 vsize=15697488 CPUtime=3.24 cores=0,2,4,6
/proc/32324/task/32329/stat : 32329 (java) S 32322 32324 32139 0 -1 4202560 77480 0 0 0 305 19 0 0 15 0 22 0 510230419 16074227712 66596 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32324/tid=32330] ppid=32322 vsize=15697488 CPUtime=3.34 cores=0,2,4,6
/proc/32324/task/32330/stat : 32330 (java) S 32322 32324 32139 0 -1 4202560 79429 0 0 0 317 17 0 0 15 0 22 0 510230419 16074227712 66596 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32324/tid=32331] ppid=32322 vsize=15697488 CPUtime=3.18 cores=0,2,4,6
/proc/32324/task/32331/stat : 32331 (java) S 32322 32324 32139 0 -1 4202560 71699 0 0 0 300 18 0 0 15 0 22 0 510230419 16074227712 66596 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32324/tid=32332] ppid=32322 vsize=15697488 CPUtime=3.21 cores=0,2,4,6
/proc/32324/task/32332/stat : 32332 (java) S 32322 32324 32139 0 -1 4202560 74459 0 0 0 306 15 0 0 15 0 22 0 510230419 16074227712 66596 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32324/tid=32333] ppid=32322 vsize=15697488 CPUtime=3.27 cores=0,2,4,6
/proc/32324/task/32333/stat : 32333 (java) S 32322 32324 32139 0 -1 4202560 75585 0 0 0 311 16 0 0 15 0 22 0 510230419 16074227712 66596 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32324/tid=32334] ppid=32322 vsize=15697488 CPUtime=3.24 cores=0,2,4,6
/proc/32324/task/32334/stat : 32334 (java) S 32322 32324 32139 0 -1 4202560 76735 0 0 0 306 18 0 0 16 0 22 0 510230419 16074227712 66596 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32324/tid=32335] ppid=32322 vsize=15697488 CPUtime=3.32 cores=0,2,4,6
/proc/32324/task/32335/stat : 32335 (java) S 32322 32324 32139 0 -1 4202560 79661 0 0 0 316 16 0 0 15 0 22 0 510230419 16074227712 66596 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32324/tid=32338] ppid=32322 vsize=15697488 CPUtime=2.03 cores=0,2,4,6
/proc/32324/task/32338/stat : 32338 (java) S 32322 32324 32139 0 -1 4202560 3052 0 0 0 145 58 0 0 15 0 22 0 510230420 16074227712 66596 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471872 0 0 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32324/tid=32339] ppid=32322 vsize=15697488 CPUtime=0 cores=0,2,4,6
/proc/32324/task/32339/stat : 32339 (java) S 32322 32324 32139 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 510230421 16074227712 66596 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32324/tid=32340] ppid=32322 vsize=15697488 CPUtime=0 cores=0,2,4,6
/proc/32324/task/32340/stat : 32340 (java) S 32322 32324 32139 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 510230421 16074227712 66596 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32324/tid=32346] ppid=32322 vsize=15697488 CPUtime=0 cores=0,2,4,6
/proc/32324/task/32346/stat : 32346 (java) S 32322 32324 32139 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510230423 16074227712 66596 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051478961 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32324/tid=32347] ppid=32322 vsize=15697488 CPUtime=1.07 cores=0,2,4,6
/proc/32324/task/32347/stat : 32347 (java) S 32322 32324 32139 0 -1 4202560 12157 0 0 0 105 2 0 0 15 0 22 0 510230423 16074227712 66596 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32324/tid=32348] ppid=32322 vsize=15697488 CPUtime=1.1 cores=0,2,4,6
/proc/32324/task/32348/stat : 32348 (java) S 32322 32324 32139 0 -1 4202560 7497 0 0 0 109 1 0 0 15 0 22 0 510230423 16074227712 66596 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32324/tid=32349] ppid=32322 vsize=15697488 CPUtime=0 cores=0,2,4,6
/proc/32324/task/32349/stat : 32349 (java) S 32322 32324 32139 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510230423 16074227712 66596 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32324/tid=32350] ppid=32322 vsize=15697488 CPUtime=0 cores=0,2,4,6
/proc/32324/task/32350/stat : 32350 (java) S 32322 32324 32139 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 510230423 16074227712 66596 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471872 0 4 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
[pid=32324/tid=32355] ppid=32322 vsize=15697488 CPUtime=1166.99 cores=0,2,4,6
/proc/32324/task/32355/stat : 32355 (java) R 32322 32324 32139 0 -1 4202560 159371 0 0 0 116670 29 0 0 25 0 22 0 510230455 16074227712 66596 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 46912505366066 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=32324/tid=32356] ppid=32322 vsize=15697488 CPUtime=1168.23 cores=0,2,4,6
/proc/32324/task/32356/stat : 32356 (java) R 32322 32324 32139 0 -1 4202560 168209 0 0 0 116793 30 0 0 25 0 22 0 510230455 16074227712 66596 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 47160775001737 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32324/tid=32357] ppid=32322 vsize=15697488 CPUtime=1168.29 cores=0,2,4,6
/proc/32324/task/32357/stat : 32357 (java) R 32322 32324 32139 0 -1 4202560 167678 0 0 0 116802 27 0 0 25 0 22 0 510230455 16074227712 66596 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 47160775000273 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32324/tid=32358] ppid=32322 vsize=15697488 CPUtime=1167.45 cores=0,2,4,6
/proc/32324/task/32358/stat : 32358 (java) R 32322 32324 32139 0 -1 4202560 159971 0 0 0 116715 30 0 0 22 0 22 0 510230455 16074227712 66596 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 47160774998120 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4701.97
Current children cumulated vsize (KiB) 15697488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207 s]
/proc/loadavg: 8.16 8.12 8.06 9/220 32399
/proc/meminfo: memFree=30332180/32951124 swapFree=67106388/67111528
[pid=32324] ppid=32322 vsize=15697488 CPUtime=4800.24 cores=0,2,4,6
/proc/32324/stat : 32324 (java) S 32322 32324 32139 0 -1 4202496 1343235 0 1 0 479692 332 0 0 25 0 22 0 510230419 16074227712 79362 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32324/statm: 3924372 79362 2299 9 0 3915091 0
[pid=32324/tid=32325] ppid=32322 vsize=15697488 CPUtime=0.58 cores=0,2,4,6
/proc/32324/task/32325/stat : 32325 (java) S 32322 32324 32139 0 -1 4202560 16288 0 1 0 56 2 0 0 20 0 22 0 510230419 16074227712 79362 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
[pid=32324/tid=32328] ppid=32322 vsize=15697488 CPUtime=3.33 cores=0,2,4,6
/proc/32324/task/32328/stat : 32328 (java) S 32322 32324 32139 0 -1 4202560 80016 0 0 0 315 18 0 0 16 0 22 0 510230419 16074227712 79362 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
[pid=32324/tid=32329] ppid=32322 vsize=15697488 CPUtime=3.3 cores=0,2,4,6
/proc/32324/task/32329/stat : 32329 (java) S 32322 32324 32139 0 -1 4202560 79336 0 0 0 311 19 0 0 16 0 22 0 510230419 16074227712 79362 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32324/tid=32330] ppid=32322 vsize=15697488 CPUtime=3.42 cores=0,2,4,6
/proc/32324/task/32330/stat : 32330 (java) S 32322 32324 32139 0 -1 4202560 81153 0 0 0 325 17 0 0 15 0 22 0 510230419 16074227712 79362 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32324/tid=32331] ppid=32322 vsize=15697488 CPUtime=3.25 cores=0,2,4,6
/proc/32324/task/32331/stat : 32331 (java) S 32322 32324 32139 0 -1 4202560 73516 0 0 0 306 19 0 0 15 0 22 0 510230419 16074227712 79362 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32324/tid=32332] ppid=32322 vsize=15697488 CPUtime=3.29 cores=0,2,4,6
/proc/32324/task/32332/stat : 32332 (java) S 32322 32324 32139 0 -1 4202560 75956 0 0 0 313 16 0 0 15 0 22 0 510230419 16074227712 79362 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32324/tid=32333] ppid=32322 vsize=15697488 CPUtime=3.35 cores=0,2,4,6
/proc/32324/task/32333/stat : 32333 (java) S 32322 32324 32139 0 -1 4202560 77458 0 0 0 318 17 0 0 16 0 22 0 510230419 16074227712 79362 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32324/tid=32334] ppid=32322 vsize=15697488 CPUtime=3.31 cores=0,2,4,6
/proc/32324/task/32334/stat : 32334 (java) S 32322 32324 32139 0 -1 4202560 78498 0 0 0 313 18 0 0 15 0 22 0 510230419 16074227712 79362 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32324/tid=32335] ppid=32322 vsize=15697488 CPUtime=3.37 cores=0,2,4,6
/proc/32324/task/32335/stat : 32335 (java) S 32322 32324 32139 0 -1 4202560 81395 0 0 0 321 16 0 0 15 0 22 0 510230419 16074227712 79362 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32324/tid=32338] ppid=32322 vsize=15697488 CPUtime=2.06 cores=0,2,4,6
/proc/32324/task/32338/stat : 32338 (java) S 32322 32324 32139 0 -1 4202560 3155 0 0 0 147 59 0 0 15 0 22 0 510230420 16074227712 79362 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471872 0 0 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32324/tid=32339] ppid=32322 vsize=15697488 CPUtime=0 cores=0,2,4,6
/proc/32324/task/32339/stat : 32339 (java) S 32322 32324 32139 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 510230421 16074227712 79362 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32324/tid=32340] ppid=32322 vsize=15697488 CPUtime=0 cores=0,2,4,6
/proc/32324/task/32340/stat : 32340 (java) S 32322 32324 32139 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 510230421 16074227712 79362 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32324/tid=32346] ppid=32322 vsize=15697488 CPUtime=0 cores=0,2,4,6
/proc/32324/task/32346/stat : 32346 (java) S 32322 32324 32139 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510230423 16074227712 79362 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051478961 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32324/tid=32347] ppid=32322 vsize=15697488 CPUtime=1.07 cores=0,2,4,6
/proc/32324/task/32347/stat : 32347 (java) S 32322 32324 32139 0 -1 4202560 12157 0 0 0 105 2 0 0 15 0 22 0 510230423 16074227712 79362 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32324/tid=32348] ppid=32322 vsize=15697488 CPUtime=1.1 cores=0,2,4,6
/proc/32324/task/32348/stat : 32348 (java) S 32322 32324 32139 0 -1 4202560 7497 0 0 0 109 1 0 0 15 0 22 0 510230423 16074227712 79362 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32324/tid=32349] ppid=32322 vsize=15697488 CPUtime=0 cores=0,2,4,6
/proc/32324/task/32349/stat : 32349 (java) S 32322 32324 32139 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510230423 16074227712 79362 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32324/tid=32350] ppid=32322 vsize=15697488 CPUtime=0 cores=0,2,4,6
/proc/32324/task/32350/stat : 32350 (java) S 32322 32324 32139 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 510230423 16074227712 79362 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 212051471872 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32324/tid=32355] ppid=32322 vsize=15697488 CPUtime=1191.39 cores=0,2,4,6
/proc/32324/task/32355/stat : 32355 (java) R 32322 32324 32139 0 -1 4202560 164471 0 0 0 119109 30 0 0 25 0 22 0 510230455 16074227712 79362 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 46912505738144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32324/tid=32356] ppid=32322 vsize=15697488 CPUtime=1192.7 cores=0,2,4,6
/proc/32324/task/32356/stat : 32356 (java) R 32322 32324 32139 0 -1 4202560 173419 0 0 0 119239 31 0 0 25 0 22 0 510230455 16074227712 79362 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 46912505779038 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32324/tid=32357] ppid=32322 vsize=15697488 CPUtime=1192.69 cores=0,2,4,6
/proc/32324/task/32357/stat : 32357 (java) R 32322 32324 32139 0 -1 4202560 172567 0 0 0 119241 28 0 0 25 0 22 0 510230455 16074227712 79362 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 46912505717919 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=32324/tid=32358] ppid=32322 vsize=15697488 CPUtime=1191.9 cores=0,2,4,6
/proc/32324/task/32358/stat : 32358 (java) R 32322 32324 32139 0 -1 4202560 164904 0 0 0 119159 31 0 0 25 0 22 0 510230455 16074227712 79362 33554432000 1073741824 1073778376 140736561179216 18446744073709551615 46912505849812 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 15697488

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.03
CPU time (s): 4800.3
CPU user time (s): 4796.96
CPU system time (s): 3.34249
CPU usage (%): 397.695
Max. virtual memory (cumulated for all children) (KiB): 15706316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.96
system time used= 3.34249
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1343262
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= 284901
involuntary context switches= 154871

runsolver used 2.00769 second user time and 4.63729 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-30 17:42:22
IDJOB=3311647
IDBENCH=83032
IDSOLVER=1698
FILE ID=node146/3311647-1304178142
RUNJOBID= node146-1304176932-32157
PBS_JOBID= 13172433
Free space on /tmp= 73348 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S741717046-057.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311647-1304178142/watcher-3311647-1304178142 -o /tmp/evaluation-result-3311647-1304178142/solver-3311647-1304178142 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311647-1304178142.cnf -hbr 2

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

MD5SUM BENCH= 1f00de1fd8adbfbf4cc573ef44af531f
RANDOM SEED=211489171

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.86
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.830
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.830
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.830
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.830
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:      30972512 kB
Buffers:        434412 kB
Cached:        1109020 kB
SwapCached:        700 kB
Active:         133636 kB
Inactive:      1472608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30972512 kB
SwapTotal:    67111528 kB
SwapFree:     67106388 kB
Dirty:            3764 kB
Writeback:          52 kB
AnonPages:       61864 kB
Mapped:          17992 kB
Slab:           310460 kB
PageTables:       4604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   758264 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= 73344 MiB
End job on node146 at 2011-04-30 18:02:31