Trace number 3311264

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.25 1206.44

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S1158419275-045-UNKNOWN.cnf
MD5SUMba96eb51c814e4238dd0a7b33e8bab2d
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 variables300
Number of clauses25500
Sum of the clauses size178500
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 525500

Solver Data

0.11/0.11	43:43 INFO : Reading from input HOME/instance-3311264-1304117023.cnf
0.61/0.48	Executor set job limit to 1000000
0.61/0.48	Executor set job limit to 1000000
0.61/0.48	Executor set job limit to 1000000
0.61/0.48	Executor set job limit to 1000000
0.61/0.48	Starting Executor!
0.61/0.48	Starting Executor!
0.61/0.48	Starting Executor!
0.61/0.48	Starting Executor!
1.73/0.95	43:44 INFO : 300 variables remaining out of 300
1.73/0.95	43:44 INFO : 204000 literals remaining out of 204000

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

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

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


[startup+0 s]
/proc/loadavg: 8.12 8.03 7.38 6/202 5276
/proc/meminfo: memFree=23810096/32951124 swapFree=67111336/67111528
[pid=5276] ppid=5274 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/5276/stat : 5276 (java) S 5274 5276 4943 0 -1 4202496 1413 0 0 0 0 0 0 0 25 0 2 0 523300191 26714112 885 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562340325 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5276/statm: 6793 885 678 9 0 381 0
[pid=5276/tid=5277] ppid=5274 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5277/stat : 5277 (java) R 5274 5276 4943 0 -1 4202560 69 0 0 0 0 0 0 0 25 0 2 0 523300191 29065216 896 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271545614007 0 0 4096 0 0 0 0 -1 1 0 0 0

[startup+0.036055 s]
/proc/loadavg: 8.12 8.03 7.38 6/202 5276
/proc/meminfo: memFree=23810096/32951124 swapFree=67111336/67111528
[pid=5276] ppid=5274 vsize=15604248 CPUtime=0.02 cores=1,3,5,7
/proc/5276/stat : 5276 (java) S 5274 5276 4943 0 -1 4202496 3723 0 1 0 2 0 0 0 25 0 13 0 523300191 15978749952 3163 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562340325 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/5276/statm: 3901062 3163 1680 9 0 3891810 0
[pid=5276/tid=5277] ppid=5274 vsize=15604248 CPUtime=0.02 cores=1,3,5,7
/proc/5276/task/5277/stat : 5277 (java) R 5274 5276 4943 0 -1 4202560 2333 0 1 0 2 0 0 0 25 0 13 0 523300191 15978749952 3163 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 47825970546200 0 4 0 16800971 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15604248

[startup+0.101048 s]
/proc/loadavg: 8.12 8.03 7.38 6/202 5276
/proc/meminfo: memFree=23810096/32951124 swapFree=67111336/67111528
[pid=5276] ppid=5274 vsize=15742144 CPUtime=0.11 cores=1,3,5,7
/proc/5276/stat : 5276 (java) S 5274 5276 4943 0 -1 4202496 5691 0 1 0 10 1 0 0 25 0 18 0 523300191 16119955456 5094 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5276/statm: 3935536 5094 2117 9 0 3926255 0
[pid=5276/tid=5277] ppid=5274 vsize=15742144 CPUtime=0.09 cores=1,3,5,7
/proc/5276/task/5277/stat : 5277 (java) R 5274 5276 4943 0 -1 4202560 3519 0 1 0 8 1 0 0 18 0 18 0 523300191 16119955456 5094 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562364363 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15742144

[startup+0.301014 s]
/proc/loadavg: 8.12 8.03 7.38 6/202 5276
/proc/meminfo: memFree=23810096/32951124 swapFree=67111336/67111528
[pid=5276] ppid=5274 vsize=15745364 CPUtime=0.52 cores=1,3,5,7
/proc/5276/stat : 5276 (java) S 5274 5276 4943 0 -1 4202496 16574 0 1 0 50 2 0 0 25 0 18 0 523300191 16123252736 15019 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5276/statm: 3936341 15026 2206 9 0 3927060 0
[pid=5276/tid=5277] ppid=5274 vsize=15745364 CPUtime=0.28 cores=1,3,5,7
/proc/5276/task/5277/stat : 5277 (java) R 5274 5276 4943 0 -1 4202560 11488 0 1 0 27 1 0 0 18 0 18 0 523300191 16123252736 15029 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 46912505641107 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15745364

[startup+0.700936 s]
/proc/loadavg: 8.12 8.03 7.38 6/202 5276
/proc/meminfo: memFree=23810096/32951124 swapFree=67111336/67111528
[pid=5276] ppid=5274 vsize=15764556 CPUtime=1.14 cores=1,3,5,7
/proc/5276/stat : 5276 (java) S 5274 5276 4943 0 -1 4202496 46590 0 1 0 109 5 0 0 25 0 22 0 523300191 16142905344 43127 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5276/statm: 3941139 43127 2247 9 0 3931858 0
[pid=5276/tid=5277] ppid=5274 vsize=15764556 CPUtime=0.68 cores=1,3,5,7
/proc/5276/task/5277/stat : 5277 (java) R 5274 5276 4943 0 -1 4202560 35663 0 1 0 64 4 0 0 20 0 22 0 523300191 16142905344 43127 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 46912505187943 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 15764556

