Trace number 3312605

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S1383368897-031.UNKNOWN.cnf
MD5SUM4d20714634af5755393f1c67cf27956c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	48:32 INFO : Reading from input HOME/instance-3312605-1304124512.cnf
0.27/0.24	Executor set job limit to 1000000
0.27/0.24	Executor set job limit to 1000000
0.27/0.24	Executor set job limit to 1000000
0.27/0.24	Executor set job limit to 1000000
0.27/0.24	Starting Executor!
0.27/0.24	Starting Executor!
0.27/0.24	Starting Executor!
0.27/0.24	Starting Executor!
0.47/0.35	48:33 INFO : 499 variables remaining out of 500
0.47/0.35	48:33 INFO : 8488 literals remaining out of 8520

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-3312605-1304124512/watcher-3312605-1304124512 -o /tmp/evaluation-result-3312605-1304124512/solver-3312605-1304124512 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312605-1304124512.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.07 7.86 7.94 3/186 6295
/proc/meminfo: memFree=29506332/32950928 swapFree=67111356/67111528
[pid=6295] ppid=6293 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/6295/stat : 6295 (java) S 6293 6295 5921 0 -1 4202496 1424 0 0 0 0 0 0 0 17 0 2 0 602681893 27824128 894 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907293157 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/6295/statm: 6793 894 684 9 0 381 0
[pid=6295/tid=6297] ppid=6293 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6297/stat : 6297 (java) R 6293 6295 5921 0 -1 4202560 71 0 0 0 0 0 0 0 18 0 2 0 602681894 29065216 898 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231890566791 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0738231 s]
/proc/loadavg: 7.07 7.86 7.94 3/186 6295
/proc/meminfo: memFree=29506332/32950928 swapFree=67111356/67111528
[pid=6295] ppid=6293 vsize=15610072 CPUtime=0.06 cores=1,3,5,7
/proc/6295/stat : 6295 (java) S 6293 6295 5921 0 -1 4202496 4643 0 1 0 6 0 0 0 17 0 18 0 602681893 15984713728 4082 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6295/statm: 3902518 4085 1937 9 0 3893237 0
[pid=6295/tid=6297] ppid=6293 vsize=15610072 CPUtime=0.05 cores=1,3,5,7
/proc/6295/task/6297/stat : 6297 (java) R 6293 6295 5921 0 -1 4202560 3034 0 1 0 5 0 0 0 22 0 18 0 602681894 15984713728 4086 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231895151301 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15610072

[startup+0.100812 s]
/proc/loadavg: 7.07 7.86 7.94 3/186 6295
/proc/meminfo: memFree=29506332/32950928 swapFree=67111356/67111528
[pid=6295] ppid=6293 vsize=15676672 CPUtime=0.1 cores=1,3,5,7
/proc/6295/stat : 6295 (java) S 6293 6295 5921 0 -1 4202496 5607 0 1 0 10 0 0 0 17 0 18 0 602681893 16052912128 5046 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6295/statm: 3919168 5046 2118 9 0 3909887 0
[pid=6295/tid=6297] ppid=6293 vsize=15676672 CPUtime=0.08 cores=1,3,5,7
/proc/6295/task/6297/stat : 6297 (java) R 6293 6295 5921 0 -1 4202560 3484 0 1 0 8 0 0 0 18 0 18 0 602681894 16052912128 5046 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 47681872732037 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676672

[startup+0.300772 s]
/proc/loadavg: 7.07 7.86 7.94 3/186 6295
/proc/meminfo: memFree=29506332/32950928 swapFree=67111356/67111528
[pid=6295] ppid=6293 vsize=15682788 CPUtime=0.47 cores=1,3,5,7
/proc/6295/stat : 6295 (java) S 6293 6295 5921 0 -1 4202496 9635 0 1 0 46 1 0 0 17 0 22 0 602681893 16059174912 8648 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6295/statm: 3920697 8648 2221 9 0 3911416 0
[pid=6295/tid=6297] ppid=6293 vsize=15682788 CPUtime=0.28 cores=1,3,5,7
/proc/6295/task/6297/stat : 6297 (java) R 6293 6295 5921 0 -1 4202560 5976 0 1 0 27 1 0 0 18 0 22 0 602681894 16059174912 8648 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 15682788

[startup+1.08957 s]
/proc/loadavg: 7.07 7.86 7.94 3/186 6295
/proc/meminfo: memFree=29506332/32950928 swapFree=67111356/67111528
[pid=6295] ppid=6293 vsize=15699232 CPUtime=3.28 cores=1,3,5,7
/proc/6295/stat : 6295 (java) S 6293 6295 5921 0 -1 4202496 48315 0 1 0 321 7 0 0 17 0 22 0 602681893 16076013568 39275 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6295/statm: 3924808 39275 2260 9 0 3915527 0
[pid=6295/tid=6297] ppid=6293 vsize=15699232 CPUtime=0.34 cores=1,3,5,7
/proc/6295/task/6297/stat : 6297 (java) S 6293 6295 5921 0 -1 4202560 6258 0 1 0 33 1 0 0 18 0 22 0 602681894 16076013568 39275 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 15699232

