Trace number 3311856

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.13 1207.05

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_29_30_6-dir.shuffled-as.sat03-130.cnf
MD5SUMe826117d87949a5b285e72732bfa395b
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 variables870
Number of clauses69964
Sum of the clauses size140740
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 269935
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 529

Solver Data

0.10/0.12	57:27 INFO : Reading from input HOME/instance-3311856-1304186247.cnf
0.72/0.51	Executor set job limit to 1000000
0.72/0.51	Executor set job limit to 1000000
0.72/0.51	Executor set job limit to 1000000
0.72/0.51	Executor set job limit to 1000000
0.72/0.51	Starting Executor!
0.72/0.51	Starting Executor!
0.72/0.51	Starting Executor!
0.72/0.51	Starting Executor!
2.55/1.39	57:28 INFO : 870 variables remaining out of 870
2.55/1.39	57:28 INFO : 420509 literals remaining out of 210704

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

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

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


[startup+0 s]
/proc/loadavg: 7.51 7.89 7.26 3/189 6227
/proc/meminfo: memFree=30565700/32950928 swapFree=67111464/67111528
[pid=6227] ppid=6225 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/6227/stat : 6227 (java) S 6225 6227 5302 0 -1 4202496 1492 0 0 0 0 0 0 0 24 0 2 0 530221369 31260672 953 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512494565 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/6227/statm: 7632 953 733 9 0 383 0
[pid=6227/tid=6228] ppid=6225 vsize=30540 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6228/stat : 6228 (java) R 6225 6227 5302 0 -1 4202560 135 0 0 0 0 0 0 0 25 0 2 0 530221369 31272960 955 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254500691771 0 0 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0631421 s]
/proc/loadavg: 7.51 7.89 7.26 3/189 6227
/proc/meminfo: memFree=30565700/32950928 swapFree=67111464/67111528
[pid=6227] ppid=6225 vsize=15609780 CPUtime=0.05 cores=0,2,4,6
/proc/6227/stat : 6227 (java) S 6225 6227 5302 0 -1 4202496 4302 0 1 0 4 1 0 0 24 0 18 0 530221369 15984414720 3740 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6227/statm: 3902445 3741 1778 9 0 3893164 0
[pid=6227/tid=6228] ppid=6225 vsize=15609780 CPUtime=0.04 cores=0,2,4,6
/proc/6227/task/6228/stat : 6228 (java) R 6225 6227 5302 0 -1 4202560 2884 0 1 0 4 0 0 0 25 0 18 0 530221369 15984414720 3741 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 47665875630099 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15609780

[startup+0.101142 s]
/proc/loadavg: 7.51 7.89 7.26 3/189 6227
/proc/meminfo: memFree=30565700/32950928 swapFree=67111464/67111528
[pid=6227] ppid=6225 vsize=15676600 CPUtime=0.1 cores=0,2,4,6
/proc/6227/stat : 6227 (java) S 6225 6227 5302 0 -1 4202496 5528 0 1 0 8 2 0 0 24 0 18 0 530221369 16052838400 4959 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6227/statm: 3919150 4959 2116 9 0 3909869 0
[pid=6227/tid=6228] ppid=6225 vsize=15676600 CPUtime=0.08 cores=0,2,4,6
/proc/6227/task/6228/stat : 6228 (java) R 6225 6227 5302 0 -1 4202560 3428 0 1 0 7 1 0 0 25 0 18 0 530221369 16052838400 4959 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 46912505228100 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676600

[startup+0.305143 s]
/proc/loadavg: 7.51 7.89 7.26 3/189 6227
/proc/meminfo: memFree=30565700/32950928 swapFree=67111464/67111528
[pid=6227] ppid=6225 vsize=15683256 CPUtime=0.52 cores=0,2,4,6
/proc/6227/stat : 6227 (java) S 6225 6227 5302 0 -1 4202496 15539 0 1 0 49 3 0 0 24 0 18 0 530221369 16059654144 13495 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6227/statm: 3920814 13502 2207 9 0 3911533 0
[pid=6227/tid=6228] ppid=6225 vsize=15683256 CPUtime=0.28 cores=0,2,4,6
/proc/6227/task/6228/stat : 6228 (java) R 6225 6227 5302 0 -1 4202560 10116 0 1 0 26 2 0 0 18 0 18 0 530221369 16059654144 13505 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 46912505641527 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15683256

[startup+0.700971 s]
/proc/loadavg: 7.51 7.89 7.26 3/189 6227
/proc/meminfo: memFree=30565700/32950928 swapFree=67111464/67111528
[pid=6227] ppid=6225 vsize=15696528 CPUtime=1.1 cores=0,2,4,6
/proc/6227/stat : 6227 (java) S 6225 6227 5302 0 -1 4202496 45219 0 1 0 102 8 0 0 24 0 22 0 530221369 16073244672 41540 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6227/statm: 3924132 41540 2247 9 0 3914851 0
[pid=6227/tid=6228] ppid=6225 vsize=15696528 CPUtime=0.67 cores=0,2,4,6
/proc/6227/task/6228/stat : 6228 (java) R 6225 6227 5302 0 -1 4202560 35629 0 1 0 61 6 0 0 20 0 22 0 530221369 16073244672 41540 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 47665873249175 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 15696528

