Trace number 3311451

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.42 1207.93

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S1061710238-001.UNKNOWN.cnf
MD5SUM23ebfbdf095807765a162fcb1d02f57a
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 variables125
Number of clauses2662
Sum of the clauses size13310
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52662
Number of clauses of size over 50

Solver Data

0.10/0.12	48:26 INFO : Reading from input HOME/instance-3311451-1304128106.cnf
0.27/0.28	Executor set job limit to 1000000
0.27/0.28	Executor set job limit to 1000000
0.27/0.28	Executor set job limit to 1000000
0.27/0.28	Executor set job limit to 1000000
0.27/0.28	Starting Executor!
0.27/0.28	Starting Executor!
0.27/0.28	Starting Executor!
0.27/0.28	Starting Executor!
0.80/0.43	48:26 INFO : 125 variables remaining out of 125
0.80/0.43	48:26 INFO : 15972 literals remaining out of 15972

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

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

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


[startup+0 s]
/proc/loadavg: 6.88 7.85 7.96 2/185 28612
/proc/meminfo: memFree=30829908/32951132 swapFree=67111356/67111528
[pid=28612] ppid=28610 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/28612/stat : 28612 (java) S 28610 28612 27898 0 -1 4202496 1425 0 0 0 0 0 0 0 20 0 2 0 524410195 27824128 894 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676611045 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28612/statm: 6793 894 684 9 0 381 0
[pid=28612/tid=28615] ppid=28610 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28615/stat : 28615 (java) R 28610 28612 27898 0 -1 4202560 66 0 0 0 0 0 0 0 22 0 2 0 524410195 27824128 894 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274659884679 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0993031 s]
/proc/loadavg: 6.88 7.85 7.96 2/185 28612
/proc/meminfo: memFree=30829908/32951132 swapFree=67111356/67111528
[pid=28612] ppid=28610 vsize=15676712 CPUtime=0.1 cores=1,3,5,7
/proc/28612/stat : 28612 (java) S 28610 28612 27898 0 -1 4202496 5554 0 1 0 9 1 0 0 20 0 18 0 524410195 16052953088 4961 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28612/statm: 3919178 4961 2117 9 0 3909897 0
[pid=28612/tid=28615] ppid=28610 vsize=15676712 CPUtime=0.07 cores=1,3,5,7
/proc/28612/task/28615/stat : 28615 (java) R 28610 28612 27898 0 -1 4202560 3402 0 1 0 7 0 0 0 18 0 18 0 524410195 16052953088 4961 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274664613659 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676712

[startup+0.100304 s]
/proc/loadavg: 6.88 7.85 7.96 2/185 28612
/proc/meminfo: memFree=30829908/32951132 swapFree=67111356/67111528
[pid=28612] ppid=28610 vsize=15676712 CPUtime=0.1 cores=1,3,5,7
/proc/28612/stat : 28612 (java) S 28610 28612 27898 0 -1 4202496 5554 0 1 0 9 1 0 0 20 0 18 0 524410195 16052953088 4961 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28612/statm: 3919178 4961 2117 9 0 3909897 0
[pid=28612/tid=28615] ppid=28610 vsize=15676712 CPUtime=0.07 cores=1,3,5,7
/proc/28612/task/28615/stat : 28615 (java) R 28610 28612 27898 0 -1 4202560 3402 0 1 0 7 0 0 0 18 0 18 0 524410195 16052953088 4961 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274664804197 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676712

[startup+0.300258 s]
/proc/loadavg: 6.88 7.85 7.96 2/185 28612
/proc/meminfo: memFree=30829908/32951132 swapFree=67111356/67111528
[pid=28612] ppid=28610 vsize=15686688 CPUtime=0.52 cores=1,3,5,7
/proc/28612/stat : 28612 (java) S 28610 28612 27898 0 -1 4202496 12361 0 1 0 50 2 0 0 20 0 22 0 524410195 16063168512 10524 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28612/statm: 3921672 10524 2210 9 0 3912391 0
[pid=28612/tid=28615] ppid=28610 vsize=15686688 CPUtime=0.28 cores=1,3,5,7
/proc/28612/task/28615/stat : 28615 (java) R 28610 28612 27898 0 -1 4202560 7113 0 1 0 27 1 0 0 18 0 22 0 524410195 16063168512 10524 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 47048561642323 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15686688

[startup+0.700163 s]
/proc/loadavg: 6.88 7.85 7.96 2/185 28612
/proc/meminfo: memFree=30829908/32951132 swapFree=67111356/67111528
[pid=28612] ppid=28610 vsize=15707320 CPUtime=1.88 cores=1,3,5,7
/proc/28612/stat : 28612 (java) S 28610 28612 27898 0 -1 4202496 30385 0 1 0 184 4 0 0 20 0 22 0 524410195 16084295680 24224 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28612/statm: 3926830 24224 2255 9 0 3917549 0
[pid=28612/tid=28615] ppid=28610 vsize=15707320 CPUtime=0.41 cores=1,3,5,7
/proc/28612/task/28615/stat : 28615 (java) S 28610 28612 27898 0 -1 4202560 7535 0 1 0 40 1 0 0 18 0 22 0 524410195 16084295680 24224 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 15707320