[startup+1.50749 s]
/proc/loadavg: 6.98 7.83 7.93 11/220 6329
/proc/meminfo: memFree=29125864/32950928 swapFree=67111356/67111528
[pid=6295] ppid=6293 vsize=15699232 CPUtime=4.92 cores=1,3,5,7
/proc/6295/stat : 6295 (java) S 6293 6295 5921 0 -1 4202496 59967 0 1 0 483 9 0 0 17 0 22 0 602681893 16076013568 50912 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6295/statm: 3924808 50912 2283 9 0 3915527 0
[pid=6295/tid=6297] ppid=6293 vsize=15699232 CPUtime=0.34 cores=1,3,5,7
/proc/6295/task/6297/stat : 6297 (java) S 6293 6295 5921 0 -1 4202560 6258 0 1 0 33 1 0 0 18 0 22 0 602681894 16076013568 50912 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 1 0 0 0
[pid=6295/tid=6299] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6299/stat : 6299 (java) S 6293 6295 5921 0 -1 4202560 1422 0 0 0 0 0 0 0 15 0 22 0 602681894 16076013568 50912 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6300] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6300/stat : 6300 (java) S 6293 6295 5921 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 602681894 16076013568 50912 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 3 0 0 0
[pid=6295/tid=6301] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6301/stat : 6301 (java) S 6293 6295 5921 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 602681894 16076013568 50912 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 7 0 0 0
[pid=6295/tid=6302] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6302/stat : 6302 (java) S 6293 6295 5921 0 -1 4202560 544 0 0 0 0 0 0 0 15 0 22 0 602681894 16076013568 50912 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 3 0 0 0
[pid=6295/tid=6303] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6303/stat : 6303 (java) S 6293 6295 5921 0 -1 4202560 247 0 0 0 0 0 0 0 15 0 22 0 602681894 16076013568 50912 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 1 0 0 0
[pid=6295/tid=6304] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6304/stat : 6304 (java) S 6293 6295 5921 0 -1 4202560 229 0 0 0 0 0 0 0 16 0 22 0 602681894 16076013568 50912 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6305] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6305/stat : 6305 (java) S 6293 6295 5921 0 -1 4202560 646 0 0 0 0 0 0 0 16 0 22 0 602681894 16076013568 50912 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 1 0 0 0
[pid=6295/tid=6307] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6307/stat : 6307 (java) S 6293 6295 5921 0 -1 4202560 554 0 0 0 0 0 0 0 15 0 22 0 602681894 16076013568 50912 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 7 0 0 0
[pid=6295/tid=6309] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6309/stat : 6309 (java) S 6293 6295 5921 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 602681895 16076013568 50912 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907307008 0 0 0 16800975 18446604471162144832 0 0 -1 7 0 0 0
[pid=6295/tid=6310] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6310/stat : 6310 (java) S 6293 6295 5921 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 602681896 16076013568 50912 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6311] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6311/stat : 6311 (java) S 6293 6295 5921 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 602681896 16076013568 50912 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6317] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6317/stat : 6317 (java) S 6293 6295 5921 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 602681898 16076013568 50912 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907314097 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6318] ppid=6293 vsize=15699232 CPUtime=0.79 cores=1,3,5,7
/proc/6295/task/6318/stat : 6318 (java) S 6293 6295 5921 0 -1 4202560 4653 0 0 0 79 0 0 0 16 0 22 0 602681898 16076013568 50912 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 1 0 0 0
[pid=6295/tid=6319] ppid=6293 vsize=15699232 CPUtime=1 cores=1,3,5,7
/proc/6295/task/6319/stat : 6319 (java) S 6293 6295 5921 0 -1 4202560 14412 0 0 0 99 1 0 0 16 0 22 0 602681898 16076013568 50912 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6320] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6320/stat : 6320 (java) S 6293 6295 5921 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 602681898 16076013568 50912 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6321] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6321/stat : 6321 (java) S 6293 6295 5921 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 602681898 16076013568 50912 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907307008 0 4 0 16800975 18446604471162144832 0 0 -1 1 0 0 0
[pid=6295/tid=6322] ppid=6293 vsize=15699232 CPUtime=0.74 cores=1,3,5,7
/proc/6295/task/6322/stat : 6322 (java) R 6293 6295 5921 0 -1 4202560 8446 0 0 0 73 1 0 0 18 0 22 0 602681918 16076013568 50912 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 46912505812604 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6295/tid=6323] ppid=6293 vsize=15699232 CPUtime=0.76 cores=1,3,5,7
/proc/6295/task/6323/stat : 6323 (java) R 6293 6295 5921 0 -1 4202560 8192 0 0 0 75 1 0 0 18 0 22 0 602681918 16076013568 50912 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 46912505660597 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6295/tid=6324] ppid=6293 vsize=15699232 CPUtime=0.79 cores=1,3,5,7
/proc/6295/task/6324/stat : 6324 (java) R 6293 6295 5921 0 -1 4202560 10404 0 0 0 78 1 0 0 16 0 22 0 602681918 16076013568 50912 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 46912505740927 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6295/tid=6325] ppid=6293 vsize=15699232 CPUtime=0.42 cores=1,3,5,7
/proc/6295/task/6325/stat : 6325 (java) R 6293 6295 5921 0 -1 4202560 2498 0 0 0 42 0 0 0 17 0 22 0 602681918 16076013568 50912 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 46912505670074 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 15699232

