Trace number 3311406

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.16 1207.13

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S1663503036-045.UNKNOWN.cnf
MD5SUM8c477af50318fe10cbec1ad215bff97c
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 variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.11/0.11	02:59 INFO : Reading from input HOME/instance-3311406-1304125379.cnf
0.28/0.24	Executor set job limit to 1000000
0.28/0.24	Executor set job limit to 1000000
0.28/0.24	Executor set job limit to 1000000
0.28/0.24	Executor set job limit to 1000000
0.28/0.24	Starting Executor!
0.28/0.24	Starting Executor!
0.28/0.24	Starting Executor!
0.28/0.25	Starting Executor!
0.47/0.35	02:59 INFO : 549 variables remaining out of 550
0.47/0.35	02:59 INFO : 9336 literals remaining out of 9372

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

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

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


[startup+0 s]
/proc/loadavg: 8.11 8.10 7.97 2/187 26969
/proc/meminfo: memFree=31080772/32951124 swapFree=67106388/67111528
[pid=26969] ppid=26967 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/26969/stat : 26969 (java) S 26967 26969 26718 0 -1 4202496 1423 0 0 0 0 0 0 0 23 0 2 0 504954154 27824128 894 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051458021 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/26969/statm: 7096 894 684 9 0 381 0
[pid=26969/tid=26972] ppid=26967 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26972/stat : 26972 (java) R 26967 26969 26718 0 -1 4202560 71 0 0 0 0 0 0 0 24 0 2 0 504954155 29065216 898 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212034731655 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.050274 s]
/proc/loadavg: 8.11 8.10 7.97 2/187 26969
/proc/meminfo: memFree=31080772/32951124 swapFree=67106388/67111528
[pid=26969] ppid=26967 vsize=15609644 CPUtime=0.04 cores=1,3,5,7
/proc/26969/stat : 26969 (java) S 26967 26969 26718 0 -1 4202496 4067 0 1 0 4 0 0 0 23 0 18 0 504954154 15984275456 3507 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26969/statm: 3902411 3507 1754 9 0 3893130 0
[pid=26969/tid=26972] ppid=26967 vsize=15609644 CPUtime=0.03 cores=1,3,5,7
/proc/26969/task/26972/stat : 26972 (java) R 26967 26969 26718 0 -1 4202560 2651 0 1 0 3 0 0 0 18 0 18 0 504954155 15984275456 3507 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 47027539249171 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15609644

[startup+0.100266 s]
/proc/loadavg: 8.11 8.10 7.97 2/187 26969
/proc/meminfo: memFree=31080772/32951124 swapFree=67106388/67111528
[pid=26969] ppid=26967 vsize=15676740 CPUtime=0.11 cores=1,3,5,7
/proc/26969/stat : 26969 (java) S 26967 26969 26718 0 -1 4202496 5627 0 1 0 10 1 0 0 23 0 18 0 504954154 16052981760 5039 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26969/statm: 3919185 5039 2117 9 0 3909904 0
[pid=26969/tid=26972] ppid=26967 vsize=15676740 CPUtime=0.08 cores=1,3,5,7
/proc/26969/task/26972/stat : 26972 (java) R 26967 26969 26718 0 -1 4202560 3458 0 1 0 8 0 0 0 18 0 18 0 504954155 16052981760 5040 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 47027536851715 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676740

[startup+0.300228 s]
/proc/loadavg: 8.11 8.10 7.97 2/187 26969
/proc/meminfo: memFree=31080772/32951124 swapFree=67106388/67111528
[pid=26969] ppid=26967 vsize=15681916 CPUtime=0.47 cores=1,3,5,7
/proc/26969/stat : 26969 (java) S 26967 26969 26718 0 -1 4202496 9593 0 1 0 46 1 0 0 23 0 22 0 504954154 16058281984 8555 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26969/statm: 3920479 8556 2220 9 0 3911198 0
[pid=26969/tid=26972] ppid=26967 vsize=15681916 CPUtime=0.28 cores=1,3,5,7
/proc/26969/task/26972/stat : 26972 (java) R 26967 26969 26718 0 -1 4202560 6068 0 1 0 28 0 0 0 19 0 22 0 504954155 16058281984 8557 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 46912505227952 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 15681916

[startup+0.701124 s]
/proc/loadavg: 8.11 8.10 7.97 2/187 26969
/proc/meminfo: memFree=31080772/32951124 swapFree=67106388/67111528
[pid=26969] ppid=26967 vsize=15685336 CPUtime=1.79 cores=1,3,5,7
/proc/26969/stat : 26969 (java) S 26967 26969 26718 0 -1 4202496 27694 0 1 0 176 3 0 0 23 0 22 0 504954154 16061784064 24829 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26969/statm: 3921334 24829 2259 9 0 3912053 0
[pid=26969/tid=26972] ppid=26967 vsize=15685336 CPUtime=0.34 cores=1,3,5,7
/proc/26969/task/26972/stat : 26972 (java) S 26967 26969 26718 0 -1 4202560 6359 0 1 0 34 0 0 0 20 0 22 0 504954155 16061784064 24829 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 15685336