[startup+1.52061 s]
/proc/loadavg: 8.03 8.01 7.38 6/224 5298
/proc/meminfo: memFree=23628012/32951124 swapFree=67111336/67111528
[pid=5276] ppid=5274 vsize=15772836 CPUtime=3.64 cores=1,3,5,7
/proc/5276/stat : 5276 (java) S 5274 5276 4943 0 -1 4202496 62344 0 1 0 356 8 0 0 25 0 22 0 523300191 16151384064 51838 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5276/statm: 3943209 51838 2273 9 0 3933928 0
[pid=5276/tid=5277] ppid=5274 vsize=15772836 CPUtime=0.94 cores=1,3,5,7
/proc/5276/task/5277/stat : 5277 (java) S 5274 5276 4943 0 -1 4202560 35721 0 1 0 90 4 0 0 20 0 22 0 523300191 16151384064 51838 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 1 0 0 0
[pid=5276/tid=5279] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5279/stat : 5279 (java) S 5274 5276 4943 0 -1 4202560 1290 0 0 0 0 0 0 0 18 0 22 0 523300192 16151384064 51838 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 5 0 0 0
[pid=5276/tid=5280] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5280/stat : 5280 (java) S 5274 5276 4943 0 -1 4202560 1349 0 0 0 0 0 0 0 18 0 22 0 523300192 16151384064 51838 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 7 0 0 0
[pid=5276/tid=5281] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5281/stat : 5281 (java) S 5274 5276 4943 0 -1 4202560 21 0 0 0 0 0 0 0 17 0 22 0 523300192 16151384064 51838 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 5 0 0 0
[pid=5276/tid=5282] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5282/stat : 5282 (java) S 5274 5276 4943 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 22 0 523300192 16151384064 51838 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 5 0 0 0
[pid=5276/tid=5283] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5283/stat : 5283 (java) R 5274 5276 4943 0 -1 4202560 1062 0 0 0 0 0 0 0 18 0 22 0 523300192 16151384064 51838 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5276/tid=5284] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5284/stat : 5284 (java) S 5274 5276 4943 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 22 0 523300192 16151384064 51838 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 7 0 0 0
[pid=5276/tid=5285] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5285/stat : 5285 (java) S 5274 5276 4943 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 523300192 16151384064 51838 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 7 0 0 0
[pid=5276/tid=5286] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5286/stat : 5286 (java) S 5274 5276 4943 0 -1 4202560 1046 0 0 0 0 0 0 0 18 0 22 0 523300192 16151384064 51838 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 1 0 0 0
[pid=5276/tid=5287] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5287/stat : 5287 (java) S 5274 5276 4943 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 523300193 16151384064 51838 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562354176 0 0 0 16800975 18446604455672571200 0 0 -1 3 0 0 0
[pid=5276/tid=5288] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5288/stat : 5288 (java) R 5274 5276 4943 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523300193 16151384064 51838 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5276/tid=5289] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5289/stat : 5289 (java) S 5274 5276 4943 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 523300193 16151384064 51838 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 7 0 0 0
[pid=5276/tid=5290] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5290/stat : 5290 (java) S 5274 5276 4943 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523300195 16151384064 51838 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562361265 0 4 0 16800975 18446604455672571200 0 0 -1 1 0 0 0
[pid=5276/tid=5291] ppid=5274 vsize=15772836 CPUtime=0.76 cores=1,3,5,7
/proc/5276/task/5291/stat : 5291 (java) R 5274 5276 4943 0 -1 4202560 11864 0 0 0 76 0 0 0 24 0 22 0 523300195 16151384064 51838 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 47825967250880 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5276/tid=5292] ppid=5274 vsize=15772836 CPUtime=0.75 cores=1,3,5,7
/proc/5276/task/5292/stat : 5292 (java) S 5274 5276 4943 0 -1 4202560 8523 0 0 0 74 1 0 0 15 0 22 0 523300195 16151384064 51838 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 7 0 0 0
[pid=5276/tid=5293] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5293/stat : 5293 (java) S 5274 5276 4943 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523300195 16151384064 51838 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 1 0 0 0
[pid=5276/tid=5294] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5294/stat : 5294 (java) S 5274 5276 4943 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523300195 16151384064 51838 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562354176 0 4 0 16800975 18446604455672571200 0 0 -1 7 0 0 0
[pid=5276/tid=5295] ppid=5274 vsize=15772836 CPUtime=0.39 cores=1,3,5,7
/proc/5276/task/5295/stat : 5295 (java) R 5274 5276 4943 0 -1 4202560 33 0 0 0 39 0 0 0 16 0 22 0 523300239 16151384064 51838 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 46912505789364 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5276/tid=5296] ppid=5274 vsize=15772836 CPUtime=0.24 cores=1,3,5,7
/proc/5276/task/5296/stat : 5296 (java) R 5274 5276 4943 0 -1 4202560 8 0 0 0 24 0 0 0 16 0 22 0 523300239 16151384064 51838 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 46912506056156 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5276/tid=5297] ppid=5274 vsize=15772836 CPUtime=0.2 cores=1,3,5,7
/proc/5276/task/5297/stat : 5297 (java) R 5274 5276 4943 0 -1 4202560 10 0 0 0 20 0 0 0 16 0 22 0 523300239 16151384064 51838 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 46912506056156 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5276/tid=5298] ppid=5274 vsize=15772836 CPUtime=0.29 cores=1,3,5,7
/proc/5276/task/5298/stat : 5298 (java) R 5274 5276 4943 0 -1 4202560 9 0 0 0 29 0 0 0 16 0 22 0 523300239 16151384064 51838 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 46912506050742 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 15772836

