Trace number 3311439

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

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S1475406203-080.UNKNOWN.cnf
MD5SUM6cadcf1602218f53da431eaffbc93148
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 variables90
Number of clauses8010
Sum of the clauses size56070
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 58010

Solver Data

0.11/0.11	38:58 INFO : Reading from input HOME/instance-3311439-1304127537.cnf
0.52/0.33	Executor set job limit to 1000000
0.52/0.33	Executor set job limit to 1000000
0.52/0.33	Executor set job limit to 1000000
0.52/0.33	Executor set job limit to 1000000
0.52/0.33	Starting Executor!
0.52/0.34	Starting Executor!
0.52/0.34	Starting Executor!
0.52/0.34	Starting Executor!
0.94/0.58	38:58 INFO : 90 variables remaining out of 90
0.94/0.58	38:58 INFO : 64080 literals remaining out of 64080

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-3311439-1304127537/watcher-3311439-1304127537 -o /tmp/evaluation-result-3311439-1304127537/solver-3311439-1304127537 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311439-1304127537.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: 7.82 8.05 7.68 3/202 26576
/proc/meminfo: memFree=25663672/32951124 swapFree=67111412/67111528
[pid=26576] ppid=26574 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/26576/stat : 26576 (java) S 26574 26576 26027 0 -1 4202496 1414 0 0 0 0 0 0 0 25 0 2 0 524351914 26714112 885 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347695077 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/26576/statm: 6522 885 678 9 0 381 0
[pid=26576/tid=26577] ppid=26574 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26577/stat : 26577 (java) S 26574 26576 26027 0 -1 4202560 56 0 0 0 0 0 0 0 25 0 2 0 524351915 26714112 885 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232330968711 0 2147483391 4096 0 18446744071699453118 0 0 -1 3 0 0 0

[startup+0.0599909 s]
/proc/loadavg: 7.82 8.05 7.68 3/202 26576
/proc/meminfo: memFree=25663672/32951124 swapFree=67111412/67111528
[pid=26576] ppid=26574 vsize=15675316 CPUtime=0.04 cores=1,3,5,7
/proc/26576/stat : 26576 (java) S 26574 26576 26027 0 -1 4202496 4278 0 1 0 4 0 0 0 25 0 18 0 524351914 16051523584 3717 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26576/statm: 3918829 3717 1778 9 0 3909548 0
[pid=26576/tid=26577] ppid=26574 vsize=15675316 CPUtime=0.04 cores=1,3,5,7
/proc/26576/task/26577/stat : 26577 (java) R 26574 26576 26027 0 -1 4202560 2859 0 1 0 4 0 0 0 25 0 18 0 524351915 16051523584 3717 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 47131408934931 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15675316

[startup+0.100986 s]
/proc/loadavg: 7.82 8.05 7.68 3/202 26576
/proc/meminfo: memFree=25663672/32951124 swapFree=67111412/67111528
[pid=26576] ppid=26574 vsize=15741992 CPUtime=0.11 cores=1,3,5,7
/proc/26576/stat : 26576 (java) S 26574 26576 26027 0 -1 4202496 5648 0 1 0 10 1 0 0 25 0 18 0 524351914 16119799808 5063 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26576/statm: 3935498 5064 2117 9 0 3926217 0
[pid=26576/tid=26577] ppid=26574 vsize=15741992 CPUtime=0.08 cores=1,3,5,7
/proc/26576/task/26577/stat : 26577 (java) R 26574 26576 26027 0 -1 4202560 3494 0 1 0 8 0 0 0 18 0 18 0 524351915 16119799808 5064 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 47131408934931 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15741992

[startup+0.300953 s]
/proc/loadavg: 7.82 8.05 7.68 3/202 26576
/proc/meminfo: memFree=25663672/32951124 swapFree=67111412/67111528
[pid=26576] ppid=26574 vsize=15744844 CPUtime=0.52 cores=1,3,5,7
/proc/26576/stat : 26576 (java) S 26574 26576 26027 0 -1 4202496 15639 0 1 0 49 3 0 0 25 0 18 0 524351914 16122720256 14014 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26576/statm: 3936211 14022 2207 9 0 3926930 0
[pid=26576/tid=26577] ppid=26574 vsize=15744844 CPUtime=0.28 cores=1,3,5,7
/proc/26576/task/26577/stat : 26577 (java) R 26574 26576 26027 0 -1 4202560 10451 0 1 0 26 2 0 0 18 0 18 0 524351915 16122720256 14026 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 46912505578956 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15744844

[startup+0.700842 s]
/proc/loadavg: 7.82 8.05 7.68 3/202 26576
/proc/meminfo: memFree=25663672/32951124 swapFree=67111412/67111528
[pid=26576] ppid=26574 vsize=15766440 CPUtime=1.52 cores=1,3,5,7
/proc/26576/stat : 26576 (java) S 26574 26576 26027 0 -1 4202496 33319 0 1 0 146 6 0 0 25 0 22 0 524351914 16144834560 28436 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26576/statm: 3941610 28436 2256 9 0 3932329 0
[pid=26576/tid=26577] ppid=26574 vsize=15766440 CPUtime=0.57 cores=1,3,5,7
/proc/26576/task/26577/stat : 26577 (java) S 26574 26576 26027 0 -1 4202560 16367 0 1 0 54 3 0 0 21 0 22 0 524351915 16144834560 28436 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 15766440