[startup+1.50098 s]
/proc/loadavg: 7.70 8.01 7.94 14/220 27002
/proc/meminfo: memFree=30792196/32951124 swapFree=67106388/67111528
[pid=26969] ppid=26967 vsize=15685336 CPUtime=4.98 cores=1,3,5,7
/proc/26969/stat : 26969 (java) S 26967 26969 26718 0 -1 4202496 50941 0 1 0 491 7 0 0 23 0 22 0 504954154 16061784064 48057 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26969/statm: 3921334 48057 2276 9 0 3912053 0
[pid=26969/tid=26972] ppid=26967 vsize=15685336 CPUtime=0.34 cores=1,3,5,7
/proc/26969/task/26972/stat : 26972 (java) S 26967 26969 26718 0 -1 4202560 6359 0 1 0 34 0 0 0 20 0 22 0 504954155 16061784064 48057 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 3 0 0 0
[pid=26969/tid=26974] ppid=26967 vsize=15685336 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26974/stat : 26974 (java) S 26967 26969 26718 0 -1 4202560 648 0 0 0 0 0 0 0 15 0 22 0 504954155 16061784064 48057 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 1 0 0 0
[pid=26969/tid=26975] ppid=26967 vsize=15685336 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26975/stat : 26975 (java) S 26967 26969 26718 0 -1 4202560 1146 0 0 0 0 0 0 0 16 0 22 0 504954155 16061784064 48057 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 3 0 0 0
[pid=26969/tid=26976] ppid=26967 vsize=15685336 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26976/stat : 26976 (java) S 26967 26969 26718 0 -1 4202560 327 0 0 0 0 0 0 0 15 0 22 0 504954155 16061784064 48057 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 7 0 0 0
[pid=26969/tid=26977] ppid=26967 vsize=15685336 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26977/stat : 26977 (java) S 26967 26969 26718 0 -1 4202560 332 0 0 0 0 0 0 0 15 0 22 0 504954155 16061784064 48057 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 5 0 0 0
[pid=26969/tid=26978] ppid=26967 vsize=15685336 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26978/stat : 26978 (java) S 26967 26969 26718 0 -1 4202560 1366 0 0 0 0 0 0 0 16 0 22 0 504954155 16061784064 48057 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 7 0 0 0
[pid=26969/tid=26979] ppid=26967 vsize=15685336 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26979/stat : 26979 (java) S 26967 26969 26718 0 -1 4202560 888 0 0 0 0 0 0 0 16 0 22 0 504954155 16061784064 48057 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 5 0 0 0
[pid=26969/tid=26980] ppid=26967 vsize=15685336 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26980/stat : 26980 (java) S 26967 26969 26718 0 -1 4202560 706 0 0 0 0 0 0 0 15 0 22 0 504954155 16061784064 48057 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 5 0 0 0
[pid=26969/tid=26981] ppid=26967 vsize=15685336 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26981/stat : 26981 (java) S 26967 26969 26718 0 -1 4202560 1084 0 0 0 0 0 0 0 16 0 22 0 504954155 16061784064 48057 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 1 0 0 0
[pid=26969/tid=26982] ppid=26967 vsize=15685336 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26982/stat : 26982 (java) S 26967 26969 26718 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 504954156 16061784064 48057 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471872 0 0 0 16800975 18446604471160824960 0 0 -1 3 0 0 0
[pid=26969/tid=26988] ppid=26967 vsize=15685336 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26988/stat : 26988 (java) S 26967 26969 26718 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 504954157 16061784064 48057 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 5 0 0 0
[pid=26969/tid=26989] ppid=26967 vsize=15685336 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26989/stat : 26989 (java) S 26967 26969 26718 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 504954157 16061784064 48057 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 3 0 0 0
[pid=26969/tid=26990] ppid=26967 vsize=15685336 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26990/stat : 26990 (java) S 26967 26969 26718 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 504954159 16061784064 48057 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051478961 0 4 0 16800975 18446604471160824960 0 0 -1 5 0 0 0
[pid=26969/tid=26991] ppid=26967 vsize=15685336 CPUtime=0.37 cores=1,3,5,7
/proc/26969/task/26991/stat : 26991 (java) S 26967 26969 26718 0 -1 4202560 2365 0 0 0 37 0 0 0 23 0 22 0 504954159 16061784064 48057 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 1 0 0 0
[pid=26969/tid=26992] ppid=26967 vsize=15685336 CPUtime=0.82 cores=1,3,5,7
/proc/26969/task/26992/stat : 26992 (java) S 26967 26969 26718 0 -1 4202560 4983 0 0 0 82 0 0 0 15 0 22 0 504954159 16061784064 48057 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 5 0 0 0
[pid=26969/tid=26993] ppid=26967 vsize=15685336 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26993/stat : 26993 (java) S 26967 26969 26718 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 504954159 16061784064 48057 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 1 0 0 0
[pid=26969/tid=26994] ppid=26967 vsize=15685336 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26994/stat : 26994 (java) S 26967 26969 26718 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 504954159 16061784064 48057 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471872 0 4 0 16800975 18446604471160824960 0 0 -1 3 0 0 0
[pid=26969/tid=26999] ppid=26967 vsize=15685336 CPUtime=1.01 cores=1,3,5,7
/proc/26969/task/26999/stat : 26999 (java) R 26967 26969 26718 0 -1 4202560 9138 0 0 0 101 0 0 0 19 0 22 0 504954179 16061784064 48057 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 46912505855422 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26969/tid=27000] ppid=26967 vsize=15685336 CPUtime=0.6 cores=1,3,5,7
/proc/26969/task/27000/stat : 27000 (java) R 26967 26969 26718 0 -1 4202560 5329 0 0 0 60 0 0 0 18 0 22 0 504954179 16061784064 48057 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 46912505767172 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26969/tid=27001] ppid=26967 vsize=15685336 CPUtime=0.97 cores=1,3,5,7
/proc/26969/task/27001/stat : 27001 (java) R 26967 26969 26718 0 -1 4202560 8774 0 0 0 96 1 0 0 19 0 22 0 504954179 16061784064 48057 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 18446744073699065971 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26969/tid=27002] ppid=26967 vsize=15685336 CPUtime=0.75 cores=1,3,5,7
/proc/26969/task/27002/stat : 27002 (java) R 26967 26969 26718 0 -1 4202560 6036 0 0 0 75 0 0 0 18 0 22 0 504954179 16061784064 48057 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 46912505888381 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.98
Current children cumulated vsize (KiB) 15685336

