Trace number 3312957

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1? (TO) 4800.85 1207.36

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-6x34.cnf
MD5SUM1633295f58c28a5b4150be8640bdf9df
Bench CategoryCRAFTED (crafted 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 variables816
Number of clauses35088
Sum of the clauses size137904
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21224
Number of clauses of size 30
Number of clauses of size 433864
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.12	47:16 INFO : Reading from input HOME/instance-3312957-1304182035.cnf
0.61/0.45	Executor set job limit to 1000000
0.61/0.45	Executor set job limit to 1000000
0.61/0.45	Executor set job limit to 1000000
0.61/0.46	Executor set job limit to 1000000
0.61/0.46	Starting Executor!
0.61/0.46	Starting Executor!
0.61/0.46	Starting Executor!
0.61/0.46	Starting Executor!
2.31/1.11	47:17 INFO : 816 variables remaining out of 816
2.31/1.11	47:17 INFO : 176664 literals remaining out of 172992
17.08/5.01	log4j:WARN No appenders could be found for logger (ibis.constellation.impl.SingleThreadedConstellation.CID: 0:4).
17.08/5.01	log4j:WARN Please initialize the log4j system properly.
17.08/5.01	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-3312957-1304182035/watcher-3312957-1304182035 -o /tmp/evaluation-result-3312957-1304182035/solver-3312957-1304182035 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312957-1304182035.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.72 8.00 7.97 5/198 7262
/proc/meminfo: memFree=16980276/32951124 swapFree=67111524/67111528
[pid=7262] ppid=7260 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/7262/stat : 7262 (java) R 7260 7262 7120 0 -1 4202496 894 0 0 0 0 0 0 0 25 0 1 0 510619401 23580672 380 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233505335061 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/7262/statm: 5757 391 304 9 0 124 0

[startup+0.0704971 s]
/proc/loadavg: 7.72 8.00 7.97 5/198 7262
/proc/meminfo: memFree=16980276/32951124 swapFree=67111524/67111528
[pid=7262] ppid=7260 vsize=15674908 CPUtime=0.06 cores=1,3,5,7
/proc/7262/stat : 7262 (java) S 7260 7262 7120 0 -1 4202496 4367 0 1 0 5 1 0 0 25 0 18 0 510619401 16051105792 3806 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7262/statm: 3918727 3807 1778 9 0 3909446 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15674908

[startup+0.104496 s]
/proc/loadavg: 7.72 8.00 7.97 5/198 7262
/proc/meminfo: memFree=16980276/32951124 swapFree=67111524/67111528
[pid=7262] ppid=7260 vsize=15676264 CPUtime=0.1 cores=1,3,5,7
/proc/7262/stat : 7262 (java) S 7260 7262 7120 0 -1 4202496 5522 0 1 0 9 1 0 0 25 0 18 0 510619401 16052494336 4961 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7262/statm: 3919066 4961 2117 9 0 3909785 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676264

[startup+0.300458 s]
/proc/loadavg: 7.72 8.00 7.97 5/198 7262
/proc/meminfo: memFree=16980276/32951124 swapFree=67111524/67111528
[pid=7262] ppid=7260 vsize=15680224 CPUtime=0.51 cores=1,3,5,7
/proc/7262/stat : 7262 (java) S 7260 7262 7120 0 -1 4202496 14530 0 1 0 49 2 0 0 25 0 18 0 510619401 16056549376 12972 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7262/statm: 3920056 12977 2207 9 0 3910775 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680224

[startup+0.700382 s]
/proc/loadavg: 7.72 8.00 7.97 5/198 7262
/proc/meminfo: memFree=16980276/32951124 swapFree=67111524/67111528
[pid=7262] ppid=7260 vsize=15700020 CPUtime=1.16 cores=1,3,5,7
/proc/7262/stat : 7262 (java) S 7260 7262 7120 0 -1 4202496 45950 0 1 0 109 7 0 0 25 0 22 0 510619401 16076820480 42454 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7262/statm: 3925005 42454 2248 9 0 3915724 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 15700020

[startup+1.50124 s]
/proc/loadavg: 7.72 8.00 7.97 8/220 7284
/proc/meminfo: memFree=16798088/32951124 swapFree=67111524/67111528
[pid=7262] ppid=7260 vsize=15711592 CPUtime=3.22 cores=1,3,5,7
/proc/7262/stat : 7262 (java) S 7260 7262 7120 0 -1 4202496 55872 0 1 0 313 9 0 0 25 0 22 0 510619401 16088670208 47897 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7262/statm: 3927898 47897 2274 9 0 3918617 0
[pid=7262/tid=7264] ppid=7260 vsize=15711592 CPUtime=1.1 cores=1,3,5,7
/proc/7262/task/7264/stat : 7264 (java) S 7260 7262 7120 0 -1 4202560 34683 0 1 0 104 6 0 0 20 0 22 0 510619402 16088670208 47897 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 1 0 0 0
[pid=7262/tid=7265] ppid=7260 vsize=15711592 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7265/stat : 7265 (java) S 7260 7262 7120 0 -1 4202560 54 0 0 0 0 0 0 0 21 0 22 0 510619402 16088670208 47897 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7266] ppid=7260 vsize=15711592 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7266/stat : 7266 (java) S 7260 7262 7120 0 -1 4202560 345 0 0 0 0 0 0 0 21 0 22 0 510619402 16088670208 47897 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 7 0 0 0
[pid=7262/tid=7267] ppid=7260 vsize=15711592 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7267/stat : 7267 (java) S 7260 7262 7120 0 -1 4202560 6 0 0 0 0 0 0 0 21 0 22 0 510619402 16088670208 47897 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 7 0 0 0
[pid=7262/tid=7268] ppid=7260 vsize=15711592 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7268/stat : 7268 (java) S 7260 7262 7120 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 510619402 16088670208 47897 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7269] ppid=7260 vsize=15711592 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7269/stat : 7269 (java) S 7260 7262 7120 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 510619402 16088670208 47897 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7270] ppid=7260 vsize=15711592 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7270/stat : 7270 (java) S 7260 7262 7120 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 510619402 16088670208 47897 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7271] ppid=7260 vsize=15711592 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7271/stat : 7271 (java) S 7260 7262 7120 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 510619402 16088670208 47897 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7272] ppid=7260 vsize=15711592 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7272/stat : 7272 (java) S 7260 7262 7120 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 510619402 16088670208 47897 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7273] ppid=7260 vsize=15711592 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7273/stat : 7273 (java) S 7260 7262 7120 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 510619403 16088670208 47897 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522114048 0 0 0 16800975 18446604471140880512 0 0 -1 1 0 0 0
[pid=7262/tid=7274] ppid=7260 vsize=15711592 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7274/stat : 7274 (java) S 7260 7262 7120 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 510619404 16088670208 47897 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7275] ppid=7260 vsize=15711592 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7275/stat : 7275 (java) S 7260 7262 7120 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 510619404 16088670208 47897 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 7 0 0 0
[pid=7262/tid=7276] ppid=7260 vsize=15711592 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7276/stat : 7276 (java) S 7260 7262 7120 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 510619406 16088670208 47897 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522121137 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7277] ppid=7260 vsize=15711592 CPUtime=0.7 cores=1,3,5,7
/proc/7262/task/7277/stat : 7277 (java) S 7260 7262 7120 0 -1 4202560 6054 0 0 0 70 0 0 0 15 0 22 0 510619406 16088670208 47897 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 5 0 0 0
[pid=7262/tid=7278] ppid=7260 vsize=15711592 CPUtime=0.91 cores=1,3,5,7
/proc/7262/task/7278/stat : 7278 (java) S 7260 7262 7120 0 -1 4202560 13253 0 0 0 90 1 0 0 15 0 22 0 510619406 16088670208 47897 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 7 0 0 0
[pid=7262/tid=7279] ppid=7260 vsize=15711592 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7279/stat : 7279 (java) S 7260 7262 7120 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 510619406 16088670208 47897 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7280] ppid=7260 vsize=15711592 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7280/stat : 7280 (java) S 7260 7262 7120 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 510619406 16088670208 47897 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522114048 0 4 0 16800975 18446604471140880512 0 0 -1 7 0 0 0
[pid=7262/tid=7281] ppid=7260 vsize=15711592 CPUtime=0.14 cores=1,3,5,7
/proc/7262/task/7281/stat : 7281 (java) S 7260 7262 7120 0 -1 4202560 44 0 0 0 14 0 0 0 15 0 22 0 510619447 16088670208 47897 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522114048 0 4 0 16800975 18446604471140880512 0 0 -1 7 0 0 0
[pid=7262/tid=7282] ppid=7260 vsize=15711592 CPUtime=0.08 cores=1,3,5,7
/proc/7262/task/7282/stat : 7282 (java) S 7260 7262 7120 0 -1 4202560 17 0 0 0 8 0 0 0 15 0 22 0 510619447 16088670208 47897 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522114048 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7283] ppid=7260 vsize=15711592 CPUtime=0.08 cores=1,3,5,7
/proc/7262/task/7283/stat : 7283 (java) R 7260 7262 7120 0 -1 4202560 9 0 0 0 8 0 0 0 15 0 22 0 510619447 16088670208 47897 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 46912505903145 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7262/tid=7284] ppid=7260 vsize=15711592 CPUtime=0.15 cores=1,3,5,7
/proc/7262/task/7284/stat : 7284 (java) R 7260 7262 7120 0 -1 4202560 7 0 0 0 15 0 0 0 15 0 22 0 510619447 16088670208 47897 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 46912505718628 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 15711592