[startup+3.10119 s]
/proc/loadavg: 6.98 7.83 7.93 10/220 6329
/proc/meminfo: memFree=28840044/32950928 swapFree=67111356/67111528
[pid=6295] ppid=6293 vsize=15699232 CPUtime=11.28 cores=1,3,5,7
/proc/6295/stat : 6295 (java) S 6293 6295 5921 0 -1 4202496 155983 0 1 0 1106 22 0 0 17 0 22 0 602681893 16076013568 146892 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6295/statm: 3924808 146892 2284 9 0 3915527 0
[pid=6295/tid=6297] ppid=6293 vsize=15699232 CPUtime=0.34 cores=1,3,5,7
/proc/6295/task/6297/stat : 6297 (java) S 6293 6295 5921 0 -1 4202560 6258 0 1 0 33 1 0 0 18 0 22 0 602681894 16076013568 146892 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 1 0 0 0
[pid=6295/tid=6299] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6299/stat : 6299 (java) S 6293 6295 5921 0 -1 4202560 1940 0 0 0 0 0 0 0 15 0 22 0 602681894 16076013568 146892 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 7 0 0 0
[pid=6295/tid=6300] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6300/stat : 6300 (java) S 6293 6295 5921 0 -1 4202560 910 0 0 0 0 0 0 0 15 0 22 0 602681894 16076013568 146892 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 3 0 0 0
[pid=6295/tid=6301] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6301/stat : 6301 (java) S 6293 6295 5921 0 -1 4202560 1157 0 0 0 0 0 0 0 15 0 22 0 602681894 16076013568 146892 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 7 0 0 0
[pid=6295/tid=6302] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6302/stat : 6302 (java) S 6293 6295 5921 0 -1 4202560 2985 0 0 0 0 0 0 0 15 0 22 0 602681894 16076013568 146892 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 1 0 0 0
[pid=6295/tid=6303] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6303/stat : 6303 (java) S 6293 6295 5921 0 -1 4202560 886 0 0 0 0 0 0 0 15 0 22 0 602681894 16076013568 146892 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 1 0 0 0
[pid=6295/tid=6304] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6304/stat : 6304 (java) S 6293 6295 5921 0 -1 4202560 1084 0 0 0 0 0 0 0 15 0 22 0 602681894 16076013568 146892 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 3 0 0 0
[pid=6295/tid=6305] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6305/stat : 6305 (java) S 6293 6295 5921 0 -1 4202560 1406 0 0 0 0 0 0 0 16 0 22 0 602681894 16076013568 146892 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 1 0 0 0
[pid=6295/tid=6307] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6307/stat : 6307 (java) S 6293 6295 5921 0 -1 4202560 1108 0 0 0 0 0 0 0 15 0 22 0 602681894 16076013568 146892 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 7 0 0 0
[pid=6295/tid=6309] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6309/stat : 6309 (java) S 6293 6295 5921 0 -1 4202560 441 0 0 0 0 0 0 0 15 0 22 0 602681895 16076013568 146892 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907307008 0 0 0 16800975 18446604471162144832 0 0 -1 7 0 0 0
[pid=6295/tid=6310] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6310/stat : 6310 (java) S 6293 6295 5921 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 602681896 16076013568 146892 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6311] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6311/stat : 6311 (java) S 6293 6295 5921 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 602681896 16076013568 146892 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6317] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6317/stat : 6317 (java) S 6293 6295 5921 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 602681898 16076013568 146892 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907314097 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6318] ppid=6293 vsize=15699232 CPUtime=0.84 cores=1,3,5,7
/proc/6295/task/6318/stat : 6318 (java) S 6293 6295 5921 0 -1 4202560 4661 0 0 0 84 0 0 0 15 0 22 0 602681898 16076013568 146892 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 7 0 0 0
[pid=6295/tid=6319] ppid=6293 vsize=15699232 CPUtime=1.11 cores=1,3,5,7
/proc/6295/task/6319/stat : 6319 (java) S 6293 6295 5921 0 -1 4202560 14430 0 0 0 110 1 0 0 15 0 22 0 602681898 16076013568 146892 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6320] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6320/stat : 6320 (java) S 6293 6295 5921 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 602681898 16076013568 146892 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6321] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6321/stat : 6321 (java) S 6293 6295 5921 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 602681898 16076013568 146892 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907307008 0 4 0 16800975 18446604471162144832 0 0 -1 1 0 0 0
[pid=6295/tid=6322] ppid=6293 vsize=15699232 CPUtime=2.21 cores=1,3,5,7
/proc/6295/task/6322/stat : 6322 (java) R 6293 6295 5921 0 -1 4202560 27429 0 0 0 218 3 0 0 20 0 22 0 602681918 16076013568 146892 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 46912505848417 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6295/tid=6323] ppid=6293 vsize=15699232 CPUtime=2.29 cores=1,3,5,7
/proc/6295/task/6323/stat : 6323 (java) R 6293 6295 5921 0 -1 4202560 29209 0 0 0 226 3 0 0 21 0 22 0 602681918 16076013568 146892 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6295/tid=6324] ppid=6293 vsize=15699232 CPUtime=2.35 cores=1,3,5,7
/proc/6295/task/6324/stat : 6324 (java) R 6293 6295 5921 0 -1 4202560 34880 0 0 0 231 4 0 0 18 0 22 0 602681918 16076013568 146892 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 46912505670123 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6295/tid=6325] ppid=6293 vsize=15699232 CPUtime=2 cores=1,3,5,7
/proc/6295/task/6325/stat : 6325 (java) R 6293 6295 5921 0 -1 4202560 25813 0 0 0 197 3 0 0 19 0 22 0 602681918 16076013568 146892 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.28
Current children cumulated vsize (KiB) 15699232