[startup+3.1007 s]
/proc/loadavg: 7.70 8.01 7.94 10/220 27002
/proc/meminfo: memFree=30442020/32951124 swapFree=67106388/67111528
[pid=26969] ppid=26967 vsize=15686220 CPUtime=11.36 cores=1,3,5,7
/proc/26969/stat : 26969 (java) S 26967 26969 26718 0 -1 4202496 145183 0 1 0 1119 17 0 0 23 0 22 0 504954154 16062689280 142265 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26969/statm: 3921555 142265 2277 9 0 3912274 0
[pid=26969/tid=26972] ppid=26967 vsize=15686220 CPUtime=0.34 cores=1,3,5,7
/proc/26969/task/26972/stat : 26972 (java) S 26967 26969 26718 0 -1 4202560 6359 0 1 0 34 0 0 0 20 0 22 0 504954155 16062689280 142265 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 3 0 0 0
[pid=26969/tid=26974] ppid=26967 vsize=15686220 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26974/stat : 26974 (java) S 26967 26969 26718 0 -1 4202560 1466 0 0 0 0 0 0 0 15 0 22 0 504954155 16062689280 142265 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 3 0 0 0
[pid=26969/tid=26975] ppid=26967 vsize=15686220 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26975/stat : 26975 (java) S 26967 26969 26718 0 -1 4202560 2394 0 0 0 0 0 0 0 16 0 22 0 504954155 16062689280 142265 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 3 0 0 0
[pid=26969/tid=26976] ppid=26967 vsize=15686220 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26976/stat : 26976 (java) S 26967 26969 26718 0 -1 4202560 1374 0 0 0 0 0 0 0 15 0 22 0 504954155 16062689280 142265 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 7 0 0 0
[pid=26969/tid=26977] ppid=26967 vsize=15686220 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26977/stat : 26977 (java) S 26967 26969 26718 0 -1 4202560 1602 0 0 0 0 0 0 0 15 0 22 0 504954155 16062689280 142265 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 5 0 0 0
[pid=26969/tid=26978] ppid=26967 vsize=15686220 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26978/stat : 26978 (java) S 26967 26969 26718 0 -1 4202560 1990 0 0 0 0 0 0 0 16 0 22 0 504954155 16062689280 142265 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 7 0 0 0
[pid=26969/tid=26979] ppid=26967 vsize=15686220 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26979/stat : 26979 (java) S 26967 26969 26718 0 -1 4202560 1163 0 0 0 0 0 0 0 15 0 22 0 504954155 16062689280 142265 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 5 0 0 0
[pid=26969/tid=26980] ppid=26967 vsize=15686220 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26980/stat : 26980 (java) S 26967 26969 26718 0 -1 4202560 1155 0 0 0 0 0 0 0 16 0 22 0 504954155 16062689280 142265 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 1 0 0 0
[pid=26969/tid=26981] ppid=26967 vsize=15686220 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26981/stat : 26981 (java) S 26967 26969 26718 0 -1 4202560 1841 0 0 0 0 0 0 0 15 0 22 0 504954155 16062689280 142265 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 1 0 0 0
[pid=26969/tid=26982] ppid=26967 vsize=15686220 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26982/stat : 26982 (java) S 26967 26969 26718 0 -1 4202560 443 0 0 0 0 0 0 0 15 0 22 0 504954156 16062689280 142265 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471872 0 0 0 16800975 18446604471160824960 0 0 -1 3 0 0 0
[pid=26969/tid=26988] ppid=26967 vsize=15686220 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26988/stat : 26988 (java) S 26967 26969 26718 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 504954157 16062689280 142265 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 5 0 0 0
[pid=26969/tid=26989] ppid=26967 vsize=15686220 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26989/stat : 26989 (java) S 26967 26969 26718 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 504954157 16062689280 142265 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 3 0 0 0
[pid=26969/tid=26990] ppid=26967 vsize=15686220 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26990/stat : 26990 (java) S 26967 26969 26718 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 504954159 16062689280 142265 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051478961 0 4 0 16800975 18446604471160824960 0 0 -1 5 0 0 0
[pid=26969/tid=26991] ppid=26967 vsize=15686220 CPUtime=0.43 cores=1,3,5,7
/proc/26969/task/26991/stat : 26991 (java) S 26967 26969 26718 0 -1 4202560 2641 0 0 0 43 0 0 0 16 0 22 0 504954159 16062689280 142265 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 1 0 0 0
[pid=26969/tid=26992] ppid=26967 vsize=15686220 CPUtime=0.96 cores=1,3,5,7
/proc/26969/task/26992/stat : 26992 (java) S 26967 26969 26718 0 -1 4202560 5002 0 0 0 96 0 0 0 16 0 22 0 504954159 16062689280 142265 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 5 0 0 0
[pid=26969/tid=26993] ppid=26967 vsize=15686220 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26993/stat : 26993 (java) S 26967 26969 26718 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 504954159 16062689280 142265 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 1 0 0 0
[pid=26969/tid=26994] ppid=26967 vsize=15686220 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26994/stat : 26994 (java) S 26967 26969 26718 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 504954159 16062689280 142265 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471872 0 4 0 16800975 18446604471160824960 0 0 -1 3 0 0 0
[pid=26969/tid=26999] ppid=26967 vsize=15686220 CPUtime=2.48 cores=1,3,5,7
/proc/26969/task/26999/stat : 26999 (java) R 26967 26969 26718 0 -1 4202560 30791 0 0 0 246 2 0 0 23 0 22 0 504954179 16062689280 142265 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 46912505856489 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26969/tid=27000] ppid=26967 vsize=15686220 CPUtime=2.1 cores=1,3,5,7
/proc/26969/task/27000/stat : 27000 (java) R 26967 26969 26718 0 -1 4202560 26749 0 0 0 208 2 0 0 20 0 22 0 504954179 16062689280 142265 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 18446744073699065863 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26969/tid=27001] ppid=26967 vsize=15686220 CPUtime=2.55 cores=1,3,5,7
/proc/26969/task/27001/stat : 27001 (java) R 26967 26969 26718 0 -1 4202560 30625 0 0 0 252 3 0 0 23 0 22 0 504954179 16062689280 142265 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 46912505975112 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26969/tid=27002] ppid=26967 vsize=15686220 CPUtime=2.34 cores=1,3,5,7
/proc/26969/task/27002/stat : 27002 (java) R 26967 26969 26718 0 -1 4202560 28203 0 0 0 232 2 0 0 21 0 22 0 504954179 16062689280 142265 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 46912505524199 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.36
Current children cumulated vsize (KiB) 15686220

