Trace number 3312115

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.51 1233.01

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-06.cnf
MD5SUM6fd7d026c372988cefc364000243d13f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4573.36
Satisfiable
(Un)Satisfiability was proved
Number of variables302076
Number of clauses1039056
Sum of the clauses size2729970
Maximum clause length978
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2420562
Number of clauses of size 3588399
Number of clauses of size 429561
Number of clauses of size 569
Number of clauses of size over 5464

Solver Data

0.10/0.12	27:23 INFO : Reading from input HOME/instance-3312115-1304098042.cnf
4.03/3.77	Executor set job limit to 1000000
4.03/3.77	Executor set job limit to 1000000
4.03/3.77	Executor set job limit to 1000000
4.03/3.77	Executor set job limit to 1000000
4.03/3.77	Starting Executor!
4.03/3.77	Starting Executor!
4.03/3.77	Starting Executor!
4.03/3.77	Starting Executor!
8.86/6.63	27:30 INFO : Found 107479 xor gates
18.48/15.38	27:39 INFO : 279204 variables remaining out of 302076
18.48/15.38	27:39 INFO : 9820604 literals remaining out of 2479278
613.62/184.02	log4j:WARN No appenders could be found for logger (ibis.constellation.impl.SingleThreadedConstellation.CID: 0:1).
613.62/184.02	log4j:WARN Please initialize the log4j system properly.
613.62/184.02	log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.

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-3312115-1304098042/watcher-3312115-1304098042 -o /tmp/evaluation-result-3312115-1304098042/solver-3312115-1304098042 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312115-1304098042.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: 6.42 7.69 7.65 3/174 3341
/proc/meminfo: memFree=20703036/32950928 swapFree=67111524/67111528
[pid=3341] ppid=3339 vsize=9020 CPUtime=0 cores=1,3,5,7
/proc/3341/stat : 3341 (java) R 3339 3341 2922 0 -1 4194304 585 0 0 0 0 0 0 0 17 0 1 0 600035005 9236480 89 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231890567271 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3341/statm: 2255 79 59 9 0 34 0

[startup+0.0863199 s]
/proc/loadavg: 6.42 7.69 7.65 3/174 3341
/proc/meminfo: memFree=20703036/32950928 swapFree=67111524/67111528
[pid=3341] ppid=3339 vsize=15676240 CPUtime=0.07 cores=1,3,5,7
/proc/3341/stat : 3341 (java) S 3339 3341 2922 0 -1 4202496 5118 0 1 0 7 0 0 0 17 0 18 0 600035005 16052469760 4522 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3341/statm: 3919060 4523 2043 9 0 3909779 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15676240

[startup+0.100391 s]
/proc/loadavg: 6.42 7.69 7.65 3/174 3341
/proc/meminfo: memFree=20703036/32950928 swapFree=67111524/67111528
[pid=3341] ppid=3339 vsize=15676728 CPUtime=0.1 cores=1,3,5,7
/proc/3341/stat : 3341 (java) S 3339 3341 2922 0 -1 4202496 5539 0 1 0 9 1 0 0 17 0 18 0 600035005 16052969472 4939 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3341/statm: 3919182 4939 2116 9 0 3909901 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676728

[startup+0.300354 s]
/proc/loadavg: 6.42 7.69 7.65 3/174 3341
/proc/meminfo: memFree=20703036/32950928 swapFree=67111524/67111528
[pid=3341] ppid=3339 vsize=15680324 CPUtime=0.5 cores=1,3,5,7
/proc/3341/stat : 3341 (java) S 3339 3341 2922 0 -1 4202496 14653 0 1 0 48 2 0 0 17 0 18 0 600035005 16056651776 12975 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3341/statm: 3920081 12982 2208 9 0 3910800 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15680324

[startup+0.700286 s]
/proc/loadavg: 6.42 7.69 7.65 3/174 3341
/proc/meminfo: memFree=20703036/32950928 swapFree=67111524/67111528
[pid=3341] ppid=3339 vsize=15680324 CPUtime=0.92 cores=1,3,5,7
/proc/3341/stat : 3341 (java) S 3339 3341 2922 0 -1 4202496 42533 0 1 0 86 6 0 0 17 0 18 0 600035005 16056651776 40853 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3341/statm: 3920081 40853 2223 9 0 3910800 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15680324