[startup+6.3016 s]
/proc/loadavg: 7.06 7.83 7.93 9/220 6329
/proc/meminfo: memFree=28217648/32950928 swapFree=67111356/67111528
[pid=6295] ppid=6293 vsize=15699232 CPUtime=24.04 cores=1,3,5,7
/proc/6295/stat : 6295 (java) S 6293 6295 5921 0 -1 4202496 284472 0 1 0 2367 37 0 0 17 0 22 0 602681893 16076013568 271964 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6295/statm: 3924808 271964 2284 9 0 3915527 0
[pid=6295/tid=6297] ppid=6293 vsize=15699232 CPUtime=0.34 cores=1,3,5,7
/proc/6295/task/6297/stat : 6297 (java) S 6293 6295 5921 0 -1 4202560 6258 0 1 0 33 1 0 0 18 0 22 0 602681894 16076013568 271964 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 1 0 0 0
[pid=6295/tid=6299] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6299/stat : 6299 (java) S 6293 6295 5921 0 -1 4202560 2575 0 0 0 0 0 0 0 15 0 22 0 602681894 16076013568 271964 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6300] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6300/stat : 6300 (java) S 6293 6295 5921 0 -1 4202560 1756 0 0 0 0 0 0 0 15 0 22 0 602681894 16076013568 271964 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 3 0 0 0
[pid=6295/tid=6301] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6301/stat : 6301 (java) S 6293 6295 5921 0 -1 4202560 1719 0 0 0 0 0 0 0 15 0 22 0 602681894 16076013568 271964 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 7 0 0 0
[pid=6295/tid=6302] ppid=6293 vsize=15699232 CPUtime=0.01 cores=1,3,5,7
/proc/6295/task/6302/stat : 6302 (java) S 6293 6295 5921 0 -1 4202560 3274 0 0 0 1 0 0 0 16 0 22 0 602681894 16076013568 271964 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 1 0 0 0
[pid=6295/tid=6303] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6303/stat : 6303 (java) S 6293 6295 5921 0 -1 4202560 1338 0 0 0 0 0 0 0 15 0 22 0 602681894 16076013568 271964 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 1 0 0 0
[pid=6295/tid=6304] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6304/stat : 6304 (java) S 6293 6295 5921 0 -1 4202560 1084 0 0 0 0 0 0 0 15 0 22 0 602681894 16076013568 271964 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 3 0 0 0
[pid=6295/tid=6305] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6305/stat : 6305 (java) S 6293 6295 5921 0 -1 4202560 1618 0 0 0 0 0 0 0 15 0 22 0 602681894 16076013568 271964 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6307] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6307/stat : 6307 (java) S 6293 6295 5921 0 -1 4202560 1439 0 0 0 0 0 0 0 15 0 22 0 602681894 16076013568 271964 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0

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

[pid=6295/tid=6323] ppid=6293 vsize=15699232 CPUtime=1108.16 cores=1,3,5,7
/proc/6295/task/6323/stat : 6323 (java) R 6293 6295 5921 0 -1 4202560 380353 0 0 0 110755 61 0 0 25 0 22 0 602681918 16076013568 100615 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 46912505812282 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6295/tid=6324] ppid=6293 vsize=15699232 CPUtime=1108.26 cores=1,3,5,7
/proc/6295/task/6324/stat : 6324 (java) R 6293 6295 5921 0 -1 4202560 387682 0 0 0 110772 54 0 0 25 0 22 0 602681918 16076013568 100615 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 46912505749646 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6295/tid=6325] ppid=6293 vsize=15699232 CPUtime=1107.22 cores=1,3,5,7
/proc/6295/task/6325/stat : 6325 (java) R 6293 6295 5921 0 -1 4202560 375987 0 0 0 110668 54 0 0 25 0 22 0 602681918 16076013568 100615 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 46912505812453 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4462.17
Current children cumulated vsize (KiB) 15699232