[startup+1.50103 s]
/proc/loadavg: 6.88 7.85 7.96 14/218 28645
/proc/meminfo: memFree=30512088/32951132 swapFree=67111356/67111528
[pid=28612] ppid=28610 vsize=15704684 CPUtime=5.07 cores=1,3,5,7
/proc/28612/stat : 28612 (java) S 28610 28612 27898 0 -1 4202496 59720 0 1 0 499 8 0 0 20 0 22 0 524410195 16081596416 50562 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28612/statm: 3926171 50562 2284 9 0 3916890 0
[pid=28612/tid=28615] ppid=28610 vsize=15704684 CPUtime=0.41 cores=1,3,5,7
/proc/28612/task/28615/stat : 28615 (java) S 28610 28612 27898 0 -1 4202560 7535 0 1 0 40 1 0 0 18 0 22 0 524410195 16081596416 50562 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28617] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28617/stat : 28617 (java) S 28610 28612 27898 0 -1 4202560 575 0 0 0 0 0 0 0 16 0 22 0 524410196 16081596416 50562 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 1 0 0 0
[pid=28612/tid=28618] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28618/stat : 28618 (java) S 28610 28612 27898 0 -1 4202560 401 0 0 0 0 0 0 0 15 0 22 0 524410196 16081596416 50562 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 1 0 0 0
[pid=28612/tid=28619] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28619/stat : 28619 (java) S 28610 28612 27898 0 -1 4202560 385 0 0 0 0 0 0 0 15 0 22 0 524410196 16081596416 50562 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 1 0 0 0
[pid=28612/tid=28620] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28620/stat : 28620 (java) S 28610 28612 27898 0 -1 4202560 306 0 0 0 0 0 0 0 15 0 22 0 524410196 16081596416 50562 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 7 0 0 0
[pid=28612/tid=28621] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28621/stat : 28621 (java) S 28610 28612 27898 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524410196 16081596416 50562 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 1 0 0 0
[pid=28612/tid=28622] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28622/stat : 28622 (java) S 28610 28612 27898 0 -1 4202560 392 0 0 0 0 0 0 0 15 0 22 0 524410196 16081596416 50562 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 7 0 0 0
[pid=28612/tid=28623] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28623/stat : 28623 (java) S 28610 28612 27898 0 -1 4202560 385 0 0 0 0 0 0 0 15 0 22 0 524410196 16081596416 50562 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 7 0 0 0
[pid=28612/tid=28624] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28624/stat : 28624 (java) S 28610 28612 27898 0 -1 4202560 251 0 0 0 0 0 0 0 16 0 22 0 524410196 16081596416 50562 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 7 0 0 0
[pid=28612/tid=28625] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28625/stat : 28625 (java) S 28610 28612 27898 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 524410197 16081596416 50562 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624896 0 0 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28626] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28626/stat : 28626 (java) S 28610 28612 27898 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 524410197 16081596416 50562 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28627] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28627/stat : 28627 (java) S 28610 28612 27898 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524410197 16081596416 50562 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28633] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28633/stat : 28633 (java) S 28610 28612 27898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 524410200 16081596416 50562 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676631985 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28634] ppid=28610 vsize=15704684 CPUtime=0.94 cores=1,3,5,7
/proc/28612/task/28634/stat : 28634 (java) R 28610 28612 27898 0 -1 4202560 6975 0 0 0 94 0 0 0 23 0 22 0 524410200 16081596416 50562 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 47048557995459 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28612/tid=28635] ppid=28610 vsize=15704684 CPUtime=0.89 cores=1,3,5,7
/proc/28612/task/28635/stat : 28635 (java) R 28610 28612 27898 0 -1 4202560 13158 0 0 0 88 1 0 0 22 0 22 0 524410200 16081596416 50562 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28612/tid=28636] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28636/stat : 28636 (java) S 28610 28612 27898 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 524410200 16081596416 50562 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28637] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28637/stat : 28637 (java) S 28610 28612 27898 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524410200 16081596416 50562 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624896 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28638] ppid=28610 vsize=15704684 CPUtime=0.61 cores=1,3,5,7
/proc/28612/task/28638/stat : 28638 (java) R 28610 28612 27898 0 -1 4202560 5361 0 0 0 61 0 0 0 18 0 22 0 524410223 16081596416 50562 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 46912505920279 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28612/tid=28639] ppid=28610 vsize=15704684 CPUtime=0.83 cores=1,3,5,7
/proc/28612/task/28639/stat : 28639 (java) R 28610 28612 27898 0 -1 4202560 8740 0 0 0 83 0 0 0 18 0 22 0 524410223 16081596416 50562 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 46912505801846 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28612/tid=28640] ppid=28610 vsize=15704684 CPUtime=0.75 cores=1,3,5,7
/proc/28612/task/28640/stat : 28640 (java) R 28610 28612 27898 0 -1 4202560 8136 0 0 0 74 1 0 0 18 0 22 0 524410223 16081596416 50562 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 46912506036814 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28612/tid=28641] ppid=28610 vsize=15704684 CPUtime=0.55 cores=1,3,5,7
/proc/28612/task/28641/stat : 28641 (java) R 28610 28612 27898 0 -1 4202560 5722 0 0 0 55 0 0 0 18 0 22 0 524410223 16081596416 50562 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 46912505803238 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.07
Current children cumulated vsize (KiB) 15704684