[startup+1.50112 s]
/proc/loadavg: 6.42 7.69 7.65 3/212 3385
/proc/meminfo: memFree=20466344/32950928 swapFree=67111524/67111528
[pid=3341] ppid=3339 vsize=15680324 CPUtime=1.73 cores=1,3,5,7
/proc/3341/stat : 3341 (java) S 3339 3341 2922 0 -1 4202496 76428 0 1 0 162 11 0 0 17 0 18 0 600035005 16056651776 74745 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3341/statm: 3920081 74745 2223 9 0 3910800 0
[pid=3341/tid=3343] ppid=3339 vsize=15680324 CPUtime=1.46 cores=1,3,5,7
/proc/3341/task/3343/stat : 3343 (java) R 3339 3341 2922 0 -1 4202560 65696 0 1 0 137 9 0 0 19 0 18 0 600035005 16056651776 74745 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 46912505560310 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3341/tid=3344] ppid=3339 vsize=15680324 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3344/stat : 3344 (java) S 3339 3341 2922 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 18 0 600035006 16056651776 74745 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 1 0 0 0
[pid=3341/tid=3345] ppid=3339 vsize=15680324 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3345/stat : 3345 (java) S 3339 3341 2922 0 -1 4202560 1240 0 0 0 0 0 0 0 15 0 18 0 600035006 16056651776 74745 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 3 0 0 0
[pid=3341/tid=3346] ppid=3339 vsize=15680324 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3346/stat : 3346 (java) S 3339 3341 2922 0 -1 4202560 34 0 0 0 0 0 0 0 15 0 18 0 600035006 16056651776 74745 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 3 0 0 0
[pid=3341/tid=3347] ppid=3339 vsize=15680324 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3347/stat : 3347 (java) S 3339 3341 2922 0 -1 4202560 1347 0 0 0 0 0 0 0 16 0 18 0 600035006 16056651776 74745 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 1 0 0 0
[pid=3341/tid=3348] ppid=3339 vsize=15680324 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3348/stat : 3348 (java) S 3339 3341 2922 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 18 0 600035006 16056651776 74745 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 3 0 0 0
[pid=3341/tid=3350] ppid=3339 vsize=15680324 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3350/stat : 3350 (java) S 3339 3341 2922 0 -1 4202560 1678 0 0 0 0 0 0 0 16 0 18 0 600035006 16056651776 74745 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 7 0 0 0
[pid=3341/tid=3351] ppid=3339 vsize=15680324 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3351/stat : 3351 (java) S 3339 3341 2922 0 -1 4202560 923 0 0 0 0 0 0 0 15 0 18 0 600035006 16056651776 74745 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3352] ppid=3339 vsize=15680324 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3352/stat : 3352 (java) S 3339 3341 2922 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 600035006 16056651776 74745 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 1 0 0 0
[pid=3341/tid=3353] ppid=3339 vsize=15680324 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3353/stat : 3353 (java) S 3339 3341 2922 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 18 0 600035007 16056651776 74745 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907307008 0 0 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3354] ppid=3339 vsize=15680324 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3354/stat : 3354 (java) S 3339 3341 2922 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 18 0 600035008 16056651776 74745 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3355] ppid=3339 vsize=15680324 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3355/stat : 3355 (java) S 3339 3341 2922 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 600035008 16056651776 74745 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3356] ppid=3339 vsize=15680324 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3356/stat : 3356 (java) S 3339 3341 2922 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 600035010 16056651776 74745 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907314097 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3357] ppid=3339 vsize=15680324 CPUtime=0.11 cores=1,3,5,7
/proc/3341/task/3357/stat : 3357 (java) S 3339 3341 2922 0 -1 4202560 1264 0 0 0 11 0 0 0 17 0 18 0 600035010 16056651776 74745 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3358] ppid=3339 vsize=15680324 CPUtime=0.11 cores=1,3,5,7
/proc/3341/task/3358/stat : 3358 (java) S 3339 3341 2922 0 -1 4202560 2581 0 0 0 11 0 0 0 17 0 18 0 600035010 16056651776 74745 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 7 0 0 0
[pid=3341/tid=3359] ppid=3339 vsize=15680324 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3359/stat : 3359 (java) S 3339 3341 2922 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600035010 16056651776 74745 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3360] ppid=3339 vsize=15680324 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3360/stat : 3360 (java) S 3339 3341 2922 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 600035010 16056651776 74745 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907307008 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 15680324