[startup+3.10092 s]
/proc/loadavg: 7.72 8.00 7.97 9/220 7284
/proc/meminfo: memFree=16754564/32951124 swapFree=67111524/67111528
[pid=7262] ppid=7260 vsize=15711592 CPUtime=9.5 cores=1,3,5,7
/proc/7262/stat : 7262 (java) S 7260 7262 7120 0 -1 4202496 90944 0 1 0 936 14 0 0 25 0 22 0 510619401 16088670208 81432 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7262/statm: 3927898 81435 2275 9 0 3918617 0
[pid=7262/tid=7264] ppid=7260 vsize=15711592 CPUtime=1.1 cores=1,3,5,7
/proc/7262/task/7264/stat : 7264 (java) S 7260 7262 7120 0 -1 4202560 34683 0 1 0 104 6 0 0 20 0 22 0 510619402 16088670208 81436 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 1 0 0 0
[pid=7262/tid=7265] ppid=7260 vsize=15711592 CPUtime=0.01 cores=1,3,5,7
/proc/7262/task/7265/stat : 7265 (java) S 7260 7262 7120 0 -1 4202560 4615 0 0 0 1 0 0 0 16 0 22 0 510619402 16088670208 81438 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 7 0 0 0
[pid=7262/tid=7266] ppid=7260 vsize=15711592 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7266/stat : 7266 (java) S 7260 7262 7120 0 -1 4202560 1721 0 0 0 0 0 0 0 15 0 22 0 510619402 16088670208 81439 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 7 0 0 0
[pid=7262/tid=7267] ppid=7260 vsize=15711592 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7267/stat : 7267 (java) S 7260 7262 7120 0 -1 4202560 3155 0 0 0 0 0 0 0 16 0 22 0 510619402 16088670208 81440 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 5 0 0 0
[pid=7262/tid=7268] ppid=7260 vsize=15711592 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7268/stat : 7268 (java) S 7260 7262 7120 0 -1 4202560 1469 0 0 0 0 0 0 0 16 0 22 0 510619402 16088670208 81442 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 1 0 0 0
[pid=7262/tid=7269] ppid=7260 vsize=15711592 CPUtime=0.01 cores=1,3,5,7
/proc/7262/task/7269/stat : 7269 (java) S 7260 7262 7120 0 -1 4202560 3835 0 0 0 1 0 0 0 15 0 22 0 510619402 16088670208 81443 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 5 0 0 0
[pid=7262/tid=7270] ppid=7260 vsize=15711592 CPUtime=0.01 cores=1,3,5,7
/proc/7262/task/7270/stat : 7270 (java) S 7260 7262 7120 0 -1 4202560 4227 0 0 0 1 0 0 0 16 0 22 0 510619402 16088670208 81444 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 1 0 0 0
[pid=7262/tid=7271] ppid=7260 vsize=15711592 CPUtime=0.01 cores=1,3,5,7
/proc/7262/task/7271/stat : 7271 (java) S 7260 7262 7120 0 -1 4202560 3708 0 0 0 1 0 0 0 15 0 22 0 510619402 16088670208 81445 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7272] ppid=7260 vsize=15711592 CPUtime=0.01 cores=1,3,5,7
/proc/7262/task/7272/stat : 7272 (java) S 7260 7262 7120 0 -1 4202560 3898 0 0 0 1 0 0 0 16 0 22 0 510619402 16088670208 81446 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7273] ppid=7260 vsize=15711592 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7273/stat : 7273 (java) S 7260 7262 7120 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 22 0 510619403 16088670208 81448 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522114048 0 0 0 16800975 18446604471140880512 0 0 -1 7 0 0 0
[pid=7262/tid=7274] ppid=7260 vsize=15711592 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7274/stat : 7274 (java) S 7260 7262 7120 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 510619404 16088670208 81451 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7275] ppid=7260 vsize=15711592 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7275/stat : 7275 (java) S 7260 7262 7120 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 510619404 16088670208 81453 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 7 0 0 0
[pid=7262/tid=7276] ppid=7260 vsize=15711592 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7276/stat : 7276 (java) S 7260 7262 7120 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 510619406 16088670208 81456 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522121137 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7277] ppid=7260 vsize=15711592 CPUtime=0.86 cores=1,3,5,7
/proc/7262/task/7277/stat : 7277 (java) S 7260 7262 7120 0 -1 4202560 7493 0 0 0 86 0 0 0 15 0 22 0 510619406 16088670208 81459 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 1 0 0 0
[pid=7262/tid=7278] ppid=7260 vsize=15711592 CPUtime=1.05 cores=1,3,5,7
/proc/7262/task/7278/stat : 7278 (java) S 7260 7262 7120 0 -1 4202560 13269 0 0 0 104 1 0 0 15 0 22 0 510619406 16088670208 81461 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 5 0 0 0
[pid=7262/tid=7279] ppid=7260 vsize=15711592 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7279/stat : 7279 (java) S 7260 7262 7120 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 510619406 16088670208 81463 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7280] ppid=7260 vsize=15711592 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7280/stat : 7280 (java) S 7260 7262 7120 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 510619406 16088670208 81464 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522114048 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7281] ppid=7260 vsize=15711592 CPUtime=1.59 cores=1,3,5,7
/proc/7262/task/7281/stat : 7281 (java) R 7260 7262 7120 0 -1 4202560 2491 0 0 0 159 0 0 0 17 0 22 0 510619447 16088670208 81466 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 46912506130290 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7262/tid=7282] ppid=7260 vsize=15711592 CPUtime=1.6 cores=1,3,5,7
/proc/7262/task/7282/stat : 7282 (java) R 7260 7262 7120 0 -1 4202560 1588 0 0 0 160 0 0 0 17 0 22 0 510619447 16088670208 81467 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 46912505877535 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7262/tid=7283] ppid=7260 vsize=15711592 CPUtime=1.55 cores=1,3,5,7
/proc/7262/task/7283/stat : 7283 (java) R 7260 7262 7120 0 -1 4202560 1797 0 0 0 155 0 0 0 16 0 22 0 510619447 16088670208 81468 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 46912505523688 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7262/tid=7284] ppid=7260 vsize=15711592 CPUtime=1.56 cores=1,3,5,7
/proc/7262/task/7284/stat : 7284 (java) R 7260 7262 7120 0 -1 4202560 1541 0 0 0 156 0 0 0 17 0 22 0 510619447 16088670208 81470 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 46912505893689 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.5
Current children cumulated vsize (KiB) 15711592