[startup+3.10075 s]
/proc/loadavg: 6.88 7.85 7.96 11/218 28645
/proc/meminfo: memFree=30296828/32951132 swapFree=67111356/67111528
[pid=28612] ppid=28610 vsize=15704684 CPUtime=11.42 cores=1,3,5,7
/proc/28612/stat : 28612 (java) S 28610 28612 27898 0 -1 4202496 92225 0 1 0 1129 13 0 0 20 0 22 0 524410195 16081596416 81600 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28612/statm: 3926171 81600 2284 9 0 3916890 0
[pid=28612/tid=28615] ppid=28610 vsize=15704684 CPUtime=0.41 cores=1,3,5,7
/proc/28612/task/28615/stat : 28615 (java) S 28610 28612 27898 0 -1 4202560 7535 0 1 0 40 1 0 0 18 0 22 0 524410195 16081596416 81600 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28617] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28617/stat : 28617 (java) S 28610 28612 27898 0 -1 4202560 1080 0 0 0 0 0 0 0 15 0 22 0 524410196 16081596416 81600 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28618] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28618/stat : 28618 (java) S 28610 28612 27898 0 -1 4202560 427 0 0 0 0 0 0 0 15 0 22 0 524410196 16081596416 81600 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28619] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28619/stat : 28619 (java) S 28610 28612 27898 0 -1 4202560 1041 0 0 0 0 0 0 0 15 0 22 0 524410196 16081596416 81600 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 7 0 0 0
[pid=28612/tid=28620] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28620/stat : 28620 (java) S 28610 28612 27898 0 -1 4202560 403 0 0 0 0 0 0 0 15 0 22 0 524410196 16081596416 81600 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 7 0 0 0
[pid=28612/tid=28621] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28621/stat : 28621 (java) S 28610 28612 27898 0 -1 4202560 275 0 0 0 0 0 0 0 15 0 22 0 524410196 16081596416 81600 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28622] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28622/stat : 28622 (java) S 28610 28612 27898 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 22 0 524410196 16081596416 81600 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 5 0 0 0
[pid=28612/tid=28623] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28623/stat : 28623 (java) S 28610 28612 27898 0 -1 4202560 1212 0 0 0 0 0 0 0 15 0 22 0 524410196 16081596416 81600 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 1 0 0 0
[pid=28612/tid=28624] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28624/stat : 28624 (java) S 28610 28612 27898 0 -1 4202560 491 0 0 0 0 0 0 0 15 0 22 0 524410196 16081596416 81600 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 5 0 0 0
[pid=28612/tid=28625] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28625/stat : 28625 (java) S 28610 28612 27898 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 22 0 524410197 16081596416 81600 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624896 0 0 0 16800975 18446604466089655040 0 0 -1 5 0 0 0
[pid=28612/tid=28626] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28626/stat : 28626 (java) S 28610 28612 27898 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 524410197 16081596416 81600 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28627] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28627/stat : 28627 (java) S 28610 28612 27898 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524410197 16081596416 81600 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28633] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28633/stat : 28633 (java) S 28610 28612 27898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 524410200 16081596416 81600 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676631985 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28634] ppid=28610 vsize=15704684 CPUtime=0.97 cores=1,3,5,7
/proc/28612/task/28634/stat : 28634 (java) S 28610 28612 27898 0 -1 4202560 6982 0 0 0 97 0 0 0 18 0 22 0 524410200 16081596416 81600 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 1 0 0 0
[pid=28612/tid=28635] ppid=28610 vsize=15704684 CPUtime=1.02 cores=1,3,5,7
/proc/28612/task/28635/stat : 28635 (java) S 28610 28612 27898 0 -1 4202560 13175 0 0 0 101 1 0 0 15 0 22 0 524410200 16081596416 81600 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 5 0 0 0
[pid=28612/tid=28636] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28636/stat : 28636 (java) S 28610 28612 27898 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 524410200 16081596416 81600 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28637] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28637/stat : 28637 (java) S 28610 28612 27898 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524410200 16081596416 81600 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624896 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28638] ppid=28610 vsize=15704684 CPUtime=2.06 cores=1,3,5,7
/proc/28612/task/28638/stat : 28638 (java) R 28610 28612 27898 0 -1 4202560 12877 0 0 0 205 1 0 0 20 0 22 0 524410223 16081596416 81600 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 46912505771733 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28612/tid=28639] ppid=28610 vsize=15704684 CPUtime=2.41 cores=1,3,5,7
/proc/28612/task/28639/stat : 28639 (java) R 28610 28612 27898 0 -1 4202560 16239 0 0 0 239 2 0 0 20 0 22 0 524410223 16081596416 81600 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 46912505764168 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28612/tid=28640] ppid=28610 vsize=15704684 CPUtime=2.32 cores=1,3,5,7
/proc/28612/task/28640/stat : 28640 (java) R 28610 28612 27898 0 -1 4202560 15691 0 0 0 230 2 0 0 21 0 22 0 524410223 16081596416 81600 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 47048560965398 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28612/tid=28641] ppid=28610 vsize=15704684 CPUtime=2.12 cores=1,3,5,7
/proc/28612/task/28641/stat : 28641 (java) R 28610 28612 27898 0 -1 4202560 12603 0 0 0 211 1 0 0 21 0 22 0 524410223 16081596416 81600 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 46912505822909 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.42
Current children cumulated vsize (KiB) 15704684