[startup+3.10083 s]
/proc/loadavg: 6.42 7.69 7.65 3/212 3385
/proc/meminfo: memFree=20000352/32950928 swapFree=67111524/67111528
[pid=3341] ppid=3339 vsize=15680324 CPUtime=3.42 cores=1,3,5,7
/proc/3341/stat : 3341 (java) S 3339 3341 2922 0 -1 4202496 146122 0 1 0 323 19 0 0 17 0 18 0 600035005 16056651776 144433 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3341/statm: 3920081 144433 2241 9 0 3910800 0
[pid=3341/tid=3343] ppid=3339 vsize=15680324 CPUtime=3.04 cores=1,3,5,7
/proc/3341/task/3343/stat : 3343 (java) R 3339 3341 2922 0 -1 4202560 126683 0 1 0 288 16 0 0 22 0 18 0 600035005 16056651776 144433 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907317195 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3341/tid=3344] ppid=3339 vsize=15680324 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3344/stat : 3344 (java) S 3339 3341 2922 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 18 0 600035006 16056651776 144433 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 7 0 0 0
[pid=3341/tid=3345] ppid=3339 vsize=15680324 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3345/stat : 3345 (java) S 3339 3341 2922 0 -1 4202560 1240 0 0 0 0 0 0 0 16 0 18 0 600035006 16056651776 144433 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 3 0 0 0
[pid=3341/tid=3346] ppid=3339 vsize=15680324 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3346/stat : 3346 (java) S 3339 3341 2922 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 18 0 600035006 16056651776 144433 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 7 0 0 0
[pid=3341/tid=3347] ppid=3339 vsize=15680324 CPUtime=0.01 cores=1,3,5,7
/proc/3341/task/3347/stat : 3347 (java) S 3339 3341 2922 0 -1 4202560 9063 0 0 0 1 0 0 0 16 0 18 0 600035006 16056651776 144433 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 1 0 0 0
[pid=3341/tid=3348] ppid=3339 vsize=15680324 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3348/stat : 3348 (java) S 3339 3341 2922 0 -1 4202560 322 0 0 0 0 0 0 0 16 0 18 0 600035006 16056651776 144433 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 3 0 0 0
[pid=3341/tid=3350] ppid=3339 vsize=15680324 CPUtime=0.01 cores=1,3,5,7
/proc/3341/task/3350/stat : 3350 (java) S 3339 3341 2922 0 -1 4202560 1975 0 0 0 1 0 0 0 15 0 18 0 600035006 16056651776 144433 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 7 0 0 0
[pid=3341/tid=3351] ppid=3339 vsize=15680324 CPUtime=0.01 cores=1,3,5,7
/proc/3341/task/3351/stat : 3351 (java) S 3339 3341 2922 0 -1 4202560 1000 0 0 0 1 0 0 0 15 0 18 0 600035006 16056651776 144433 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3352] ppid=3339 vsize=15680324 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3352/stat : 3352 (java) S 3339 3341 2922 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 18 0 600035006 16056651776 144433 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3353] ppid=3339 vsize=15680324 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3353/stat : 3353 (java) S 3339 3341 2922 0 -1 4202560 435 0 0 0 0 0 0 0 15 0 18 0 600035007 16056651776 144433 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907307008 0 0 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3354] ppid=3339 vsize=15680324 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3354/stat : 3354 (java) S 3339 3341 2922 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 18 0 600035008 16056651776 144433 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3355] ppid=3339 vsize=15680324 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3355/stat : 3355 (java) S 3339 3341 2922 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 600035008 16056651776 144433 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3356] ppid=3339 vsize=15680324 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3356/stat : 3356 (java) S 3339 3341 2922 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 600035010 16056651776 144433 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907314097 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3357] ppid=3339 vsize=15680324 CPUtime=0.14 cores=1,3,5,7
/proc/3341/task/3357/stat : 3357 (java) S 3339 3341 2922 0 -1 4202560 1289 0 0 0 14 0 0 0 16 0 18 0 600035010 16056651776 144433 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3358] ppid=3339 vsize=15680324 CPUtime=0.13 cores=1,3,5,7
/proc/3341/task/3358/stat : 3358 (java) S 3339 3341 2922 0 -1 4202560 2599 0 0 0 13 0 0 0 16 0 18 0 600035010 16056651776 144433 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 7 0 0 0
[pid=3341/tid=3359] ppid=3339 vsize=15680324 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3359/stat : 3359 (java) S 3339 3341 2922 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600035010 16056651776 144433 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3360] ppid=3339 vsize=15680324 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3360/stat : 3360 (java) S 3339 3341 2922 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 600035010 16056651776 144433 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907307008 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 15680324

