Trace number 3311570

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.4 1207.43

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S1647930270-030.UNKNOWN.cnf
MD5SUMc50e43fe8603bb92c9367487557e99ee
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.11	57:29 INFO : Reading from input HOME/instance-3311570-1304135849.cnf
0.28/0.27	Executor set job limit to 1000000
0.28/0.27	Executor set job limit to 1000000
0.28/0.27	Executor set job limit to 1000000
0.28/0.27	Executor set job limit to 1000000
0.28/0.27	Starting Executor!
0.28/0.27	Starting Executor!
0.28/0.27	Starting Executor!
0.28/0.27	Starting Executor!
0.81/0.42	57:30 INFO : 125 variables remaining out of 125
0.81/0.42	57:30 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-3311570-1304135849/watcher-3311570-1304135849 -o /tmp/evaluation-result-3311570-1304135849/solver-3311570-1304135849 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311570-1304135849.cnf -hbr 2 

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

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


[startup+0 s]
/proc/loadavg: 7.90 8.00 7.93 5/202 28276
/proc/meminfo: memFree=25420836/32951124 swapFree=67111412/67111528
[pid=28276] ppid=28274 vsize=30580 CPUtime=0 cores=0,2,4,6
/proc/28276/stat : 28276 (java) S 28274 28276 27536 0 -1 4202496 1454 0 0 0 0 0 0 0 25 0 2 0 525183085 31313920 922 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347695077 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28276/statm: 7645 925 707 9 0 383 0
[pid=28276/tid=28277] ppid=28274 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28277/stat : 28277 (java) R 28274 28276 27536 0 -1 4202560 111 0 0 0 0 0 0 0 25 0 2 0 525183085 31260672 931 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 47271951067344 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.067121 s]
/proc/loadavg: 7.90 8.00 7.93 5/202 28276
/proc/meminfo: memFree=25420836/32951124 swapFree=67111412/67111528
[pid=28276] ppid=28274 vsize=15609780 CPUtime=0.05 cores=0,2,4,6
/proc/28276/stat : 28276 (java) S 28274 28276 27536 0 -1 4202496 4396 0 1 0 5 0 0 0 25 0 18 0 525183085 15984414720 3835 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28276/statm: 3902445 3835 1779 9 0 3893164 0
[pid=28276/tid=28277] ppid=28274 vsize=15609780 CPUtime=0.05 cores=0,2,4,6
/proc/28276/task/28277/stat : 28277 (java) R 28274 28276 27536 0 -1 4202560 2978 0 1 0 5 0 0 0 25 0 18 0 525183085 15984414720 3835 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 47271953783840 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15609780

[startup+0.101116 s]
/proc/loadavg: 7.90 8.00 7.93 5/202 28276
/proc/meminfo: memFree=25420836/32951124 swapFree=67111412/67111528
[pid=28276] ppid=28274 vsize=15742040 CPUtime=0.1 cores=0,2,4,6
/proc/28276/stat : 28276 (java) S 28274 28276 27536 0 -1 4202496 5664 0 1 0 10 0 0 0 25 0 18 0 525183085 16119848960 5085 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28276/statm: 3935510 5087 2118 9 0 3926229 0
[pid=28276/tid=28277] ppid=28274 vsize=15742040 CPUtime=0.08 cores=0,2,4,6
/proc/28276/task/28277/stat : 28277 (java) R 28274 28276 27536 0 -1 4202560 3528 0 1 0 8 0 0 0 18 0 18 0 525183085 16119848960 5087 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 47271955215896 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15742040

[startup+0.306076 s]
/proc/loadavg: 7.90 8.00 7.93 5/202 28276
/proc/meminfo: memFree=25420836/32951124 swapFree=67111412/67111528
[pid=28276] ppid=28274 vsize=15747948 CPUtime=0.56 cores=0,2,4,6
/proc/28276/stat : 28276 (java) S 28274 28276 27536 0 -1 4202496 12504 0 1 0 54 2 0 0 25 0 22 0 525183085 16125898752 10756 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28276/statm: 3936987 10757 2218 9 0 3927706 0
[pid=28276/tid=28277] ppid=28274 vsize=15747948 CPUtime=0.29 cores=0,2,4,6
/proc/28276/task/28277/stat : 28277 (java) R 28274 28276 27536 0 -1 4202560 7196 0 1 0 28 1 0 0 19 0 22 0 525183085 16125898752 10757 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 46912505219229 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 15747948

[startup+0.763299 s]
/proc/loadavg: 7.90 8.00 7.93 5/202 28276
/proc/meminfo: memFree=25420836/32951124 swapFree=67111412/67111528
[pid=28276] ppid=28274 vsize=15750504 CPUtime=2.02 cores=0,2,4,6
/proc/28276/stat : 28276 (java) S 28274 28276 27536 0 -1 4202496 34031 0 1 0 197 5 0 0 25 0 22 0 525183085 16128516096 26266 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28276/statm: 3937626 26266 2261 9 0 3928345 0
[pid=28276/tid=28277] ppid=28274 vsize=15750504 CPUtime=0.4 cores=0,2,4,6
/proc/28276/task/28277/stat : 28277 (java) S 28274 28276 27536 0 -1 4202560 7541 0 1 0 39 1 0 0 18 0 22 0 525183085 16128516096 26079 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 15750504