[startup+1.50082 s]
/proc/loadavg: 7.51 7.89 7.26 7/220 6258
/proc/meminfo: memFree=30253916/32950928 swapFree=67111464/67111528
[pid=6227] ppid=6225 vsize=15716972 CPUtime=2.89 cores=0,2,4,6
/proc/6227/stat : 6227 (java) S 6225 6227 5302 0 -1 4202496 56523 0 1 0 279 10 0 0 24 0 22 0 530221369 16094179328 47660 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6227/statm: 3929243 47660 2265 9 0 3919962 0
[pid=6227/tid=6228] ppid=6225 vsize=15716972 CPUtime=1.37 cores=0,2,4,6
/proc/6227/task/6228/stat : 6228 (java) S 6225 6227 5302 0 -1 4202560 35679 0 1 0 131 6 0 0 21 0 22 0 530221369 16094179328 47660 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 4 0 0 0
[pid=6227/tid=6230] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6230/stat : 6230 (java) S 6225 6227 5302 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530221370 16094179328 47660 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 6 0 0 0
[pid=6227/tid=6231] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6231/stat : 6231 (java) S 6225 6227 5302 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530221370 16094179328 47660 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 0 0 0 0
[pid=6227/tid=6232] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6232/stat : 6232 (java) S 6225 6227 5302 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530221370 16094179328 47660 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6233] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6233/stat : 6233 (java) S 6225 6227 5302 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530221370 16094179328 47660 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6234] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6234/stat : 6234 (java) S 6225 6227 5302 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530221370 16094179328 47660 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6235] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6235/stat : 6235 (java) S 6225 6227 5302 0 -1 4202560 325 0 0 0 0 0 0 0 18 0 22 0 530221370 16094179328 47660 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 6 0 0 0
[pid=6227/tid=6236] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6236/stat : 6236 (java) S 6225 6227 5302 0 -1 4202560 33 0 0 0 0 0 0 0 21 0 22 0 530221370 16094179328 47660 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 0 0 0 0
[pid=6227/tid=6237] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6237/stat : 6237 (java) S 6225 6227 5302 0 -1 4202560 42 0 0 0 0 0 0 0 21 0 22 0 530221370 16094179328 47660 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6243] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6243/stat : 6243 (java) S 6225 6227 5302 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 530221371 16094179328 47660 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512508416 0 0 0 16800975 18446604453674513664 0 0 -1 6 0 0 0
[pid=6227/tid=6244] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6244/stat : 6244 (java) S 6225 6227 5302 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 530221371 16094179328 47660 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 6 0 0 0
[pid=6227/tid=6245] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6245/stat : 6245 (java) S 6225 6227 5302 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 530221371 16094179328 47660 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 6 0 0 0
[pid=6227/tid=6246] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6246/stat : 6246 (java) S 6225 6227 5302 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530221373 16094179328 47660 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512515505 0 4 0 16800975 18446604453674513664 0 0 -1 6 0 0 0
[pid=6227/tid=6247] ppid=6225 vsize=15716972 CPUtime=0.51 cores=0,2,4,6
/proc/6227/task/6247/stat : 6247 (java) R 6225 6227 5302 0 -1 4202560 3262 0 0 0 51 0 0 0 15 0 22 0 530221373 16094179328 47660 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 47665871920529 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6227/tid=6248] ppid=6225 vsize=15716972 CPUtime=0.93 cores=0,2,4,6
/proc/6227/task/6248/stat : 6248 (java) R 6225 6227 5302 0 -1 4202560 15726 0 0 0 91 2 0 0 15 0 22 0 530221373 16094179328 47660 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 47665874053435 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6227/tid=6249] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6249/stat : 6249 (java) S 6225 6227 5302 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530221373 16094179328 47660 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6250] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6250/stat : 6250 (java) S 6225 6227 5302 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530221373 16094179328 47660 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512508416 0 4 0 16800975 18446604453674513664 0 0 -1 0 0 0 0
[pid=6227/tid=6255] ppid=6225 vsize=15716972 CPUtime=0.05 cores=0,2,4,6
/proc/6227/task/6255/stat : 6255 (java) R 6225 6227 5302 0 -1 4202560 25 0 0 0 5 0 0 0 15 0 22 0 530221420 16094179328 47660 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 46912505121159 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6227/tid=6256] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6256/stat : 6256 (java) S 6225 6227 5302 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 530221420 16094179328 47660 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512508416 0 4 0 16800975 18446604453674513664 0 0 -1 6 0 0 0
[pid=6227/tid=6257] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6257/stat : 6257 (java) S 6225 6227 5302 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 530221420 16094179328 47660 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512508416 0 4 0 16800975 18446604453674513664 0 0 -1 6 0 0 0
[pid=6227/tid=6258] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6258/stat : 6258 (java) S 6225 6227 5302 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 530221420 16094179328 47660 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512508416 0 4 0 16800975 18446604453674513664 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 15716972