[startup+6.30116 s]
/proc/loadavg: 6.07 7.59 7.62 3/216 3389
/proc/meminfo: memFree=18587832/32950928 swapFree=67111524/67111528
[pid=3341] ppid=3339 vsize=15720092 CPUtime=8.09 cores=1,3,5,7
/proc/3341/stat : 3341 (java) S 3339 3341 2922 0 -1 4202496 309344 0 1 0 769 40 0 0 17 0 22 0 600035005 16097374208 300480 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3341/statm: 3930023 300480 2265 9 0 3920742 0
[pid=3341/tid=3343] ppid=3339 vsize=15720092 CPUtime=6.12 cores=1,3,5,7
/proc/3341/task/3343/stat : 3343 (java) R 3339 3341 2922 0 -1 4202560 234442 0 1 0 583 29 0 0 20 0 22 0 600035005 16097374208 300480 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 46912505121410 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3341/tid=3344] ppid=3339 vsize=15720092 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3344/stat : 3344 (java) S 3339 3341 2922 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 600035006 16097374208 300480 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 7 0 0 0
[pid=3341/tid=3345] ppid=3339 vsize=15720092 CPUtime=0.01 cores=1,3,5,7
/proc/3341/task/3345/stat : 3345 (java) S 3339 3341 2922 0 -1 4202560 1435 0 0 0 1 0 0 0 16 0 22 0 600035006 16097374208 300480 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 3 0 0 0
[pid=3341/tid=3346] ppid=3339 vsize=15720092 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3346/stat : 3346 (java) S 3339 3341 2922 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 22 0 600035006 16097374208 300480 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 7 0 0 0
[pid=3341/tid=3347] ppid=3339 vsize=15720092 CPUtime=0.12 cores=1,3,5,7
/proc/3341/task/3347/stat : 3347 (java) S 3339 3341 2922 0 -1 4202560 18098 0 0 0 10 2 0 0 16 0 22 0 600035006 16097374208 300480 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 1 0 0 0
[pid=3341/tid=3348] ppid=3339 vsize=15720092 CPUtime=0.11 cores=1,3,5,7
/proc/3341/task/3348/stat : 3348 (java) S 3339 3341 2922 0 -1 4202560 11362 0 0 0 10 1 0 0 16 0 22 0 600035006 16097374208 300480 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 3 0 0 0
[pid=3341/tid=3350] ppid=3339 vsize=15720092 CPUtime=0.12 cores=1,3,5,7
/proc/3341/task/3350/stat : 3350 (java) S 3339 3341 2922 0 -1 4202560 10035 0 0 0 11 1 0 0 16 0 22 0 600035006 16097374208 300480 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 7 0 0 0
[pid=3341/tid=3351] ppid=3339 vsize=15720092 CPUtime=0.11 cores=1,3,5,7
/proc/3341/task/3351/stat : 3351 (java) S 3339 3341 2922 0 -1 4202560 12152 0 0 0 10 1 0 0 16 0 22 0 600035006 16097374208 300480 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3352] ppid=3339 vsize=15720092 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3352/stat : 3352 (java) S 3339 3341 2922 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 600035006 16097374208 300480 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 7 0 0 0
[pid=3341/tid=3353] ppid=3339 vsize=15720092 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3353/stat : 3353 (java) S 3339 3341 2922 0 -1 4202560 797 0 0 0 0 0 0 0 15 0 22 0 600035007 16097374208 300480 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907307008 0 0 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3354] ppid=3339 vsize=15720092 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3354/stat : 3354 (java) S 3339 3341 2922 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 600035008 16097374208 300480 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3355] ppid=3339 vsize=15720092 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3355/stat : 3355 (java) S 3339 3341 2922 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 600035008 16097374208 300480 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3356] ppid=3339 vsize=15720092 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3356/stat : 3356 (java) S 3339 3341 2922 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 600035010 16097374208 300480 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907314097 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3357] ppid=3339 vsize=15720092 CPUtime=1.17 cores=1,3,5,7
/proc/3341/task/3357/stat : 3357 (java) R 3339 3341 2922 0 -1 4202560 16707 0 0 0 115 2 0 0 15 0 22 0 600035010 16097374208 300480 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 47560459321160 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3341/tid=3358] ppid=3339 vsize=15720092 CPUtime=0.23 cores=1,3,5,7
/proc/3341/task/3358/stat : 3358 (java) R 3339 3341 2922 0 -1 4202560 2658 0 0 0 23 0 0 0 15 0 22 0 600035010 16097374208 300480 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=3341/tid=3359] ppid=3339 vsize=15720092 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3359/stat : 3359 (java) S 3339 3341 2922 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 600035010 16097374208 300480 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3360] ppid=3339 vsize=15720092 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3360/stat : 3360 (java) S 3339 3341 2922 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 600035010 16097374208 300480 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907307008 0 4 0 16800975 18446604471131117376 0 0 -1 1 0 0 0
[pid=3341/tid=3386] ppid=3339 vsize=15720092 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3386/stat : 3386 (java) S 3339 3341 2922 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 22 0 600035382 16097374208 300480 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907307008 0 4 0 16800975 18446604471131117376 0 0 -1 1 0 0 0
[pid=3341/tid=3387] ppid=3339 vsize=15720092 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3387/stat : 3387 (java) S 3339 3341 2922 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 22 0 600035382 16097374208 300480 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907307008 0 4 0 16800975 18446604471131117376 0 0 -1 1 0 0 0
[pid=3341/tid=3388] ppid=3339 vsize=15720092 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3388/stat : 3388 (java) S 3339 3341 2922 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 22 0 600035382 16097374208 300480 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907307008 0 4 0 16800975 18446604471131117376 0 0 -1 1 0 0 0
[pid=3341/tid=3389] ppid=3339 vsize=15720092 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3389/stat : 3389 (java) S 3339 3341 2922 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 22 0 600035382 16097374208 300480 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907307008 0 4 0 16800975 18446604471131117376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.09
Current children cumulated vsize (KiB) 15720092

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