[startup+6.3012 s]
/proc/loadavg: 7.05 7.87 7.96 9/218 28645
/proc/meminfo: memFree=29475256/32951132 swapFree=67111356/67111528
[pid=28612] ppid=28610 vsize=15704684 CPUtime=24.17 cores=1,3,5,7
/proc/28612/stat : 28612 (java) S 28610 28612 27898 0 -1 4202496 92576 0 1 0 2403 14 0 0 20 0 22 0 524410195 16081596416 69549 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28612/statm: 3926171 69549 2287 9 0 3916890 0
[pid=28612/tid=28615] ppid=28610 vsize=15704684 CPUtime=0.41 cores=1,3,5,7
/proc/28612/task/28615/stat : 28615 (java) S 28610 28612 27898 0 -1 4202560 7535 0 1 0 40 1 0 0 18 0 22 0 524410195 16081596416 69549 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28617] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28617/stat : 28617 (java) S 28610 28612 27898 0 -1 4202560 1092 0 0 0 0 0 0 0 15 0 22 0 524410196 16081596416 69549 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 1 0 0 0
[pid=28612/tid=28618] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28618/stat : 28618 (java) S 28610 28612 27898 0 -1 4202560 512 0 0 0 0 0 0 0 15 0 22 0 524410196 16081596416 69549 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 7 0 0 0
[pid=28612/tid=28619] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28619/stat : 28619 (java) S 28610 28612 27898 0 -1 4202560 1066 0 0 0 0 0 0 0 15 0 22 0 524410196 16081596416 69549 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 7 0 0 0
[pid=28612/tid=28620] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28620/stat : 28620 (java) S 28610 28612 27898 0 -1 4202560 453 0 0 0 0 0 0 0 15 0 22 0 524410196 16081596416 69549 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 1 0 0 0
[pid=28612/tid=28621] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28621/stat : 28621 (java) S 28610 28612 27898 0 -1 4202560 340 0 0 0 0 0 0 0 16 0 22 0 524410196 16081596416 69549 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 7 0 0 0
[pid=28612/tid=28622] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28622/stat : 28622 (java) S 28610 28612 27898 0 -1 4202560 790 0 0 0 0 0 0 0 16 0 22 0 524410196 16081596416 69549 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 5 0 0 0
[pid=28612/tid=28623] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28623/stat : 28623 (java) S 28610 28612 27898 0 -1 4202560 1229 0 0 0 0 0 0 0 15 0 22 0 524410196 16081596416 69549 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 1 0 0 0
[pid=28612/tid=28624] ppid=28610 vsize=15704684 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28624/stat : 28624 (java) S 28610 28612 27898 0 -1 4202560 505 0 0 0 0 0 0 0 15 0 22 0 524410196 16081596416 69549 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 1 0 0 0

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

[pid=28612/tid=28639] ppid=28610 vsize=15770220 CPUtime=1049.13 cores=1,3,5,7
/proc/28612/task/28639/stat : 28639 (java) R 28610 28612 27898 0 -1 4202560 155035 0 0 0 104879 34 0 0 25 0 22 0 524410223 16148705280 80725 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 46912505920337 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28612/tid=28640] ppid=28610 vsize=15770220 CPUtime=1048.54 cores=1,3,5,7
/proc/28612/task/28640/stat : 28640 (java) R 28610 28612 27898 0 -1 4202560 153067 0 0 0 104821 33 0 0 25 0 22 0 524410223 16148705280 80725 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 46912505794761 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28612/tid=28641] ppid=28610 vsize=15770220 CPUtime=1047.91 cores=1,3,5,7
/proc/28612/task/28641/stat : 28641 (java) R 28610 28612 27898 0 -1 4202560 149299 0 0 0 104758 33 0 0 25 0 22 0 524410223 16148705280 80725 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4221.42
Current children cumulated vsize (KiB) 15770220