[startup+3.10145 s]
/proc/loadavg: 7.51 7.89 7.26 13/220 6258
/proc/meminfo: memFree=30016848/32950928 swapFree=67111464/67111528
[pid=6227] ppid=6225 vsize=15716972 CPUtime=8.74 cores=0,2,4,6
/proc/6227/stat : 6227 (java) S 6225 6227 5302 0 -1 4202496 107004 0 1 0 855 19 0 0 24 0 22 0 530221369 16094179328 97774 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6227/statm: 3929243 97774 2273 9 0 3919962 0
[pid=6227/tid=6228] ppid=6225 vsize=15716972 CPUtime=1.37 cores=0,2,4,6
/proc/6227/task/6228/stat : 6228 (java) S 6225 6227 5302 0 -1 4202560 35679 0 1 0 131 6 0 0 21 0 22 0 530221369 16094179328 97774 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 4 0 0 0
[pid=6227/tid=6230] ppid=6225 vsize=15716972 CPUtime=0.01 cores=0,2,4,6
/proc/6227/task/6230/stat : 6230 (java) S 6225 6227 5302 0 -1 4202560 4164 0 0 0 1 0 0 0 16 0 22 0 530221370 16094179328 97774 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 4 0 0 0
[pid=6227/tid=6231] ppid=6225 vsize=15716972 CPUtime=0.02 cores=0,2,4,6
/proc/6227/task/6231/stat : 6231 (java) S 6225 6227 5302 0 -1 4202560 5904 0 0 0 1 1 0 0 15 0 22 0 530221370 16094179328 97774 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 6 0 0 0
[pid=6227/tid=6232] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6232/stat : 6232 (java) S 6225 6227 5302 0 -1 4202560 4107 0 0 0 0 0 0 0 16 0 22 0 530221370 16094179328 97774 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 0 0 0 0
[pid=6227/tid=6233] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6233/stat : 6233 (java) S 6225 6227 5302 0 -1 4202560 3986 0 0 0 0 0 0 0 16 0 22 0 530221370 16094179328 97774 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6234] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6234/stat : 6234 (java) S 6225 6227 5302 0 -1 4202560 3123 0 0 0 0 0 0 0 15 0 22 0 530221370 16094179328 97774 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 6 0 0 0
[pid=6227/tid=6235] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6235/stat : 6235 (java) S 6225 6227 5302 0 -1 4202560 2837 0 0 0 0 0 0 0 15 0 22 0 530221370 16094179328 97774 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 6 0 0 0
[pid=6227/tid=6236] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6236/stat : 6236 (java) S 6225 6227 5302 0 -1 4202560 2685 0 0 0 0 0 0 0 15 0 22 0 530221370 16094179328 97774 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6237] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6237/stat : 6237 (java) S 6225 6227 5302 0 -1 4202560 1688 0 0 0 0 0 0 0 15 0 22 0 530221370 16094179328 97774 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 4 0 0 0
[pid=6227/tid=6243] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6243/stat : 6243 (java) S 6225 6227 5302 0 -1 4202560 214 0 0 0 0 0 0 0 15 0 22 0 530221371 16094179328 97774 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512508416 0 0 0 16800975 18446604453674513664 0 0 -1 6 0 0 0
[pid=6227/tid=6244] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6244/stat : 6244 (java) S 6225 6227 5302 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530221371 16094179328 97774 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6245] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6245/stat : 6245 (java) S 6225 6227 5302 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530221371 16094179328 97774 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6246] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6246/stat : 6246 (java) S 6225 6227 5302 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530221373 16094179328 97774 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512515505 0 4 0 16800975 18446604453674513664 0 0 -1 6 0 0 0
[pid=6227/tid=6247] ppid=6225 vsize=15716972 CPUtime=0.68 cores=0,2,4,6
/proc/6227/task/6247/stat : 6247 (java) S 6225 6227 5302 0 -1 4202560 3600 0 0 0 68 0 0 0 15 0 22 0 530221373 16094179328 97774 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6248] ppid=6225 vsize=15716972 CPUtime=1.2 cores=0,2,4,6
/proc/6227/task/6248/stat : 6248 (java) S 6225 6227 5302 0 -1 4202560 15765 0 0 0 118 2 0 0 15 0 22 0 530221373 16094179328 97774 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 6 0 0 0
[pid=6227/tid=6249] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6249/stat : 6249 (java) S 6225 6227 5302 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530221373 16094179328 97774 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6250] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6250/stat : 6250 (java) S 6225 6227 5302 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530221373 16094179328 97774 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512508416 0 4 0 16800975 18446604453674513664 0 0 -1 4 0 0 0
[pid=6227/tid=6255] ppid=6225 vsize=15716972 CPUtime=1.5 cores=0,2,4,6
/proc/6227/task/6255/stat : 6255 (java) R 6225 6227 5302 0 -1 4202560 6089 0 0 0 150 0 0 0 16 0 22 0 530221420 16094179328 97774 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 46912506052226 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6227/tid=6256] ppid=6225 vsize=15716972 CPUtime=1.26 cores=0,2,4,6
/proc/6227/task/6256/stat : 6256 (java) R 6225 6227 5302 0 -1 4202560 5527 0 0 0 126 0 0 0 16 0 22 0 530221420 16094179328 97774 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 46912506052301 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6227/tid=6257] ppid=6225 vsize=15716972 CPUtime=1.2 cores=0,2,4,6
/proc/6227/task/6257/stat : 6257 (java) R 6225 6227 5302 0 -1 4202560 5097 0 0 0 120 0 0 0 16 0 22 0 530221420 16094179328 97774 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 46912505852207 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6227/tid=6258] ppid=6225 vsize=15716972 CPUtime=1.32 cores=0,2,4,6
/proc/6227/task/6258/stat : 6258 (java) R 6225 6227 5302 0 -1 4202560 5152 0 0 0 132 0 0 0 16 0 22 0 530221420 16094179328 97774 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 46912505925389 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 8.74
Current children cumulated vsize (KiB) 15716972