[startup+3.10147 s]
/proc/loadavg: 8.03 8.01 7.38 12/224 5298
/proc/meminfo: memFree=23578784/32951124 swapFree=67111336/67111528
[pid=5276] ppid=5274 vsize=15772836 CPUtime=9.94 cores=1,3,5,7
/proc/5276/stat : 5276 (java) S 5274 5276 4943 0 -1 4202496 111147 0 1 0 979 15 0 0 25 0 22 0 523300191 16151384064 100269 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5276/statm: 3943209 100269 2273 9 0 3933928 0
[pid=5276/tid=5277] ppid=5274 vsize=15772836 CPUtime=0.94 cores=1,3,5,7
/proc/5276/task/5277/stat : 5277 (java) S 5274 5276 4943 0 -1 4202560 35721 0 1 0 90 4 0 0 20 0 22 0 523300191 16151384064 100269 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 1 0 0 0
[pid=5276/tid=5279] ppid=5274 vsize=15772836 CPUtime=0.02 cores=1,3,5,7
/proc/5276/task/5279/stat : 5279 (java) S 5274 5276 4943 0 -1 4202560 6017 0 0 0 1 1 0 0 16 0 22 0 523300192 16151384064 100269 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 5 0 0 0
[pid=5276/tid=5280] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5280/stat : 5280 (java) S 5274 5276 4943 0 -1 4202560 2988 0 0 0 0 0 0 0 16 0 22 0 523300192 16151384064 100269 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 1 0 0 0
[pid=5276/tid=5281] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5281/stat : 5281 (java) S 5274 5276 4943 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 22 0 523300192 16151384064 100269 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 5 0 0 0
[pid=5276/tid=5282] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5282/stat : 5282 (java) S 5274 5276 4943 0 -1 4202560 2597 0 0 0 0 0 0 0 16 0 22 0 523300192 16151384064 100269 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 7 0 0 0
[pid=5276/tid=5283] ppid=5274 vsize=15772836 CPUtime=0.02 cores=1,3,5,7
/proc/5276/task/5283/stat : 5283 (java) S 5274 5276 4943 0 -1 4202560 6053 0 0 0 1 1 0 0 16 0 22 0 523300192 16151384064 100269 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 3 0 0 0
[pid=5276/tid=5284] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5284/stat : 5284 (java) S 5274 5276 4943 0 -1 4202560 4012 0 0 0 0 0 0 0 15 0 22 0 523300192 16151384064 100269 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 7 0 0 0
[pid=5276/tid=5285] ppid=5274 vsize=15772836 CPUtime=0.01 cores=1,3,5,7
/proc/5276/task/5285/stat : 5285 (java) S 5274 5276 4943 0 -1 4202560 3805 0 0 0 1 0 0 0 15 0 22 0 523300192 16151384064 100269 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 1 0 0 0
[pid=5276/tid=5286] ppid=5274 vsize=15772836 CPUtime=0.01 cores=1,3,5,7
/proc/5276/task/5286/stat : 5286 (java) S 5274 5276 4943 0 -1 4202560 5130 0 0 0 1 0 0 0 16 0 22 0 523300192 16151384064 100269 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 1 0 0 0
[pid=5276/tid=5287] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5287/stat : 5287 (java) S 5274 5276 4943 0 -1 4202560 230 0 0 0 0 0 0 0 15 0 22 0 523300193 16151384064 100269 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562354176 0 0 0 16800975 18446604455672571200 0 0 -1 7 0 0 0
[pid=5276/tid=5288] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5288/stat : 5288 (java) S 5274 5276 4943 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523300193 16151384064 100269 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 7 0 0 0
[pid=5276/tid=5289] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5289/stat : 5289 (java) S 5274 5276 4943 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523300193 16151384064 100269 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 7 0 0 0
[pid=5276/tid=5290] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5290/stat : 5290 (java) S 5274 5276 4943 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523300195 16151384064 100269 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562361265 0 4 0 16800975 18446604455672571200 0 0 -1 1 0 0 0
[pid=5276/tid=5291] ppid=5274 vsize=15772836 CPUtime=0.76 cores=1,3,5,7
/proc/5276/task/5291/stat : 5291 (java) R 5274 5276 4943 0 -1 4202560 11866 0 0 0 76 0 0 0 24 0 22 0 523300195 16151384064 100269 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5276/tid=5292] ppid=5274 vsize=15772836 CPUtime=0.85 cores=1,3,5,7
/proc/5276/task/5292/stat : 5292 (java) S 5274 5276 4943 0 -1 4202560 8883 0 0 0 84 1 0 0 15 0 22 0 523300195 16151384064 100269 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 7 0 0 0
[pid=5276/tid=5293] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5293/stat : 5293 (java) S 5274 5276 4943 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523300195 16151384064 100269 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 1 0 0 0
[pid=5276/tid=5294] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5294/stat : 5294 (java) S 5274 5276 4943 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523300195 16151384064 100269 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562354176 0 4 0 16800975 18446604455672571200 0 0 -1 5 0 0 0
[pid=5276/tid=5295] ppid=5274 vsize=15772836 CPUtime=1.94 cores=1,3,5,7
/proc/5276/task/5295/stat : 5295 (java) R 5274 5276 4943 0 -1 4202560 5390 0 0 0 194 0 0 0 17 0 22 0 523300239 16151384064 100269 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 47825971302532 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5276/tid=5296] ppid=5274 vsize=15772836 CPUtime=1.79 cores=1,3,5,7
/proc/5276/task/5296/stat : 5296 (java) R 5274 5276 4943 0 -1 4202560 5251 0 0 0 178 1 0 0 17 0 22 0 523300239 16151384064 100269 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 46912505832152 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5276/tid=5297] ppid=5274 vsize=15772836 CPUtime=1.64 cores=1,3,5,7
/proc/5276/task/5297/stat : 5297 (java) R 5274 5276 4943 0 -1 4202560 5643 0 0 0 164 0 0 0 17 0 22 0 523300239 16151384064 100269 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 46912505789335 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5276/tid=5298] ppid=5274 vsize=15772836 CPUtime=1.83 cores=1,3,5,7
/proc/5276/task/5298/stat : 5298 (java) R 5274 5276 4943 0 -1 4202560 6155 0 0 0 183 0 0 0 17 0 22 0 523300239 16151384064 100269 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 46912505789418 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.94
Current children cumulated vsize (KiB) 15772836