[startup+1122.31 s]
/proc/loadavg: 8.22 8.17 8.06 9/218 29153
/proc/meminfo: memFree=30212304/32951132 swapFree=67111356/67111528
[pid=28612] ppid=28610 vsize=15770220 CPUtime=4460.03 cores=1,3,5,7
/proc/28612/stat : 28612 (java) S 28610 28612 27898 0 -1 4202496 1116619 0 1 0 445677 326 0 0 20 0 22 0 524410195 16148705280 77063 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28612/statm: 3942555 77063 2297 9 0 3933274 0
[pid=28612/tid=28615] ppid=28610 vsize=15770220 CPUtime=0.41 cores=1,3,5,7
/proc/28612/task/28615/stat : 28615 (java) S 28610 28612 27898 0 -1 4202560 7535 0 1 0 40 1 0 0 18 0 22 0 524410195 16148705280 77063 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28617] ppid=28610 vsize=15770220 CPUtime=3.03 cores=1,3,5,7
/proc/28612/task/28617/stat : 28617 (java) S 28610 28612 27898 0 -1 4202560 55630 0 0 0 287 16 0 0 15 0 22 0 524410196 16148705280 77063 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 7 0 0 0
[pid=28612/tid=28618] ppid=28610 vsize=15770220 CPUtime=3 cores=1,3,5,7
/proc/28612/task/28618/stat : 28618 (java) S 28610 28612 27898 0 -1 4202560 55813 0 0 0 285 15 0 0 15 0 22 0 524410196 16148705280 77063 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28619] ppid=28610 vsize=15770220 CPUtime=3.15 cores=1,3,5,7
/proc/28612/task/28619/stat : 28619 (java) S 28610 28612 27898 0 -1 4202560 57228 0 0 0 296 19 0 0 16 0 22 0 524410196 16148705280 77063 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 5 0 0 0
[pid=28612/tid=28620] ppid=28610 vsize=15770220 CPUtime=3.07 cores=1,3,5,7
/proc/28612/task/28620/stat : 28620 (java) S 28610 28612 27898 0 -1 4202560 56153 0 0 0 292 15 0 0 15 0 22 0 524410196 16148705280 77063 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 7 0 0 0
[pid=28612/tid=28621] ppid=28610 vsize=15770220 CPUtime=3.04 cores=1,3,5,7
/proc/28612/task/28621/stat : 28621 (java) S 28610 28612 27898 0 -1 4202560 54007 0 0 0 290 14 0 0 16 0 22 0 524410196 16148705280 77063 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28622] ppid=28610 vsize=15770220 CPUtime=2.98 cores=1,3,5,7
/proc/28612/task/28622/stat : 28622 (java) S 28610 28612 27898 0 -1 4202560 53907 0 0 0 287 11 0 0 15 0 22 0 524410196 16148705280 77063 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28623] ppid=28610 vsize=15770220 CPUtime=3.07 cores=1,3,5,7
/proc/28612/task/28623/stat : 28623 (java) S 28610 28612 27898 0 -1 4202560 56498 0 0 0 293 14 0 0 15 0 22 0 524410196 16148705280 77063 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 1 0 0 0
[pid=28612/tid=28624] ppid=28610 vsize=15770220 CPUtime=2.98 cores=1,3,5,7
/proc/28612/task/28624/stat : 28624 (java) S 28610 28612 27898 0 -1 4202560 53974 0 0 0 283 15 0 0 15 0 22 0 524410196 16148705280 77063 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 7 0 0 0
[pid=28612/tid=28625] ppid=28610 vsize=15770220 CPUtime=2.07 cores=1,3,5,7
/proc/28612/task/28625/stat : 28625 (java) S 28610 28612 27898 0 -1 4202560 2891 0 0 0 150 57 0 0 15 0 22 0 524410197 16148705280 77063 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624896 0 0 0 16800975 18446604466089655040 0 0 -1 1 0 0 0
[pid=28612/tid=28626] ppid=28610 vsize=15770220 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28626/stat : 28626 (java) S 28610 28612 27898 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 524410197 16148705280 77063 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28627] ppid=28610 vsize=15770220 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28627/stat : 28627 (java) S 28610 28612 27898 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524410197 16148705280 77063 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28633] ppid=28610 vsize=15770220 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28633/stat : 28633 (java) S 28610 28612 27898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 524410200 16148705280 77063 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676631985 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28634] ppid=28610 vsize=15770220 CPUtime=1.05 cores=1,3,5,7
/proc/28612/task/28634/stat : 28634 (java) S 28610 28612 27898 0 -1 4202560 6998 0 0 0 105 0 0 0 15 0 22 0 524410200 16148705280 77063 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 1 0 0 0
[pid=28612/tid=28635] ppid=28610 vsize=15770220 CPUtime=1.13 cores=1,3,5,7
/proc/28612/task/28635/stat : 28635 (java) S 28610 28612 27898 0 -1 4202560 13198 0 0 0 112 1 0 0 15 0 22 0 524410200 16148705280 77063 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 5 0 0 0
[pid=28612/tid=28636] ppid=28610 vsize=15770220 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28636/stat : 28636 (java) S 28610 28612 27898 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 524410200 16148705280 77063 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28637] ppid=28610 vsize=15770220 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28637/stat : 28637 (java) S 28610 28612 27898 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 22 0 524410200 16148705280 77063 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624896 0 4 0 16800975 18446604466089655040 0 0 -1 1 0 0 0
[pid=28612/tid=28638] ppid=28610 vsize=15770220 CPUtime=1107.44 cores=1,3,5,7
/proc/28612/task/28638/stat : 28638 (java) R 28610 28612 27898 0 -1 4202560 161077 0 0 0 110712 32 0 0 25 0 22 0 524410223 16148705280 77063 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 47048560963793 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28612/tid=28639] ppid=28610 vsize=15770220 CPUtime=1108.27 cores=1,3,5,7
/proc/28612/task/28639/stat : 28639 (java) R 28610 28612 27898 0 -1 4202560 162293 0 0 0 110791 36 0 0 25 0 22 0 524410223 16148705280 77063 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28612/tid=28640] ppid=28610 vsize=15770220 CPUtime=1107.87 cores=1,3,5,7
/proc/28612/task/28640/stat : 28640 (java) R 28610 28612 27898 0 -1 4202560 161002 0 0 0 110752 35 0 0 25 0 22 0 524410223 16148705280 77063 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28612/tid=28641] ppid=28610 vsize=15770220 CPUtime=1107.27 cores=1,3,5,7
/proc/28612/task/28641/stat : 28641 (java) R 28610 28612 27898 0 -1 4202560 156970 0 0 0 110693 34 0 0 25 0 22 0 524410223 16148705280 77063 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4460.03
Current children cumulated vsize (KiB) 15770220