[startup+6.30082 s]
/proc/loadavg: 7.71 7.92 7.28 9/220 6258
/proc/meminfo: memFree=28324660/32950928 swapFree=67111464/67111528
[pid=6227] ppid=6225 vsize=15716972 CPUtime=21.5 cores=0,2,4,6
/proc/6227/stat : 6227 (java) S 6225 6227 5302 0 -1 4202496 296456 0 1 0 2108 42 0 0 24 0 22 0 530221369 16094179328 287126 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6227/statm: 3929243 287126 2283 9 0 3919962 0
[pid=6227/tid=6228] ppid=6225 vsize=15716972 CPUtime=1.37 cores=0,2,4,6
/proc/6227/task/6228/stat : 6228 (java) S 6225 6227 5302 0 -1 4202560 35679 0 1 0 131 6 0 0 21 0 22 0 530221369 16094179328 287126 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 4 0 0 0
[pid=6227/tid=6230] ppid=6225 vsize=15716972 CPUtime=0.01 cores=0,2,4,6
/proc/6227/task/6230/stat : 6230 (java) S 6225 6227 5302 0 -1 4202560 5499 0 0 0 1 0 0 0 15 0 22 0 530221370 16094179328 287126 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6231] ppid=6225 vsize=15716972 CPUtime=0.02 cores=0,2,4,6
/proc/6227/task/6231/stat : 6231 (java) S 6225 6227 5302 0 -1 4202560 7408 0 0 0 1 1 0 0 15 0 22 0 530221370 16094179328 287126 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 0 0 0 0
[pid=6227/tid=6232] ppid=6225 vsize=15716972 CPUtime=0.02 cores=0,2,4,6
/proc/6227/task/6232/stat : 6232 (java) S 6225 6227 5302 0 -1 4202560 7565 0 0 0 1 1 0 0 16 0 22 0 530221370 16094179328 287126 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 0 0 0 0
[pid=6227/tid=6233] ppid=6225 vsize=15716972 CPUtime=0.02 cores=0,2,4,6
/proc/6227/task/6233/stat : 6233 (java) S 6225 6227 5302 0 -1 4202560 7676 0 0 0 1 1 0 0 16 0 22 0 530221370 16094179328 287126 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6234] ppid=6225 vsize=15716972 CPUtime=0.01 cores=0,2,4,6
/proc/6227/task/6234/stat : 6234 (java) S 6225 6227 5302 0 -1 4202560 4882 0 0 0 1 0 0 0 15 0 22 0 530221370 16094179328 287126 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6235] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6235/stat : 6235 (java) S 6225 6227 5302 0 -1 4202560 4285 0 0 0 0 0 0 0 15 0 22 0 530221370 16094179328 287126 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 0 0 0 0
[pid=6227/tid=6236] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6236/stat : 6236 (java) S 6225 6227 5302 0 -1 4202560 4922 0 0 0 0 0 0 0 16 0 22 0 530221370 16094179328 287126 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6237] ppid=6225 vsize=15716972 CPUtime=0.02 cores=0,2,4,6
/proc/6227/task/6237/stat : 6237 (java) S 6225 6227 5302 0 -1 4202560 7105 0 0 0 1 1 0 0 15 0 22 0 530221370 16094179328 287126 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 4 0 0 0

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

[pid=6227/tid=6256] ppid=6225 vsize=15716972 CPUtime=1047.84 cores=0,2,4,6
/proc/6227/task/6256/stat : 6256 (java) R 6225 6227 5302 0 -1 4202560 402575 0 0 0 104728 56 0 0 25 0 22 0 530221420 16094179328 200492 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 46912505523879 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6227/tid=6257] ppid=6225 vsize=15716972 CPUtime=1048.28 cores=0,2,4,6
/proc/6227/task/6257/stat : 6257 (java) R 6225 6227 5302 0 -1 4202560 414981 0 0 0 104774 54 0 0 25 0 22 0 530221420 16094179328 200492 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 18446744073699066094 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6227/tid=6258] ppid=6225 vsize=15716972 CPUtime=1046.63 cores=0,2,4,6
/proc/6227/task/6258/stat : 6258 (java) R 6225 6227 5302 0 -1 4202560 411004 0 0 0 104613 50 0 0 25 0 22 0 530221420 16094179328 200492 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 46912505821842 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4224.17
Current children cumulated vsize (KiB) 15716972