[startup+6.30135 s]
/proc/loadavg: 7.74 8.00 7.97 10/220 7284
/proc/meminfo: memFree=16116432/32951124 swapFree=67111524/67111528
[pid=7262] ppid=7260 vsize=15705556 CPUtime=22.27 cores=1,3,5,7
/proc/7262/stat : 7262 (java) S 7260 7262 7120 0 -1 4202496 286509 0 1 0 2182 45 0 0 25 0 22 0 510619401 16082489344 275303 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7262/statm: 3926389 275303 2288 9 0 3917108 0
[pid=7262/tid=7264] ppid=7260 vsize=15705556 CPUtime=1.1 cores=1,3,5,7
/proc/7262/task/7264/stat : 7264 (java) S 7260 7262 7120 0 -1 4202560 34683 0 1 0 104 6 0 0 20 0 22 0 510619402 16082489344 275303 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 1 0 0 0
[pid=7262/tid=7265] ppid=7260 vsize=15705556 CPUtime=0.08 cores=1,3,5,7
/proc/7262/task/7265/stat : 7265 (java) S 7260 7262 7120 0 -1 4202560 23192 0 0 0 4 4 0 0 16 0 22 0 510619402 16082489344 275303 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7266] ppid=7260 vsize=15705556 CPUtime=0.08 cores=1,3,5,7
/proc/7262/task/7266/stat : 7266 (java) S 7260 7262 7120 0 -1 4202560 24626 0 0 0 4 4 0 0 16 0 22 0 510619402 16082489344 275303 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 1 0 0 0
[pid=7262/tid=7267] ppid=7260 vsize=15705556 CPUtime=0.05 cores=1,3,5,7
/proc/7262/task/7267/stat : 7267 (java) S 7260 7262 7120 0 -1 4202560 13795 0 0 0 3 2 0 0 15 0 22 0 510619402 16082489344 275303 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 5 0 0 0
[pid=7262/tid=7268] ppid=7260 vsize=15705556 CPUtime=0.06 cores=1,3,5,7
/proc/7262/task/7268/stat : 7268 (java) S 7260 7262 7120 0 -1 4202560 18500 0 0 0 4 2 0 0 16 0 22 0 510619402 16082489344 275303 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 7 0 0 0
[pid=7262/tid=7269] ppid=7260 vsize=15705556 CPUtime=0.05 cores=1,3,5,7
/proc/7262/task/7269/stat : 7269 (java) S 7260 7262 7120 0 -1 4202560 13451 0 0 0 3 2 0 0 16 0 22 0 510619402 16082489344 275303 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 5 0 0 0
[pid=7262/tid=7270] ppid=7260 vsize=15705556 CPUtime=0.06 cores=1,3,5,7
/proc/7262/task/7270/stat : 7270 (java) S 7260 7262 7120 0 -1 4202560 18617 0 0 0 3 3 0 0 15 0 22 0 510619402 16082489344 275303 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 5 0 0 0
[pid=7262/tid=7271] ppid=7260 vsize=15705556 CPUtime=0.01 cores=1,3,5,7
/proc/7262/task/7271/stat : 7271 (java) S 7260 7262 7120 0 -1 4202560 3708 0 0 0 1 0 0 0 15 0 22 0 510619402 16082489344 275303 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 1 0 0 0
[pid=7262/tid=7272] ppid=7260 vsize=15705556 CPUtime=0.07 cores=1,3,5,7
/proc/7262/task/7272/stat : 7272 (java) S 7260 7262 7120 0 -1 4202560 18656 0 0 0 4 3 0 0 15 0 22 0 510619402 16082489344 275303 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 1 0 0 0
[pid=7262/tid=7273] ppid=7260 vsize=15705556 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7273/stat : 7273 (java) S 7260 7262 7120 0 -1 4202560 640 0 0 0 0 0 0 0 15 0 22 0 510619403 16082489344 275303 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522114048 0 0 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7274] ppid=7260 vsize=15705556 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7274/stat : 7274 (java) S 7260 7262 7120 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 510619404 16082489344 275303 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7275] ppid=7260 vsize=15705556 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7275/stat : 7275 (java) S 7260 7262 7120 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 510619404 16082489344 275303 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 7 0 0 0
[pid=7262/tid=7276] ppid=7260 vsize=15705556 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7276/stat : 7276 (java) S 7260 7262 7120 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 510619406 16082489344 275303 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522121137 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7277] ppid=7260 vsize=15705556 CPUtime=1.03 cores=1,3,5,7
/proc/7262/task/7277/stat : 7277 (java) S 7260 7262 7120 0 -1 4202560 7504 0 0 0 103 0 0 0 15 0 22 0 510619406 16082489344 275303 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 1 0 0 0

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