/proc/3341/task/3346/stat : 3346 (java) S 3339 3341 2922 0 -1 4202560 210941 0 0 0 710 37 0 0 16 0 22 0 600035006 16090689536 1972196 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 7 0 0 0
[pid=3341/tid=3347] ppid=3339 vsize=15713564 CPUtime=7.54 cores=1,3,5,7
/proc/3341/task/3347/stat : 3347 (java) S 3339 3341 2922 0 -1 4202560 241594 0 0 0 720 34 0 0 15 0 22 0 600035006 16090689536 1972196 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 1 0 0 0
[pid=3341/tid=3348] ppid=3339 vsize=15713564 CPUtime=7.07 cores=1,3,5,7
/proc/3341/task/3348/stat : 3348 (java) S 3339 3341 2922 0 -1 4202560 207912 0 0 0 675 32 0 0 15 0 22 0 600035006 16090689536 1972196 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 3 0 0 0
[pid=3341/tid=3350] ppid=3339 vsize=15713564 CPUtime=7.22 cores=1,3,5,7
/proc/3341/task/3350/stat : 3350 (java) S 3339 3341 2922 0 -1 4202560 196379 0 0 0 690 32 0 0 16 0 22 0 600035006 16090689536 1972196 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 1 0 0 0
[pid=3341/tid=3351] ppid=3339 vsize=15713564 CPUtime=6.31 cores=1,3,5,7
/proc/3341/task/3351/stat : 3351 (java) S 3339 3341 2922 0 -1 4202560 161371 0 0 0 604 27 0 0 15 0 22 0 600035006 16090689536 1972196 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3352] ppid=3339 vsize=15713564 CPUtime=5.94 cores=1,3,5,7
/proc/3341/task/3352/stat : 3352 (java) S 3339 3341 2922 0 -1 4202560 145558 0 0 0 571 23 0 0 16 0 22 0 600035006 16090689536 1972196 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 3 0 0 0
[pid=3341/tid=3353] ppid=3339 vsize=15713564 CPUtime=3.24 cores=1,3,5,7
/proc/3341/task/3353/stat : 3353 (java) S 3339 3341 2922 0 -1 4202560 12288 0 0 0 322 2 0 0 15 0 22 0 600035007 16090689536 1972196 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907307008 0 0 0 16800975 18446604471131117376 0 0 -1 7 0 0 0
[pid=3341/tid=3354] ppid=3339 vsize=15713564 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3354/stat : 3354 (java) S 3339 3341 2922 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 600035008 16090689536 1972196 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3355] ppid=3339 vsize=15713564 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3355/stat : 3355 (java) S 3339 3341 2922 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 600035008 16090689536 1972196 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3356] ppid=3339 vsize=15713564 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3356/stat : 3356 (java) S 3339 3341 2922 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 600035010 16090689536 1972196 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907314097 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3357] ppid=3339 vsize=15713564 CPUtime=2.16 cores=1,3,5,7
/proc/3341/task/3357/stat : 3357 (java) S 3339 3341 2922 0 -1 4202560 16812 0 0 0 214 2 0 0 16 0 22 0 600035010 16090689536 1972196 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3358] ppid=3339 vsize=15713564 CPUtime=2.37 cores=1,3,5,7
/proc/3341/task/3358/stat : 3358 (java) S 3339 3341 2922 0 -1 4202560 9356 0 0 0 236 1 0 0 15 0 22 0 600035010 16090689536 1972196 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 1 0 0 0
[pid=3341/tid=3359] ppid=3339 vsize=15713564 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3359/stat : 3359 (java) S 3339 3341 2922 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 600035010 16090689536 1972196 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3360] ppid=3339 vsize=15713564 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3360/stat : 3360 (java) S 3339 3341 2922 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 600035010 16090689536 1972196 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907307008 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3386] ppid=3339 vsize=15713564 CPUtime=1059.87 cores=1,3,5,7
/proc/3341/task/3386/stat : 3386 (java) R 3339 3341 2922 0 -1 4202560 22995 0 0 0 105984 3 0 0 25 0 22 0 600035382 16090689536 1972196 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 46912506351661 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=3341/tid=3387] ppid=3339 vsize=15713564 CPUtime=1061.47 cores=1,3,5,7
/proc/3341/task/3387/stat : 3387 (java) R 3339 3341 2922 0 -1 4202560 46867 0 0 0 106142 5 0 0 25 0 22 0 600035382 16090689536 1972196 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 47560458670895 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3341/tid=3388] ppid=3339 vsize=15713564 CPUtime=1074.63 cores=1,3,5,7
/proc/3341/task/3388/stat : 3388 (java) R 3339 3341 2922 0 -1 4202560 38951 0 0 0 107458 5 0 0 25 0 22 0 600035382 16090689536 1972196 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 46912506296642 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3341/tid=3389] ppid=3339 vsize=15713564 CPUtime=1083.53 cores=1,3,5,7
/proc/3341/task/3389/stat : 3389 (java) R 3339 3341 2922 0 -1 4202560 13866 0 0 0 108352 1 0 0 25 0 22 0 600035382 16090689536 1972196 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 46912506351540 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4359.19
Current children cumulated vsize (KiB) 15713564