[startup+1122.3 s]
/proc/loadavg: 8.20 8.13 7.85 9/220 6300
/proc/meminfo: memFree=29473284/32950928 swapFree=67111464/67111528
[pid=6227] ppid=6225 vsize=15716972 CPUtime=4462.89 cores=0,2,4,6
/proc/6227/stat : 6227 (java) S 6225 6227 5302 0 -1 4202496 2996377 0 1 0 445736 553 0 0 24 0 22 0 530221369 16094179328 180260 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6227/statm: 3929243 180260 2297 9 0 3919962 0
[pid=6227/tid=6228] ppid=6225 vsize=15716972 CPUtime=1.37 cores=0,2,4,6
/proc/6227/task/6228/stat : 6228 (java) S 6225 6227 5302 0 -1 4202560 35679 0 1 0 131 6 0 0 21 0 22 0 530221369 16094179328 180260 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 4 0 0 0
[pid=6227/tid=6230] ppid=6225 vsize=15716972 CPUtime=3.52 cores=0,2,4,6
/proc/6227/task/6230/stat : 6230 (java) S 6225 6227 5302 0 -1 4202560 148946 0 0 0 322 30 0 0 15 0 22 0 530221370 16094179328 180260 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 0 0 0 0
[pid=6227/tid=6231] ppid=6225 vsize=15716972 CPUtime=3.69 cores=0,2,4,6
/proc/6227/task/6231/stat : 6231 (java) S 6225 6227 5302 0 -1 4202560 156483 0 0 0 337 32 0 0 15 0 22 0 530221370 16094179328 180260 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 4 0 0 0
[pid=6227/tid=6232] ppid=6225 vsize=15716972 CPUtime=3.71 cores=0,2,4,6
/proc/6227/task/6232/stat : 6232 (java) S 6225 6227 5302 0 -1 4202560 155799 0 0 0 338 33 0 0 16 0 22 0 530221370 16094179328 180260 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 0 0 0 0
[pid=6227/tid=6233] ppid=6225 vsize=15716972 CPUtime=3.57 cores=0,2,4,6
/proc/6227/task/6233/stat : 6233 (java) S 6225 6227 5302 0 -1 4202560 154581 0 0 0 327 30 0 0 16 0 22 0 530221370 16094179328 180260 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6234] ppid=6225 vsize=15716972 CPUtime=3.57 cores=0,2,4,6
/proc/6227/task/6234/stat : 6234 (java) S 6225 6227 5302 0 -1 4202560 153358 0 0 0 328 29 0 0 16 0 22 0 530221370 16094179328 180260 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 6 0 0 0
[pid=6227/tid=6235] ppid=6225 vsize=15716972 CPUtime=3.62 cores=0,2,4,6
/proc/6227/task/6235/stat : 6235 (java) S 6225 6227 5302 0 -1 4202560 152405 0 0 0 333 29 0 0 16 0 22 0 530221370 16094179328 180260 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 6 0 0 0
[pid=6227/tid=6236] ppid=6225 vsize=15716972 CPUtime=3.56 cores=0,2,4,6
/proc/6227/task/6236/stat : 6236 (java) S 6225 6227 5302 0 -1 4202560 149966 0 0 0 329 27 0 0 15 0 22 0 530221370 16094179328 180260 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 0 0 0 0
[pid=6227/tid=6237] ppid=6225 vsize=15716972 CPUtime=3.5 cores=0,2,4,6
/proc/6227/task/6237/stat : 6237 (java) S 6225 6227 5302 0 -1 4202560 146400 0 0 0 321 29 0 0 16 0 22 0 530221370 16094179328 180260 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 4 0 0 0
[pid=6227/tid=6243] ppid=6225 vsize=15716972 CPUtime=2.24 cores=0,2,4,6
/proc/6227/task/6243/stat : 6243 (java) S 6225 6227 5302 0 -1 4202560 7471 0 0 0 149 75 0 0 15 0 22 0 530221371 16094179328 180260 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512508416 0 0 0 16800975 18446604453674513664 0 0 -1 4 0 0 0
[pid=6227/tid=6244] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6244/stat : 6244 (java) S 6225 6227 5302 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530221371 16094179328 180260 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6245] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6245/stat : 6245 (java) S 6225 6227 5302 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530221371 16094179328 180260 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6246] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6246/stat : 6246 (java) S 6225 6227 5302 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530221373 16094179328 180260 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512515505 0 4 0 16800975 18446604453674513664 0 0 -1 6 0 0 0
[pid=6227/tid=6247] ppid=6225 vsize=15716972 CPUtime=0.96 cores=0,2,4,6
/proc/6227/task/6247/stat : 6247 (java) S 6225 6227 5302 0 -1 4202560 3839 0 0 0 96 0 0 0 15 0 22 0 530221373 16094179328 180260 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6248] ppid=6225 vsize=15716972 CPUtime=1.41 cores=0,2,4,6
/proc/6227/task/6248/stat : 6248 (java) S 6225 6227 5302 0 -1 4202560 15796 0 0 0 139 2 0 0 15 0 22 0 530221373 16094179328 180260 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 6 0 0 0
[pid=6227/tid=6249] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6249/stat : 6249 (java) S 6225 6227 5302 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530221373 16094179328 180260 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6250] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6250/stat : 6250 (java) S 6225 6227 5302 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 530221373 16094179328 180260 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512508416 0 4 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6255] ppid=6225 vsize=15716972 CPUtime=1107.55 cores=0,2,4,6
/proc/6227/task/6255/stat : 6255 (java) R 6225 6227 5302 0 -1 4202560 436138 0 0 0 110698 57 0 0 25 0 22 0 530221420 16094179328 180260 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 46912505909664 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6227/tid=6256] ppid=6225 vsize=15716972 CPUtime=1107.18 cores=0,2,4,6
/proc/6227/task/6256/stat : 6256 (java) R 6225 6227 5302 0 -1 4202560 418749 0 0 0 110660 58 0 0 25 0 22 0 530221420 16094179328 180260 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 46912506031823 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6227/tid=6257] ppid=6225 vsize=15716972 CPUtime=1107.33 cores=0,2,4,6
/proc/6227/task/6257/stat : 6257 (java) R 6225 6227 5302 0 -1 4202560 432591 0 0 0 110677 56 0 0 25 0 22 0 530221420 16094179328 180260 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 46912505925423 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6227/tid=6258] ppid=6225 vsize=15716972 CPUtime=1105.94 cores=0,2,4,6
/proc/6227/task/6258/stat : 6258 (java) R 6225 6227 5302 0 -1 4202560 426728 0 0 0 110542 52 0 0 25 0 22 0 530221420 16094179328 180260 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 46912505821824 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4462.89
Current children cumulated vsize (KiB) 15716972