[pid=7262/tid=7282] ppid=7260 vsize=15771092 CPUtime=1107.45 cores=1,3,5,7
/proc/7262/task/7282/stat : 7282 (java) R 7260 7262 7120 0 -1 4202560 107064 0 0 0 110685 60 0 0 19 0 22 0 510619447 16149598208 194045 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 46912505849680 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7262/tid=7283] ppid=7260 vsize=15771092 CPUtime=1107.4 cores=1,3,5,7
/proc/7262/task/7283/stat : 7283 (java) R 7260 7262 7120 0 -1 4202560 104999 0 0 0 110676 64 0 0 25 0 22 0 510619447 16149598208 194045 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 46912505903298 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7262/tid=7284] ppid=7260 vsize=15771092 CPUtime=1107.17 cores=1,3,5,7
/proc/7262/task/7284/stat : 7284 (java) R 7260 7262 7120 0 -1 4202560 105430 0 0 0 110663 54 0 0 25 0 22 0 510619447 16149598208 194045 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 46912505877947 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4462.67
Current children cumulated vsize (KiB) 15771092

[startup+1182.3 s]
/proc/loadavg: 8.03 8.05 8.00 11/220 7424
/proc/meminfo: memFree=21719236/32951124 swapFree=67111524/67111528
[pid=7262] ppid=7260 vsize=15771092 CPUtime=4701.24 cores=1,3,5,7
/proc/7262/stat : 7262 (java) S 7260 7262 7120 0 -1 4202496 852667 0 1 0 469718 406 0 0 25 0 22 0 510619401 16149598208 176471 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7262/statm: 3942773 176471 2298 9 0 3933492 0
[pid=7262/tid=7264] ppid=7260 vsize=15771092 CPUtime=1.1 cores=1,3,5,7
/proc/7262/task/7264/stat : 7264 (java) S 7260 7262 7120 0 -1 4202560 34683 0 1 0 104 6 0 0 20 0 22 0 510619402 16149598208 176471 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 1 0 0 0
[pid=7262/tid=7265] ppid=7260 vsize=15771092 CPUtime=3.68 cores=1,3,5,7
/proc/7262/task/7265/stat : 7265 (java) S 7260 7262 7120 0 -1 4202560 51932 0 0 0 354 14 0 0 15 0 22 0 510619402 16149598208 176471 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7266] ppid=7260 vsize=15771092 CPUtime=3.66 cores=1,3,5,7
/proc/7262/task/7266/stat : 7266 (java) S 7260 7262 7120 0 -1 4202560 53516 0 0 0 352 14 0 0 16 0 22 0 510619402 16149598208 176471 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7267] ppid=7260 vsize=15771092 CPUtime=3.64 cores=1,3,5,7
/proc/7262/task/7267/stat : 7267 (java) S 7260 7262 7120 0 -1 4202560 43271 0 0 0 352 12 0 0 16 0 22 0 510619402 16149598208 176471 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 5 0 0 0
[pid=7262/tid=7268] ppid=7260 vsize=15771092 CPUtime=3.56 cores=1,3,5,7
/proc/7262/task/7268/stat : 7268 (java) S 7260 7262 7120 0 -1 4202560 46730 0 0 0 343 13 0 0 15 0 22 0 510619402 16149598208 176471 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 1 0 0 0
[pid=7262/tid=7269] ppid=7260 vsize=15771092 CPUtime=3.71 cores=1,3,5,7
/proc/7262/task/7269/stat : 7269 (java) S 7260 7262 7120 0 -1 4202560 40384 0 0 0 359 12 0 0 15 0 22 0 510619402 16149598208 176471 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 7 0 0 0
[pid=7262/tid=7270] ppid=7260 vsize=15771092 CPUtime=3.64 cores=1,3,5,7
/proc/7262/task/7270/stat : 7270 (java) S 7260 7262 7120 0 -1 4202560 48305 0 0 0 351 13 0 0 15 0 22 0 510619402 16149598208 176471 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 7 0 0 0
[pid=7262/tid=7271] ppid=7260 vsize=15771092 CPUtime=3.49 cores=1,3,5,7
/proc/7262/task/7271/stat : 7271 (java) S 7260 7262 7120 0 -1 4202560 32216 0 0 0 339 10 0 0 15 0 22 0 510619402 16149598208 176471 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 7 0 0 0
[pid=7262/tid=7272] ppid=7260 vsize=15771092 CPUtime=3.62 cores=1,3,5,7
/proc/7262/task/7272/stat : 7272 (java) S 7260 7262 7120 0 -1 4202560 48380 0 0 0 350 12 0 0 16 0 22 0 510619402 16149598208 176471 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 1 0 0 0
[pid=7262/tid=7273] ppid=7260 vsize=15771092 CPUtime=1.61 cores=1,3,5,7
/proc/7262/task/7273/stat : 7273 (java) S 7260 7262 7120 0 -1 4202560 2159 0 0 0 121 40 0 0 15 0 22 0 510619403 16149598208 176471 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522114048 0 0 0 16800975 18446604471140880512 0 0 -1 5 0 0 0
[pid=7262/tid=7274] ppid=7260 vsize=15771092 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7274/stat : 7274 (java) S 7260 7262 7120 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 510619404 16149598208 176471 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7275] ppid=7260 vsize=15771092 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7275/stat : 7275 (java) S 7260 7262 7120 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 510619404 16149598208 176471 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 7 0 0 0
[pid=7262/tid=7276] ppid=7260 vsize=15771092 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7276/stat : 7276 (java) S 7260 7262 7120 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 510619406 16149598208 176471 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522121137 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7277] ppid=7260 vsize=15771092 CPUtime=1.15 cores=1,3,5,7
/proc/7262/task/7277/stat : 7277 (java) S 7260 7262 7120 0 -1 4202560 7523 0 0 0 115 0 0 0 15 0 22 0 510619406 16149598208 176471 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 1 0 0 0
[pid=7262/tid=7278] ppid=7260 vsize=15771092 CPUtime=1.38 cores=1,3,5,7
/proc/7262/task/7278/stat : 7278 (java) S 7260 7262 7120 0 -1 4202560 13308 0 0 0 137 1 0 0 16 0 22 0 510619406 16149598208 176471 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 5 0 0 0
[pid=7262/tid=7279] ppid=7260 vsize=15771092 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7279/stat : 7279 (java) S 7260 7262 7120 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 510619406 16149598208 176471 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7280] ppid=7260 vsize=15771092 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7280/stat : 7280 (java) S 7260 7262 7120 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 510619406 16149598208 176471 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522114048 0 4 0 16800975 18446604471140880512 0 0 -1 7 0 0 0
[pid=7262/tid=7281] ppid=7260 vsize=15771092 CPUtime=1167.08 cores=1,3,5,7
/proc/7262/task/7281/stat : 7281 (java) R 7260 7262 7120 0 -1 4202560 109884 0 0 0 116644 64 0 0 25 0 22 0 510619447 16149598208 176471 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 46912505862039 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7262/tid=7282] ppid=7260 vsize=15771092 CPUtime=1166.74 cores=1,3,5,7
/proc/7262/task/7282/stat : 7282 (java) R 7260 7262 7120 0 -1 4202560 107570 0 0 0 116611 63 0 0 25 0 22 0 510619447 16149598208 176471 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 46912505523703 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7262/tid=7283] ppid=7260 vsize=15771092 CPUtime=1166.5 cores=1,3,5,7
/proc/7262/task/7283/stat : 7283 (java) R 7260 7262 7120 0 -1 4202560 105710 0 0 0 116583 67 0 0 25 0 22 0 510619447 16149598208 176471 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 46912505874213 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7262/tid=7284] ppid=7260 vsize=15771092 CPUtime=1166.5 cores=1,3,5,7
/proc/7262/task/7284/stat : 7284 (java) R 7260 7262 7120 0 -1 4202560 105646 0 0 0 116594 56 0 0 25 0 22 0 510619447 16149598208 176471 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 46912506071186 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4701.24
Current children cumulated vsize (KiB) 15771092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.2 s]
/proc/loadavg: 8.02 8.05 8.00 9/220 7425
/proc/meminfo: memFree=21681524/32951124 swapFree=67111524/67111528
[pid=7262] ppid=7260 vsize=15771092 CPUtime=4800.33 cores=1,3,5,7
/proc/7262/stat : 7262 (java) S 7260 7262 7120 0 -1 4202496 867759 0 1 0 479619 414 0 0 25 0 22 0 510619401 16149598208 178466 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7262/statm: 3942773 178466 2298 9 0 3933492 0
[pid=7262/tid=7264] ppid=7260 vsize=15771092 CPUtime=1.1 cores=1,3,5,7
/proc/7262/task/7264/stat : 7264 (java) S 7260 7262 7120 0 -1 4202560 34683 0 1 0 104 6 0 0 20 0 22 0 510619402 16149598208 178466 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 1 0 0 0
[pid=7262/tid=7265] ppid=7260 vsize=15771092 CPUtime=3.75 cores=1,3,5,7
/proc/7262/task/7265/stat : 7265 (java) S 7260 7262 7120 0 -1 4202560 53911 0 0 0 361 14 0 0 15 0 22 0 510619402 16149598208 178466 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 7 0 0 0
[pid=7262/tid=7266] ppid=7260 vsize=15771092 CPUtime=3.74 cores=1,3,5,7
/proc/7262/task/7266/stat : 7266 (java) S 7260 7262 7120 0 -1 4202560 55034 0 0 0 359 15 0 0 15 0 22 0 510619402 16149598208 178466 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 5 0 0 0
[pid=7262/tid=7267] ppid=7260 vsize=15771092 CPUtime=3.72 cores=1,3,5,7
/proc/7262/task/7267/stat : 7267 (java) S 7260 7262 7120 0 -1 4202560 45015 0 0 0 360 12 0 0 15 0 22 0 510619402 16149598208 178466 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7268] ppid=7260 vsize=15771092 CPUtime=3.63 cores=1,3,5,7
/proc/7262/task/7268/stat : 7268 (java) S 7260 7262 7120 0 -1 4202560 47983 0 0 0 350 13 0 0 15 0 22 0 510619402 16149598208 178466 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 1 0 0 0
[pid=7262/tid=7269] ppid=7260 vsize=15771092 CPUtime=3.78 cores=1,3,5,7
/proc/7262/task/7269/stat : 7269 (java) S 7260 7262 7120 0 -1 4202560 41900 0 0 0 366 12 0 0 16 0 22 0 510619402 16149598208 178466 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 1 0 0 0
[pid=7262/tid=7270] ppid=7260 vsize=15771092 CPUtime=3.73 cores=1,3,5,7
/proc/7262/task/7270/stat : 7270 (java) S 7260 7262 7120 0 -1 4202560 50268 0 0 0 360 13 0 0 16 0 22 0 510619402 16149598208 178466 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 5 0 0 0
[pid=7262/tid=7271] ppid=7260 vsize=15771092 CPUtime=3.58 cores=1,3,5,7
/proc/7262/task/7271/stat : 7271 (java) S 7260 7262 7120 0 -1 4202560 33729 0 0 0 347 11 0 0 16 0 22 0 510619402 16149598208 178466 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7272] ppid=7260 vsize=15771092 CPUtime=3.69 cores=1,3,5,7
/proc/7262/task/7272/stat : 7272 (java) S 7260 7262 7120 0 -1 4202560 50059 0 0 0 357 12 0 0 16 0 22 0 510619402 16149598208 178466 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 7 0 0 0
[pid=7262/tid=7273] ppid=7260 vsize=15771092 CPUtime=1.64 cores=1,3,5,7
/proc/7262/task/7273/stat : 7273 (java) S 7260 7262 7120 0 -1 4202560 2193 0 0 0 123 41 0 0 15 0 22 0 510619403 16149598208 178466 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522114048 0 0 0 16800975 18446604471140880512 0 0 -1 1 0 0 0
[pid=7262/tid=7274] ppid=7260 vsize=15771092 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7274/stat : 7274 (java) S 7260 7262 7120 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 510619404 16149598208 178466 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7275] ppid=7260 vsize=15771092 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7275/stat : 7275 (java) S 7260 7262 7120 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 510619404 16149598208 178466 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 7 0 0 0
[pid=7262/tid=7276] ppid=7260 vsize=15771092 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7276/stat : 7276 (java) S 7260 7262 7120 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 510619406 16149598208 178466 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522121137 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7277] ppid=7260 vsize=15771092 CPUtime=1.15 cores=1,3,5,7
/proc/7262/task/7277/stat : 7277 (java) S 7260 7262 7120 0 -1 4202560 7523 0 0 0 115 0 0 0 15 0 22 0 510619406 16149598208 178466 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 1 0 0 0
[pid=7262/tid=7278] ppid=7260 vsize=15771092 CPUtime=1.38 cores=1,3,5,7
/proc/7262/task/7278/stat : 7278 (java) S 7260 7262 7120 0 -1 4202560 13308 0 0 0 137 1 0 0 16 0 22 0 510619406 16149598208 178466 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 5 0 0 0
[pid=7262/tid=7279] ppid=7260 vsize=15771092 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7279/stat : 7279 (java) S 7260 7262 7120 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 510619406 16149598208 178466 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7280] ppid=7260 vsize=15771092 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7280/stat : 7280 (java) S 7260 7262 7120 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 510619406 16149598208 178466 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522114048 0 4 0 16800975 18446604471140880512 0 0 -1 1 0 0 0
[pid=7262/tid=7281] ppid=7260 vsize=15771092 CPUtime=1191.64 cores=1,3,5,7
/proc/7262/task/7281/stat : 7281 (java) R 7260 7262 7120 0 -1 4202560 110375 0 0 0 119099 65 0 0 25 0 22 0 510619447 16149598208 178466 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 46912505877821 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7262/tid=7282] ppid=7260 vsize=15771092 CPUtime=1191.39 cores=1,3,5,7
/proc/7262/task/7282/stat : 7282 (java) R 7260 7262 7120 0 -1 4202560 107946 0 0 0 119075 64 0 0 18 0 22 0 510619447 16149598208 178466 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 46912505878022 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7262/tid=7283] ppid=7260 vsize=15771092 CPUtime=1191.14 cores=1,3,5,7
/proc/7262/task/7283/stat : 7283 (java) R 7260 7262 7120 0 -1 4202560 106291 0 0 0 119046 68 0 0 25 0 22 0 510619447 16149598208 178466 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 46912505903274 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7262/tid=7284] ppid=7260 vsize=15771092 CPUtime=1191.11 cores=1,3,5,7
/proc/7262/task/7284/stat : 7284 (java) R 7260 7262 7120 0 -1 4202560 106089 0 0 0 119054 57 0 0 18 0 22 0 510619447 16149598208 178466 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 47337529911395 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 15771092

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

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