[startup+1.5007 s]
/proc/loadavg: 7.82 8.05 7.68 9/224 26599
/proc/meminfo: memFree=25318400/32951124 swapFree=67111412/67111528
[pid=26576] ppid=26574 vsize=15768440 CPUtime=4.6 cores=1,3,5,7
/proc/26576/stat : 26576 (java) S 26574 26576 26027 0 -1 4202496 61277 0 1 0 452 8 0 0 25 0 22 0 524351914 16146882560 53405 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26576/statm: 3942110 53405 2273 9 0 3932829 0
[pid=26576/tid=26577] ppid=26574 vsize=15768440 CPUtime=0.57 cores=1,3,5,7
/proc/26576/task/26577/stat : 26577 (java) S 26574 26576 26027 0 -1 4202560 16367 0 1 0 54 3 0 0 21 0 22 0 524351915 16146882560 53405 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 1 0 0 0
[pid=26576/tid=26579] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26579/stat : 26579 (java) S 26574 26576 26027 0 -1 4202560 1161 0 0 0 0 0 0 0 16 0 22 0 524351915 16146882560 53405 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 3 0 0 0
[pid=26576/tid=26580] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26580/stat : 26580 (java) S 26574 26576 26027 0 -1 4202560 923 0 0 0 0 0 0 0 16 0 22 0 524351915 16146882560 53405 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 7 0 0 0
[pid=26576/tid=26581] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26581/stat : 26581 (java) S 26574 26576 26027 0 -1 4202560 1247 0 0 0 0 0 0 0 16 0 22 0 524351915 16146882560 53405 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26582] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26582/stat : 26582 (java) S 26574 26576 26027 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524351915 16146882560 53405 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 3 0 0 0
[pid=26576/tid=26583] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26583/stat : 26583 (java) S 26574 26576 26027 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 524351915 16146882560 53405 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 7 0 0 0
[pid=26576/tid=26584] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26584/stat : 26584 (java) S 26574 26576 26027 0 -1 4202560 939 0 0 0 0 0 0 0 15 0 22 0 524351915 16146882560 53405 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 3 0 0 0
[pid=26576/tid=26585] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26585/stat : 26585 (java) S 26574 26576 26027 0 -1 4202560 1532 0 0 0 0 0 0 0 16 0 22 0 524351915 16146882560 53405 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 1 0 0 0
[pid=26576/tid=26586] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26586/stat : 26586 (java) S 26574 26576 26027 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524351915 16146882560 53405 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 3 0 0 0
[pid=26576/tid=26587] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26587/stat : 26587 (java) S 26574 26576 26027 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 524351916 16146882560 53405 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708928 0 0 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26588] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26588/stat : 26588 (java) S 26574 26576 26027 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 524351917 16146882560 53405 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26589] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26589/stat : 26589 (java) S 26574 26576 26027 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 524351917 16146882560 53405 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26590] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26590/stat : 26590 (java) S 26574 26576 26027 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524351919 16146882560 53405 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347716017 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26591] ppid=26574 vsize=15768440 CPUtime=0.71 cores=1,3,5,7
/proc/26576/task/26591/stat : 26591 (java) R 26574 26576 26027 0 -1 4202560 12089 0 0 0 70 1 0 0 25 0 22 0 524351919 16146882560 53405 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26576/tid=26592] ppid=26574 vsize=15768440 CPUtime=0.79 cores=1,3,5,7
/proc/26576/task/26592/stat : 26592 (java) R 26574 26576 26027 0 -1 4202560 6282 0 0 0 79 0 0 0 25 0 22 0 524351919 16146882560 53405 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232335584583 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26576/tid=26593] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26593/stat : 26593 (java) S 26574 26576 26027 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524351919 16146882560 53405 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26594] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26594/stat : 26594 (java) S 26574 26576 26027 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524351919 16146882560 53405 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708928 0 4 0 16800975 18446604455971732160 0 0 -1 7 0 0 0
[pid=26576/tid=26595] ppid=26574 vsize=15768440 CPUtime=0.63 cores=1,3,5,7
/proc/26576/task/26595/stat : 26595 (java) S 26574 26576 26027 0 -1 4202560 6576 0 0 0 63 0 0 0 16 0 22 0 524351948 16146882560 53405 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26596] ppid=26574 vsize=15768440 CPUtime=0.72 cores=1,3,5,7
/proc/26576/task/26596/stat : 26596 (java) R 26574 26576 26027 0 -1 4202560 6352 0 0 0 72 0 0 0 16 0 22 0 524351948 16146882560 53405 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26576/tid=26597] ppid=26574 vsize=15768440 CPUtime=0.61 cores=1,3,5,7
/proc/26576/task/26597/stat : 26597 (java) R 26574 26576 26027 0 -1 4202560 4338 0 0 0 61 0 0 0 16 0 22 0 524351948 16146882560 53405 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=26576/tid=26598] ppid=26574 vsize=15768440 CPUtime=0.48 cores=1,3,5,7
/proc/26576/task/26598/stat : 26598 (java) R 26574 26576 26027 0 -1 4202560 2008 0 0 0 48 0 0 0 16 0 22 0 524351948 16146882560 53405 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 46912505882837 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 15768440