[startup+6.30089 s]
/proc/loadavg: 8.03 8.01 7.38 9/224 5298
/proc/meminfo: memFree=22208528/32951124 swapFree=67111336/67111528
[pid=5276] ppid=5274 vsize=15772836 CPUtime=22.71 cores=1,3,5,7
/proc/5276/stat : 5276 (java) S 5274 5276 4943 0 -1 4202496 220931 0 1 0 2239 32 0 0 25 0 22 0 523300191 16151384064 209512 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5276/statm: 3943209 209512 2283 9 0 3933928 0
[pid=5276/tid=5277] ppid=5274 vsize=15772836 CPUtime=0.94 cores=1,3,5,7
/proc/5276/task/5277/stat : 5277 (java) S 5274 5276 4943 0 -1 4202560 35721 0 1 0 90 4 0 0 20 0 22 0 523300191 16151384064 209512 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 1 0 0 0
[pid=5276/tid=5279] ppid=5274 vsize=15772836 CPUtime=0.03 cores=1,3,5,7
/proc/5276/task/5279/stat : 5279 (java) S 5274 5276 4943 0 -1 4202560 12609 0 0 0 2 1 0 0 16 0 22 0 523300192 16151384064 209512 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 7 0 0 0
[pid=5276/tid=5280] ppid=5274 vsize=15772836 CPUtime=0.04 cores=1,3,5,7
/proc/5276/task/5280/stat : 5280 (java) S 5274 5276 4943 0 -1 4202560 12038 0 0 0 2 2 0 0 16 0 22 0 523300192 16151384064 209512 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 3 0 0 0
[pid=5276/tid=5281] ppid=5274 vsize=15772836 CPUtime=0.02 cores=1,3,5,7
/proc/5276/task/5281/stat : 5281 (java) S 5274 5276 4943 0 -1 4202560 6418 0 0 0 1 1 0 0 16 0 22 0 523300192 16151384064 209512 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 5 0 0 0
[pid=5276/tid=5282] ppid=5274 vsize=15772836 CPUtime=0.02 cores=1,3,5,7
/proc/5276/task/5282/stat : 5282 (java) S 5274 5276 4943 0 -1 4202560 7662 0 0 0 1 1 0 0 15 0 22 0 523300192 16151384064 209512 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 3 0 0 0
[pid=5276/tid=5283] ppid=5274 vsize=15772836 CPUtime=0.04 cores=1,3,5,7
/proc/5276/task/5283/stat : 5283 (java) S 5274 5276 4943 0 -1 4202560 13056 0 0 0 2 2 0 0 15 0 22 0 523300192 16151384064 209512 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 5 0 0 0
[pid=5276/tid=5284] ppid=5274 vsize=15772836 CPUtime=0.02 cores=1,3,5,7
/proc/5276/task/5284/stat : 5284 (java) S 5274 5276 4943 0 -1 4202560 7284 0 0 0 1 1 0 0 15 0 22 0 523300192 16151384064 209512 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 5 0 0 0
[pid=5276/tid=5285] ppid=5274 vsize=15772836 CPUtime=0.06 cores=1,3,5,7
/proc/5276/task/5285/stat : 5285 (java) S 5274 5276 4943 0 -1 4202560 18154 0 0 0 3 3 0 0 16 0 22 0 523300192 16151384064 209512 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 1 0 0 0
[pid=5276/tid=5286] ppid=5274 vsize=15772836 CPUtime=0.02 cores=1,3,5,7
/proc/5276/task/5286/stat : 5286 (java) S 5274 5276 4943 0 -1 4202560 10768 0 0 0 1 1 0 0 15 0 22 0 523300192 16151384064 209512 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 1 0 0 0

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

[pid=5276/tid=5296] ppid=5274 vsize=15772836 CPUtime=1049.12 cores=1,3,5,7
/proc/5276/task/5296/stat : 5296 (java) R 5274 5276 4943 0 -1 4202560 226495 0 0 0 104877 35 0 0 25 0 22 0 523300239 16151384064 126182 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 46912505523205 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5276/tid=5297] ppid=5274 vsize=15772836 CPUtime=1048.64 cores=1,3,5,7
/proc/5276/task/5297/stat : 5297 (java) R 5274 5276 4943 0 -1 4202560 227356 0 0 0 104832 32 0 0 25 0 22 0 523300239 16151384064 126182 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 46912505673178 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5276/tid=5298] ppid=5274 vsize=15772836 CPUtime=1048.76 cores=1,3,5,7
/proc/5276/task/5298/stat : 5298 (java) R 5274 5276 4943 0 -1 4202560 228280 0 0 0 104843 33 0 0 25 0 22 0 523300239 16151384064 126182 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 46912505523231 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4226.55
Current children cumulated vsize (KiB) 15772836