[startup+1207.31 s]
/proc/loadavg: 8.02 8.05 8.00 9/220 7425
/proc/meminfo: memFree=21681524/32951124 swapFree=67111524/67111528
[pid=7262] ppid=7260 vsize=15772120 CPUtime=4800.75 cores=1,3,5,7
/proc/7262/stat : 7262 (java) S 7260 7262 7120 0 -1 4202496 867766 0 1 0 479661 414 0 0 18 0 23 0 510619401 16150650880 178473 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7262/statm: 3943030 178473 2298 9 0 3933749 0
[pid=7262/tid=7264] ppid=7260 vsize=15772120 CPUtime=1.1 cores=1,3,5,7
/proc/7262/task/7264/stat : 7264 (java) S 7260 7262 7120 0 -1 4202560 34683 0 1 0 104 6 0 0 20 0 23 0 510619402 16150650880 178473 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 1 0 0 0
[pid=7262/tid=7265] ppid=7260 vsize=15772120 CPUtime=3.75 cores=1,3,5,7
/proc/7262/task/7265/stat : 7265 (java) S 7260 7262 7120 0 -1 4202560 53911 0 0 0 361 14 0 0 15 0 23 0 510619402 16150650880 178473 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 7 0 0 0
[pid=7262/tid=7266] ppid=7260 vsize=15772120 CPUtime=3.74 cores=1,3,5,7
/proc/7262/task/7266/stat : 7266 (java) S 7260 7262 7120 0 -1 4202560 55034 0 0 0 359 15 0 0 15 0 23 0 510619402 16150650880 178473 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 5 0 0 0
[pid=7262/tid=7267] ppid=7260 vsize=15772120 CPUtime=3.72 cores=1,3,5,7
/proc/7262/task/7267/stat : 7267 (java) S 7260 7262 7120 0 -1 4202560 45015 0 0 0 360 12 0 0 15 0 23 0 510619402 16150650880 178473 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7268] ppid=7260 vsize=15772120 CPUtime=3.63 cores=1,3,5,7
/proc/7262/task/7268/stat : 7268 (java) S 7260 7262 7120 0 -1 4202560 47983 0 0 0 350 13 0 0 15 0 23 0 510619402 16150650880 178473 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 1 0 0 0
[pid=7262/tid=7269] ppid=7260 vsize=15772120 CPUtime=3.78 cores=1,3,5,7
/proc/7262/task/7269/stat : 7269 (java) S 7260 7262 7120 0 -1 4202560 41900 0 0 0 366 12 0 0 16 0 23 0 510619402 16150650880 178473 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 1 0 0 0
[pid=7262/tid=7270] ppid=7260 vsize=15772120 CPUtime=3.73 cores=1,3,5,7
/proc/7262/task/7270/stat : 7270 (java) S 7260 7262 7120 0 -1 4202560 50268 0 0 0 360 13 0 0 16 0 23 0 510619402 16150650880 178473 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 5 0 0 0
[pid=7262/tid=7271] ppid=7260 vsize=15772120 CPUtime=3.58 cores=1,3,5,7
/proc/7262/task/7271/stat : 7271 (java) S 7260 7262 7120 0 -1 4202560 33729 0 0 0 347 11 0 0 16 0 23 0 510619402 16150650880 178473 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7272] ppid=7260 vsize=15772120 CPUtime=3.69 cores=1,3,5,7
/proc/7262/task/7272/stat : 7272 (java) S 7260 7262 7120 0 -1 4202560 50059 0 0 0 357 12 0 0 16 0 23 0 510619402 16150650880 178473 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 7 0 0 0
[pid=7262/tid=7273] ppid=7260 vsize=15772120 CPUtime=1.64 cores=1,3,5,7
/proc/7262/task/7273/stat : 7273 (java) S 7260 7262 7120 0 -1 4202560 2193 0 0 0 123 41 0 0 15 0 23 0 510619403 16150650880 178473 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522114048 0 0 0 16800975 18446604471140880512 0 0 -1 1 0 0 0
[pid=7262/tid=7274] ppid=7260 vsize=15772120 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7274/stat : 7274 (java) S 7260 7262 7120 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 23 0 510619404 16150650880 178473 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7275] ppid=7260 vsize=15772120 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7275/stat : 7275 (java) S 7260 7262 7120 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 23 0 510619404 16150650880 178473 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 7 0 0 0
[pid=7262/tid=7276] ppid=7260 vsize=15772120 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7276/stat : 7276 (java) S 7260 7262 7120 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 23 0 510619406 16150650880 178473 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7277] ppid=7260 vsize=15772120 CPUtime=1.15 cores=1,3,5,7
/proc/7262/task/7277/stat : 7277 (java) S 7260 7262 7120 0 -1 4202560 7523 0 0 0 115 0 0 0 15 0 23 0 510619406 16150650880 178473 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 1 0 0 0
[pid=7262/tid=7278] ppid=7260 vsize=15772120 CPUtime=1.38 cores=1,3,5,7
/proc/7262/task/7278/stat : 7278 (java) S 7260 7262 7120 0 -1 4202560 13308 0 0 0 137 1 0 0 16 0 23 0 510619406 16150650880 178473 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 5 0 0 0
[pid=7262/tid=7279] ppid=7260 vsize=15772120 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7279/stat : 7279 (java) S 7260 7262 7120 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 23 0 510619406 16150650880 178473 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522113433 0 4 0 16800975 18446604471140880512 0 0 -1 3 0 0 0
[pid=7262/tid=7280] ppid=7260 vsize=15772120 CPUtime=0 cores=1,3,5,7
/proc/7262/task/7280/stat : 7280 (java) S 7260 7262 7120 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 23 0 510619406 16150650880 178473 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 233522114048 0 4 0 16800975 18446604471140880512 0 0 -1 1 0 0 0
[pid=7262/tid=7281] ppid=7260 vsize=15772120 CPUtime=1191.74 cores=1,3,5,7
/proc/7262/task/7281/stat : 7281 (java) R 7260 7262 7120 0 -1 4202560 110375 0 0 0 119109 65 0 0 25 0 23 0 510619447 16150650880 178473 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 46912505946153 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7262/tid=7282] ppid=7260 vsize=15772120 CPUtime=1191.49 cores=1,3,5,7
/proc/7262/task/7282/stat : 7282 (java) R 7260 7262 7120 0 -1 4202560 107946 0 0 0 119085 64 0 0 18 0 23 0 510619447 16150650880 178473 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 46912506147114 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7262/tid=7283] ppid=7260 vsize=15772120 CPUtime=1191.24 cores=1,3,5,7
/proc/7262/task/7283/stat : 7283 (java) R 7260 7262 7120 0 -1 4202560 106291 0 0 0 119056 68 0 0 25 0 23 0 510619447 16150650880 178473 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 46912505947647 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7262/tid=7284] ppid=7260 vsize=15772120 CPUtime=1191.21 cores=1,3,5,7
/proc/7262/task/7284/stat : 7284 (java) R 7260 7262 7120 0 -1 4202560 106089 0 0 0 119064 57 0 0 18 0 23 0 510619447 16150650880 178473 33554432000 1073741824 1073778376 140734586890432 18446744073709551615 46912506285007 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.75
Current children cumulated vsize (KiB) 15772120