[startup+3.10142 s]
/proc/loadavg: 7.82 8.05 7.68 11/224 26599
/proc/meminfo: memFree=25033696/32951124 swapFree=67111412/67111528
[pid=26576] ppid=26574 vsize=15768440 CPUtime=10.98 cores=1,3,5,7
/proc/26576/stat : 26576 (java) S 26574 26576 26027 0 -1 4202496 114730 0 1 0 1082 16 0 0 25 0 22 0 524351914 16146882560 106848 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26576/statm: 3942110 106852 2285 9 0 3932829 0
[pid=26576/tid=26577] ppid=26574 vsize=15768440 CPUtime=0.57 cores=1,3,5,7
/proc/26576/task/26577/stat : 26577 (java) S 26574 26576 26027 0 -1 4202560 16367 0 1 0 54 3 0 0 21 0 22 0 524351915 16146882560 106863 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 1 0 0 0
[pid=26576/tid=26579] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26579/stat : 26579 (java) S 26574 26576 26027 0 -1 4202560 2607 0 0 0 0 0 0 0 16 0 22 0 524351915 16146882560 106871 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 3 0 0 0
[pid=26576/tid=26580] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26580/stat : 26580 (java) S 26574 26576 26027 0 -1 4202560 3573 0 0 0 0 0 0 0 15 0 22 0 524351915 16146882560 106875 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26581] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26581/stat : 26581 (java) S 26574 26576 26027 0 -1 4202560 2668 0 0 0 0 0 0 0 15 0 22 0 524351915 16146882560 106879 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 3 0 0 0
[pid=26576/tid=26582] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26582/stat : 26582 (java) S 26574 26576 26027 0 -1 4202560 1315 0 0 0 0 0 0 0 15 0 22 0 524351915 16146882560 106882 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 3 0 0 0
[pid=26576/tid=26583] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26583/stat : 26583 (java) S 26574 26576 26027 0 -1 4202560 462 0 0 0 0 0 0 0 15 0 22 0 524351915 16146882560 106885 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26584] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26584/stat : 26584 (java) S 26574 26576 26027 0 -1 4202560 939 0 0 0 0 0 0 0 15 0 22 0 524351915 16146882560 106889 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26585] ppid=26574 vsize=15768440 CPUtime=0.02 cores=1,3,5,7
/proc/26576/task/26585/stat : 26585 (java) S 26574 26576 26027 0 -1 4202560 5467 0 0 0 1 1 0 0 16 0 22 0 524351915 16146882560 106893 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 3 0 0 0
[pid=26576/tid=26586] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26586/stat : 26586 (java) S 26574 26576 26027 0 -1 4202560 1892 0 0 0 0 0 0 0 16 0 22 0 524351915 16146882560 106896 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 1 0 0 0
[pid=26576/tid=26587] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26587/stat : 26587 (java) S 26574 26576 26027 0 -1 4202560 199 0 0 0 0 0 0 0 15 0 22 0 524351916 16146882560 106900 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708928 0 0 0 16800975 18446604455971732160 0 0 -1 1 0 0 0
[pid=26576/tid=26588] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26588/stat : 26588 (java) S 26574 26576 26027 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 524351917 16146882560 106904 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26589] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26589/stat : 26589 (java) S 26574 26576 26027 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524351917 16146882560 106908 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26590] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26590/stat : 26590 (java) S 26574 26576 26027 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524351919 16146882560 106911 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347716017 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26591] ppid=26574 vsize=15768440 CPUtime=0.76 cores=1,3,5,7
/proc/26576/task/26591/stat : 26591 (java) R 26574 26576 26027 0 -1 4202560 12093 0 0 0 75 1 0 0 25 0 22 0 524351919 16146882560 106915 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 47131406286707 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26576/tid=26592] ppid=26574 vsize=15768440 CPUtime=1.02 cores=1,3,5,7
/proc/26576/task/26592/stat : 26592 (java) R 26574 26576 26027 0 -1 4202560 6329 0 0 0 102 0 0 0 24 0 22 0 524351919 16146882560 106919 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347718325 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26576/tid=26593] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26593/stat : 26593 (java) S 26574 26576 26027 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524351919 16146882560 106923 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26594] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26594/stat : 26594 (java) S 26574 26576 26027 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524351919 16146882560 106934 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708928 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26595] ppid=26574 vsize=15768440 CPUtime=2.01 cores=1,3,5,7
/proc/26576/task/26595/stat : 26595 (java) R 26574 26576 26027 0 -1 4202560 15805 0 0 0 199 2 0 0 17 0 22 0 524351948 16146882560 106939 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 46912505822773 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=26576/tid=26596] ppid=26574 vsize=15768440 CPUtime=2.26 cores=1,3,5,7
/proc/26576/task/26596/stat : 26596 (java) R 26574 26576 26027 0 -1 4202560 16007 0 0 0 225 1 0 0 17 0 22 0 524351948 16146882560 106944 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 46912505822359 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26576/tid=26597] ppid=26574 vsize=15768440 CPUtime=2.15 cores=1,3,5,7
/proc/26576/task/26597/stat : 26597 (java) R 26574 26576 26027 0 -1 4202560 14827 0 0 0 214 1 0 0 18 0 22 0 524351948 16146882560 106950 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 46912505822191 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26576/tid=26598] ppid=26574 vsize=15768440 CPUtime=2.06 cores=1,3,5,7
/proc/26576/task/26598/stat : 26598 (java) R 26574 26576 26027 0 -1 4202560 12895 0 0 0 205 1 0 0 17 0 22 0 524351948 16146882560 106954 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 46912505822296 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.98
Current children cumulated vsize (KiB) 15768440