[startup+6.30113 s]
/proc/loadavg: 7.80 8.03 7.95 9/220 27002
/proc/meminfo: memFree=29953740/32951124 swapFree=67106388/67111528
[pid=26969] ppid=26967 vsize=15684712 CPUtime=24.12 cores=1,3,5,7
/proc/26969/stat : 26969 (java) S 26967 26969 26718 0 -1 4202496 151646 0 1 0 2394 18 0 0 23 0 22 0 504954154 16061145088 144041 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26969/statm: 3921178 144041 2284 9 0 3911897 0
[pid=26969/tid=26972] ppid=26967 vsize=15684712 CPUtime=0.34 cores=1,3,5,7
/proc/26969/task/26972/stat : 26972 (java) S 26967 26969 26718 0 -1 4202560 6359 0 1 0 34 0 0 0 20 0 22 0 504954155 16061145088 144041 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 3 0 0 0
[pid=26969/tid=26974] ppid=26967 vsize=15684712 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26974/stat : 26974 (java) S 26967 26969 26718 0 -1 4202560 2285 0 0 0 0 0 0 0 15 0 22 0 504954155 16061145088 144041 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 3 0 0 0
[pid=26969/tid=26975] ppid=26967 vsize=15684712 CPUtime=0.01 cores=1,3,5,7
/proc/26969/task/26975/stat : 26975 (java) S 26967 26969 26718 0 -1 4202560 3177 0 0 0 1 0 0 0 15 0 22 0 504954155 16061145088 144041 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 5 0 0 0
[pid=26969/tid=26976] ppid=26967 vsize=15684712 CPUtime=0.01 cores=1,3,5,7
/proc/26969/task/26976/stat : 26976 (java) S 26967 26969 26718 0 -1 4202560 2073 0 0 0 1 0 0 0 15 0 22 0 504954155 16061145088 144041 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 3 0 0 0
[pid=26969/tid=26977] ppid=26967 vsize=15684712 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26977/stat : 26977 (java) S 26967 26969 26718 0 -1 4202560 1935 0 0 0 0 0 0 0 15 0 22 0 504954155 16061145088 144041 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 7 0 0 0
[pid=26969/tid=26978] ppid=26967 vsize=15684712 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26978/stat : 26978 (java) S 26967 26969 26718 0 -1 4202560 2874 0 0 0 0 0 0 0 15 0 22 0 504954155 16061145088 144041 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 5 0 0 0
[pid=26969/tid=26979] ppid=26967 vsize=15684712 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26979/stat : 26979 (java) S 26967 26969 26718 0 -1 4202560 1797 0 0 0 0 0 0 0 16 0 22 0 504954155 16061145088 144041 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 7 0 0 0
[pid=26969/tid=26980] ppid=26967 vsize=15684712 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26980/stat : 26980 (java) S 26967 26969 26718 0 -1 4202560 1927 0 0 0 0 0 0 0 15 0 22 0 504954155 16061145088 144041 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 1 0 0 0
[pid=26969/tid=26981] ppid=26967 vsize=15684712 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26981/stat : 26981 (java) S 26967 26969 26718 0 -1 4202560 2685 0 0 0 0 0 0 0 15 0 22 0 504954155 16061145088 144041 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 7 0 0 0

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

[pid=26969/tid=27000] ppid=26967 vsize=15684712 CPUtime=1107.57 cores=1,3,5,7
/proc/26969/task/27000/stat : 27000 (java) R 26967 26969 26718 0 -1 4202560 348448 0 0 0 110707 50 0 0 25 0 22 0 504954179 16061145088 88081 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 46912505937748 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26969/tid=27001] ppid=26967 vsize=15684712 CPUtime=1108.33 cores=1,3,5,7
/proc/26969/task/27001/stat : 27001 (java) R 26967 26969 26718 0 -1 4202560 355020 0 0 0 110783 50 0 0 25 0 22 0 504954179 16061145088 88081 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 46912505855109 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=26969/tid=27002] ppid=26967 vsize=15684712 CPUtime=1108.02 cores=1,3,5,7
/proc/26969/task/27002/stat : 27002 (java) R 26967 26969 26718 0 -1 4202560 351081 0 0 0 110748 54 0 0 25 0 22 0 504954179 16061145088 88081 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 46912505663597 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4462.85
Current children cumulated vsize (KiB) 15684712