[startup+1182.3 s]
/proc/loadavg: 8.20 8.14 7.86 9/220 6301
/proc/meminfo: memFree=29327652/32950928 swapFree=67111464/67111528
[pid=6227] ppid=6225 vsize=15716972 CPUtime=4701.76 cores=0,2,4,6
/proc/6227/stat : 6227 (java) S 6225 6227 5302 0 -1 4202496 3153752 0 1 0 469593 583 0 0 24 0 22 0 530221369 16094179328 208319 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6227/statm: 3929243 208319 2297 9 0 3919962 0
[pid=6227/tid=6228] ppid=6225 vsize=15716972 CPUtime=1.37 cores=0,2,4,6
/proc/6227/task/6228/stat : 6228 (java) S 6225 6227 5302 0 -1 4202560 35679 0 1 0 131 6 0 0 21 0 22 0 530221369 16094179328 208319 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 4 0 0 0
[pid=6227/tid=6230] ppid=6225 vsize=15716972 CPUtime=3.72 cores=0,2,4,6
/proc/6227/task/6230/stat : 6230 (java) S 6225 6227 5302 0 -1 4202560 156457 0 0 0 340 32 0 0 15 0 22 0 530221370 16094179328 208319 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 4 0 0 0
[pid=6227/tid=6231] ppid=6225 vsize=15716972 CPUtime=3.88 cores=0,2,4,6
/proc/6227/task/6231/stat : 6231 (java) S 6225 6227 5302 0 -1 4202560 164342 0 0 0 354 34 0 0 15 0 22 0 530221370 16094179328 208319 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 0 0 0 0
[pid=6227/tid=6232] ppid=6225 vsize=15716972 CPUtime=3.92 cores=0,2,4,6
/proc/6227/task/6232/stat : 6232 (java) S 6225 6227 5302 0 -1 4202560 162337 0 0 0 358 34 0 0 16 0 22 0 530221370 16094179328 208319 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 4 0 0 0
[pid=6227/tid=6233] ppid=6225 vsize=15716972 CPUtime=3.79 cores=0,2,4,6
/proc/6227/task/6233/stat : 6233 (java) S 6225 6227 5302 0 -1 4202560 164085 0 0 0 347 32 0 0 16 0 22 0 530221370 16094179328 208319 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 0 0 0 0
[pid=6227/tid=6234] ppid=6225 vsize=15716972 CPUtime=3.78 cores=0,2,4,6
/proc/6227/task/6234/stat : 6234 (java) S 6225 6227 5302 0 -1 4202560 163990 0 0 0 347 31 0 0 15 0 22 0 530221370 16094179328 208319 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 6 0 0 0
[pid=6227/tid=6235] ppid=6225 vsize=15716972 CPUtime=3.84 cores=0,2,4,6
/proc/6227/task/6235/stat : 6235 (java) S 6225 6227 5302 0 -1 4202560 161101 0 0 0 353 31 0 0 16 0 22 0 530221370 16094179328 208319 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 4 0 0 0
[pid=6227/tid=6236] ppid=6225 vsize=15716972 CPUtime=3.75 cores=0,2,4,6
/proc/6227/task/6236/stat : 6236 (java) S 6225 6227 5302 0 -1 4202560 158868 0 0 0 346 29 0 0 16 0 22 0 530221370 16094179328 208319 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 6 0 0 0
[pid=6227/tid=6237] ppid=6225 vsize=15716972 CPUtime=3.66 cores=0,2,4,6
/proc/6227/task/6237/stat : 6237 (java) S 6225 6227 5302 0 -1 4202560 153183 0 0 0 336 30 0 0 15 0 22 0 530221370 16094179328 208319 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 0 0 0 0
[pid=6227/tid=6243] ppid=6225 vsize=15716972 CPUtime=2.33 cores=0,2,4,6
/proc/6227/task/6243/stat : 6243 (java) S 6225 6227 5302 0 -1 4202560 7958 0 0 0 155 78 0 0 15 0 22 0 530221371 16094179328 208319 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512508416 0 0 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6244] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6244/stat : 6244 (java) S 6225 6227 5302 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530221371 16094179328 208319 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6245] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6245/stat : 6245 (java) S 6225 6227 5302 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530221371 16094179328 208319 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6246] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6246/stat : 6246 (java) S 6225 6227 5302 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530221373 16094179328 208319 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512515505 0 4 0 16800975 18446604453674513664 0 0 -1 6 0 0 0
[pid=6227/tid=6247] ppid=6225 vsize=15716972 CPUtime=0.96 cores=0,2,4,6
/proc/6227/task/6247/stat : 6247 (java) S 6225 6227 5302 0 -1 4202560 3839 0 0 0 96 0 0 0 15 0 22 0 530221373 16094179328 208319 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6248] ppid=6225 vsize=15716972 CPUtime=1.41 cores=0,2,4,6
/proc/6227/task/6248/stat : 6248 (java) S 6225 6227 5302 0 -1 4202560 15796 0 0 0 139 2 0 0 15 0 22 0 530221373 16094179328 208319 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 6 0 0 0
[pid=6227/tid=6249] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6249/stat : 6249 (java) S 6225 6227 5302 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530221373 16094179328 208319 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6250] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6250/stat : 6250 (java) S 6225 6227 5302 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 530221373 16094179328 208319 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512508416 0 4 0 16800975 18446604453674513664 0 0 -1 0 0 0 0
[pid=6227/tid=6255] ppid=6225 vsize=15716972 CPUtime=1166.76 cores=0,2,4,6
/proc/6227/task/6255/stat : 6255 (java) R 6225 6227 5302 0 -1 4202560 459202 0 0 0 116616 60 0 0 25 0 22 0 530221420 16094179328 208319 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 46912505895400 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6227/tid=6256] ppid=6225 vsize=15716972 CPUtime=1166.52 cores=0,2,4,6
/proc/6227/task/6256/stat : 6256 (java) R 6225 6227 5302 0 -1 4202560 440959 0 0 0 116591 61 0 0 25 0 22 0 530221420 16094179328 208319 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 46912505846917 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6227/tid=6257] ppid=6225 vsize=15716972 CPUtime=1166.63 cores=0,2,4,6
/proc/6227/task/6257/stat : 6257 (java) R 6225 6227 5302 0 -1 4202560 455162 0 0 0 116604 59 0 0 25 0 22 0 530221420 16094179328 208319 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 46912505852309 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6227/tid=6258] ppid=6225 vsize=15716972 CPUtime=1165.26 cores=0,2,4,6
/proc/6227/task/6258/stat : 6258 (java) R 6225 6227 5302 0 -1 4202560 449342 0 0 0 116471 55 0 0 25 0 22 0 530221420 16094179328 208319 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 46912505925451 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4701.76
Current children cumulated vsize (KiB) 15716972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207 s]
/proc/loadavg: 8.13 8.12 7.87 9/220 6302
/proc/meminfo: memFree=29503956/32950928 swapFree=67111464/67111528
[pid=6227] ppid=6225 vsize=15716972 CPUtime=4800.05 cores=0,2,4,6
/proc/6227/stat : 6227 (java) S 6225 6227 5302 0 -1 4202496 3183759 0 1 0 479415 590 0 0 24 0 22 0 530221369 16094179328 170454 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6227/statm: 3929243 170454 2297 9 0 3919962 0
[pid=6227/tid=6228] ppid=6225 vsize=15716972 CPUtime=1.37 cores=0,2,4,6
/proc/6227/task/6228/stat : 6228 (java) S 6225 6227 5302 0 -1 4202560 35679 0 1 0 131 6 0 0 21 0 22 0 530221369 16094179328 170454 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 4 0 0 0
[pid=6227/tid=6230] ppid=6225 vsize=15716972 CPUtime=3.79 cores=0,2,4,6
/proc/6227/task/6230/stat : 6230 (java) S 6225 6227 5302 0 -1 4202560 157756 0 0 0 347 32 0 0 16 0 22 0 530221370 16094179328 170454 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 6 0 0 0
[pid=6227/tid=6231] ppid=6225 vsize=15716972 CPUtime=3.95 cores=0,2,4,6
/proc/6227/task/6231/stat : 6231 (java) S 6225 6227 5302 0 -1 4202560 165625 0 0 0 361 34 0 0 15 0 22 0 530221370 16094179328 170454 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 6 0 0 0
[pid=6227/tid=6232] ppid=6225 vsize=15716972 CPUtime=3.99 cores=0,2,4,6
/proc/6227/task/6232/stat : 6232 (java) S 6225 6227 5302 0 -1 4202560 163492 0 0 0 365 34 0 0 15 0 22 0 530221370 16094179328 170454 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6233] ppid=6225 vsize=15716972 CPUtime=3.87 cores=0,2,4,6
/proc/6227/task/6233/stat : 6233 (java) S 6225 6227 5302 0 -1 4202560 166185 0 0 0 355 32 0 0 16 0 22 0 530221370 16094179328 170454 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 4 0 0 0
[pid=6227/tid=6234] ppid=6225 vsize=15716972 CPUtime=3.85 cores=0,2,4,6
/proc/6227/task/6234/stat : 6234 (java) S 6225 6227 5302 0 -1 4202560 165509 0 0 0 354 31 0 0 15 0 22 0 530221370 16094179328 170454 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6235] ppid=6225 vsize=15716972 CPUtime=3.91 cores=0,2,4,6
/proc/6227/task/6235/stat : 6235 (java) S 6225 6227 5302 0 -1 4202560 162609 0 0 0 360 31 0 0 15 0 22 0 530221370 16094179328 170454 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6236] ppid=6225 vsize=15716972 CPUtime=3.83 cores=0,2,4,6
/proc/6227/task/6236/stat : 6236 (java) S 6225 6227 5302 0 -1 4202560 159191 0 0 0 354 29 0 0 15 0 22 0 530221370 16094179328 170454 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6237] ppid=6225 vsize=15716972 CPUtime=3.75 cores=0,2,4,6
/proc/6227/task/6237/stat : 6237 (java) S 6225 6227 5302 0 -1 4202560 155690 0 0 0 344 31 0 0 15 0 22 0 530221370 16094179328 170454 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 4 0 0 0
[pid=6227/tid=6243] ppid=6225 vsize=15716972 CPUtime=2.39 cores=0,2,4,6
/proc/6227/task/6243/stat : 6243 (java) S 6225 6227 5302 0 -1 4202560 8073 0 0 0 159 80 0 0 15 0 22 0 530221371 16094179328 170454 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512508416 0 0 0 16800975 18446604453674513664 0 0 -1 0 0 0 0
[pid=6227/tid=6244] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6244/stat : 6244 (java) S 6225 6227 5302 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530221371 16094179328 170454 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6245] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6245/stat : 6245 (java) S 6225 6227 5302 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530221371 16094179328 170454 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6246] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6246/stat : 6246 (java) S 6225 6227 5302 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530221373 16094179328 170454 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512515505 0 4 0 16800975 18446604453674513664 0 0 -1 6 0 0 0
[pid=6227/tid=6247] ppid=6225 vsize=15716972 CPUtime=0.96 cores=0,2,4,6
/proc/6227/task/6247/stat : 6247 (java) S 6225 6227 5302 0 -1 4202560 3839 0 0 0 96 0 0 0 15 0 22 0 530221373 16094179328 170454 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6248] ppid=6225 vsize=15716972 CPUtime=1.41 cores=0,2,4,6
/proc/6227/task/6248/stat : 6248 (java) S 6225 6227 5302 0 -1 4202560 15796 0 0 0 139 2 0 0 15 0 22 0 530221373 16094179328 170454 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 6 0 0 0
[pid=6227/tid=6249] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6249/stat : 6249 (java) S 6225 6227 5302 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530221373 16094179328 170454 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512507801 0 4 0 16800975 18446604453674513664 0 0 -1 2 0 0 0
[pid=6227/tid=6250] ppid=6225 vsize=15716972 CPUtime=0 cores=0,2,4,6
/proc/6227/task/6250/stat : 6250 (java) S 6225 6227 5302 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 530221373 16094179328 170454 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 254512508416 0 4 0 16800975 18446604453674513664 0 0 -1 4 0 0 0
[pid=6227/tid=6255] ppid=6225 vsize=15716972 CPUtime=1191.19 cores=0,2,4,6
/proc/6227/task/6255/stat : 6255 (java) R 6225 6227 5302 0 -1 4202560 464465 0 0 0 119058 61 0 0 25 0 22 0 530221420 16094179328 170454 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 46912506031707 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6227/tid=6256] ppid=6225 vsize=15716972 CPUtime=1190.83 cores=0,2,4,6
/proc/6227/task/6256/stat : 6256 (java) R 6225 6227 5302 0 -1 4202560 445348 0 0 0 119021 62 0 0 25 0 22 0 530221420 16094179328 170454 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 46912505795201 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6227/tid=6257] ppid=6225 vsize=15716972 CPUtime=1191.07 cores=0,2,4,6
/proc/6227/task/6257/stat : 6257 (java) R 6225 6227 5302 0 -1 4202560 459327 0 0 0 119047 60 0 0 25 0 22 0 530221420 16094179328 170454 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 46912505821830 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6227/tid=6258] ppid=6225 vsize=15716972 CPUtime=1189.7 cores=0,2,4,6
/proc/6227/task/6258/stat : 6258 (java) R 6225 6227 5302 0 -1 4202560 453721 0 0 0 118915 55 0 0 25 0 22 0 530221420 16094179328 170454 33554432000 1073741824 1073778376 140736331793552 18446744073709551615 46912505908998 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 15716972

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

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