[startup+1.50083 s]
/proc/loadavg: 7.90 8.00 7.93 11/224 28298
/proc/meminfo: memFree=25284952/32951124 swapFree=67111412/67111528
[pid=28276] ppid=28274 vsize=15747948 CPUtime=4.94 cores=0,2,4,6
/proc/28276/stat : 28276 (java) S 28274 28276 27536 0 -1 4202496 61752 0 1 0 486 8 0 0 25 0 22 0 525183085 16125898752 49281 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28276/statm: 3936987 49281 2285 9 0 3927706 0
[pid=28276/tid=28277] ppid=28274 vsize=15747948 CPUtime=0.4 cores=0,2,4,6
/proc/28276/task/28277/stat : 28277 (java) S 28274 28276 27536 0 -1 4202560 7541 0 1 0 39 1 0 0 18 0 22 0 525183085 16125898752 49281 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 4 0 0 0
[pid=28276/tid=28279] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28279/stat : 28279 (java) S 28274 28276 27536 0 -1 4202560 415 0 0 0 0 0 0 0 15 0 22 0 525183086 16125898752 49281 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 6 0 0 0
[pid=28276/tid=28280] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28280/stat : 28280 (java) R 28274 28276 27536 0 -1 4202560 226 0 0 0 0 0 0 0 16 0 22 0 525183086 16125898752 49281 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28276/tid=28281] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28281/stat : 28281 (java) S 28274 28276 27536 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 22 0 525183086 16125898752 49281 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 2 0 0 0
[pid=28276/tid=28282] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28282/stat : 28282 (java) S 28274 28276 27536 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 22 0 525183086 16125898752 49281 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 4 0 0 0
[pid=28276/tid=28283] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28283/stat : 28283 (java) S 28274 28276 27536 0 -1 4202560 199 0 0 0 0 0 0 0 16 0 22 0 525183086 16125898752 49281 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 6 0 0 0
[pid=28276/tid=28284] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28284/stat : 28284 (java) S 28274 28276 27536 0 -1 4202560 686 0 0 0 0 0 0 0 15 0 22 0 525183086 16125898752 49281 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 0 0 0 0
[pid=28276/tid=28285] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28285/stat : 28285 (java) S 28274 28276 27536 0 -1 4202560 932 0 0 0 0 0 0 0 15 0 22 0 525183086 16125898752 49281 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 4 0 0 0
[pid=28276/tid=28286] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28286/stat : 28286 (java) S 28274 28276 27536 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 22 0 525183086 16125898752 49281 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 2 0 0 0
[pid=28276/tid=28287] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28287/stat : 28287 (java) S 28274 28276 27536 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 525183087 16125898752 49281 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708928 0 0 0 16800975 18446604453986386048 0 0 -1 4 0 0 0
[pid=28276/tid=28288] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28288/stat : 28288 (java) S 28274 28276 27536 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 525183087 16125898752 49281 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 6 0 0 0
[pid=28276/tid=28289] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28289/stat : 28289 (java) S 28274 28276 27536 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 525183087 16125898752 49281 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 6 0 0 0
[pid=28276/tid=28290] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28290/stat : 28290 (java) S 28274 28276 27536 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525183089 16125898752 49281 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347716017 0 4 0 16800975 18446604453986386048 0 0 -1 4 0 0 0
[pid=28276/tid=28291] ppid=28274 vsize=15747948 CPUtime=0.94 cores=0,2,4,6
/proc/28276/task/28291/stat : 28291 (java) S 28274 28276 27536 0 -1 4202560 7475 0 0 0 94 0 0 0 15 0 22 0 525183089 16125898752 49281 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 2 0 0 0
[pid=28276/tid=28292] ppid=28274 vsize=15747948 CPUtime=0.96 cores=0,2,4,6
/proc/28276/task/28292/stat : 28292 (java) S 28274 28276 27536 0 -1 4202560 14708 0 0 0 95 1 0 0 15 0 22 0 525183089 16125898752 49281 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 6 0 0 0
[pid=28276/tid=28293] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28293/stat : 28293 (java) S 28274 28276 27536 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525183089 16125898752 49281 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 4 0 0 0
[pid=28276/tid=28294] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28294/stat : 28294 (java) S 28274 28276 27536 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 525183089 16125898752 49281 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708928 0 4 0 16800975 18446604453986386048 0 0 -1 6 0 0 0
[pid=28276/tid=28295] ppid=28274 vsize=15747948 CPUtime=0.78 cores=0,2,4,6
/proc/28276/task/28295/stat : 28295 (java) R 28274 28276 27536 0 -1 4202560 12066 0 0 0 77 1 0 0 16 0 22 0 525183113 16125898752 49281 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 46912505807392 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28276/tid=28296] ppid=28274 vsize=15747948 CPUtime=0.47 cores=0,2,4,6
/proc/28276/task/28296/stat : 28296 (java) R 28274 28276 27536 0 -1 4202560 1947 0 0 0 47 0 0 0 18 0 22 0 525183113 16125898752 49281 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 46912505763176 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28276/tid=28297] ppid=28274 vsize=15747948 CPUtime=0.49 cores=0,2,4,6
/proc/28276/task/28297/stat : 28297 (java) R 28274 28276 27536 0 -1 4202560 2018 0 0 0 49 0 0 0 18 0 22 0 525183113 16125898752 49281 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 46912505736415 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28276/tid=28298] ppid=28274 vsize=15747948 CPUtime=0.79 cores=0,2,4,6
/proc/28276/task/28298/stat : 28298 (java) R 28274 28276 27536 0 -1 4202560 11933 0 0 0 79 0 0 0 17 0 22 0 525183113 16125898752 49281 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 46912505763416 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.94
Current children cumulated vsize (KiB) 15747948