[startup+1182.3 s]
/proc/loadavg: 8.07 8.08 8.01 10/220 27033
/proc/meminfo: memFree=30353892/32951124 swapFree=67106388/67111528
[pid=26969] ppid=26967 vsize=15684712 CPUtime=4701.43 cores=1,3,5,7
/proc/26969/stat : 26969 (java) S 26967 26969 26718 0 -1 4202496 2731081 0 1 0 469617 526 0 0 23 0 22 0 504954154 16061145088 92086 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26969/statm: 3921178 92086 2298 9 0 3911897 0
[pid=26969/tid=26972] ppid=26967 vsize=15684712 CPUtime=0.34 cores=1,3,5,7
/proc/26969/task/26972/stat : 26972 (java) S 26967 26969 26718 0 -1 4202560 6359 0 1 0 34 0 0 0 20 0 22 0 504954155 16061145088 92086 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 3 0 0 0
[pid=26969/tid=26974] ppid=26967 vsize=15684712 CPUtime=3.42 cores=1,3,5,7
/proc/26969/task/26974/stat : 26974 (java) S 26967 26969 26718 0 -1 4202560 152888 0 0 0 314 28 0 0 16 0 22 0 504954155 16061145088 92086 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 1 0 0 0
[pid=26969/tid=26975] ppid=26967 vsize=15684712 CPUtime=3.54 cores=1,3,5,7
/proc/26969/task/26975/stat : 26975 (java) S 26967 26969 26718 0 -1 4202560 156175 0 0 0 327 27 0 0 15 0 22 0 504954155 16061145088 92086 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 5 0 0 0
[pid=26969/tid=26976] ppid=26967 vsize=15684712 CPUtime=3.49 cores=1,3,5,7
/proc/26969/task/26976/stat : 26976 (java) S 26967 26969 26718 0 -1 4202560 161595 0 0 0 322 27 0 0 15 0 22 0 504954155 16061145088 92086 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 1 0 0 0
[pid=26969/tid=26977] ppid=26967 vsize=15684712 CPUtime=3.52 cores=1,3,5,7
/proc/26969/task/26977/stat : 26977 (java) S 26967 26969 26718 0 -1 4202560 151757 0 0 0 325 27 0 0 16 0 22 0 504954155 16061145088 92086 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 5 0 0 0
[pid=26969/tid=26978] ppid=26967 vsize=15684712 CPUtime=3.42 cores=1,3,5,7
/proc/26969/task/26978/stat : 26978 (java) S 26967 26969 26718 0 -1 4202560 152155 0 0 0 315 27 0 0 15 0 22 0 504954155 16061145088 92086 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 7 0 0 0
[pid=26969/tid=26979] ppid=26967 vsize=15684712 CPUtime=3.51 cores=1,3,5,7
/proc/26969/task/26979/stat : 26979 (java) S 26967 26969 26718 0 -1 4202560 141846 0 0 0 325 26 0 0 16 0 22 0 504954155 16061145088 92086 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 5 0 0 0
[pid=26969/tid=26980] ppid=26967 vsize=15684712 CPUtime=3.47 cores=1,3,5,7
/proc/26969/task/26980/stat : 26980 (java) S 26967 26969 26718 0 -1 4202560 149957 0 0 0 321 26 0 0 15 0 22 0 504954155 16061145088 92086 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 5 0 0 0
[pid=26969/tid=26981] ppid=26967 vsize=15684712 CPUtime=3.45 cores=1,3,5,7
/proc/26969/task/26981/stat : 26981 (java) S 26967 26969 26718 0 -1 4202560 150278 0 0 0 318 27 0 0 16 0 22 0 504954155 16061145088 92086 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 7 0 0 0
[pid=26969/tid=26982] ppid=26967 vsize=15684712 CPUtime=2.39 cores=1,3,5,7
/proc/26969/task/26982/stat : 26982 (java) S 26967 26969 26718 0 -1 4202560 6914 0 0 0 153 86 0 0 15 0 22 0 504954156 16061145088 92086 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471872 0 0 0 16800975 18446604471160824960 0 0 -1 3 0 0 0
[pid=26969/tid=26988] ppid=26967 vsize=15684712 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26988/stat : 26988 (java) S 26967 26969 26718 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 504954157 16061145088 92086 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 5 0 0 0
[pid=26969/tid=26989] ppid=26967 vsize=15684712 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26989/stat : 26989 (java) S 26967 26969 26718 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 504954157 16061145088 92086 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 3 0 0 0
[pid=26969/tid=26990] ppid=26967 vsize=15684712 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26990/stat : 26990 (java) S 26967 26969 26718 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 504954159 16061145088 92086 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051478961 0 4 0 16800975 18446604471160824960 0 0 -1 5 0 0 0
[pid=26969/tid=26991] ppid=26967 vsize=15684712 CPUtime=0.56 cores=1,3,5,7
/proc/26969/task/26991/stat : 26991 (java) S 26967 26969 26718 0 -1 4202560 2857 0 0 0 56 0 0 0 15 0 22 0 504954159 16061145088 92086 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 1 0 0 0
[pid=26969/tid=26992] ppid=26967 vsize=15684712 CPUtime=1.04 cores=1,3,5,7
/proc/26969/task/26992/stat : 26992 (java) S 26967 26969 26718 0 -1 4202560 5020 0 0 0 104 0 0 0 15 0 22 0 504954159 16061145088 92086 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 5 0 0 0
[pid=26969/tid=26993] ppid=26967 vsize=15684712 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26993/stat : 26993 (java) S 26967 26969 26718 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 504954159 16061145088 92086 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 1 0 0 0
[pid=26969/tid=26994] ppid=26967 vsize=15684712 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26994/stat : 26994 (java) S 26967 26969 26718 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 504954159 16061145088 92086 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471872 0 4 0 16800975 18446604471160824960 0 0 -1 1 0 0 0
[pid=26969/tid=26999] ppid=26967 vsize=15684712 CPUtime=1167.43 cores=1,3,5,7
/proc/26969/task/26999/stat : 26999 (java) R 26967 26969 26718 0 -1 4202560 377155 0 0 0 116689 54 0 0 25 0 22 0 504954179 16061145088 92086 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 46912505937264 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26969/tid=27000] ppid=26967 vsize=15684712 CPUtime=1166.9 cores=1,3,5,7
/proc/26969/task/27000/stat : 27000 (java) R 26967 26969 26718 0 -1 4202560 368547 0 0 0 116638 52 0 0 25 0 22 0 504954179 16061145088 92086 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 46912505810390 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26969/tid=27001] ppid=26967 vsize=15684712 CPUtime=1167.45 cores=1,3,5,7
/proc/26969/task/27001/stat : 27001 (java) R 26967 26969 26718 0 -1 4202560 374660 0 0 0 116692 53 0 0 25 0 22 0 504954179 16061145088 92086 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26969/tid=27002] ppid=26967 vsize=15684712 CPUtime=1167.32 cores=1,3,5,7
/proc/26969/task/27002/stat : 27002 (java) R 26967 26969 26718 0 -1 4202560 371471 0 0 0 116675 57 0 0 25 0 22 0 504954179 16061145088 92086 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 46912505855280 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4701.43
Current children cumulated vsize (KiB) 15684712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.1 s]
/proc/loadavg: 8.05 8.07 8.01 9/220 27034
/proc/meminfo: memFree=30329940/32951124 swapFree=67106388/67111528
[pid=26969] ppid=26967 vsize=15684712 CPUtime=4800.09 cores=1,3,5,7
/proc/26969/stat : 26969 (java) S 26967 26969 26718 0 -1 4202496 2783903 0 1 0 479475 534 0 0 23 0 22 0 504954154 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26969/statm: 3921178 93252 2298 9 0 3911897 0
[pid=26969/tid=26972] ppid=26967 vsize=15684712 CPUtime=0.34 cores=1,3,5,7
/proc/26969/task/26972/stat : 26972 (java) S 26967 26969 26718 0 -1 4202560 6359 0 1 0 34 0 0 0 20 0 22 0 504954155 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 3 0 0 0
[pid=26969/tid=26974] ppid=26967 vsize=15684712 CPUtime=3.49 cores=1,3,5,7
/proc/26969/task/26974/stat : 26974 (java) S 26967 26969 26718 0 -1 4202560 155400 0 0 0 321 28 0 0 15 0 22 0 504954155 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 3 0 0 0
[pid=26969/tid=26975] ppid=26967 vsize=15684712 CPUtime=3.63 cores=1,3,5,7
/proc/26969/task/26975/stat : 26975 (java) S 26967 26969 26718 0 -1 4202560 160327 0 0 0 335 28 0 0 15 0 22 0 504954155 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 7 0 0 0
[pid=26969/tid=26976] ppid=26967 vsize=15684712 CPUtime=3.54 cores=1,3,5,7
/proc/26969/task/26976/stat : 26976 (java) S 26967 26969 26718 0 -1 4202560 163634 0 0 0 327 27 0 0 15 0 22 0 504954155 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 1 0 0 0
[pid=26969/tid=26977] ppid=26967 vsize=15684712 CPUtime=3.59 cores=1,3,5,7
/proc/26969/task/26977/stat : 26977 (java) S 26967 26969 26718 0 -1 4202560 154783 0 0 0 332 27 0 0 15 0 22 0 504954155 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 3 0 0 0
[pid=26969/tid=26978] ppid=26967 vsize=15684712 CPUtime=3.49 cores=1,3,5,7
/proc/26969/task/26978/stat : 26978 (java) S 26967 26969 26718 0 -1 4202560 154824 0 0 0 322 27 0 0 15 0 22 0 504954155 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 7 0 0 0
[pid=26969/tid=26979] ppid=26967 vsize=15684712 CPUtime=3.58 cores=1,3,5,7
/proc/26969/task/26979/stat : 26979 (java) S 26967 26969 26718 0 -1 4202560 144286 0 0 0 332 26 0 0 15 0 22 0 504954155 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 3 0 0 0
[pid=26969/tid=26980] ppid=26967 vsize=15684712 CPUtime=3.56 cores=1,3,5,7
/proc/26969/task/26980/stat : 26980 (java) S 26967 26969 26718 0 -1 4202560 152669 0 0 0 329 27 0 0 15 0 22 0 504954155 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 3 0 0 0
[pid=26969/tid=26981] ppid=26967 vsize=15684712 CPUtime=3.52 cores=1,3,5,7
/proc/26969/task/26981/stat : 26981 (java) S 26967 26969 26718 0 -1 4202560 152957 0 0 0 325 27 0 0 15 0 22 0 504954155 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 7 0 0 0
[pid=26969/tid=26982] ppid=26967 vsize=15684712 CPUtime=2.44 cores=1,3,5,7
/proc/26969/task/26982/stat : 26982 (java) S 26967 26969 26718 0 -1 4202560 7136 0 0 0 156 88 0 0 16 0 22 0 504954156 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471872 0 0 0 16800975 18446604471160824960 0 0 -1 5 0 0 0
[pid=26969/tid=26988] ppid=26967 vsize=15684712 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26988/stat : 26988 (java) S 26967 26969 26718 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 504954157 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 5 0 0 0
[pid=26969/tid=26989] ppid=26967 vsize=15684712 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26989/stat : 26989 (java) S 26967 26969 26718 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 504954157 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 3 0 0 0
[pid=26969/tid=26990] ppid=26967 vsize=15684712 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26990/stat : 26990 (java) S 26967 26969 26718 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 504954159 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051478961 0 4 0 16800975 18446604471160824960 0 0 -1 5 0 0 0
[pid=26969/tid=26991] ppid=26967 vsize=15684712 CPUtime=0.56 cores=1,3,5,7
/proc/26969/task/26991/stat : 26991 (java) S 26967 26969 26718 0 -1 4202560 2857 0 0 0 56 0 0 0 15 0 22 0 504954159 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 1 0 0 0
[pid=26969/tid=26992] ppid=26967 vsize=15684712 CPUtime=1.04 cores=1,3,5,7
/proc/26969/task/26992/stat : 26992 (java) S 26967 26969 26718 0 -1 4202560 5020 0 0 0 104 0 0 0 15 0 22 0 504954159 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 5 0 0 0
[pid=26969/tid=26993] ppid=26967 vsize=15684712 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26993/stat : 26993 (java) S 26967 26969 26718 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 504954159 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 1 0 0 0
[pid=26969/tid=26994] ppid=26967 vsize=15684712 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26994/stat : 26994 (java) S 26967 26969 26718 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 504954159 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471872 0 4 0 16800975 18446604471160824960 0 0 -1 1 0 0 0
[pid=26969/tid=26999] ppid=26967 vsize=15684712 CPUtime=1191.97 cores=1,3,5,7
/proc/26969/task/26999/stat : 26999 (java) R 26967 26969 26718 0 -1 4202560 385603 0 0 0 119143 54 0 0 25 0 22 0 504954179 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 46912505974681 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26969/tid=27000] ppid=26967 vsize=15684712 CPUtime=1191.4 cores=1,3,5,7
/proc/26969/task/27000/stat : 27000 (java) R 26967 26969 26718 0 -1 4202560 375276 0 0 0 119086 54 0 0 25 0 22 0 504954179 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26969/tid=27001] ppid=26967 vsize=15684712 CPUtime=1191.96 cores=1,3,5,7
/proc/26969/task/27001/stat : 27001 (java) R 26967 26969 26718 0 -1 4202560 382752 0 0 0 119142 54 0 0 25 0 22 0 504954179 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 18446744073699065918 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=26969/tid=27002] ppid=26967 vsize=15684712 CPUtime=1191.83 cores=1,3,5,7
/proc/26969/task/27002/stat : 27002 (java) R 26967 26969 26718 0 -1 4202560 378571 0 0 0 119125 58 0 0 25 0 22 0 504954179 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 47027540669564 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 15684712

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

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