[startup+1182.3 s]
/proc/loadavg: 8.02 8.04 7.83 9/220 3482
/proc/meminfo: memFree=6210256/32950928 swapFree=67111524/67111528
[pid=3341] ppid=3339 vsize=15713564 CPUtime=4598.85 cores=1,3,5,7
/proc/3341/stat : 3341 (java) S 3339 3341 2922 0 -1 4202496 1999606 0 1 0 459576 309 0 0 17 0 22 0 600035005 16090689536 1977233 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3341/statm: 3928391 1977233 2301 9 0 3919110 0
[pid=3341/tid=3343] ppid=3339 vsize=15713564 CPUtime=15.21 cores=1,3,5,7
/proc/3341/task/3343/stat : 3343 (java) S 3339 3341 2922 0 -1 4202560 234506 0 1 0 1491 30 0 0 18 0 22 0 600035005 16090689536 1977233 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 3 0 0 0
[pid=3341/tid=3344] ppid=3339 vsize=15713564 CPUtime=7.43 cores=1,3,5,7
/proc/3341/task/3344/stat : 3344 (java) S 3339 3341 2922 0 -1 4202560 198151 0 0 0 713 30 0 0 16 0 22 0 600035006 16090689536 1977233 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 1 0 0 0
[pid=3341/tid=3345] ppid=3339 vsize=15713564 CPUtime=7.77 cores=1,3,5,7
/proc/3341/task/3345/stat : 3345 (java) S 3339 3341 2922 0 -1 4202560 235855 0 0 0 742 35 0 0 16 0 22 0 600035006 16090689536 1977233 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 3 0 0 0
[pid=3341/tid=3346] ppid=3339 vsize=15713564 CPUtime=7.59 cores=1,3,5,7
/proc/3341/task/3346/stat : 3346 (java) S 3339 3341 2922 0 -1 4202560 211316 0 0 0 722 37 0 0 15 0 22 0 600035006 16090689536 1977233 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3347] ppid=3339 vsize=15713564 CPUtime=7.61 cores=1,3,5,7
/proc/3341/task/3347/stat : 3347 (java) S 3339 3341 2922 0 -1 4202560 242813 0 0 0 726 35 0 0 16 0 22 0 600035006 16090689536 1977233 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 7 0 0 0
[pid=3341/tid=3348] ppid=3339 vsize=15713564 CPUtime=7.18 cores=1,3,5,7
/proc/3341/task/3348/stat : 3348 (java) S 3339 3341 2922 0 -1 4202560 208395 0 0 0 686 32 0 0 16 0 22 0 600035006 16090689536 1977233 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 3 0 0 0
[pid=3341/tid=3350] ppid=3339 vsize=15713564 CPUtime=7.34 cores=1,3,5,7
/proc/3341/task/3350/stat : 3350 (java) S 3339 3341 2922 0 -1 4202560 196577 0 0 0 702 32 0 0 15 0 22 0 600035006 16090689536 1977233 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 1 0 0 0
[pid=3341/tid=3351] ppid=3339 vsize=15713564 CPUtime=6.42 cores=1,3,5,7
/proc/3341/task/3351/stat : 3351 (java) S 3339 3341 2922 0 -1 4202560 163533 0 0 0 615 27 0 0 15 0 22 0 600035006 16090689536 1977233 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 7 0 0 0
[pid=3341/tid=3352] ppid=3339 vsize=15713564 CPUtime=6.05 cores=1,3,5,7
/proc/3341/task/3352/stat : 3352 (java) S 3339 3341 2922 0 -1 4202560 145855 0 0 0 582 23 0 0 16 0 22 0 600035006 16090689536 1977233 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3353] ppid=3339 vsize=15713564 CPUtime=3.24 cores=1,3,5,7
/proc/3341/task/3353/stat : 3353 (java) S 3339 3341 2922 0 -1 4202560 12295 0 0 0 322 2 0 0 15 0 22 0 600035007 16090689536 1977233 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907307008 0 0 0 16800975 18446604471131117376 0 0 -1 7 0 0 0
[pid=3341/tid=3354] ppid=3339 vsize=15713564 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3354/stat : 3354 (java) S 3339 3341 2922 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 600035008 16090689536 1977233 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3355] ppid=3339 vsize=15713564 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3355/stat : 3355 (java) S 3339 3341 2922 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 600035008 16090689536 1977233 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3356] ppid=3339 vsize=15713564 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3356/stat : 3356 (java) S 3339 3341 2922 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 600035010 16090689536 1977233 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907314097 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3357] ppid=3339 vsize=15713564 CPUtime=2.16 cores=1,3,5,7
/proc/3341/task/3357/stat : 3357 (java) S 3339 3341 2922 0 -1 4202560 16812 0 0 0 214 2 0 0 16 0 22 0 600035010 16090689536 1977233 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3358] ppid=3339 vsize=15713564 CPUtime=2.37 cores=1,3,5,7
/proc/3341/task/3358/stat : 3358 (java) S 3339 3341 2922 0 -1 4202560 9356 0 0 0 236 1 0 0 15 0 22 0 600035010 16090689536 1977233 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 1 0 0 0
[pid=3341/tid=3359] ppid=3339 vsize=15713564 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3359/stat : 3359 (java) S 3339 3341 2922 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 600035010 16090689536 1977233 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3360] ppid=3339 vsize=15713564 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3360/stat : 3360 (java) S 3339 3341 2922 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 600035010 16090689536 1977233 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907307008 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3386] ppid=3339 vsize=15713564 CPUtime=1119.33 cores=1,3,5,7
/proc/3341/task/3386/stat : 3386 (java) R 3339 3341 2922 0 -1 4202560 22997 0 0 0 111930 3 0 0 25 0 22 0 600035382 16090689536 1977233 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 46912505910604 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=3341/tid=3387] ppid=3339 vsize=15713564 CPUtime=1121.25 cores=1,3,5,7
/proc/3341/task/3387/stat : 3387 (java) R 3339 3341 2922 0 -1 4202560 46872 0 0 0 112120 5 0 0 25 0 22 0 600035382 16090689536 1977233 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 46912506400410 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3341/tid=3388] ppid=3339 vsize=15713564 CPUtime=1134.41 cores=1,3,5,7
/proc/3341/task/3388/stat : 3388 (java) R 3339 3341 2922 0 -1 4202560 38953 0 0 0 113436 5 0 0 25 0 22 0 600035382 16090689536 1977233 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 46912506344410 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3341/tid=3389] ppid=3339 vsize=15713564 CPUtime=1143.31 cores=1,3,5,7
/proc/3341/task/3389/stat : 3389 (java) R 3339 3341 2922 0 -1 4202560 13867 0 0 0 114330 1 0 0 25 0 22 0 600035382 16090689536 1977233 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 46912506351502 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4598.85
Current children cumulated vsize (KiB) 15713564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1232.7 s]
/proc/loadavg: 8.01 8.03 7.83 9/220 3483
/proc/meminfo: memFree=6189888/32950928 swapFree=67111524/67111528
[pid=3341] ppid=3339 vsize=15713564 CPUtime=4800.17 cores=1,3,5,7
/proc/3341/stat : 3341 (java) S 3339 3341 2922 0 -1 4202496 2004749 0 1 0 479707 310 0 0 17 0 22 0 600035005 16090689536 1982334 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3341/statm: 3928391 1982334 2301 9 0 3919110 0
[pid=3341/tid=3343] ppid=3339 vsize=15713564 CPUtime=15.21 cores=1,3,5,7
/proc/3341/task/3343/stat : 3343 (java) S 3339 3341 2922 0 -1 4202560 234506 0 1 0 1491 30 0 0 18 0 22 0 600035005 16090689536 1982334 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 3 0 0 0
[pid=3341/tid=3344] ppid=3339 vsize=15713564 CPUtime=7.55 cores=1,3,5,7
/proc/3341/task/3344/stat : 3344 (java) S 3339 3341 2922 0 -1 4202560 199461 0 0 0 725 30 0 0 15 0 22 0 600035006 16090689536 1982334 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3345] ppid=3339 vsize=15713564 CPUtime=7.87 cores=1,3,5,7
/proc/3341/task/3345/stat : 3345 (java) S 3339 3341 2922 0 -1 4202560 236457 0 0 0 752 35 0 0 16 0 22 0 600035006 16090689536 1982334 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 3 0 0 0
[pid=3341/tid=3346] ppid=3339 vsize=15713564 CPUtime=7.66 cores=1,3,5,7
/proc/3341/task/3346/stat : 3346 (java) S 3339 3341 2922 0 -1 4202560 211316 0 0 0 729 37 0 0 16 0 22 0 600035006 16090689536 1982334 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3347] ppid=3339 vsize=15713564 CPUtime=7.66 cores=1,3,5,7
/proc/3341/task/3347/stat : 3347 (java) S 3339 3341 2922 0 -1 4202560 244486 0 0 0 731 35 0 0 15 0 22 0 600035006 16090689536 1982334 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 1 0 0 0
[pid=3341/tid=3348] ppid=3339 vsize=15713564 CPUtime=7.31 cores=1,3,5,7
/proc/3341/task/3348/stat : 3348 (java) S 3339 3341 2922 0 -1 4202560 209461 0 0 0 699 32 0 0 16 0 22 0 600035006 16090689536 1982334 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 7 0 0 0
[pid=3341/tid=3350] ppid=3339 vsize=15713564 CPUtime=7.4 cores=1,3,5,7
/proc/3341/task/3350/stat : 3350 (java) S 3339 3341 2922 0 -1 4202560 196749 0 0 0 708 32 0 0 15 0 22 0 600035006 16090689536 1982334 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 3 0 0 0
[pid=3341/tid=3351] ppid=3339 vsize=15713564 CPUtime=6.57 cores=1,3,5,7
/proc/3341/task/3351/stat : 3351 (java) S 3339 3341 2922 0 -1 4202560 163818 0 0 0 629 28 0 0 16 0 22 0 600035006 16090689536 1982334 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 1 0 0 0
[pid=3341/tid=3352] ppid=3339 vsize=15713564 CPUtime=6.14 cores=1,3,5,7
/proc/3341/task/3352/stat : 3352 (java) S 3339 3341 2922 0 -1 4202560 145873 0 0 0 591 23 0 0 15 0 22 0 600035006 16090689536 1982334 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 1 0 0 0
[pid=3341/tid=3353] ppid=3339 vsize=15713564 CPUtime=3.24 cores=1,3,5,7
/proc/3341/task/3353/stat : 3353 (java) S 3339 3341 2922 0 -1 4202560 12298 0 0 0 322 2 0 0 15 0 22 0 600035007 16090689536 1982334 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907307008 0 0 0 16800975 18446604471131117376 0 0 -1 7 0 0 0
[pid=3341/tid=3354] ppid=3339 vsize=15713564 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3354/stat : 3354 (java) S 3339 3341 2922 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 600035008 16090689536 1982334 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3355] ppid=3339 vsize=15713564 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3355/stat : 3355 (java) S 3339 3341 2922 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 600035008 16090689536 1982334 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3356] ppid=3339 vsize=15713564 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3356/stat : 3356 (java) S 3339 3341 2922 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 600035010 16090689536 1982334 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907314097 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3357] ppid=3339 vsize=15713564 CPUtime=2.16 cores=1,3,5,7
/proc/3341/task/3357/stat : 3357 (java) S 3339 3341 2922 0 -1 4202560 16812 0 0 0 214 2 0 0 16 0 22 0 600035010 16090689536 1982334 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3358] ppid=3339 vsize=15713564 CPUtime=2.37 cores=1,3,5,7
/proc/3341/task/3358/stat : 3358 (java) S 3339 3341 2922 0 -1 4202560 9356 0 0 0 236 1 0 0 15 0 22 0 600035010 16090689536 1982334 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 1 0 0 0
[pid=3341/tid=3359] ppid=3339 vsize=15713564 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3359/stat : 3359 (java) S 3339 3341 2922 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 600035010 16090689536 1982334 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907306393 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3360] ppid=3339 vsize=15713564 CPUtime=0 cores=1,3,5,7
/proc/3341/task/3360/stat : 3360 (java) S 3339 3341 2922 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 600035010 16090689536 1982334 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 231907307008 0 4 0 16800975 18446604471131117376 0 0 -1 5 0 0 0
[pid=3341/tid=3386] ppid=3339 vsize=15713564 CPUtime=1169.26 cores=1,3,5,7
/proc/3341/task/3386/stat : 3386 (java) R 3339 3341 2922 0 -1 4202560 22999 0 0 0 116923 3 0 0 25 0 22 0 600035382 16090689536 1982334 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 46912506400217 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=3341/tid=3387] ppid=3339 vsize=15713564 CPUtime=1171.46 cores=1,3,5,7
/proc/3341/task/3387/stat : 3387 (java) R 3339 3341 2922 0 -1 4202560 46874 0 0 0 117141 5 0 0 25 0 22 0 600035382 16090689536 1982334 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3341/tid=3388] ppid=3339 vsize=15713564 CPUtime=1184.62 cores=1,3,5,7
/proc/3341/task/3388/stat : 3388 (java) R 3339 3341 2922 0 -1 4202560 38957 0 0 0 118457 5 0 0 25 0 22 0 600035382 16090689536 1982334 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 46912506351413 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3341/tid=3389] ppid=3339 vsize=15713564 CPUtime=1193.52 cores=1,3,5,7
/proc/3341/task/3389/stat : 3389 (java) R 3339 3341 2922 0 -1 4202560 13869 0 0 0 119351 1 0 0 25 0 22 0 600035382 16090689536 1982334 33554432000 1073741824 1073778376 140733875823264 18446744073709551615 46912506400200 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 15713564

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

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