[startup+1182.3 s]
/proc/loadavg: 8.06 8.04 7.99 9/220 6370
/proc/meminfo: memFree=28777804/32950928 swapFree=67111356/67111528
[pid=6295] ppid=6293 vsize=15699232 CPUtime=4700.72 cores=1,3,5,7
/proc/6295/stat : 6295 (java) S 6293 6295 5921 0 -1 4202496 2638027 0 1 0 469543 529 0 0 17 0 22 0 602681893 16076013568 110879 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6295/statm: 3924808 110879 2298 9 0 3915527 0
[pid=6295/tid=6297] ppid=6293 vsize=15699232 CPUtime=0.34 cores=1,3,5,7
/proc/6295/task/6297/stat : 6297 (java) S 6293 6295 5921 0 -1 4202560 6258 0 1 0 33 1 0 0 18 0 22 0 602681894 16076013568 110879 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 1 0 0 0
[pid=6295/tid=6299] ppid=6293 vsize=15699232 CPUtime=3.49 cores=1,3,5,7
/proc/6295/task/6299/stat : 6299 (java) S 6293 6295 5921 0 -1 4202560 129609 0 0 0 326 23 0 0 15 0 22 0 602681894 16076013568 110879 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 1 0 0 0
[pid=6295/tid=6300] ppid=6293 vsize=15699232 CPUtime=3.4 cores=1,3,5,7
/proc/6295/task/6300/stat : 6300 (java) S 6293 6295 5921 0 -1 4202560 127597 0 0 0 317 23 0 0 15 0 22 0 602681894 16076013568 110879 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 3 0 0 0
[pid=6295/tid=6301] ppid=6293 vsize=15699232 CPUtime=3.36 cores=1,3,5,7
/proc/6295/task/6301/stat : 6301 (java) S 6293 6295 5921 0 -1 4202560 120170 0 0 0 314 22 0 0 16 0 22 0 602681894 16076013568 110879 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 1 0 0 0
[pid=6295/tid=6302] ppid=6293 vsize=15699232 CPUtime=3.34 cores=1,3,5,7
/proc/6295/task/6302/stat : 6302 (java) S 6293 6295 5921 0 -1 4202560 123368 0 0 0 310 24 0 0 15 0 22 0 602681894 16076013568 110879 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6303] ppid=6293 vsize=15699232 CPUtime=3.51 cores=1,3,5,7
/proc/6295/task/6303/stat : 6303 (java) S 6293 6295 5921 0 -1 4202560 127676 0 0 0 327 24 0 0 15 0 22 0 602681894 16076013568 110879 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 3 0 0 0
[pid=6295/tid=6304] ppid=6293 vsize=15699232 CPUtime=3.41 cores=1,3,5,7
/proc/6295/task/6304/stat : 6304 (java) S 6293 6295 5921 0 -1 4202560 123620 0 0 0 318 23 0 0 15 0 22 0 602681894 16076013568 110879 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 7 0 0 0
[pid=6295/tid=6305] ppid=6293 vsize=15699232 CPUtime=3.53 cores=1,3,5,7
/proc/6295/task/6305/stat : 6305 (java) S 6293 6295 5921 0 -1 4202560 127653 0 0 0 329 24 0 0 15 0 22 0 602681894 16076013568 110879 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 7 0 0 0
[pid=6295/tid=6307] ppid=6293 vsize=15699232 CPUtime=3.39 cores=1,3,5,7
/proc/6295/task/6307/stat : 6307 (java) S 6293 6295 5921 0 -1 4202560 126409 0 0 0 314 25 0 0 15 0 22 0 602681894 16076013568 110879 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 3 0 0 0
[pid=6295/tid=6309] ppid=6293 vsize=15699232 CPUtime=2.46 cores=1,3,5,7
/proc/6295/task/6309/stat : 6309 (java) S 6293 6295 5921 0 -1 4202560 6718 0 0 0 151 95 0 0 16 0 22 0 602681895 16076013568 110879 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907307008 0 0 0 16800975 18446604471162144832 0 0 -1 1 0 0 0
[pid=6295/tid=6310] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6310/stat : 6310 (java) S 6293 6295 5921 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 602681896 16076013568 110879 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6311] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6311/stat : 6311 (java) S 6293 6295 5921 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 602681896 16076013568 110879 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6317] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6317/stat : 6317 (java) S 6293 6295 5921 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 602681898 16076013568 110879 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907314097 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6318] ppid=6293 vsize=15699232 CPUtime=0.89 cores=1,3,5,7
/proc/6295/task/6318/stat : 6318 (java) S 6293 6295 5921 0 -1 4202560 4673 0 0 0 89 0 0 0 15 0 22 0 602681898 16076013568 110879 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 7 0 0 0
[pid=6295/tid=6319] ppid=6293 vsize=15699232 CPUtime=1.26 cores=1,3,5,7
/proc/6295/task/6319/stat : 6319 (java) S 6293 6295 5921 0 -1 4202560 14456 0 0 0 125 1 0 0 15 0 22 0 602681898 16076013568 110879 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6320] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6320/stat : 6320 (java) S 6293 6295 5921 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 602681898 16076013568 110879 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6321] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6321/stat : 6321 (java) S 6293 6295 5921 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 602681898 16076013568 110879 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907307008 0 4 0 16800975 18446604471162144832 0 0 -1 3 0 0 0
[pid=6295/tid=6322] ppid=6293 vsize=15699232 CPUtime=1166.68 cores=1,3,5,7
/proc/6295/task/6322/stat : 6322 (java) R 6293 6295 5921 0 -1 4202560 399900 0 0 0 116611 57 0 0 25 0 22 0 602681918 16076013568 110879 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 46912505812613 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6295/tid=6323] ppid=6293 vsize=15699232 CPUtime=1167.36 cores=1,3,5,7
/proc/6295/task/6323/stat : 6323 (java) R 6293 6295 5921 0 -1 4202560 398631 0 0 0 116672 64 0 0 18 0 22 0 602681918 16076013568 110879 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 46912505934079 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6295/tid=6324] ppid=6293 vsize=15699232 CPUtime=1167.59 cores=1,3,5,7
/proc/6295/task/6324/stat : 6324 (java) R 6293 6295 5921 0 -1 4202560 406216 0 0 0 116702 57 0 0 25 0 22 0 602681918 16076013568 110879 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 46912505774528 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6295/tid=6325] ppid=6293 vsize=15699232 CPUtime=1166.52 cores=1,3,5,7
/proc/6295/task/6325/stat : 6325 (java) R 6293 6295 5921 0 -1 4202560 393623 0 0 0 116596 56 0 0 25 0 22 0 602681918 16076013568 110879 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 46912505926392 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4700.72
Current children cumulated vsize (KiB) 15699232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.3 s]
/proc/loadavg: 8.09 8.05 8.00 9/220 6370
/proc/meminfo: memFree=28811364/32950928 swapFree=67111356/67111528
[pid=6295] ppid=6293 vsize=15699232 CPUtime=4800.07 cores=1,3,5,7
/proc/6295/stat : 6295 (java) S 6293 6295 5921 0 -1 4202496 2683634 0 1 0 479467 540 0 0 17 0 22 0 602681893 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6295/statm: 3924808 99526 2298 9 0 3915527 0
[pid=6295/tid=6297] ppid=6293 vsize=15699232 CPUtime=0.34 cores=1,3,5,7
/proc/6295/task/6297/stat : 6297 (java) S 6293 6295 5921 0 -1 4202560 6258 0 1 0 33 1 0 0 18 0 22 0 602681894 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 1 0 0 0
[pid=6295/tid=6299] ppid=6293 vsize=15699232 CPUtime=3.58 cores=1,3,5,7
/proc/6295/task/6299/stat : 6299 (java) S 6293 6295 5921 0 -1 4202560 132154 0 0 0 334 24 0 0 16 0 22 0 602681894 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 1 0 0 0
[pid=6295/tid=6300] ppid=6293 vsize=15699232 CPUtime=3.47 cores=1,3,5,7
/proc/6295/task/6300/stat : 6300 (java) S 6293 6295 5921 0 -1 4202560 130122 0 0 0 323 24 0 0 16 0 22 0 602681894 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6301] ppid=6293 vsize=15699232 CPUtime=3.43 cores=1,3,5,7
/proc/6295/task/6301/stat : 6301 (java) S 6293 6295 5921 0 -1 4202560 122777 0 0 0 320 23 0 0 16 0 22 0 602681894 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 3 0 0 0
[pid=6295/tid=6302] ppid=6293 vsize=15699232 CPUtime=3.41 cores=1,3,5,7
/proc/6295/task/6302/stat : 6302 (java) S 6293 6295 5921 0 -1 4202560 126327 0 0 0 316 25 0 0 16 0 22 0 602681894 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 3 0 0 0
[pid=6295/tid=6303] ppid=6293 vsize=15699232 CPUtime=3.58 cores=1,3,5,7
/proc/6295/task/6303/stat : 6303 (java) S 6293 6295 5921 0 -1 4202560 130661 0 0 0 334 24 0 0 15 0 22 0 602681894 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6304] ppid=6293 vsize=15699232 CPUtime=3.48 cores=1,3,5,7
/proc/6295/task/6304/stat : 6304 (java) S 6293 6295 5921 0 -1 4202560 126424 0 0 0 325 23 0 0 15 0 22 0 602681894 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 7 0 0 0
[pid=6295/tid=6305] ppid=6293 vsize=15699232 CPUtime=3.6 cores=1,3,5,7
/proc/6295/task/6305/stat : 6305 (java) S 6293 6295 5921 0 -1 4202560 130017 0 0 0 335 25 0 0 15 0 22 0 602681894 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6307] ppid=6293 vsize=15699232 CPUtime=3.46 cores=1,3,5,7
/proc/6295/task/6307/stat : 6307 (java) S 6293 6295 5921 0 -1 4202560 128458 0 0 0 321 25 0 0 16 0 22 0 602681894 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 7 0 0 0
[pid=6295/tid=6309] ppid=6293 vsize=15699232 CPUtime=2.54 cores=1,3,5,7
/proc/6295/task/6309/stat : 6309 (java) S 6293 6295 5921 0 -1 4202560 6859 0 0 0 156 98 0 0 15 0 22 0 602681895 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907307008 0 0 0 16800975 18446604471162144832 0 0 -1 1 0 0 0
[pid=6295/tid=6310] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6310/stat : 6310 (java) S 6293 6295 5921 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 602681896 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6311] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6311/stat : 6311 (java) S 6293 6295 5921 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 602681896 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6317] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6317/stat : 6317 (java) S 6293 6295 5921 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 602681898 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907314097 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6318] ppid=6293 vsize=15699232 CPUtime=0.89 cores=1,3,5,7
/proc/6295/task/6318/stat : 6318 (java) S 6293 6295 5921 0 -1 4202560 4673 0 0 0 89 0 0 0 15 0 22 0 602681898 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 7 0 0 0
[pid=6295/tid=6319] ppid=6293 vsize=15699232 CPUtime=1.26 cores=1,3,5,7
/proc/6295/task/6319/stat : 6319 (java) S 6293 6295 5921 0 -1 4202560 14456 0 0 0 125 1 0 0 15 0 22 0 602681898 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6320] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6320/stat : 6320 (java) S 6293 6295 5921 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 602681898 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6321] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6321/stat : 6321 (java) S 6293 6295 5921 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 602681898 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907307008 0 4 0 16800975 18446604471162144832 0 0 -1 3 0 0 0
[pid=6295/tid=6322] ppid=6293 vsize=15699232 CPUtime=1191.35 cores=1,3,5,7
/proc/6295/task/6322/stat : 6322 (java) R 6293 6295 5921 0 -1 4202560 406411 0 0 0 119077 58 0 0 25 0 22 0 602681918 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 46912505669884 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6295/tid=6323] ppid=6293 vsize=15699232 CPUtime=1192.02 cores=1,3,5,7
/proc/6295/task/6323/stat : 6323 (java) R 6293 6295 5921 0 -1 4202560 404893 0 0 0 119136 66 0 0 25 0 22 0 602681918 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 46912505639054 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6295/tid=6324] ppid=6293 vsize=15699232 CPUtime=1192.31 cores=1,3,5,7
/proc/6295/task/6324/stat : 6324 (java) R 6293 6295 5921 0 -1 4202560 412199 0 0 0 119173 58 0 0 21 0 22 0 602681918 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 46912505812596 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6295/tid=6325] ppid=6293 vsize=15699232 CPUtime=1191.2 cores=1,3,5,7
/proc/6295/task/6325/stat : 6325 (java) R 6293 6295 5921 0 -1 4202560 399493 0 0 0 119062 58 0 0 25 0 22 0 602681918 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 46912505660448 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 15699232

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

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