[startup+3.10154 s]
/proc/loadavg: 7.90 8.00 7.93 9/224 28298
/proc/meminfo: memFree=25219344/32951124 swapFree=67111412/67111528
[pid=28276] ppid=28274 vsize=15747948 CPUtime=11.32 cores=0,2,4,6
/proc/28276/stat : 28276 (java) S 28274 28276 27536 0 -1 4202496 94598 0 1 0 1120 12 0 0 25 0 22 0 525183085 16125898752 80025 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28276/statm: 3936987 80025 2285 9 0 3927706 0
[pid=28276/tid=28277] ppid=28274 vsize=15747948 CPUtime=0.4 cores=0,2,4,6
/proc/28276/task/28277/stat : 28277 (java) S 28274 28276 27536 0 -1 4202560 7541 0 1 0 39 1 0 0 18 0 22 0 525183085 16125898752 80025 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 4 0 0 0
[pid=28276/tid=28279] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28279/stat : 28279 (java) S 28274 28276 27536 0 -1 4202560 791 0 0 0 0 0 0 0 16 0 22 0 525183086 16125898752 80025 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 6 0 0 0
[pid=28276/tid=28280] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28280/stat : 28280 (java) S 28274 28276 27536 0 -1 4202560 972 0 0 0 0 0 0 0 16 0 22 0 525183086 16125898752 80025 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 0 0 0 0
[pid=28276/tid=28281] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28281/stat : 28281 (java) S 28274 28276 27536 0 -1 4202560 335 0 0 0 0 0 0 0 16 0 22 0 525183086 16125898752 80025 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 2 0 0 0
[pid=28276/tid=28282] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28282/stat : 28282 (java) S 28274 28276 27536 0 -1 4202560 541 0 0 0 0 0 0 0 16 0 22 0 525183086 16125898752 80025 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 4 0 0 0
[pid=28276/tid=28283] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28283/stat : 28283 (java) S 28274 28276 27536 0 -1 4202560 563 0 0 0 0 0 0 0 15 0 22 0 525183086 16125898752 80025 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 6 0 0 0
[pid=28276/tid=28284] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28284/stat : 28284 (java) S 28274 28276 27536 0 -1 4202560 815 0 0 0 0 0 0 0 15 0 22 0 525183086 16125898752 80025 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 6 0 0 0
[pid=28276/tid=28285] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28285/stat : 28285 (java) S 28274 28276 27536 0 -1 4202560 1134 0 0 0 0 0 0 0 15 0 22 0 525183086 16125898752 80025 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 0 0 0 0
[pid=28276/tid=28286] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28286/stat : 28286 (java) S 28274 28276 27536 0 -1 4202560 469 0 0 0 0 0 0 0 15 0 22 0 525183086 16125898752 80025 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 2 0 0 0
[pid=28276/tid=28287] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28287/stat : 28287 (java) S 28274 28276 27536 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 22 0 525183087 16125898752 80025 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708928 0 0 0 16800975 18446604453986386048 0 0 -1 4 0 0 0
[pid=28276/tid=28288] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28288/stat : 28288 (java) S 28274 28276 27536 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 525183087 16125898752 80025 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 6 0 0 0
[pid=28276/tid=28289] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28289/stat : 28289 (java) S 28274 28276 27536 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 525183087 16125898752 80025 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 6 0 0 0
[pid=28276/tid=28290] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28290/stat : 28290 (java) S 28274 28276 27536 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525183089 16125898752 80025 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347716017 0 4 0 16800975 18446604453986386048 0 0 -1 4 0 0 0
[pid=28276/tid=28291] ppid=28274 vsize=15747948 CPUtime=1 cores=0,2,4,6
/proc/28276/task/28291/stat : 28291 (java) S 28274 28276 27536 0 -1 4202560 7990 0 0 0 100 0 0 0 15 0 22 0 525183089 16125898752 80025 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 2 0 0 0
[pid=28276/tid=28292] ppid=28274 vsize=15747948 CPUtime=1.04 cores=0,2,4,6
/proc/28276/task/28292/stat : 28292 (java) S 28274 28276 27536 0 -1 4202560 14722 0 0 0 103 1 0 0 15 0 22 0 525183089 16125898752 80025 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 2 0 0 0
[pid=28276/tid=28293] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28293/stat : 28293 (java) S 28274 28276 27536 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525183089 16125898752 80025 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 4 0 0 0
[pid=28276/tid=28294] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28294/stat : 28294 (java) S 28274 28276 27536 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 525183089 16125898752 80025 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708928 0 4 0 16800975 18446604453986386048 0 0 -1 6 0 0 0
[pid=28276/tid=28295] ppid=28274 vsize=15747948 CPUtime=2.38 cores=0,2,4,6
/proc/28276/task/28295/stat : 28295 (java) R 28274 28276 27536 0 -1 4202560 19280 0 0 0 235 3 0 0 18 0 22 0 525183113 16125898752 80025 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 46912505742129 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28276/tid=28296] ppid=28274 vsize=15747948 CPUtime=1.97 cores=0,2,4,6
/proc/28276/task/28296/stat : 28296 (java) R 28274 28276 27536 0 -1 4202560 8742 0 0 0 196 1 0 0 21 0 22 0 525183113 16125898752 80025 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 18446744073699065971 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28276/tid=28297] ppid=28274 vsize=15747948 CPUtime=2.08 cores=0,2,4,6
/proc/28276/task/28297/stat : 28297 (java) R 28274 28276 27536 0 -1 4202560 9639 0 0 0 208 0 0 0 21 0 22 0 525183113 16125898752 80025 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 46912505764509 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28276/tid=28298] ppid=28274 vsize=15747948 CPUtime=2.32 cores=0,2,4,6
/proc/28276/task/28298/stat : 28298 (java) R 28274 28276 27536 0 -1 4202560 19619 0 0 0 231 1 0 0 19 0 22 0 525183113 16125898752 80025 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 46912505807918 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.32
Current children cumulated vsize (KiB) 15747948