[startup+1122.3 s]
/proc/loadavg: 8.19 8.21 7.93 9/224 5337
/proc/meminfo: memFree=18600108/32951124 swapFree=67111336/67111528
[pid=5276] ppid=5274 vsize=15772836 CPUtime=4465.43 cores=1,3,5,7
/proc/5276/stat : 5276 (java) S 5274 5276 4943 0 -1 4202496 1775029 0 1 0 446167 376 0 0 25 0 22 0 523300191 16151384064 120479 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5276/statm: 3943209 120479 2298 9 0 3933928 0
[pid=5276/tid=5277] ppid=5274 vsize=15772836 CPUtime=0.94 cores=1,3,5,7
/proc/5276/task/5277/stat : 5277 (java) S 5274 5276 4943 0 -1 4202560 35721 0 1 0 90 4 0 0 20 0 22 0 523300191 16151384064 120479 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 1 0 0 0
[pid=5276/tid=5279] ppid=5274 vsize=15772836 CPUtime=3.55 cores=1,3,5,7
/proc/5276/task/5279/stat : 5279 (java) S 5274 5276 4943 0 -1 4202560 103639 0 0 0 331 24 0 0 15 0 22 0 523300192 16151384064 120479 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 1 0 0 0
[pid=5276/tid=5280] ppid=5274 vsize=15772836 CPUtime=3.48 cores=1,3,5,7
/proc/5276/task/5280/stat : 5280 (java) S 5274 5276 4943 0 -1 4202560 97084 0 0 0 328 20 0 0 15 0 22 0 523300192 16151384064 120479 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 5 0 0 0
[pid=5276/tid=5281] ppid=5274 vsize=15772836 CPUtime=3.48 cores=1,3,5,7
/proc/5276/task/5281/stat : 5281 (java) S 5274 5276 4943 0 -1 4202560 91557 0 0 0 327 21 0 0 15 0 22 0 523300192 16151384064 120479 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 7 0 0 0
[pid=5276/tid=5282] ppid=5274 vsize=15772836 CPUtime=3.43 cores=1,3,5,7
/proc/5276/task/5282/stat : 5282 (java) S 5274 5276 4943 0 -1 4202560 91375 0 0 0 323 20 0 0 16 0 22 0 523300192 16151384064 120479 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 3 0 0 0
[pid=5276/tid=5283] ppid=5274 vsize=15772836 CPUtime=3.5 cores=1,3,5,7
/proc/5276/task/5283/stat : 5283 (java) S 5274 5276 4943 0 -1 4202560 101706 0 0 0 327 23 0 0 16 0 22 0 523300192 16151384064 120479 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 7 0 0 0
[pid=5276/tid=5284] ppid=5274 vsize=15772836 CPUtime=3.53 cores=1,3,5,7
/proc/5276/task/5284/stat : 5284 (java) S 5274 5276 4943 0 -1 4202560 87844 0 0 0 332 21 0 0 15 0 22 0 523300192 16151384064 120479 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 3 0 0 0
[pid=5276/tid=5285] ppid=5274 vsize=15772836 CPUtime=3.47 cores=1,3,5,7
/proc/5276/task/5285/stat : 5285 (java) S 5274 5276 4943 0 -1 4202560 102921 0 0 0 324 23 0 0 16 0 22 0 523300192 16151384064 120479 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 1 0 0 0
[pid=5276/tid=5286] ppid=5274 vsize=15772836 CPUtime=3.4 cores=1,3,5,7
/proc/5276/task/5286/stat : 5286 (java) S 5274 5276 4943 0 -1 4202560 87161 0 0 0 322 18 0 0 15 0 22 0 523300192 16151384064 120479 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 5 0 0 0
[pid=5276/tid=5287] ppid=5274 vsize=15772836 CPUtime=1.58 cores=1,3,5,7
/proc/5276/task/5287/stat : 5287 (java) S 5274 5276 4943 0 -1 4202560 4852 0 0 0 103 55 0 0 15 0 22 0 523300193 16151384064 120479 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562354176 0 0 0 16800975 18446604455672571200 0 0 -1 3 0 0 0
[pid=5276/tid=5288] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5288/stat : 5288 (java) S 5274 5276 4943 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523300193 16151384064 120479 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 7 0 0 0
[pid=5276/tid=5289] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5289/stat : 5289 (java) S 5274 5276 4943 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523300193 16151384064 120479 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 7 0 0 0
[pid=5276/tid=5290] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5290/stat : 5290 (java) S 5274 5276 4943 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523300195 16151384064 120479 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562361265 0 4 0 16800975 18446604455672571200 0 0 -1 1 0 0 0
[pid=5276/tid=5291] ppid=5274 vsize=15772836 CPUtime=1.06 cores=1,3,5,7
/proc/5276/task/5291/stat : 5291 (java) S 5274 5276 4943 0 -1 4202560 11934 0 0 0 106 0 0 0 15 0 22 0 523300195 16151384064 120479 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 3 0 0 0
[pid=5276/tid=5292] ppid=5274 vsize=15772836 CPUtime=1.13 cores=1,3,5,7
/proc/5276/task/5292/stat : 5292 (java) S 5274 5276 4943 0 -1 4202560 9384 0 0 0 112 1 0 0 15 0 22 0 523300195 16151384064 120479 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 7 0 0 0
[pid=5276/tid=5293] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5293/stat : 5293 (java) S 5274 5276 4943 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523300195 16151384064 120479 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 1 0 0 0
[pid=5276/tid=5294] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5294/stat : 5294 (java) S 5274 5276 4943 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 523300195 16151384064 120479 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562354176 0 4 0 16800975 18446604455672571200 0 0 -1 3 0 0 0
[pid=5276/tid=5295] ppid=5274 vsize=15772836 CPUtime=1108.34 cores=1,3,5,7
/proc/5276/task/5295/stat : 5295 (java) R 5274 5276 4943 0 -1 4202560 236036 0 0 0 110802 32 0 0 25 0 22 0 523300239 16151384064 120479 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 47825971302609 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5276/tid=5296] ppid=5274 vsize=15772836 CPUtime=1108.45 cores=1,3,5,7
/proc/5276/task/5296/stat : 5296 (java) R 5274 5276 4943 0 -1 4202560 236429 0 0 0 110808 37 0 0 25 0 22 0 523300239 16151384064 120479 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 46912505789389 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5276/tid=5297] ppid=5274 vsize=15772836 CPUtime=1107.9 cores=1,3,5,7
/proc/5276/task/5297/stat : 5297 (java) R 5274 5276 4943 0 -1 4202560 237959 0 0 0 110756 34 0 0 25 0 22 0 523300239 16151384064 120479 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 46912505875294 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5276/tid=5298] ppid=5274 vsize=15772836 CPUtime=1108.02 cores=1,3,5,7
/proc/5276/task/5298/stat : 5298 (java) R 5274 5276 4943 0 -1 4202560 237980 0 0 0 110768 34 0 0 25 0 22 0 523300239 16151384064 120479 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 46912506260005 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4465.43
Current children cumulated vsize (KiB) 15772836