[startup+1207.3 s]
/proc/loadavg: 8.09 8.05 8.00 9/220 6370
/proc/meminfo: memFree=28811364/32950928 swapFree=67111356/67111528
[pid=6295] ppid=6293 vsize=15699232 CPUtime=4800.07 cores=1,3,5,7
/proc/6295/stat : 6295 (java) S 6293 6295 5921 0 -1 4202496 2683634 0 1 0 479467 540 0 0 17 0 22 0 602681893 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6295/statm: 3924808 99526 2298 9 0 3915527 0
[pid=6295/tid=6297] ppid=6293 vsize=15699232 CPUtime=0.34 cores=1,3,5,7
/proc/6295/task/6297/stat : 6297 (java) S 6293 6295 5921 0 -1 4202560 6258 0 1 0 33 1 0 0 18 0 22 0 602681894 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 1 0 0 0
[pid=6295/tid=6299] ppid=6293 vsize=15699232 CPUtime=3.58 cores=1,3,5,7
/proc/6295/task/6299/stat : 6299 (java) S 6293 6295 5921 0 -1 4202560 132154 0 0 0 334 24 0 0 16 0 22 0 602681894 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 1 0 0 0
[pid=6295/tid=6300] ppid=6293 vsize=15699232 CPUtime=3.47 cores=1,3,5,7
/proc/6295/task/6300/stat : 6300 (java) S 6293 6295 5921 0 -1 4202560 130122 0 0 0 323 24 0 0 16 0 22 0 602681894 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6301] ppid=6293 vsize=15699232 CPUtime=3.43 cores=1,3,5,7
/proc/6295/task/6301/stat : 6301 (java) S 6293 6295 5921 0 -1 4202560 122777 0 0 0 320 23 0 0 16 0 22 0 602681894 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 3 0 0 0
[pid=6295/tid=6302] ppid=6293 vsize=15699232 CPUtime=3.41 cores=1,3,5,7
/proc/6295/task/6302/stat : 6302 (java) S 6293 6295 5921 0 -1 4202560 126327 0 0 0 316 25 0 0 16 0 22 0 602681894 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 3 0 0 0
[pid=6295/tid=6303] ppid=6293 vsize=15699232 CPUtime=3.58 cores=1,3,5,7
/proc/6295/task/6303/stat : 6303 (java) S 6293 6295 5921 0 -1 4202560 130661 0 0 0 334 24 0 0 15 0 22 0 602681894 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6304] ppid=6293 vsize=15699232 CPUtime=3.48 cores=1,3,5,7
/proc/6295/task/6304/stat : 6304 (java) S 6293 6295 5921 0 -1 4202560 126424 0 0 0 325 23 0 0 15 0 22 0 602681894 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 7 0 0 0
[pid=6295/tid=6305] ppid=6293 vsize=15699232 CPUtime=3.6 cores=1,3,5,7
/proc/6295/task/6305/stat : 6305 (java) S 6293 6295 5921 0 -1 4202560 130017 0 0 0 335 25 0 0 15 0 22 0 602681894 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6307] ppid=6293 vsize=15699232 CPUtime=3.46 cores=1,3,5,7
/proc/6295/task/6307/stat : 6307 (java) S 6293 6295 5921 0 -1 4202560 128458 0 0 0 321 25 0 0 16 0 22 0 602681894 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 7 0 0 0
[pid=6295/tid=6309] ppid=6293 vsize=15699232 CPUtime=2.54 cores=1,3,5,7
/proc/6295/task/6309/stat : 6309 (java) S 6293 6295 5921 0 -1 4202560 6859 0 0 0 156 98 0 0 15 0 22 0 602681895 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907307008 0 0 0 16800975 18446604471162144832 0 0 -1 1 0 0 0
[pid=6295/tid=6310] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6310/stat : 6310 (java) S 6293 6295 5921 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 602681896 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6311] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6311/stat : 6311 (java) S 6293 6295 5921 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 602681896 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6317] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6317/stat : 6317 (java) S 6293 6295 5921 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 602681898 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907314097 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6318] ppid=6293 vsize=15699232 CPUtime=0.89 cores=1,3,5,7
/proc/6295/task/6318/stat : 6318 (java) S 6293 6295 5921 0 -1 4202560 4673 0 0 0 89 0 0 0 15 0 22 0 602681898 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 7 0 0 0
[pid=6295/tid=6319] ppid=6293 vsize=15699232 CPUtime=1.26 cores=1,3,5,7
/proc/6295/task/6319/stat : 6319 (java) S 6293 6295 5921 0 -1 4202560 14456 0 0 0 125 1 0 0 15 0 22 0 602681898 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6320] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6320/stat : 6320 (java) S 6293 6295 5921 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 602681898 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907306393 0 4 0 16800975 18446604471162144832 0 0 -1 5 0 0 0
[pid=6295/tid=6321] ppid=6293 vsize=15699232 CPUtime=0 cores=1,3,5,7
/proc/6295/task/6321/stat : 6321 (java) S 6293 6295 5921 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 602681898 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 231907307008 0 4 0 16800975 18446604471162144832 0 0 -1 3 0 0 0
[pid=6295/tid=6322] ppid=6293 vsize=15699232 CPUtime=1191.35 cores=1,3,5,7
/proc/6295/task/6322/stat : 6322 (java) R 6293 6295 5921 0 -1 4202560 406411 0 0 0 119077 58 0 0 25 0 22 0 602681918 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 46912505669884 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6295/tid=6323] ppid=6293 vsize=15699232 CPUtime=1192.02 cores=1,3,5,7
/proc/6295/task/6323/stat : 6323 (java) R 6293 6295 5921 0 -1 4202560 404893 0 0 0 119136 66 0 0 25 0 22 0 602681918 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 46912505639054 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6295/tid=6324] ppid=6293 vsize=15699232 CPUtime=1192.31 cores=1,3,5,7
/proc/6295/task/6324/stat : 6324 (java) R 6293 6295 5921 0 -1 4202560 412199 0 0 0 119173 58 0 0 21 0 22 0 602681918 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 46912505812596 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6295/tid=6325] ppid=6293 vsize=15699232 CPUtime=1191.2 cores=1,3,5,7
/proc/6295/task/6325/stat : 6325 (java) R 6293 6295 5921 0 -1 4202560 399493 0 0 0 119062 58 0 0 25 0 22 0 602681918 16076013568 99526 33554432000 1073741824 1073778376 140735431910672 18446744073709551615 46912505660448 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 15699232