[startup+6.30098 s]
/proc/loadavg: 7.91 8.00 7.93 10/224 28298
/proc/meminfo: memFree=25152812/32951124 swapFree=67111412/67111528
[pid=28276] ppid=28274 vsize=15747948 CPUtime=24.07 cores=0,2,4,6
/proc/28276/stat : 28276 (java) S 28274 28276 27536 0 -1 4202496 94999 0 1 0 2395 12 0 0 25 0 22 0 525183085 16125898752 68947 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28276/statm: 3936987 68947 2288 9 0 3927706 0
[pid=28276/tid=28277] ppid=28274 vsize=15747948 CPUtime=0.4 cores=0,2,4,6
/proc/28276/task/28277/stat : 28277 (java) S 28274 28276 27536 0 -1 4202560 7541 0 1 0 39 1 0 0 18 0 22 0 525183085 16125898752 68947 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 4 0 0 0
[pid=28276/tid=28279] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28279/stat : 28279 (java) S 28274 28276 27536 0 -1 4202560 882 0 0 0 0 0 0 0 16 0 22 0 525183086 16125898752 68947 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 6 0 0 0
[pid=28276/tid=28280] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28280/stat : 28280 (java) S 28274 28276 27536 0 -1 4202560 980 0 0 0 0 0 0 0 15 0 22 0 525183086 16125898752 68947 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 6 0 0 0
[pid=28276/tid=28281] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28281/stat : 28281 (java) S 28274 28276 27536 0 -1 4202560 350 0 0 0 0 0 0 0 15 0 22 0 525183086 16125898752 68947 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 2 0 0 0
[pid=28276/tid=28282] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28282/stat : 28282 (java) S 28274 28276 27536 0 -1 4202560 647 0 0 0 0 0 0 0 15 0 22 0 525183086 16125898752 68947 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 0 0 0 0
[pid=28276/tid=28283] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28283/stat : 28283 (java) S 28274 28276 27536 0 -1 4202560 601 0 0 0 0 0 0 0 15 0 22 0 525183086 16125898752 68947 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 0 0 0 0
[pid=28276/tid=28284] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28284/stat : 28284 (java) S 28274 28276 27536 0 -1 4202560 822 0 0 0 0 0 0 0 16 0 22 0 525183086 16125898752 68947 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 0 0 0 0
[pid=28276/tid=28285] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28285/stat : 28285 (java) S 28274 28276 27536 0 -1 4202560 1215 0 0 0 0 0 0 0 16 0 22 0 525183086 16125898752 68947 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 2 0 0 0
[pid=28276/tid=28286] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28286/stat : 28286 (java) S 28274 28276 27536 0 -1 4202560 482 0 0 0 0 0 0 0 15 0 22 0 525183086 16125898752 68947 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 2 0 0 0

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

[pid=28276/tid=28296] ppid=28274 vsize=15747948 CPUtime=1048.09 cores=0,2,4,6
/proc/28276/task/28296/stat : 28296 (java) R 28274 28276 27536 0 -1 4202560 140036 0 0 0 104780 29 0 0 25 0 22 0 525183113 16125898752 66194 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 46912505704304 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28276/tid=28297] ppid=28274 vsize=15747948 CPUtime=1049 cores=0,2,4,6
/proc/28276/task/28297/stat : 28297 (java) R 28274 28276 27536 0 -1 4202560 140999 0 0 0 104873 27 0 0 25 0 22 0 525183113 16125898752 66194 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 46912505742129 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=28276/tid=28298] ppid=28274 vsize=15747948 CPUtime=1049.36 cores=0,2,4,6
/proc/28276/task/28298/stat : 28298 (java) R 28274 28276 27536 0 -1 4202560 150877 0 0 0 104908 28 0 0 25 0 22 0 525183113 16125898752 66194 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 46912505885884 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4223.53
Current children cumulated vsize (KiB) 15747948