[startup+6.30085 s]
/proc/loadavg: 8.15 8.12 7.70 9/224 26599
/proc/meminfo: memFree=24014788/32951124 swapFree=67111412/67111528
[pid=26576] ppid=26574 vsize=15768440 CPUtime=23.74 cores=1,3,5,7
/proc/26576/stat : 26576 (java) S 26574 26576 26027 0 -1 4202496 164552 0 1 0 2351 23 0 0 25 0 22 0 524351914 16146882560 152893 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26576/statm: 3942110 152893 2285 9 0 3932829 0
[pid=26576/tid=26577] ppid=26574 vsize=15768440 CPUtime=0.57 cores=1,3,5,7
/proc/26576/task/26577/stat : 26577 (java) S 26574 26576 26027 0 -1 4202560 16367 0 1 0 54 3 0 0 21 0 22 0 524351915 16146882560 152893 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 1 0 0 0
[pid=26576/tid=26579] ppid=26574 vsize=15768440 CPUtime=0.01 cores=1,3,5,7
/proc/26576/task/26579/stat : 26579 (java) S 26574 26576 26027 0 -1 4202560 3277 0 0 0 1 0 0 0 15 0 22 0 524351915 16146882560 152893 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26580] ppid=26574 vsize=15768440 CPUtime=0.01 cores=1,3,5,7
/proc/26576/task/26580/stat : 26580 (java) S 26574 26576 26027 0 -1 4202560 4171 0 0 0 1 0 0 0 16 0 22 0 524351915 16146882560 152893 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 1 0 0 0
[pid=26576/tid=26581] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26581/stat : 26581 (java) S 26574 26576 26027 0 -1 4202560 3709 0 0 0 0 0 0 0 16 0 22 0 524351915 16146882560 152893 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 7 0 0 0
[pid=26576/tid=26582] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26582/stat : 26582 (java) S 26574 26576 26027 0 -1 4202560 2617 0 0 0 0 0 0 0 15 0 22 0 524351915 16146882560 152893 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 7 0 0 0
[pid=26576/tid=26583] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26583/stat : 26583 (java) S 26574 26576 26027 0 -1 4202560 756 0 0 0 0 0 0 0 16 0 22 0 524351915 16146882560 152893 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26584] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26584/stat : 26584 (java) S 26574 26576 26027 0 -1 4202560 1031 0 0 0 0 0 0 0 16 0 22 0 524351915 16146882560 152893 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 3 0 0 0
[pid=26576/tid=26585] ppid=26574 vsize=15768440 CPUtime=0.02 cores=1,3,5,7
/proc/26576/task/26585/stat : 26585 (java) S 26574 26576 26027 0 -1 4202560 5467 0 0 0 1 1 0 0 15 0 22 0 524351915 16146882560 152893 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 3 0 0 0
[pid=26576/tid=26586] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26586/stat : 26586 (java) S 26574 26576 26027 0 -1 4202560 3078 0 0 0 0 0 0 0 15 0 22 0 524351915 16146882560 152893 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0

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

[pid=26576/tid=26596] ppid=26574 vsize=15768440 CPUtime=1048.88 cores=1,3,5,7
/proc/26576/task/26596/stat : 26596 (java) R 26574 26576 26027 0 -1 4202560 157920 0 0 0 104856 32 0 0 25 0 22 0 524351948 16146882560 85675 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 46912505996543 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=26576/tid=26597] ppid=26574 vsize=15768440 CPUtime=1048.77 cores=1,3,5,7
/proc/26576/task/26597/stat : 26597 (java) R 26574 26576 26027 0 -1 4202560 156815 0 0 0 104845 32 0 0 25 0 22 0 524351948 16146882560 85675 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 46912505756513 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26576/tid=26598] ppid=26574 vsize=15768440 CPUtime=1048.45 cores=1,3,5,7
/proc/26576/task/26598/stat : 26598 (java) R 26574 26576 26027 0 -1 4202560 153979 0 0 0 104816 29 0 0 25 0 22 0 524351948 16146882560 85675 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4223.58
Current children cumulated vsize (KiB) 15768440