Child status: 143
Real time (s): 1207.33
CPU time (s): 4800.13
CPU user time (s): 4794.7
CPU system time (s): 5.42617
CPU usage (%): 397.581
Max. virtual memory (cumulated for all children) (KiB): 15699232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.7
system time used= 5.42617
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2683660
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= 240459
involuntary context switches= 140036

runsolver used 2.04369 second user time and 4.5933 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-30 02:48:32
IDJOB=3312605
IDBENCH=82790
IDSOLVER=1699
FILE ID=node114/3312605-1304124512
RUNJOBID= node114-1304124512-6267
PBS_JOBID= 13170736
Free space on /tmp= 71804 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S1383368897-031.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312605-1304124512/watcher-3312605-1304124512 -o /tmp/evaluation-result-3312605-1304124512/solver-3312605-1304124512 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312605-1304124512.cnf

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

MD5SUM BENCH= 4d20714634af5755393f1c67cf27956c
RANDOM SEED=926902692

node114.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29506976 kB
Buffers:       1076940 kB
Cached:        1793896 kB
SwapCached:        168 kB
Active:         155748 kB
Inactive:      2783488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29506976 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            3204 kB
Writeback:           0 kB
AnonPages:       68244 kB
Mapped:          18756 kB
Slab:           440976 kB
PageTables:       5112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   760684 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= 71800 MiB
End job on node114 at 2011-04-30 03:08:41