Child status: 143
Real time (s): 1207.36
CPU time (s): 4800.85
CPU user time (s): 4796.67
CPU system time (s): 4.18136
CPU usage (%): 397.631
Max. virtual memory (cumulated for all children) (KiB): 15772120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.67
system time used= 4.18136
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 867931
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= 362735
involuntary context switches= 134957

runsolver used 1.9537 second user time and 4.68729 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-30 18:47:15
IDJOB=3312957
IDBENCH=83157
IDSOLVER=1699
FILE ID=node145/3312957-1304182035
RUNJOBID= node145-1304180827-7139
PBS_JOBID= 13172456
Free space on /tmp= 73020 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-6x34.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312957-1304182035/watcher-3312957-1304182035 -o /tmp/evaluation-result-3312957-1304182035/solver-3312957-1304182035 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312957-1304182035.cnf

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

MD5SUM BENCH= 1633295f58c28a5b4150be8640bdf9df
RANDOM SEED=1146407151

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16980308 kB
Buffers:       1295780 kB
Cached:        5936324 kB
SwapCached:          4 kB
Active:        9000104 kB
Inactive:      6426192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16980308 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2428 kB
Writeback:           0 kB
AnonPages:     8193736 kB
Mapped:          23604 kB
Slab:           466064 kB
PageTables:      20768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  8742528 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= 73020 MiB
End job on node145 at 2011-04-30 19:07:25