[startup+1122.3 s]
/proc/loadavg: 8.17 8.16 8.00 9/224 26628
/proc/meminfo: memFree=24992948/32951124 swapFree=67111412/67111528
[pid=26576] ppid=26574 vsize=15768440 CPUtime=4462.11 cores=1,3,5,7
/proc/26576/stat : 26576 (java) S 26574 26576 26027 0 -1 4202496 1278298 0 1 0 445867 344 0 0 25 0 22 0 524351914 16146882560 82057 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26576/statm: 3942110 82057 2298 9 0 3932829 0
[pid=26576/tid=26577] ppid=26574 vsize=15768440 CPUtime=0.57 cores=1,3,5,7
/proc/26576/task/26577/stat : 26577 (java) S 26574 26576 26027 0 -1 4202560 16367 0 1 0 54 3 0 0 21 0 22 0 524351915 16146882560 82057 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 1 0 0 0
[pid=26576/tid=26579] ppid=26574 vsize=15768440 CPUtime=3.11 cores=1,3,5,7
/proc/26576/task/26579/stat : 26579 (java) S 26574 26576 26027 0 -1 4202560 69363 0 0 0 294 17 0 0 15 0 22 0 524351915 16146882560 82057 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 3 0 0 0
[pid=26576/tid=26580] ppid=26574 vsize=15768440 CPUtime=3.01 cores=1,3,5,7
/proc/26576/task/26580/stat : 26580 (java) S 26574 26576 26027 0 -1 4202560 71324 0 0 0 284 17 0 0 15 0 22 0 524351915 16146882560 82057 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 7 0 0 0
[pid=26576/tid=26581] ppid=26574 vsize=15768440 CPUtime=3.06 cores=1,3,5,7
/proc/26576/task/26581/stat : 26581 (java) S 26574 26576 26027 0 -1 4202560 72138 0 0 0 289 17 0 0 15 0 22 0 524351915 16146882560 82057 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 7 0 0 0
[pid=26576/tid=26582] ppid=26574 vsize=15768440 CPUtime=3.15 cores=1,3,5,7
/proc/26576/task/26582/stat : 26582 (java) S 26574 26576 26027 0 -1 4202560 72359 0 0 0 298 17 0 0 16 0 22 0 524351915 16146882560 82057 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 3 0 0 0
[pid=26576/tid=26583] ppid=26574 vsize=15768440 CPUtime=3.09 cores=1,3,5,7
/proc/26576/task/26583/stat : 26583 (java) S 26574 26576 26027 0 -1 4202560 70287 0 0 0 294 15 0 0 16 0 22 0 524351915 16146882560 82057 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 7 0 0 0
[pid=26576/tid=26584] ppid=26574 vsize=15768440 CPUtime=3.14 cores=1,3,5,7
/proc/26576/task/26584/stat : 26584 (java) S 26574 26576 26027 0 -1 4202560 73525 0 0 0 298 16 0 0 16 0 22 0 524351915 16146882560 82057 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26585] ppid=26574 vsize=15768440 CPUtime=3.15 cores=1,3,5,7
/proc/26576/task/26585/stat : 26585 (java) S 26574 26576 26027 0 -1 4202560 76176 0 0 0 295 20 0 0 15 0 22 0 524351915 16146882560 82057 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 1 0 0 0
[pid=26576/tid=26586] ppid=26574 vsize=15768440 CPUtime=3.06 cores=1,3,5,7
/proc/26576/task/26586/stat : 26586 (java) S 26574 26576 26027 0 -1 4202560 71650 0 0 0 289 17 0 0 15 0 22 0 524351915 16146882560 82057 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 1 0 0 0
[pid=26576/tid=26587] ppid=26574 vsize=15768440 CPUtime=2.09 cores=1,3,5,7
/proc/26576/task/26587/stat : 26587 (java) S 26574 26576 26027 0 -1 4202560 3242 0 0 0 146 63 0 0 15 0 22 0 524351916 16146882560 82057 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708928 0 0 0 16800975 18446604455971732160 0 0 -1 7 0 0 0
[pid=26576/tid=26588] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26588/stat : 26588 (java) S 26574 26576 26027 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 524351917 16146882560 82057 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26589] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26589/stat : 26589 (java) S 26574 26576 26027 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524351917 16146882560 82057 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26590] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26590/stat : 26590 (java) S 26574 26576 26027 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524351919 16146882560 82057 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347716017 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26591] ppid=26574 vsize=15768440 CPUtime=1.1 cores=1,3,5,7
/proc/26576/task/26591/stat : 26591 (java) S 26574 26576 26027 0 -1 4202560 15208 0 0 0 108 2 0 0 16 0 22 0 524351919 16146882560 82057 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26592] ppid=26574 vsize=15768440 CPUtime=1.27 cores=1,3,5,7
/proc/26576/task/26592/stat : 26592 (java) S 26574 26576 26027 0 -1 4202560 6521 0 0 0 127 0 0 0 15 0 22 0 524351919 16146882560 82057 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 1 0 0 0
[pid=26576/tid=26593] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26593/stat : 26593 (java) S 26574 26576 26027 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524351919 16146882560 82057 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26594] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26594/stat : 26594 (java) S 26574 26576 26027 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 524351919 16146882560 82057 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708928 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26595] ppid=26574 vsize=15768440 CPUtime=1108.11 cores=1,3,5,7
/proc/26576/task/26595/stat : 26595 (java) R 26574 26576 26027 0 -1 4202560 165842 0 0 0 110778 33 0 0 25 0 22 0 524351948 16146882560 82057 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 46912505742548 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26576/tid=26596] ppid=26574 vsize=15768440 CPUtime=1108.13 cores=1,3,5,7
/proc/26576/task/26596/stat : 26596 (java) R 26574 26576 26027 0 -1 4202560 165697 0 0 0 110779 34 0 0 25 0 22 0 524351948 16146882560 82057 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 46912505822841 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=26576/tid=26597] ppid=26574 vsize=15768440 CPUtime=1108.08 cores=1,3,5,7
/proc/26576/task/26597/stat : 26597 (java) R 26574 26576 26027 0 -1 4202560 164858 0 0 0 110775 33 0 0 25 0 22 0 524351948 16146882560 82057 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 46912505807168 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26576/tid=26598] ppid=26574 vsize=15768440 CPUtime=1107.81 cores=1,3,5,7
/proc/26576/task/26598/stat : 26598 (java) R 26574 26576 26027 0 -1 4202560 162291 0 0 0 110750 31 0 0 25 0 22 0 524351948 16146882560 82057 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 46912505807146 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4462.11
Current children cumulated vsize (KiB) 15768440