Child status: 143
Real time (s): 1207.05
CPU time (s): 4800.13
CPU user time (s): 4794.19
CPU system time (s): 5.9401
CPU usage (%): 397.675
Max. virtual memory (cumulated for all children) (KiB): 15717368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.19
system time used= 5.9401
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3183785
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= 144568
involuntary context switches= 91961

runsolver used 1.9527 second user time and 4.69829 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-30 19:57:27
IDJOB=3311856
IDBENCH=83986
IDSOLVER=1698
FILE ID=node149/3311856-1304186247
RUNJOBID= node149-1304186247-6195
PBS_JOBID= 13172449
Free space on /tmp= 73324 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_60_29_30_6-dir.shuffled-as.sat03-130.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311856-1304186247/watcher-3311856-1304186247 -o /tmp/evaluation-result-3311856-1304186247/solver-3311856-1304186247 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311856-1304186247.cnf -hbr 2

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

MD5SUM BENCH= e826117d87949a5b285e72732bfa395b
RANDOM SEED=1092297276

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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:      30566096 kB
Buffers:        520244 kB
Cached:        1419016 kB
SwapCached:         60 kB
Active:         197604 kB
Inactive:      1811932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30566096 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:            4304 kB
Writeback:          16 kB
AnonPages:       69748 kB
Mapped:          20692 kB
Slab:           312572 kB
PageTables:       4452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   772368 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= 73320 MiB
End job on node149 at 2011-04-30 20:17:36