[startup+1232.81 s]
/proc/loadavg: 8.01 8.03 7.83 9/220 3483
/proc/meminfo: memFree=6189888/32950928 swapFree=67111524/67111528
[pid=3341] ppid=3339 vsize=0 CPUtime=4800.29 cores=1,3,5,7
/proc/3341/stat : 3341 (java) Z 3339 3341 2922 0 -1 4203548 2004776 0 1 0 479710 319 0 0 15 0 2 0 600035005 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3341/statm: 0 0 0 0 0 0 0
[pid=3341/tid=3388] ppid=3339 vsize=0 CPUtime=1184.72 cores=1,3,5,7
/proc/3341/task/3388/stat : 3388 (java) R 3339 3341 2922 0 -1 4203588 38957 0 0 0 118458 14 0 0 25 0 2 0 600035382 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 0

[startup+1233 s]
/proc/loadavg: 8.01 8.03 7.83 9/220 3483
/proc/meminfo: memFree=6189888/32950928 swapFree=67111524/67111528
[pid=3341] ppid=3339 vsize=0 CPUtime=4800.48 cores=1,3,5,7
/proc/3341/stat : 3341 (java) Z 3339 3341 2922 0 -1 4203548 2004776 0 1 0 479710 338 0 0 15 0 2 0 600035005 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3341/statm: 0 0 0 0 0 0 0
[pid=3341/tid=3388] ppid=3339 vsize=0 CPUtime=1184.91 cores=1,3,5,7
/proc/3341/task/3388/stat : 3388 (java) R 3339 3341 2922 0 -1 4203588 38957 0 0 0 118458 33 0 0 25 0 2 0 600035382 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.48
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1233.01
CPU time (s): 4800.51
CPU user time (s): 4797.11
CPU system time (s): 3.39748
CPU usage (%): 389.332
Max. virtual memory (cumulated for all children) (KiB): 15722808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.11
system time used= 3.39748
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2004776
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= 37986
involuntary context switches= 65044

runsolver used 2.12168 second user time and 4.65829 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-29 19:27:23
IDJOB=3312115
IDBENCH=82354
IDSOLVER=1698
FILE ID=node114/3312115-1304098042
RUNJOBID= node114-1304098042-3328
PBS_JOBID= 13170591
Free space on /tmp= 71764 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-06.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312115-1304098042/watcher-3312115-1304098042 -o /tmp/evaluation-result-3312115-1304098042/solver-3312115-1304098042 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312115-1304098042.cnf -hbr 2

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

MD5SUM BENCH= 6fd7d026c372988cefc364000243d13f
RANDOM SEED=258479309

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20703308 kB
Buffers:       2224920 kB
Cached:        9373712 kB
SwapCached:          4 kB
Active:        2873196 kB
Inactive:      8793876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20703308 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           44372 kB
Writeback:           0 kB
AnonPages:       67852 kB
Mapped:          14488 kB
Slab:           517028 kB
PageTables:       4736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   189172 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= 71776 MiB
End job on node114 at 2011-04-29 19:47:58