[startup+1207.1 s]
/proc/loadavg: 8.05 8.07 8.01 9/220 27034
/proc/meminfo: memFree=30329940/32951124 swapFree=67106388/67111528
[pid=26969] ppid=26967 vsize=15684712 CPUtime=4800.09 cores=1,3,5,7
/proc/26969/stat : 26969 (java) S 26967 26969 26718 0 -1 4202496 2783903 0 1 0 479475 534 0 0 23 0 22 0 504954154 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26969/statm: 3921178 93252 2298 9 0 3911897 0
[pid=26969/tid=26972] ppid=26967 vsize=15684712 CPUtime=0.34 cores=1,3,5,7
/proc/26969/task/26972/stat : 26972 (java) S 26967 26969 26718 0 -1 4202560 6359 0 1 0 34 0 0 0 20 0 22 0 504954155 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 3 0 0 0
[pid=26969/tid=26974] ppid=26967 vsize=15684712 CPUtime=3.49 cores=1,3,5,7
/proc/26969/task/26974/stat : 26974 (java) S 26967 26969 26718 0 -1 4202560 155400 0 0 0 321 28 0 0 15 0 22 0 504954155 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 3 0 0 0
[pid=26969/tid=26975] ppid=26967 vsize=15684712 CPUtime=3.63 cores=1,3,5,7
/proc/26969/task/26975/stat : 26975 (java) S 26967 26969 26718 0 -1 4202560 160327 0 0 0 335 28 0 0 15 0 22 0 504954155 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 7 0 0 0
[pid=26969/tid=26976] ppid=26967 vsize=15684712 CPUtime=3.54 cores=1,3,5,7
/proc/26969/task/26976/stat : 26976 (java) S 26967 26969 26718 0 -1 4202560 163634 0 0 0 327 27 0 0 15 0 22 0 504954155 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 1 0 0 0
[pid=26969/tid=26977] ppid=26967 vsize=15684712 CPUtime=3.59 cores=1,3,5,7
/proc/26969/task/26977/stat : 26977 (java) S 26967 26969 26718 0 -1 4202560 154783 0 0 0 332 27 0 0 15 0 22 0 504954155 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 3 0 0 0
[pid=26969/tid=26978] ppid=26967 vsize=15684712 CPUtime=3.49 cores=1,3,5,7
/proc/26969/task/26978/stat : 26978 (java) S 26967 26969 26718 0 -1 4202560 154824 0 0 0 322 27 0 0 15 0 22 0 504954155 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 7 0 0 0
[pid=26969/tid=26979] ppid=26967 vsize=15684712 CPUtime=3.58 cores=1,3,5,7
/proc/26969/task/26979/stat : 26979 (java) S 26967 26969 26718 0 -1 4202560 144286 0 0 0 332 26 0 0 15 0 22 0 504954155 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 3 0 0 0
[pid=26969/tid=26980] ppid=26967 vsize=15684712 CPUtime=3.56 cores=1,3,5,7
/proc/26969/task/26980/stat : 26980 (java) S 26967 26969 26718 0 -1 4202560 152669 0 0 0 329 27 0 0 15 0 22 0 504954155 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 3 0 0 0
[pid=26969/tid=26981] ppid=26967 vsize=15684712 CPUtime=3.52 cores=1,3,5,7
/proc/26969/task/26981/stat : 26981 (java) S 26967 26969 26718 0 -1 4202560 152957 0 0 0 325 27 0 0 15 0 22 0 504954155 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 7 0 0 0
[pid=26969/tid=26982] ppid=26967 vsize=15684712 CPUtime=2.44 cores=1,3,5,7
/proc/26969/task/26982/stat : 26982 (java) S 26967 26969 26718 0 -1 4202560 7136 0 0 0 156 88 0 0 16 0 22 0 504954156 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471872 0 0 0 16800975 18446604471160824960 0 0 -1 5 0 0 0
[pid=26969/tid=26988] ppid=26967 vsize=15684712 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26988/stat : 26988 (java) S 26967 26969 26718 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 504954157 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 5 0 0 0
[pid=26969/tid=26989] ppid=26967 vsize=15684712 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26989/stat : 26989 (java) S 26967 26969 26718 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 504954157 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 3 0 0 0
[pid=26969/tid=26990] ppid=26967 vsize=15684712 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26990/stat : 26990 (java) S 26967 26969 26718 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 504954159 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051478961 0 4 0 16800975 18446604471160824960 0 0 -1 5 0 0 0
[pid=26969/tid=26991] ppid=26967 vsize=15684712 CPUtime=0.56 cores=1,3,5,7
/proc/26969/task/26991/stat : 26991 (java) S 26967 26969 26718 0 -1 4202560 2857 0 0 0 56 0 0 0 15 0 22 0 504954159 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 1 0 0 0
[pid=26969/tid=26992] ppid=26967 vsize=15684712 CPUtime=1.04 cores=1,3,5,7
/proc/26969/task/26992/stat : 26992 (java) S 26967 26969 26718 0 -1 4202560 5020 0 0 0 104 0 0 0 15 0 22 0 504954159 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 5 0 0 0
[pid=26969/tid=26993] ppid=26967 vsize=15684712 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26993/stat : 26993 (java) S 26967 26969 26718 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 504954159 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471257 0 4 0 16800975 18446604471160824960 0 0 -1 1 0 0 0
[pid=26969/tid=26994] ppid=26967 vsize=15684712 CPUtime=0 cores=1,3,5,7
/proc/26969/task/26994/stat : 26994 (java) S 26967 26969 26718 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 504954159 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 212051471872 0 4 0 16800975 18446604471160824960 0 0 -1 1 0 0 0
[pid=26969/tid=26999] ppid=26967 vsize=15684712 CPUtime=1191.97 cores=1,3,5,7
/proc/26969/task/26999/stat : 26999 (java) R 26967 26969 26718 0 -1 4202560 385603 0 0 0 119143 54 0 0 25 0 22 0 504954179 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 46912505974681 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26969/tid=27000] ppid=26967 vsize=15684712 CPUtime=1191.4 cores=1,3,5,7
/proc/26969/task/27000/stat : 27000 (java) R 26967 26969 26718 0 -1 4202560 375276 0 0 0 119086 54 0 0 25 0 22 0 504954179 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26969/tid=27001] ppid=26967 vsize=15684712 CPUtime=1191.96 cores=1,3,5,7
/proc/26969/task/27001/stat : 27001 (java) R 26967 26969 26718 0 -1 4202560 382752 0 0 0 119142 54 0 0 25 0 22 0 504954179 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 18446744073699065918 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=26969/tid=27002] ppid=26967 vsize=15684712 CPUtime=1191.83 cores=1,3,5,7
/proc/26969/task/27002/stat : 27002 (java) R 26967 26969 26718 0 -1 4202560 378571 0 0 0 119125 58 0 0 25 0 22 0 504954179 16061145088 93252 33554432000 1073741824 1073778376 140733248067152 18446744073709551615 47027540669564 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 15684712