[startup+1182.3 s]
/proc/loadavg: 6.34 7.74 7.79 5/197 5359
/proc/meminfo: memFree=30512524/32951124 swapFree=67111336/67111528
[pid=5276] ppid=5274 vsize=15772836 CPUtime=4704.26 cores=1,3,5,7
/proc/5276/stat : 5276 (java) S 5274 5276 4943 0 -1 4202496 1864438 0 1 0 470029 397 0 0 25 0 22 0 523300191 16151384064 127438 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5276/statm: 3943209 127438 2298 9 0 3933928 0
[pid=5276/tid=5277] ppid=5274 vsize=15772836 CPUtime=0.94 cores=1,3,5,7
/proc/5276/task/5277/stat : 5277 (java) S 5274 5276 4943 0 -1 4202560 35721 0 1 0 90 4 0 0 20 0 22 0 523300191 16151384064 127438 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 1 0 0 0
[pid=5276/tid=5279] ppid=5274 vsize=15772836 CPUtime=3.73 cores=1,3,5,7
/proc/5276/task/5279/stat : 5279 (java) S 5274 5276 4943 0 -1 4202560 109871 0 0 0 348 25 0 0 15 0 22 0 523300192 16151384064 127438 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 5 0 0 0
[pid=5276/tid=5280] ppid=5274 vsize=15772836 CPUtime=3.66 cores=1,3,5,7
/proc/5276/task/5280/stat : 5280 (java) S 5274 5276 4943 0 -1 4202560 102650 0 0 0 345 21 0 0 16 0 22 0 523300192 16151384064 127438 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 1 0 0 0
[pid=5276/tid=5281] ppid=5274 vsize=15772836 CPUtime=3.7 cores=1,3,5,7
/proc/5276/task/5281/stat : 5281 (java) S 5274 5276 4943 0 -1 4202560 97990 0 0 0 347 23 0 0 16 0 22 0 523300192 16151384064 127438 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 3 0 0 0
[pid=5276/tid=5282] ppid=5274 vsize=15772836 CPUtime=3.65 cores=1,3,5,7
/proc/5276/task/5282/stat : 5282 (java) S 5274 5276 4943 0 -1 4202560 96510 0 0 0 343 22 0 0 16 0 22 0 523300192 16151384064 127438 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 7 0 0 0
[pid=5276/tid=5283] ppid=5274 vsize=15772836 CPUtime=3.69 cores=1,3,5,7
/proc/5276/task/5283/stat : 5283 (java) S 5274 5276 4943 0 -1 4202560 107148 0 0 0 345 24 0 0 16 0 22 0 523300192 16151384064 127438 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 5 0 0 0
[pid=5276/tid=5284] ppid=5274 vsize=15772836 CPUtime=3.74 cores=1,3,5,7
/proc/5276/task/5284/stat : 5284 (java) S 5274 5276 4943 0 -1 4202560 94401 0 0 0 351 23 0 0 15 0 22 0 523300192 16151384064 127438 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 5 0 0 0
[pid=5276/tid=5285] ppid=5274 vsize=15772836 CPUtime=3.66 cores=1,3,5,7
/proc/5276/task/5285/stat : 5285 (java) S 5274 5276 4943 0 -1 4202560 109516 0 0 0 342 24 0 0 15 0 22 0 523300192 16151384064 127438 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 1 0 0 0
[pid=5276/tid=5286] ppid=5274 vsize=15772836 CPUtime=3.62 cores=1,3,5,7
/proc/5276/task/5286/stat : 5286 (java) S 5274 5276 4943 0 -1 4202560 93713 0 0 0 343 19 0 0 15 0 22 0 523300192 16151384064 127438 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 1 0 0 0
[pid=5276/tid=5287] ppid=5274 vsize=15772836 CPUtime=1.68 cores=1,3,5,7
/proc/5276/task/5287/stat : 5287 (java) S 5274 5276 4943 0 -1 4202560 5101 0 0 0 110 58 0 0 15 0 22 0 523300193 16151384064 127438 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562354176 0 0 0 16800975 18446604455672571200 0 0 -1 3 0 0 0
[pid=5276/tid=5288] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5288/stat : 5288 (java) S 5274 5276 4943 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523300193 16151384064 127438 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 7 0 0 0
[pid=5276/tid=5289] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5289/stat : 5289 (java) S 5274 5276 4943 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523300193 16151384064 127438 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 7 0 0 0
[pid=5276/tid=5290] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5290/stat : 5290 (java) S 5274 5276 4943 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523300195 16151384064 127438 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562361265 0 4 0 16800975 18446604455672571200 0 0 -1 1 0 0 0
[pid=5276/tid=5291] ppid=5274 vsize=15772836 CPUtime=1.06 cores=1,3,5,7
/proc/5276/task/5291/stat : 5291 (java) S 5274 5276 4943 0 -1 4202560 11934 0 0 0 106 0 0 0 15 0 22 0 523300195 16151384064 127438 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 3 0 0 0
[pid=5276/tid=5292] ppid=5274 vsize=15772836 CPUtime=1.13 cores=1,3,5,7
/proc/5276/task/5292/stat : 5292 (java) S 5274 5276 4943 0 -1 4202560 9384 0 0 0 112 1 0 0 15 0 22 0 523300195 16151384064 127438 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 7 0 0 0
[pid=5276/tid=5293] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5293/stat : 5293 (java) S 5274 5276 4943 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523300195 16151384064 127438 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 1 0 0 0
[pid=5276/tid=5294] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5294/stat : 5294 (java) S 5274 5276 4943 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 523300195 16151384064 127438 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562354176 0 4 0 16800975 18446604455672571200 0 0 -1 3 0 0 0
[pid=5276/tid=5295] ppid=5274 vsize=15772836 CPUtime=1167.7 cores=1,3,5,7
/proc/5276/task/5295/stat : 5295 (java) R 5274 5276 4943 0 -1 4202560 245807 0 0 0 116737 33 0 0 25 0 22 0 523300239 16151384064 127438 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 46912505366048 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5276/tid=5296] ppid=5274 vsize=15772836 CPUtime=1167.68 cores=1,3,5,7
/proc/5276/task/5296/stat : 5296 (java) R 5274 5276 4943 0 -1 4202560 246592 0 0 0 116730 38 0 0 25 0 22 0 523300239 16151384064 127438 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 46912505740262 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5276/tid=5297] ppid=5274 vsize=15772836 CPUtime=1167.09 cores=1,3,5,7
/proc/5276/task/5297/stat : 5297 (java) R 5274 5276 4943 0 -1 4202560 248027 0 0 0 116672 37 0 0 25 0 22 0 523300239 16151384064 127438 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 46912506169008 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5276/tid=5298] ppid=5274 vsize=15772836 CPUtime=1167.36 cores=1,3,5,7
/proc/5276/task/5298/stat : 5298 (java) R 5274 5276 4943 0 -1 4202560 248622 0 0 0 116700 36 0 0 25 0 22 0 523300239 16151384064 127438 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 46912506126817 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4704.26
Current children cumulated vsize (KiB) 15772836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.4 s]
/proc/loadavg: 5.54 7.44 7.69 5/197 5359
/proc/meminfo: memFree=30505296/32951124 swapFree=67111336/67111528
[pid=5276] ppid=5274 vsize=15772836 CPUtime=4800.2 cores=1,3,5,7
/proc/5276/stat : 5276 (java) S 5274 5276 4943 0 -1 4202496 1896872 0 1 0 479616 404 0 0 25 0 22 0 523300191 16151384064 123051 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5276/statm: 3943209 123051 2298 9 0 3933928 0
[pid=5276/tid=5277] ppid=5274 vsize=15772836 CPUtime=0.94 cores=1,3,5,7
/proc/5276/task/5277/stat : 5277 (java) S 5274 5276 4943 0 -1 4202560 35721 0 1 0 90 4 0 0 20 0 22 0 523300191 16151384064 123051 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 1 0 0 0
[pid=5276/tid=5279] ppid=5274 vsize=15772836 CPUtime=3.83 cores=1,3,5,7
/proc/5276/task/5279/stat : 5279 (java) S 5274 5276 4943 0 -1 4202560 113009 0 0 0 357 26 0 0 15 0 22 0 523300192 16151384064 123051 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 7 0 0 0
[pid=5276/tid=5280] ppid=5274 vsize=15772836 CPUtime=3.75 cores=1,3,5,7
/proc/5276/task/5280/stat : 5280 (java) S 5274 5276 4943 0 -1 4202560 105287 0 0 0 353 22 0 0 15 0 22 0 523300192 16151384064 123051 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 7 0 0 0
[pid=5276/tid=5281] ppid=5274 vsize=15772836 CPUtime=3.79 cores=1,3,5,7
/proc/5276/task/5281/stat : 5281 (java) S 5274 5276 4943 0 -1 4202560 101258 0 0 0 355 24 0 0 16 0 22 0 523300192 16151384064 123051 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 5 0 0 0
[pid=5276/tid=5282] ppid=5274 vsize=15772836 CPUtime=3.72 cores=1,3,5,7
/proc/5276/task/5282/stat : 5282 (java) S 5274 5276 4943 0 -1 4202560 99273 0 0 0 350 22 0 0 16 0 22 0 523300192 16151384064 123051 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 7 0 0 0
[pid=5276/tid=5283] ppid=5274 vsize=15772836 CPUtime=3.78 cores=1,3,5,7
/proc/5276/task/5283/stat : 5283 (java) S 5274 5276 4943 0 -1 4202560 109773 0 0 0 353 25 0 0 15 0 22 0 523300192 16151384064 123051 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 7 0 0 0
[pid=5276/tid=5284] ppid=5274 vsize=15772836 CPUtime=3.81 cores=1,3,5,7
/proc/5276/task/5284/stat : 5284 (java) S 5274 5276 4943 0 -1 4202560 97216 0 0 0 358 23 0 0 15 0 22 0 523300192 16151384064 123051 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 1 0 0 0
[pid=5276/tid=5285] ppid=5274 vsize=15772836 CPUtime=3.75 cores=1,3,5,7
/proc/5276/task/5285/stat : 5285 (java) S 5274 5276 4943 0 -1 4202560 111843 0 0 0 350 25 0 0 15 0 22 0 523300192 16151384064 123051 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 1 0 0 0
[pid=5276/tid=5286] ppid=5274 vsize=15772836 CPUtime=3.72 cores=1,3,5,7
/proc/5276/task/5286/stat : 5286 (java) S 5274 5276 4943 0 -1 4202560 97041 0 0 0 352 20 0 0 15 0 22 0 523300192 16151384064 123051 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 1 0 0 0
[pid=5276/tid=5287] ppid=5274 vsize=15772836 CPUtime=1.71 cores=1,3,5,7
/proc/5276/task/5287/stat : 5287 (java) S 5274 5276 4943 0 -1 4202560 5181 0 0 0 113 58 0 0 15 0 22 0 523300193 16151384064 123051 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562354176 0 0 0 16800975 18446604455672571200 0 0 -1 3 0 0 0
[pid=5276/tid=5288] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5288/stat : 5288 (java) S 5274 5276 4943 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523300193 16151384064 123051 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 7 0 0 0
[pid=5276/tid=5289] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5289/stat : 5289 (java) S 5274 5276 4943 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523300193 16151384064 123051 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 7 0 0 0
[pid=5276/tid=5290] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5290/stat : 5290 (java) S 5274 5276 4943 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523300195 16151384064 123051 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562361265 0 4 0 16800975 18446604455672571200 0 0 -1 1 0 0 0
[pid=5276/tid=5291] ppid=5274 vsize=15772836 CPUtime=1.06 cores=1,3,5,7
/proc/5276/task/5291/stat : 5291 (java) S 5274 5276 4943 0 -1 4202560 11934 0 0 0 106 0 0 0 15 0 22 0 523300195 16151384064 123051 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 3 0 0 0
[pid=5276/tid=5292] ppid=5274 vsize=15772836 CPUtime=1.13 cores=1,3,5,7
/proc/5276/task/5292/stat : 5292 (java) S 5274 5276 4943 0 -1 4202560 9384 0 0 0 112 1 0 0 15 0 22 0 523300195 16151384064 123051 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 7 0 0 0
[pid=5276/tid=5293] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5293/stat : 5293 (java) S 5274 5276 4943 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523300195 16151384064 123051 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562353561 0 4 0 16800975 18446604455672571200 0 0 -1 1 0 0 0
[pid=5276/tid=5294] ppid=5274 vsize=15772836 CPUtime=0 cores=1,3,5,7
/proc/5276/task/5294/stat : 5294 (java) S 5274 5276 4943 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 523300195 16151384064 123051 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 271562354176 0 4 0 16800975 18446604455672571200 0 0 -1 5 0 0 0
[pid=5276/tid=5295] ppid=5274 vsize=15772836 CPUtime=1191.48 cores=1,3,5,7
/proc/5276/task/5295/stat : 5295 (java) R 5274 5276 4943 0 -1 4202560 248169 0 0 0 119114 34 0 0 25 0 22 0 523300239 16151384064 123051 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 18446744073699066094 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5276/tid=5296] ppid=5274 vsize=15772836 CPUtime=1191.51 cores=1,3,5,7
/proc/5276/task/5296/stat : 5296 (java) R 5274 5276 4943 0 -1 4202560 248803 0 0 0 119113 38 0 0 25 0 22 0 523300239 16151384064 123051 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 46912506052096 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5276/tid=5297] ppid=5274 vsize=15772836 CPUtime=1190.86 cores=1,3,5,7
/proc/5276/task/5297/stat : 5297 (java) R 5274 5276 4943 0 -1 4202560 250423 0 0 0 119049 37 0 0 25 0 22 0 523300239 16151384064 123051 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 18446744073699065863 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5276/tid=5298] ppid=5274 vsize=15772836 CPUtime=1191.2 cores=1,3,5,7
/proc/5276/task/5298/stat : 5298 (java) R 5274 5276 4943 0 -1 4202560 251104 0 0 0 119084 36 0 0 25 0 22 0 523300239 16151384064 123051 33554432000 1073741824 1073778376 140735831590416 18446744073709551615 46912505831957 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 15772836

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): 1206.44
CPU time (s): 4800.25
CPU user time (s): 4796.19
CPU system time (s): 4.06438
CPU usage (%): 397.887
Max. virtual memory (cumulated for all children) (KiB): 15775540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.19
system time used= 4.06438
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1896898
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= 185461
involuntary context switches= 121736

runsolver used 1.9997 second user time and 4.65229 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-30 00:43:43
IDJOB=3311264
IDBENCH=82649
IDSOLVER=1698
FILE ID=node133/3311264-1304117023
RUNJOBID= node133-1304114513-4962
PBS_JOBID= 13170705
Free space on /tmp= 71892 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S1158419275-045-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311264-1304117023/watcher-3311264-1304117023 -o /tmp/evaluation-result-3311264-1304117023/solver-3311264-1304117023 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311264-1304117023.cnf -hbr 2

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

MD5SUM BENCH= ba96eb51c814e4238dd0a7b33e8bab2d
RANDOM SEED=1717205217

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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:      23810368 kB
Buffers:        501640 kB
Cached:        1050128 kB
SwapCached:        124 kB
Active:        7289488 kB
Inactive:      1495092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23810368 kB
SwapTotal:    67111528 kB
SwapFree:     67111336 kB
Dirty:            2448 kB
Writeback:           0 kB
AnonPages:     7232484 kB
Mapped:          23472 kB
Slab:           280020 kB
PageTables:      18616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  8196396 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71892 MiB
End job on node133 at 2011-04-30 01:03:52