[startup+1122.3 s]
/proc/loadavg: 8.13 8.22 8.12 9/224 28391
/proc/meminfo: memFree=24988312/32951124 swapFree=67111412/67111528
[pid=28276] ppid=28274 vsize=15747948 CPUtime=4462.07 cores=0,2,4,6
/proc/28276/stat : 28276 (java) S 28274 28276 27536 0 -1 4202496 1134751 0 1 0 445894 313 0 0 25 0 22 0 525183085 16125898752 77003 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28276/statm: 3936987 77003 2298 9 0 3927706 0
[pid=28276/tid=28277] ppid=28274 vsize=15747948 CPUtime=0.4 cores=0,2,4,6
/proc/28276/task/28277/stat : 28277 (java) S 28274 28276 27536 0 -1 4202560 7541 0 1 0 39 1 0 0 18 0 22 0 525183085 16125898752 77003 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 4 0 0 0
[pid=28276/tid=28279] ppid=28274 vsize=15747948 CPUtime=3.12 cores=0,2,4,6
/proc/28276/task/28279/stat : 28279 (java) S 28274 28276 27536 0 -1 4202560 63074 0 0 0 297 15 0 0 15 0 22 0 525183086 16125898752 77003 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 2 0 0 0
[pid=28276/tid=28280] ppid=28274 vsize=15747948 CPUtime=3.13 cores=0,2,4,6
/proc/28276/task/28280/stat : 28280 (java) S 28274 28276 27536 0 -1 4202560 59395 0 0 0 296 17 0 0 15 0 22 0 525183086 16125898752 77003 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 6 0 0 0
[pid=28276/tid=28281] ppid=28274 vsize=15747948 CPUtime=3.06 cores=0,2,4,6
/proc/28276/task/28281/stat : 28281 (java) S 28274 28276 27536 0 -1 4202560 59291 0 0 0 290 16 0 0 16 0 22 0 525183086 16125898752 77003 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 0 0 0 0
[pid=28276/tid=28282] ppid=28274 vsize=15747948 CPUtime=3.1 cores=0,2,4,6
/proc/28276/task/28282/stat : 28282 (java) S 28274 28276 27536 0 -1 4202560 58408 0 0 0 292 18 0 0 15 0 22 0 525183086 16125898752 77003 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 4 0 0 0
[pid=28276/tid=28283] ppid=28274 vsize=15747948 CPUtime=3.05 cores=0,2,4,6
/proc/28276/task/28283/stat : 28283 (java) S 28274 28276 27536 0 -1 4202560 58455 0 0 0 290 15 0 0 15 0 22 0 525183086 16125898752 77003 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 2 0 0 0
[pid=28276/tid=28284] ppid=28274 vsize=15747948 CPUtime=3.04 cores=0,2,4,6
/proc/28276/task/28284/stat : 28284 (java) S 28274 28276 27536 0 -1 4202560 60260 0 0 0 288 16 0 0 15 0 22 0 525183086 16125898752 77003 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 0 0 0 0
[pid=28276/tid=28285] ppid=28274 vsize=15747948 CPUtime=3.15 cores=0,2,4,6
/proc/28276/task/28285/stat : 28285 (java) S 28274 28276 27536 0 -1 4202560 63314 0 0 0 299 16 0 0 15 0 22 0 525183086 16125898752 77003 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 6 0 0 0
[pid=28276/tid=28286] ppid=28274 vsize=15747948 CPUtime=3.22 cores=0,2,4,6
/proc/28276/task/28286/stat : 28286 (java) S 28274 28276 27536 0 -1 4202560 59373 0 0 0 306 16 0 0 15 0 22 0 525183086 16125898752 77003 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 6 0 0 0
[pid=28276/tid=28287] ppid=28274 vsize=15747948 CPUtime=1.97 cores=0,2,4,6
/proc/28276/task/28287/stat : 28287 (java) S 28274 28276 27536 0 -1 4202560 2719 0 0 0 145 52 0 0 15 0 22 0 525183087 16125898752 77003 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708928 0 0 0 16800975 18446604453986386048 0 0 -1 0 0 0 0
[pid=28276/tid=28288] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28288/stat : 28288 (java) S 28274 28276 27536 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 525183087 16125898752 77003 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 6 0 0 0
[pid=28276/tid=28289] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28289/stat : 28289 (java) S 28274 28276 27536 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 525183087 16125898752 77003 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 6 0 0 0
[pid=28276/tid=28290] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28290/stat : 28290 (java) S 28274 28276 27536 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525183089 16125898752 77003 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347716017 0 4 0 16800975 18446604453986386048 0 0 -1 4 0 0 0
[pid=28276/tid=28291] ppid=28274 vsize=15747948 CPUtime=1.05 cores=0,2,4,6
/proc/28276/task/28291/stat : 28291 (java) S 28274 28276 27536 0 -1 4202560 7997 0 0 0 105 0 0 0 15 0 22 0 525183089 16125898752 77003 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 2 0 0 0
[pid=28276/tid=28292] ppid=28274 vsize=15747948 CPUtime=1.2 cores=0,2,4,6
/proc/28276/task/28292/stat : 28292 (java) S 28274 28276 27536 0 -1 4202560 14753 0 0 0 119 1 0 0 15 0 22 0 525183089 16125898752 77003 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 4 0 0 0
[pid=28276/tid=28293] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28293/stat : 28293 (java) S 28274 28276 27536 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525183089 16125898752 77003 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 4 0 0 0
[pid=28276/tid=28294] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28294/stat : 28294 (java) S 28274 28276 27536 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 22 0 525183089 16125898752 77003 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708928 0 4 0 16800975 18446604453986386048 0 0 -1 0 0 0 0
[pid=28276/tid=28295] ppid=28274 vsize=15747948 CPUtime=1108.1 cores=0,2,4,6
/proc/28276/task/28295/stat : 28295 (java) R 28274 28276 27536 0 -1 4202560 159161 0 0 0 110779 31 0 0 25 0 22 0 525183113 16125898752 77003 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 46912505783244 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28276/tid=28296] ppid=28274 vsize=15747948 CPUtime=1107.34 cores=0,2,4,6
/proc/28276/task/28296/stat : 28296 (java) R 28274 28276 27536 0 -1 4202560 148988 0 0 0 110704 30 0 0 25 0 22 0 525183113 16125898752 77003 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 46912505736355 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28276/tid=28297] ppid=28274 vsize=15747948 CPUtime=1108.27 cores=0,2,4,6
/proc/28276/task/28297/stat : 28297 (java) R 28274 28276 27536 0 -1 4202560 150317 0 0 0 110798 29 0 0 25 0 22 0 525183113 16125898752 77003 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 46912506188934 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28276/tid=28298] ppid=28274 vsize=15747948 CPUtime=1108.68 cores=0,2,4,6
/proc/28276/task/28298/stat : 28298 (java) R 28274 28276 27536 0 -1 4202560 160260 0 0 0 110838 30 0 0 25 0 22 0 525183113 16125898752 77003 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 46912505782933 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4462.07
Current children cumulated vsize (KiB) 15747948