Child status: 143
Real time (s): 1207.13
CPU time (s): 4800.16
CPU user time (s): 4794.79
CPU system time (s): 5.36518
CPU usage (%): 397.65
Max. virtual memory (cumulated for all children) (KiB): 15686220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.79
system time used= 5.36518
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2783930
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= 232180
involuntary context switches= 137065

runsolver used 1.91171 second user time and 4.72628 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-30 03:02:59
IDJOB=3311406
IDBENCH=82791
IDSOLVER=1698
FILE ID=node146/3311406-1304125379
RUNJOBID= node146-1304125379-26940
PBS_JOBID= 13170750
Free space on /tmp= 72996 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S1663503036-045.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311406-1304125379/watcher-3311406-1304125379 -o /tmp/evaluation-result-3311406-1304125379/solver-3311406-1304125379 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311406-1304125379.cnf -hbr 2

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

MD5SUM BENCH= 8c477af50318fe10cbec1ad215bff97c
RANDOM SEED=1387968774

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31081044 kB
Buffers:        391096 kB
Cached:        1041408 kB
SwapCached:        540 kB
Active:          93044 kB
Inactive:      1403776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31081044 kB
SwapTotal:    67111528 kB
SwapFree:     67106388 kB
Dirty:            3140 kB
Writeback:           8 kB
AnonPages:       63072 kB
Mapped:          20756 kB
Slab:           309832 kB
PageTables:       4712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   767204 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= 72992 MiB
End job on node146 at 2011-04-30 03:23:08