[startup+1182.3 s]
/proc/loadavg: 8.18 8.17 8.07 9/218 29155
/proc/meminfo: memFree=30238928/32951132 swapFree=67111356/67111528
[pid=28612] ppid=28610 vsize=15770220 CPUtime=4698.54 cores=1,3,5,7
/proc/28612/stat : 28612 (java) S 28610 28612 27898 0 -1 4202496 1171190 0 1 0 469511 343 0 0 20 0 22 0 524410195 16148705280 74173 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28612/statm: 3942555 74173 2297 9 0 3933274 0
[pid=28612/tid=28615] ppid=28610 vsize=15770220 CPUtime=0.41 cores=1,3,5,7
/proc/28612/task/28615/stat : 28615 (java) S 28610 28612 27898 0 -1 4202560 7535 0 1 0 40 1 0 0 18 0 22 0 524410195 16148705280 74173 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28617] ppid=28610 vsize=15770220 CPUtime=3.21 cores=1,3,5,7
/proc/28612/task/28617/stat : 28617 (java) S 28610 28612 27898 0 -1 4202560 57416 0 0 0 305 16 0 0 15 0 22 0 524410196 16148705280 74173 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 5 0 0 0
[pid=28612/tid=28618] ppid=28610 vsize=15770220 CPUtime=3.18 cores=1,3,5,7
/proc/28612/task/28618/stat : 28618 (java) S 28610 28612 27898 0 -1 4202560 58373 0 0 0 302 16 0 0 15 0 22 0 524410196 16148705280 74173 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 5 0 0 0
[pid=28612/tid=28619] ppid=28610 vsize=15770220 CPUtime=3.31 cores=1,3,5,7
/proc/28612/task/28619/stat : 28619 (java) S 28610 28612 27898 0 -1 4202560 60088 0 0 0 311 20 0 0 15 0 22 0 524410196 16148705280 74173 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 1 0 0 0
[pid=28612/tid=28620] ppid=28610 vsize=15770220 CPUtime=3.22 cores=1,3,5,7
/proc/28612/task/28620/stat : 28620 (java) S 28610 28612 27898 0 -1 4202560 58022 0 0 0 307 15 0 0 16 0 22 0 524410196 16148705280 74173 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 7 0 0 0
[pid=28612/tid=28621] ppid=28610 vsize=15770220 CPUtime=3.19 cores=1,3,5,7
/proc/28612/task/28621/stat : 28621 (java) S 28610 28612 27898 0 -1 4202560 56097 0 0 0 304 15 0 0 15 0 22 0 524410196 16148705280 74173 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 7 0 0 0
[pid=28612/tid=28622] ppid=28610 vsize=15770220 CPUtime=3.15 cores=1,3,5,7
/proc/28612/task/28622/stat : 28622 (java) S 28610 28612 27898 0 -1 4202560 55879 0 0 0 303 12 0 0 15 0 22 0 524410196 16148705280 74173 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28623] ppid=28610 vsize=15770220 CPUtime=3.23 cores=1,3,5,7
/proc/28612/task/28623/stat : 28623 (java) S 28610 28612 27898 0 -1 4202560 58645 0 0 0 308 15 0 0 15 0 22 0 524410196 16148705280 74173 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28624] ppid=28610 vsize=15770220 CPUtime=3.14 cores=1,3,5,7
/proc/28612/task/28624/stat : 28624 (java) S 28610 28612 27898 0 -1 4202560 55849 0 0 0 298 16 0 0 15 0 22 0 524410196 16148705280 74173 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 1 0 0 0
[pid=28612/tid=28625] ppid=28610 vsize=15770220 CPUtime=2.2 cores=1,3,5,7
/proc/28612/task/28625/stat : 28625 (java) S 28610 28612 27898 0 -1 4202560 3039 0 0 0 159 61 0 0 16 0 22 0 524410197 16148705280 74173 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624896 0 0 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28626] ppid=28610 vsize=15770220 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28626/stat : 28626 (java) S 28610 28612 27898 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 524410197 16148705280 74173 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28627] ppid=28610 vsize=15770220 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28627/stat : 28627 (java) S 28610 28612 27898 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524410197 16148705280 74173 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28633] ppid=28610 vsize=15770220 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28633/stat : 28633 (java) S 28610 28612 27898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 524410200 16148705280 74173 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676631985 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28634] ppid=28610 vsize=15770220 CPUtime=1.05 cores=1,3,5,7
/proc/28612/task/28634/stat : 28634 (java) S 28610 28612 27898 0 -1 4202560 6998 0 0 0 105 0 0 0 15 0 22 0 524410200 16148705280 74173 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 1 0 0 0
[pid=28612/tid=28635] ppid=28610 vsize=15770220 CPUtime=1.13 cores=1,3,5,7
/proc/28612/task/28635/stat : 28635 (java) S 28610 28612 27898 0 -1 4202560 13198 0 0 0 112 1 0 0 15 0 22 0 524410200 16148705280 74173 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 5 0 0 0
[pid=28612/tid=28636] ppid=28610 vsize=15770220 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28636/stat : 28636 (java) S 28610 28612 27898 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 524410200 16148705280 74173 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28637] ppid=28610 vsize=15770220 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28637/stat : 28637 (java) S 28610 28612 27898 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 524410200 16148705280 74173 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624896 0 4 0 16800975 18446604466089655040 0 0 -1 7 0 0 0
[pid=28612/tid=28638] ppid=28610 vsize=15770220 CPUtime=1166.68 cores=1,3,5,7
/proc/28612/task/28638/stat : 28638 (java) R 28610 28612 27898 0 -1 4202560 170213 0 0 0 116633 35 0 0 25 0 22 0 524410223 16148705280 74173 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 18446744073699065949 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28612/tid=28639] ppid=28610 vsize=15770220 CPUtime=1167.49 cores=1,3,5,7
/proc/28612/task/28639/stat : 28639 (java) R 28610 28612 27898 0 -1 4202560 172107 0 0 0 116712 37 0 0 25 0 22 0 524410223 16148705280 74173 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 18446744073699065911 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28612/tid=28640] ppid=28610 vsize=15770220 CPUtime=1167.17 cores=1,3,5,7
/proc/28612/task/28640/stat : 28640 (java) R 28610 28612 27898 0 -1 4202560 170073 0 0 0 116679 38 0 0 25 0 22 0 524410223 16148705280 74173 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 46912506037003 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28612/tid=28641] ppid=28610 vsize=15770220 CPUtime=1166.63 cores=1,3,5,7
/proc/28612/task/28641/stat : 28641 (java) R 28610 28612 27898 0 -1 4202560 166209 0 0 0 116627 36 0 0 25 0 22 0 524410223 16148705280 74173 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 46912506074109 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4698.54
Current children cumulated vsize (KiB) 15770220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.9 s]
/proc/loadavg: 8.11 8.15 8.06 8/218 29155
/proc/meminfo: memFree=30205432/32951132 swapFree=67111356/67111528
[pid=28612] ppid=28610 vsize=15770220 CPUtime=4800.36 cores=1,3,5,7
/proc/28612/stat : 28612 (java) S 28610 28612 27898 0 -1 4202496 1210401 0 1 0 479683 353 0 0 20 0 22 0 524410195 16148705280 93302 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28612/statm: 3942555 93302 2297 9 0 3933274 0
[pid=28612/tid=28615] ppid=28610 vsize=15770220 CPUtime=0.41 cores=1,3,5,7
/proc/28612/task/28615/stat : 28615 (java) S 28610 28612 27898 0 -1 4202560 7535 0 1 0 40 1 0 0 18 0 22 0 524410195 16148705280 93302 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28617] ppid=28610 vsize=15770220 CPUtime=3.27 cores=1,3,5,7
/proc/28612/task/28617/stat : 28617 (java) S 28610 28612 27898 0 -1 4202560 59244 0 0 0 311 16 0 0 16 0 22 0 524410196 16148705280 93302 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 5 0 0 0
[pid=28612/tid=28618] ppid=28610 vsize=15770220 CPUtime=3.24 cores=1,3,5,7
/proc/28612/task/28618/stat : 28618 (java) S 28610 28612 27898 0 -1 4202560 59975 0 0 0 307 17 0 0 15 0 22 0 524410196 16148705280 93302 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 1 0 0 0
[pid=28612/tid=28619] ppid=28610 vsize=15770220 CPUtime=3.37 cores=1,3,5,7
/proc/28612/task/28619/stat : 28619 (java) S 28610 28612 27898 0 -1 4202560 62255 0 0 0 317 20 0 0 15 0 22 0 524410196 16148705280 93302 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 1 0 0 0
[pid=28612/tid=28620] ppid=28610 vsize=15770220 CPUtime=3.28 cores=1,3,5,7
/proc/28612/task/28620/stat : 28620 (java) S 28610 28612 27898 0 -1 4202560 59651 0 0 0 312 16 0 0 15 0 22 0 524410196 16148705280 93302 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28621] ppid=28610 vsize=15770220 CPUtime=3.25 cores=1,3,5,7
/proc/28612/task/28621/stat : 28621 (java) S 28610 28612 27898 0 -1 4202560 57380 0 0 0 310 15 0 0 15 0 22 0 524410196 16148705280 93302 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 1 0 0 0
[pid=28612/tid=28622] ppid=28610 vsize=15770220 CPUtime=3.21 cores=1,3,5,7
/proc/28612/task/28622/stat : 28622 (java) S 28610 28612 27898 0 -1 4202560 57506 0 0 0 308 13 0 0 15 0 22 0 524410196 16148705280 93302 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 7 0 0 0
[pid=28612/tid=28623] ppid=28610 vsize=15770220 CPUtime=3.29 cores=1,3,5,7
/proc/28612/task/28623/stat : 28623 (java) S 28610 28612 27898 0 -1 4202560 60319 0 0 0 314 15 0 0 15 0 22 0 524410196 16148705280 93302 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 7 0 0 0
[pid=28612/tid=28624] ppid=28610 vsize=15770220 CPUtime=3.21 cores=1,3,5,7
/proc/28612/task/28624/stat : 28624 (java) S 28610 28612 27898 0 -1 4202560 57396 0 0 0 304 17 0 0 15 0 22 0 524410196 16148705280 93302 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28625] ppid=28610 vsize=15770220 CPUtime=2.25 cores=1,3,5,7
/proc/28612/task/28625/stat : 28625 (java) S 28610 28612 27898 0 -1 4202560 3136 0 0 0 162 63 0 0 15 0 22 0 524410197 16148705280 93302 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624896 0 0 0 16800975 18446604466089655040 0 0 -1 1 0 0 0
[pid=28612/tid=28626] ppid=28610 vsize=15770220 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28626/stat : 28626 (java) S 28610 28612 27898 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 524410197 16148705280 93302 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28627] ppid=28610 vsize=15770220 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28627/stat : 28627 (java) S 28610 28612 27898 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524410197 16148705280 93302 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28633] ppid=28610 vsize=15770220 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28633/stat : 28633 (java) S 28610 28612 27898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 524410200 16148705280 93302 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676631985 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28634] ppid=28610 vsize=15770220 CPUtime=1.05 cores=1,3,5,7
/proc/28612/task/28634/stat : 28634 (java) S 28610 28612 27898 0 -1 4202560 6998 0 0 0 105 0 0 0 15 0 22 0 524410200 16148705280 93302 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 1 0 0 0
[pid=28612/tid=28635] ppid=28610 vsize=15770220 CPUtime=1.13 cores=1,3,5,7
/proc/28612/task/28635/stat : 28635 (java) S 28610 28612 27898 0 -1 4202560 13198 0 0 0 112 1 0 0 15 0 22 0 524410200 16148705280 93302 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 5 0 0 0
[pid=28612/tid=28636] ppid=28610 vsize=15770220 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28636/stat : 28636 (java) S 28610 28612 27898 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 524410200 16148705280 93302 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624281 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28637] ppid=28610 vsize=15770220 CPUtime=0 cores=1,3,5,7
/proc/28612/task/28637/stat : 28637 (java) S 28610 28612 27898 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 524410200 16148705280 93302 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 274676624896 0 4 0 16800975 18446604466089655040 0 0 -1 3 0 0 0
[pid=28612/tid=28638] ppid=28610 vsize=15770220 CPUtime=1192.02 cores=1,3,5,7
/proc/28612/task/28638/stat : 28638 (java) R 28610 28612 27898 0 -1 4202560 176647 0 0 0 119166 36 0 0 25 0 22 0 524410223 16148705280 93302 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 46912505770806 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28612/tid=28639] ppid=28610 vsize=15770220 CPUtime=1192.81 cores=1,3,5,7
/proc/28612/task/28639/stat : 28639 (java) R 28610 28612 27898 0 -1 4202560 178864 0 0 0 119243 38 0 0 25 0 22 0 524410223 16148705280 93302 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 46912505920197 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28612/tid=28640] ppid=28610 vsize=15770220 CPUtime=1192.5 cores=1,3,5,7
/proc/28612/task/28640/stat : 28640 (java) R 28610 28612 27898 0 -1 4202560 176367 0 0 0 119211 39 0 0 25 0 22 0 524410223 16148705280 93302 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28612/tid=28641] ppid=28610 vsize=15770220 CPUtime=1191.91 cores=1,3,5,7
/proc/28612/task/28641/stat : 28641 (java) R 28610 28612 27898 0 -1 4202560 172481 0 0 0 119154 37 0 0 25 0 22 0 524410223 16148705280 93302 33554432000 1073741824 1073778376 140734696147792 18446744073709551615 46912505706466 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 15770220

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

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