[startup+1182.3 s]
/proc/loadavg: 8.21 8.22 8.12 9/224 28393
/proc/meminfo: memFree=25167340/32951124 swapFree=67111412/67111528
[pid=28276] ppid=28274 vsize=15747948 CPUtime=4700.51 cores=0,2,4,6
/proc/28276/stat : 28276 (java) S 28274 28276 27536 0 -1 4202496 1193910 0 1 0 469722 329 0 0 25 0 22 0 525183085 16125898752 73596 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28276/statm: 3936987 73596 2298 9 0 3927706 0
[pid=28276/tid=28277] ppid=28274 vsize=15747948 CPUtime=0.4 cores=0,2,4,6
/proc/28276/task/28277/stat : 28277 (java) S 28274 28276 27536 0 -1 4202560 7541 0 1 0 39 1 0 0 18 0 22 0 525183085 16125898752 73596 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 4 0 0 0
[pid=28276/tid=28279] ppid=28274 vsize=15747948 CPUtime=3.27 cores=0,2,4,6
/proc/28276/task/28279/stat : 28279 (java) S 28274 28276 27536 0 -1 4202560 67212 0 0 0 311 16 0 0 15 0 22 0 525183086 16125898752 73596 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 0 0 0 0
[pid=28276/tid=28280] ppid=28274 vsize=15747948 CPUtime=3.28 cores=0,2,4,6
/proc/28276/task/28280/stat : 28280 (java) S 28274 28276 27536 0 -1 4202560 62173 0 0 0 311 17 0 0 15 0 22 0 525183086 16125898752 73596 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 6 0 0 0
[pid=28276/tid=28281] ppid=28274 vsize=15747948 CPUtime=3.19 cores=0,2,4,6
/proc/28276/task/28281/stat : 28281 (java) S 28274 28276 27536 0 -1 4202560 62670 0 0 0 303 16 0 0 15 0 22 0 525183086 16125898752 73596 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 6 0 0 0
[pid=28276/tid=28282] ppid=28274 vsize=15747948 CPUtime=3.25 cores=0,2,4,6
/proc/28276/task/28282/stat : 28282 (java) S 28274 28276 27536 0 -1 4202560 61186 0 0 0 307 18 0 0 15 0 22 0 525183086 16125898752 73596 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 2 0 0 0
[pid=28276/tid=28283] ppid=28274 vsize=15747948 CPUtime=3.21 cores=0,2,4,6
/proc/28276/task/28283/stat : 28283 (java) S 28274 28276 27536 0 -1 4202560 62382 0 0 0 305 16 0 0 15 0 22 0 525183086 16125898752 73596 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 0 0 0 0
[pid=28276/tid=28284] ppid=28274 vsize=15747948 CPUtime=3.2 cores=0,2,4,6
/proc/28276/task/28284/stat : 28284 (java) S 28274 28276 27536 0 -1 4202560 64262 0 0 0 303 17 0 0 15 0 22 0 525183086 16125898752 73596 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 4 0 0 0
[pid=28276/tid=28285] ppid=28274 vsize=15747948 CPUtime=3.31 cores=0,2,4,6
/proc/28276/task/28285/stat : 28285 (java) S 28274 28276 27536 0 -1 4202560 66745 0 0 0 314 17 0 0 16 0 22 0 525183086 16125898752 73596 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 2 0 0 0
[pid=28276/tid=28286] ppid=28274 vsize=15747948 CPUtime=3.39 cores=0,2,4,6
/proc/28276/task/28286/stat : 28286 (java) S 28274 28276 27536 0 -1 4202560 63168 0 0 0 322 17 0 0 15 0 22 0 525183086 16125898752 73596 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 4 0 0 0
[pid=28276/tid=28287] ppid=28274 vsize=15747948 CPUtime=2.11 cores=0,2,4,6
/proc/28276/task/28287/stat : 28287 (java) S 28274 28276 27536 0 -1 4202560 2868 0 0 0 157 54 0 0 16 0 22 0 525183087 16125898752 73596 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708928 0 0 0 16800975 18446604453986386048 0 0 -1 2 0 0 0
[pid=28276/tid=28288] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28288/stat : 28288 (java) S 28274 28276 27536 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 525183087 16125898752 73596 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 6 0 0 0
[pid=28276/tid=28289] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28289/stat : 28289 (java) S 28274 28276 27536 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 525183087 16125898752 73596 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 6 0 0 0
[pid=28276/tid=28290] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28290/stat : 28290 (java) S 28274 28276 27536 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525183089 16125898752 73596 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347716017 0 4 0 16800975 18446604453986386048 0 0 -1 4 0 0 0
[pid=28276/tid=28291] ppid=28274 vsize=15747948 CPUtime=1.05 cores=0,2,4,6
/proc/28276/task/28291/stat : 28291 (java) S 28274 28276 27536 0 -1 4202560 7997 0 0 0 105 0 0 0 15 0 22 0 525183089 16125898752 73596 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 2 0 0 0
[pid=28276/tid=28292] ppid=28274 vsize=15747948 CPUtime=1.2 cores=0,2,4,6
/proc/28276/task/28292/stat : 28292 (java) S 28274 28276 27536 0 -1 4202560 14753 0 0 0 119 1 0 0 15 0 22 0 525183089 16125898752 73596 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 4 0 0 0
[pid=28276/tid=28293] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28293/stat : 28293 (java) S 28274 28276 27536 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525183089 16125898752 73596 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 4 0 0 0
[pid=28276/tid=28294] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28294/stat : 28294 (java) S 28274 28276 27536 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 525183089 16125898752 73596 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708928 0 4 0 16800975 18446604453986386048 0 0 -1 2 0 0 0
[pid=28276/tid=28295] ppid=28274 vsize=15747948 CPUtime=1167.39 cores=0,2,4,6
/proc/28276/task/28295/stat : 28295 (java) R 28274 28276 27536 0 -1 4202560 166925 0 0 0 116705 34 0 0 25 0 22 0 525183113 16125898752 73596 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 46912505783443 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28276/tid=28296] ppid=28274 vsize=15747948 CPUtime=1166.64 cores=0,2,4,6
/proc/28276/task/28296/stat : 28296 (java) R 28274 28276 27536 0 -1 4202560 156494 0 0 0 116632 32 0 0 25 0 22 0 525183113 16125898752 73596 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 46912505747776 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=28276/tid=28297] ppid=28274 vsize=15747948 CPUtime=1167.58 cores=0,2,4,6
/proc/28276/task/28297/stat : 28297 (java) R 28274 28276 27536 0 -1 4202560 158265 0 0 0 116727 31 0 0 25 0 22 0 525183113 16125898752 73596 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 46912505764519 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28276/tid=28298] ppid=28274 vsize=15747948 CPUtime=1167.86 cores=0,2,4,6
/proc/28276/task/28298/stat : 28298 (java) R 28274 28276 27536 0 -1 4202560 167822 0 0 0 116754 32 0 0 25 0 22 0 525183113 16125898752 73596 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 46912505841538 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4700.51
Current children cumulated vsize (KiB) 15747948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.4 s]
/proc/loadavg: 8.14 8.20 8.12 9/224 28393
/proc/meminfo: memFree=25260324/32951124 swapFree=67111412/67111528
[pid=28276] ppid=28274 vsize=15747948 CPUtime=4800.35 cores=0,2,4,6
/proc/28276/stat : 28276 (java) S 28274 28276 27536 0 -1 4202496 1213883 0 1 0 479699 336 0 0 25 0 22 0 525183085 16125898752 72558 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28276/statm: 3936987 72558 2298 9 0 3927706 0
[pid=28276/tid=28277] ppid=28274 vsize=15747948 CPUtime=0.4 cores=0,2,4,6
/proc/28276/task/28277/stat : 28277 (java) S 28274 28276 27536 0 -1 4202560 7541 0 1 0 39 1 0 0 18 0 22 0 525183085 16125898752 72558 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 4 0 0 0
[pid=28276/tid=28279] ppid=28274 vsize=15747948 CPUtime=3.34 cores=0,2,4,6
/proc/28276/task/28279/stat : 28279 (java) S 28274 28276 27536 0 -1 4202560 67924 0 0 0 318 16 0 0 15 0 22 0 525183086 16125898752 72558 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 4 0 0 0
[pid=28276/tid=28280] ppid=28274 vsize=15747948 CPUtime=3.34 cores=0,2,4,6
/proc/28276/task/28280/stat : 28280 (java) S 28274 28276 27536 0 -1 4202560 62988 0 0 0 317 17 0 0 15 0 22 0 525183086 16125898752 72558 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 0 0 0 0
[pid=28276/tid=28281] ppid=28274 vsize=15747948 CPUtime=3.25 cores=0,2,4,6
/proc/28276/task/28281/stat : 28281 (java) S 28274 28276 27536 0 -1 4202560 63416 0 0 0 308 17 0 0 15 0 22 0 525183086 16125898752 72558 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 2 0 0 0
[pid=28276/tid=28282] ppid=28274 vsize=15747948 CPUtime=3.33 cores=0,2,4,6
/proc/28276/task/28282/stat : 28282 (java) S 28274 28276 27536 0 -1 4202560 61825 0 0 0 314 19 0 0 16 0 22 0 525183086 16125898752 72558 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 2 0 0 0
[pid=28276/tid=28283] ppid=28274 vsize=15747948 CPUtime=3.27 cores=0,2,4,6
/proc/28276/task/28283/stat : 28283 (java) S 28274 28276 27536 0 -1 4202560 62842 0 0 0 311 16 0 0 15 0 22 0 525183086 16125898752 72558 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 4 0 0 0
[pid=28276/tid=28284] ppid=28274 vsize=15747948 CPUtime=3.28 cores=0,2,4,6
/proc/28276/task/28284/stat : 28284 (java) S 28274 28276 27536 0 -1 4202560 64928 0 0 0 310 18 0 0 16 0 22 0 525183086 16125898752 72558 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 6 0 0 0
[pid=28276/tid=28285] ppid=28274 vsize=15747948 CPUtime=3.38 cores=0,2,4,6
/proc/28276/task/28285/stat : 28285 (java) S 28274 28276 27536 0 -1 4202560 67384 0 0 0 321 17 0 0 15 0 22 0 525183086 16125898752 72558 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 6 0 0 0
[pid=28276/tid=28286] ppid=28274 vsize=15747948 CPUtime=3.45 cores=0,2,4,6
/proc/28276/task/28286/stat : 28286 (java) S 28274 28276 27536 0 -1 4202560 63699 0 0 0 328 17 0 0 16 0 22 0 525183086 16125898752 72558 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 4 0 0 0
[pid=28276/tid=28287] ppid=28274 vsize=15747948 CPUtime=2.15 cores=0,2,4,6
/proc/28276/task/28287/stat : 28287 (java) S 28274 28276 27536 0 -1 4202560 2929 0 0 0 160 55 0 0 15 0 22 0 525183087 16125898752 72558 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708928 0 0 0 16800975 18446604453986386048 0 0 -1 0 0 0 0
[pid=28276/tid=28288] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28288/stat : 28288 (java) S 28274 28276 27536 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 525183087 16125898752 72558 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 6 0 0 0
[pid=28276/tid=28289] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28289/stat : 28289 (java) S 28274 28276 27536 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 525183087 16125898752 72558 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 6 0 0 0
[pid=28276/tid=28290] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28290/stat : 28290 (java) S 28274 28276 27536 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525183089 16125898752 72558 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347716017 0 4 0 16800975 18446604453986386048 0 0 -1 4 0 0 0
[pid=28276/tid=28291] ppid=28274 vsize=15747948 CPUtime=1.05 cores=0,2,4,6
/proc/28276/task/28291/stat : 28291 (java) S 28274 28276 27536 0 -1 4202560 7997 0 0 0 105 0 0 0 15 0 22 0 525183089 16125898752 72558 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 2 0 0 0
[pid=28276/tid=28292] ppid=28274 vsize=15747948 CPUtime=1.2 cores=0,2,4,6
/proc/28276/task/28292/stat : 28292 (java) S 28274 28276 27536 0 -1 4202560 14753 0 0 0 119 1 0 0 15 0 22 0 525183089 16125898752 72558 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 4 0 0 0
[pid=28276/tid=28293] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28293/stat : 28293 (java) S 28274 28276 27536 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525183089 16125898752 72558 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708313 0 4 0 16800975 18446604453986386048 0 0 -1 4 0 0 0
[pid=28276/tid=28294] ppid=28274 vsize=15747948 CPUtime=0 cores=0,2,4,6
/proc/28276/task/28294/stat : 28294 (java) S 28274 28276 27536 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 525183089 16125898752 72558 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 232347708928 0 4 0 16800975 18446604453986386048 0 0 -1 2 0 0 0
[pid=28276/tid=28295] ppid=28274 vsize=15747948 CPUtime=1192.16 cores=0,2,4,6
/proc/28276/task/28295/stat : 28295 (java) R 28274 28276 27536 0 -1 4202560 170549 0 0 0 119181 35 0 0 25 0 22 0 525183113 16125898752 72558 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 46912505918239 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=28276/tid=28296] ppid=28274 vsize=15747948 CPUtime=1191.43 cores=0,2,4,6
/proc/28276/task/28296/stat : 28296 (java) R 28274 28276 27536 0 -1 4202560 160186 0 0 0 119110 33 0 0 25 0 22 0 525183113 16125898752 72558 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 46912505736481 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28276/tid=28297] ppid=28274 vsize=15747948 CPUtime=1192.44 cores=0,2,4,6
/proc/28276/task/28297/stat : 28297 (java) R 28274 28276 27536 0 -1 4202560 161801 0 0 0 119212 32 0 0 25 0 22 0 525183113 16125898752 72558 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 46912505764429 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28276/tid=28298] ppid=28274 vsize=15747948 CPUtime=1192.69 cores=0,2,4,6
/proc/28276/task/28298/stat : 28298 (java) R 28274 28276 27536 0 -1 4202560 171674 0 0 0 119237 32 0 0 25 0 22 0 525183113 16125898752 72558 33554432000 1073741824 1073778376 140734721370752 18446744073709551615 46912505783279 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 15747948

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.43
CPU time (s): 4800.4
CPU user time (s): 4797.02
CPU system time (s): 3.37549
CPU usage (%): 397.572
Max. virtual memory (cumulated for all children) (KiB): 15750520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.02
system time used= 3.37549
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1213909
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= 335337
involuntary context switches= 216844

runsolver used 1.9637 second user time and 4.66129 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-30 05:57:29
IDJOB=3311570
IDBENCH=82955
IDSOLVER=1698
FILE ID=node132/3311570-1304135849
RUNJOBID= node132-1304135181-28070
PBS_JOBID= 13170797
Free space on /tmp= 72172 MiB

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

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

MD5SUM BENCH= c50e43fe8603bb92c9367487557e99ee
RANDOM SEED=1993276550

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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:      25421116 kB
Buffers:        689668 kB
Cached:        5846432 kB
SwapCached:        112 kB
Active:        1946868 kB
Inactive:      5100316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25421116 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:            1952 kB
Writeback:           0 kB
AnonPages:      511288 kB
Mapped:          23264 kB
Slab:           417728 kB
PageTables:       6836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   706100 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72172 MiB
End job on node132 at 2011-04-30 06:17:39