[startup+1182.3 s]
/proc/loadavg: 8.12 8.14 8.00 9/224 26630
/proc/meminfo: memFree=24933400/32951124 swapFree=67111412/67111528
[pid=26576] ppid=26574 vsize=15768440 CPUtime=4700.65 cores=1,3,5,7
/proc/26576/stat : 26576 (java) S 26574 26576 26027 0 -1 4202496 1353550 0 1 0 469700 365 0 0 25 0 22 0 524351914 16146882560 88653 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26576/statm: 3942110 88653 2298 9 0 3932829 0
[pid=26576/tid=26577] ppid=26574 vsize=15768440 CPUtime=0.57 cores=1,3,5,7
/proc/26576/task/26577/stat : 26577 (java) S 26574 26576 26027 0 -1 4202560 16367 0 1 0 54 3 0 0 21 0 22 0 524351915 16146882560 88653 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 1 0 0 0
[pid=26576/tid=26579] ppid=26574 vsize=15768440 CPUtime=3.29 cores=1,3,5,7
/proc/26576/task/26579/stat : 26579 (java) S 26574 26576 26027 0 -1 4202560 73486 0 0 0 311 18 0 0 16 0 22 0 524351915 16146882560 88653 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 1 0 0 0
[pid=26576/tid=26580] ppid=26574 vsize=15768440 CPUtime=3.15 cores=1,3,5,7
/proc/26576/task/26580/stat : 26580 (java) S 26574 26576 26027 0 -1 4202560 74224 0 0 0 297 18 0 0 15 0 22 0 524351915 16146882560 88653 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26581] ppid=26574 vsize=15768440 CPUtime=3.21 cores=1,3,5,7
/proc/26576/task/26581/stat : 26581 (java) S 26574 26576 26027 0 -1 4202560 75605 0 0 0 303 18 0 0 15 0 22 0 524351915 16146882560 88653 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 7 0 0 0
[pid=26576/tid=26582] ppid=26574 vsize=15768440 CPUtime=3.31 cores=1,3,5,7
/proc/26576/task/26582/stat : 26582 (java) S 26574 26576 26027 0 -1 4202560 76098 0 0 0 313 18 0 0 15 0 22 0 524351915 16146882560 88653 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 3 0 0 0
[pid=26576/tid=26583] ppid=26574 vsize=15768440 CPUtime=3.25 cores=1,3,5,7
/proc/26576/task/26583/stat : 26583 (java) S 26574 26576 26027 0 -1 4202560 74699 0 0 0 309 16 0 0 15 0 22 0 524351915 16146882560 88653 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 1 0 0 0
[pid=26576/tid=26584] ppid=26574 vsize=15768440 CPUtime=3.32 cores=1,3,5,7
/proc/26576/task/26584/stat : 26584 (java) S 26574 26576 26027 0 -1 4202560 77706 0 0 0 315 17 0 0 15 0 22 0 524351915 16146882560 88653 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 3 0 0 0
[pid=26576/tid=26585] ppid=26574 vsize=15768440 CPUtime=3.31 cores=1,3,5,7
/proc/26576/task/26585/stat : 26585 (java) S 26574 26576 26027 0 -1 4202560 79262 0 0 0 310 21 0 0 15 0 22 0 524351915 16146882560 88653 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 7 0 0 0
[pid=26576/tid=26586] ppid=26574 vsize=15768440 CPUtime=3.21 cores=1,3,5,7
/proc/26576/task/26586/stat : 26586 (java) S 26574 26576 26027 0 -1 4202560 74549 0 0 0 303 18 0 0 15 0 22 0 524351915 16146882560 88653 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 7 0 0 0
[pid=26576/tid=26587] ppid=26574 vsize=15768440 CPUtime=2.23 cores=1,3,5,7
/proc/26576/task/26587/stat : 26587 (java) S 26574 26576 26027 0 -1 4202560 3434 0 0 0 155 68 0 0 16 0 22 0 524351916 16146882560 88653 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708928 0 0 0 16800975 18446604455971732160 0 0 -1 7 0 0 0
[pid=26576/tid=26588] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26588/stat : 26588 (java) S 26574 26576 26027 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 524351917 16146882560 88653 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26589] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26589/stat : 26589 (java) S 26574 26576 26027 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524351917 16146882560 88653 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26590] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26590/stat : 26590 (java) S 26574 26576 26027 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524351919 16146882560 88653 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347716017 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26591] ppid=26574 vsize=15768440 CPUtime=1.1 cores=1,3,5,7
/proc/26576/task/26591/stat : 26591 (java) S 26574 26576 26027 0 -1 4202560 15208 0 0 0 108 2 0 0 16 0 22 0 524351919 16146882560 88653 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26592] ppid=26574 vsize=15768440 CPUtime=1.27 cores=1,3,5,7
/proc/26576/task/26592/stat : 26592 (java) S 26574 26576 26027 0 -1 4202560 6521 0 0 0 127 0 0 0 15 0 22 0 524351919 16146882560 88653 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 1 0 0 0
[pid=26576/tid=26593] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26593/stat : 26593 (java) S 26574 26576 26027 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524351919 16146882560 88653 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26594] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26594/stat : 26594 (java) S 26574 26576 26027 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 524351919 16146882560 88653 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708928 0 4 0 16800975 18446604455971732160 0 0 -1 1 0 0 0
[pid=26576/tid=26595] ppid=26574 vsize=15768440 CPUtime=1167.42 cores=1,3,5,7
/proc/26576/task/26595/stat : 26595 (java) R 26574 26576 26027 0 -1 4202560 177617 0 0 0 116707 35 0 0 23 0 22 0 524351948 16146882560 88653 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 46912506213999 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26576/tid=26596] ppid=26574 vsize=15768440 CPUtime=1167.38 cores=1,3,5,7
/proc/26576/task/26596/stat : 26596 (java) R 26574 26576 26027 0 -1 4202560 176977 0 0 0 116702 36 0 0 25 0 22 0 524351948 16146882560 88653 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 18446744073699065904 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=26576/tid=26597] ppid=26574 vsize=15768440 CPUtime=1167.36 cores=1,3,5,7
/proc/26576/task/26597/stat : 26597 (java) R 26574 26576 26027 0 -1 4202560 176566 0 0 0 116701 35 0 0 25 0 22 0 524351948 16146882560 88653 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 46912505742631 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26576/tid=26598] ppid=26574 vsize=15768440 CPUtime=1167.12 cores=1,3,5,7
/proc/26576/task/26598/stat : 26598 (java) R 26574 26576 26027 0 -1 4202560 173779 0 0 0 116678 34 0 0 25 0 22 0 524351948 16146882560 88653 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 18446744073699065894 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4700.65
Current children cumulated vsize (KiB) 15768440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.4 s]
/proc/loadavg: 8.15 8.15 8.01 5/201 26634
/proc/meminfo: memFree=25435028/32951124 swapFree=67111412/67111528
[pid=26576] ppid=26574 vsize=15768440 CPUtime=4800.4 cores=1,3,5,7
/proc/26576/stat : 26576 (java) S 26574 26576 26027 0 -1 4202496 1365741 0 1 0 479669 371 0 0 25 0 22 0 524351914 16146882560 69649 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26576/statm: 3942110 69649 2298 9 0 3932829 0
[pid=26576/tid=26577] ppid=26574 vsize=15768440 CPUtime=0.57 cores=1,3,5,7
/proc/26576/task/26577/stat : 26577 (java) S 26574 26576 26027 0 -1 4202560 16367 0 1 0 54 3 0 0 21 0 22 0 524351915 16146882560 69649 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 1 0 0 0
[pid=26576/tid=26579] ppid=26574 vsize=15768440 CPUtime=3.34 cores=1,3,5,7
/proc/26576/task/26579/stat : 26579 (java) S 26574 26576 26027 0 -1 4202560 74301 0 0 0 316 18 0 0 16 0 22 0 524351915 16146882560 69649 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 3 0 0 0
[pid=26576/tid=26580] ppid=26574 vsize=15768440 CPUtime=3.21 cores=1,3,5,7
/proc/26576/task/26580/stat : 26580 (java) S 26574 26576 26027 0 -1 4202560 75336 0 0 0 303 18 0 0 15 0 22 0 524351915 16146882560 69649 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 1 0 0 0
[pid=26576/tid=26581] ppid=26574 vsize=15768440 CPUtime=3.26 cores=1,3,5,7
/proc/26576/task/26581/stat : 26581 (java) S 26574 26576 26027 0 -1 4202560 76309 0 0 0 308 18 0 0 15 0 22 0 524351915 16146882560 69649 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 1 0 0 0
[pid=26576/tid=26582] ppid=26574 vsize=15768440 CPUtime=3.38 cores=1,3,5,7
/proc/26576/task/26582/stat : 26582 (java) S 26574 26576 26027 0 -1 4202560 76821 0 0 0 319 19 0 0 15 0 22 0 524351915 16146882560 69649 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 7 0 0 0
[pid=26576/tid=26583] ppid=26574 vsize=15768440 CPUtime=3.31 cores=1,3,5,7
/proc/26576/task/26583/stat : 26583 (java) S 26574 26576 26027 0 -1 4202560 75278 0 0 0 315 16 0 0 15 0 22 0 524351915 16146882560 69649 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26584] ppid=26574 vsize=15768440 CPUtime=3.38 cores=1,3,5,7
/proc/26576/task/26584/stat : 26584 (java) S 26574 26576 26027 0 -1 4202560 78595 0 0 0 321 17 0 0 16 0 22 0 524351915 16146882560 69649 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 7 0 0 0
[pid=26576/tid=26585] ppid=26574 vsize=15768440 CPUtime=3.37 cores=1,3,5,7
/proc/26576/task/26585/stat : 26585 (java) S 26574 26576 26027 0 -1 4202560 80266 0 0 0 316 21 0 0 16 0 22 0 524351915 16146882560 69649 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26586] ppid=26574 vsize=15768440 CPUtime=3.27 cores=1,3,5,7
/proc/26576/task/26586/stat : 26586 (java) S 26574 26576 26027 0 -1 4202560 75480 0 0 0 309 18 0 0 15 0 22 0 524351915 16146882560 69649 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 3 0 0 0
[pid=26576/tid=26587] ppid=26574 vsize=15768440 CPUtime=2.31 cores=1,3,5,7
/proc/26576/task/26587/stat : 26587 (java) S 26574 26576 26027 0 -1 4202560 3458 0 0 0 161 70 0 0 16 0 22 0 524351916 16146882560 69649 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708928 0 0 0 16800975 18446604455971732160 0 0 -1 1 0 0 0
[pid=26576/tid=26588] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26588/stat : 26588 (java) S 26574 26576 26027 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 524351917 16146882560 69649 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26589] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26589/stat : 26589 (java) S 26574 26576 26027 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524351917 16146882560 69649 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26590] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26590/stat : 26590 (java) S 26574 26576 26027 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524351919 16146882560 69649 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347716017 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26591] ppid=26574 vsize=15768440 CPUtime=1.1 cores=1,3,5,7
/proc/26576/task/26591/stat : 26591 (java) S 26574 26576 26027 0 -1 4202560 15208 0 0 0 108 2 0 0 16 0 22 0 524351919 16146882560 69649 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26592] ppid=26574 vsize=15768440 CPUtime=1.27 cores=1,3,5,7
/proc/26576/task/26592/stat : 26592 (java) S 26574 26576 26027 0 -1 4202560 6521 0 0 0 127 0 0 0 15 0 22 0 524351919 16146882560 69649 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 1 0 0 0
[pid=26576/tid=26593] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26593/stat : 26593 (java) S 26574 26576 26027 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524351919 16146882560 69649 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708313 0 4 0 16800975 18446604455971732160 0 0 -1 5 0 0 0
[pid=26576/tid=26594] ppid=26574 vsize=15768440 CPUtime=0 cores=1,3,5,7
/proc/26576/task/26594/stat : 26594 (java) S 26574 26576 26027 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 524351919 16146882560 69649 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 232347708928 0 4 0 16800975 18446604455971732160 0 0 -1 3 0 0 0
[pid=26576/tid=26595] ppid=26574 vsize=15768440 CPUtime=1192.25 cores=1,3,5,7
/proc/26576/task/26595/stat : 26595 (java) R 26574 26576 26027 0 -1 4202560 179290 0 0 0 119190 35 0 0 25 0 22 0 524351948 16146882560 69649 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 46912505742610 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26576/tid=26596] ppid=26574 vsize=15768440 CPUtime=1192.08 cores=1,3,5,7
/proc/26576/task/26596/stat : 26596 (java) R 26574 26576 26027 0 -1 4202560 178097 0 0 0 119172 36 0 0 25 0 22 0 524351948 16146882560 69649 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 46912505756529 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=26576/tid=26597] ppid=26574 vsize=15768440 CPUtime=1192.2 cores=1,3,5,7
/proc/26576/task/26597/stat : 26597 (java) R 26574 26576 26027 0 -1 4202560 177696 0 0 0 119184 36 0 0 25 0 22 0 524351948 16146882560 69649 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 46912505661156 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26576/tid=26598] ppid=26574 vsize=15768440 CPUtime=1191.94 cores=1,3,5,7
/proc/26576/task/26598/stat : 26598 (java) R 26574 26576 26027 0 -1 4202560 175264 0 0 0 119159 35 0 0 25 0 22 0 524351948 16146882560 69649 33554432000 1073741824 1073778376 140736019092560 18446744073709551615 46912505821271 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 15768440

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.44
CPU user time (s): 4796.72
CPU system time (s): 3.72843
CPU usage (%): 397.576
Max. virtual memory (cumulated for all children) (KiB): 15769048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.72
system time used= 3.72843
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1365768
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= 290605
involuntary context switches= 153059

runsolver used 1.83872 second user time and 4.80327 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-30 03:38:58
IDJOB=3311439
IDBENCH=82824
IDSOLVER=1698
FILE ID=node132/3311439-1304127537
RUNJOBID= node132-1304126328-26402
PBS_JOBID= 13170746
Free space on /tmp= 71872 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S1475406203-080.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311439-1304127537/watcher-3311439-1304127537 -o /tmp/evaluation-result-3311439-1304127537/solver-3311439-1304127537 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311439-1304127537.cnf -hbr 2

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

MD5SUM BENCH= 6cadcf1602218f53da431eaffbc93148
RANDOM SEED=1759995944

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:      25664820 kB
Buffers:        687204 kB
Cached:        6005504 kB
SwapCached:        112 kB
Active:        1542860 kB
Inactive:      5262680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25664820 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:            3172 kB
Writeback:           0 kB
AnonPages:      111996 kB
Mapped:          22856 kB
Slab:           417876 kB
PageTables:       4780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   806028 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= 71872 MiB
End job on node132 at 2011-04-30 03:59:07