Child status: 143
Real time (s): 1207.93
CPU time (s): 4800.42
CPU user time (s): 4796.87
CPU system time (s): 3.54946
CPU usage (%): 397.408
Max. virtual memory (cumulated for all children) (KiB): 15770220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.87
system time used= 3.54946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1210427
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= 329378
involuntary context switches= 185658

runsolver used 2.01669 second user time and 4.6303 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-30 03:48:26
IDJOB=3311451
IDBENCH=82836
IDSOLVER=1698
FILE ID=node131/3311451-1304128106
RUNJOBID= node131-1304128105-28583
PBS_JOBID= 13170735
Free space on /tmp= 71384 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S1061710238-001.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311451-1304128106/watcher-3311451-1304128106 -o /tmp/evaluation-result-3311451-1304128106/solver-3311451-1304128106 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311451-1304128106.cnf -hbr 2

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

MD5SUM BENCH= 23ebfbdf095807765a162fcb1d02f57a
RANDOM SEED=190521756

node131.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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30830064 kB
Buffers:        221792 kB
Cached:        1522456 kB
SwapCached:        168 kB
Active:         164468 kB
Inactive:      1651056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30830064 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            3668 kB
Writeback:           0 kB
AnonPages:       70976 kB
Mapped:          20528 kB
Slab:           243212 kB
PageTables:       4544 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   772604 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72056 MiB
End job on node131 at 2011-04-30 04:08:36