Trace number 3311354

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

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S396831120-092.UNKNOWN.cnf
MD5SUM1c5680fb79b6ea8965a1c94337260953
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.11/0.11	49:14 INFO : Reading from input HOME/instance-3311354-1307648954.cnf
0.28/0.28	Executor set job limit to 1000000
0.28/0.28	Executor set job limit to 1000000
0.28/0.28	Executor set job limit to 1000000
0.28/0.28	Executor set job limit to 1000000
0.28/0.28	Starting Executor!
0.28/0.28	Starting Executor!
0.28/0.28	Starting Executor!
0.28/0.28	Starting Executor!
0.81/0.42	49:14 INFO : 125 variables remaining out of 125
0.81/0.42	49:14 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: 977)

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-3311354-1307648954/watcher-3311354-1307648954 -o /tmp/evaluation-result-3311354-1307648954/solver-3311354-1307648954 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311354-1307648954.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: 5.27 5.49 6.14 7/199 23100
/proc/meminfo: memFree=32067780/32951124 swapFree=67063272/67111528
[pid=23100] ppid=23098 vsize=30580 CPUtime=0 cores=0,2,4,6
/proc/23100/stat : 23100 (java) S 23098 23100 22550 0 -1 4202496 1453 0 0 0 0 0 0 0 25 0 2 0 876493555 31313920 920 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347695077 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23100/statm: 7645 925 707 9 0 383 0
[pid=23100/tid=23101] ppid=23098 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23101/stat : 23101 (java) R 23098 23100 22550 0 -1 4202560 111 0 0 0 0 0 0 0 25 0 2 0 876493556 31260672 932 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 47402457315536 0 0 4096 0 0 0 0 -1 0 0 0 0

[startup+0.0721451 s]
/proc/loadavg: 5.27 5.49 6.14 7/199 23100
/proc/meminfo: memFree=32067780/32951124 swapFree=67063272/67111528
[pid=23100] ppid=23098 vsize=15675576 CPUtime=0.07 cores=0,2,4,6
/proc/23100/stat : 23100 (java) S 23098 23100 22550 0 -1 4202496 4729 0 1 0 6 1 0 0 25 0 18 0 876493555 16051789824 4167 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23100/statm: 3918894 4168 1938 9 0 3909613 0
[pid=23100/tid=23101] ppid=23098 vsize=15675576 CPUtime=0.05 cores=0,2,4,6
/proc/23100/task/23101/stat : 23101 (java) R 23098 23100 22550 0 -1 4202560 3087 0 1 0 5 0 0 0 18 0 18 0 876493556 16051789824 4169 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 46912505170474 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15675576

[startup+0.108266 s]
/proc/loadavg: 5.27 5.49 6.14 7/199 23100
/proc/meminfo: memFree=32067780/32951124 swapFree=67063272/67111528
[pid=23100] ppid=23098 vsize=15676124 CPUtime=0.11 cores=0,2,4,6
/proc/23100/stat : 23100 (java) S 23098 23100 22550 0 -1 4202496 5751 0 1 0 10 1 0 0 25 0 18 0 876493555 16052350976 5151 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23100/statm: 3919031 5152 2121 9 0 3909750 0
[pid=23100/tid=23101] ppid=23098 vsize=15676124 CPUtime=0.09 cores=0,2,4,6
/proc/23100/task/23101/stat : 23101 (java) R 23098 23100 22550 0 -1 4202560 3598 0 1 0 8 1 0 0 18 0 18 0 876493556 16052350976 5152 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 47402462899027 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676124

[startup+0.307194 s]
/proc/loadavg: 5.27 5.49 6.14 7/199 23100
/proc/meminfo: memFree=32067780/32951124 swapFree=67063272/67111528
[pid=23100] ppid=23098 vsize=15684508 CPUtime=0.55 cores=0,2,4,6
/proc/23100/stat : 23100 (java) S 23098 23100 22550 0 -1 4202496 12524 0 1 0 53 2 0 0 25 0 22 0 876493555 16060936192 10559 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23100/statm: 3921127 10560 2215 9 0 3911846 0
[pid=23100/tid=23101] ppid=23098 vsize=15684508 CPUtime=0.29 cores=0,2,4,6
/proc/23100/task/23101/stat : 23101 (java) R 23098 23100 22550 0 -1 4202560 7144 0 1 0 28 1 0 0 19 0 22 0 876493556 16060936192 10560 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 46912505219224 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 15684508

[startup+0.779774 s]
/proc/loadavg: 5.27 5.49 6.14 7/199 23100
/proc/meminfo: memFree=32067780/32951124 swapFree=67063272/67111528
[pid=23100] ppid=23098 vsize=15704000 CPUtime=2.21 cores=0,2,4,6
/proc/23100/stat : 23100 (java) S 23098 23100 22550 0 -1 4202496 34358 0 1 0 216 5 0 0 25 0 22 0 876493555 16080896000 26673 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23100/statm: 3926000 26676 2260 9 0 3916719 0
[pid=23100/tid=23101] ppid=23098 vsize=15704000 CPUtime=0.4 cores=0,2,4,6
/proc/23100/task/23101/stat : 23101 (java) S 23098 23100 22550 0 -1 4202560 7490 0 1 0 39 1 0 0 20 0 22 0 876493556 16080896000 26677 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 15704000

[startup+1.50098 s]
/proc/loadavg: 5.27 5.49 6.14 10/221 23122
/proc/meminfo: memFree=31645844/32951124 swapFree=67063272/67111528
[pid=23100] ppid=23098 vsize=15704288 CPUtime=5.03 cores=0,2,4,6
/proc/23100/stat : 23100 (java) S 23098 23100 22550 0 -1 4202496 60512 0 1 0 495 8 0 0 25 0 22 0 876493555 16081190912 50540 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23100/statm: 3926072 50540 2279 9 0 3916791 0
[pid=23100/tid=23101] ppid=23098 vsize=15704288 CPUtime=0.4 cores=0,2,4,6
/proc/23100/task/23101/stat : 23101 (java) S 23098 23100 22550 0 -1 4202560 7490 0 1 0 39 1 0 0 20 0 22 0 876493556 16081190912 50540 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 4 0 0 0
[pid=23100/tid=23103] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23103/stat : 23103 (java) S 23098 23100 22550 0 -1 4202560 234 0 0 0 0 0 0 0 16 0 22 0 876493556 16081190912 50540 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 2 0 0 0
[pid=23100/tid=23104] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23104/stat : 23104 (java) S 23098 23100 22550 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 876493556 16081190912 50540 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 0 0 0 0
[pid=23100/tid=23105] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23105/stat : 23105 (java) S 23098 23100 22550 0 -1 4202560 407 0 0 0 0 0 0 0 16 0 22 0 876493556 16081190912 50540 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 0 0 0 0
[pid=23100/tid=23106] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23106/stat : 23106 (java) S 23098 23100 22550 0 -1 4202560 540 0 0 0 0 0 0 0 16 0 22 0 876493556 16081190912 50540 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 4 0 0 0
[pid=23100/tid=23107] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23107/stat : 23107 (java) S 23098 23100 22550 0 -1 4202560 321 0 0 0 0 0 0 0 16 0 22 0 876493556 16081190912 50540 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 4 0 0 0
[pid=23100/tid=23108] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23108/stat : 23108 (java) S 23098 23100 22550 0 -1 4202560 354 0 0 0 0 0 0 0 16 0 22 0 876493556 16081190912 50540 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 2 0 0 0
[pid=23100/tid=23109] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23109/stat : 23109 (java) S 23098 23100 22550 0 -1 4202560 398 0 0 0 0 0 0 0 16 0 22 0 876493556 16081190912 50540 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 4 0 0 0
[pid=23100/tid=23110] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23110/stat : 23110 (java) S 23098 23100 22550 0 -1 4202560 190 0 0 0 0 0 0 0 16 0 22 0 876493556 16081190912 50540 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 2 0 0 0
[pid=23100/tid=23111] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23111/stat : 23111 (java) S 23098 23100 22550 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 22 0 876493557 16081190912 50540 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708928 0 0 0 16800975 18446604453828798400 0 0 -1 6 0 0 0
[pid=23100/tid=23112] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23112/stat : 23112 (java) S 23098 23100 22550 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 876493558 16081190912 50540 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 2 0 0 0
[pid=23100/tid=23113] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23113/stat : 23113 (java) S 23098 23100 22550 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 876493558 16081190912 50540 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 2 0 0 0
[pid=23100/tid=23114] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23114/stat : 23114 (java) S 23098 23100 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876493560 16081190912 50540 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347716017 0 4 0 16800975 18446604453828798400 0 0 -1 6 0 0 0
[pid=23100/tid=23115] ppid=23098 vsize=15704288 CPUtime=0.99 cores=0,2,4,6
/proc/23100/task/23115/stat : 23115 (java) S 23098 23100 22550 0 -1 4202560 7180 0 0 0 98 1 0 0 16 0 22 0 876493560 16081190912 50540 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 0 0 0 0
[pid=23100/tid=23116] ppid=23098 vsize=15704288 CPUtime=0.97 cores=0,2,4,6
/proc/23100/task/23116/stat : 23116 (java) S 23098 23100 22550 0 -1 4202560 14027 0 0 0 96 1 0 0 15 0 22 0 876493560 16081190912 50540 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 2 0 0 0
[pid=23100/tid=23117] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23117/stat : 23117 (java) S 23098 23100 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876493560 16081190912 50540 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 2 0 0 0
[pid=23100/tid=23118] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23118/stat : 23118 (java) S 23098 23100 22550 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 876493560 16081190912 50540 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708928 0 4 0 16800975 18446604453828798400 0 0 -1 4 0 0 0
[pid=23100/tid=23119] ppid=23098 vsize=15704288 CPUtime=1.04 cores=0,2,4,6
/proc/23100/task/23119/stat : 23119 (java) R 23098 23100 22550 0 -1 4202560 13039 0 0 0 103 1 0 0 19 0 22 0 876493583 16081190912 50540 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 46912505754391 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=23100/tid=23120] ppid=23098 vsize=15704288 CPUtime=0.3 cores=0,2,4,6
/proc/23100/task/23120/stat : 23120 (java) R 23098 23100 22550 0 -1 4202560 2215 0 0 0 30 0 0 0 18 0 22 0 876493583 16081190912 50540 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 46912505939629 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23100/tid=23121] ppid=23098 vsize=15704288 CPUtime=0.26 cores=0,2,4,6
/proc/23100/task/23121/stat : 23121 (java) R 23098 23100 22550 0 -1 4202560 346 0 0 0 26 0 0 0 17 0 22 0 876493583 16081190912 50540 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 46912505809085 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23100/tid=23122] ppid=23098 vsize=15704288 CPUtime=0.99 cores=0,2,4,6
/proc/23100/task/23122/stat : 23122 (java) R 23098 23100 22550 0 -1 4202560 12372 0 0 0 98 1 0 0 20 0 22 0 876493583 16081190912 50540 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 46912505785014 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.03
Current children cumulated vsize (KiB) 15704288

[startup+3.1007 s]
/proc/loadavg: 5.27 5.49 6.14 10/221 23122
/proc/meminfo: memFree=31318236/32951124 swapFree=67063272/67111528
[pid=23100] ppid=23098 vsize=15704288 CPUtime=11.41 cores=0,2,4,6
/proc/23100/stat : 23100 (java) S 23098 23100 22550 0 -1 4202496 93326 0 1 0 1129 12 0 0 25 0 22 0 876493555 16081190912 81731 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23100/statm: 3926072 81731 2279 9 0 3916791 0
[pid=23100/tid=23101] ppid=23098 vsize=15704288 CPUtime=0.4 cores=0,2,4,6
/proc/23100/task/23101/stat : 23101 (java) S 23098 23100 22550 0 -1 4202560 7490 0 1 0 39 1 0 0 20 0 22 0 876493556 16081190912 81731 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 4 0 0 0
[pid=23100/tid=23103] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23103/stat : 23103 (java) S 23098 23100 22550 0 -1 4202560 498 0 0 0 0 0 0 0 15 0 22 0 876493556 16081190912 81731 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 0 0 0 0
[pid=23100/tid=23104] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23104/stat : 23104 (java) S 23098 23100 22550 0 -1 4202560 514 0 0 0 0 0 0 0 15 0 22 0 876493556 16081190912 81731 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 0 0 0 0
[pid=23100/tid=23105] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23105/stat : 23105 (java) S 23098 23100 22550 0 -1 4202560 716 0 0 0 0 0 0 0 15 0 22 0 876493556 16081190912 81731 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 0 0 0 0
[pid=23100/tid=23106] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23106/stat : 23106 (java) S 23098 23100 22550 0 -1 4202560 1213 0 0 0 0 0 0 0 15 0 22 0 876493556 16081190912 81731 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 4 0 0 0
[pid=23100/tid=23107] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23107/stat : 23107 (java) S 23098 23100 22550 0 -1 4202560 684 0 0 0 0 0 0 0 15 0 22 0 876493556 16081190912 81731 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 6 0 0 0
[pid=23100/tid=23108] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23108/stat : 23108 (java) S 23098 23100 22550 0 -1 4202560 811 0 0 0 0 0 0 0 15 0 22 0 876493556 16081190912 81731 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 2 0 0 0
[pid=23100/tid=23109] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23109/stat : 23109 (java) S 23098 23100 22550 0 -1 4202560 951 0 0 0 0 0 0 0 15 0 22 0 876493556 16081190912 81731 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 6 0 0 0
[pid=23100/tid=23110] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23110/stat : 23110 (java) S 23098 23100 22550 0 -1 4202560 593 0 0 0 0 0 0 0 16 0 22 0 876493556 16081190912 81731 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 2 0 0 0
[pid=23100/tid=23111] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23111/stat : 23111 (java) S 23098 23100 22550 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 22 0 876493557 16081190912 81731 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708928 0 0 0 16800975 18446604453828798400 0 0 -1 6 0 0 0
[pid=23100/tid=23112] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23112/stat : 23112 (java) S 23098 23100 22550 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 876493558 16081190912 81731 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 2 0 0 0
[pid=23100/tid=23113] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23113/stat : 23113 (java) S 23098 23100 22550 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 876493558 16081190912 81731 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 2 0 0 0
[pid=23100/tid=23114] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23114/stat : 23114 (java) S 23098 23100 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876493560 16081190912 81731 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347716017 0 4 0 16800975 18446604453828798400 0 0 -1 6 0 0 0
[pid=23100/tid=23115] ppid=23098 vsize=15704288 CPUtime=1.05 cores=0,2,4,6
/proc/23100/task/23115/stat : 23115 (java) S 23098 23100 22550 0 -1 4202560 7189 0 0 0 104 1 0 0 15 0 22 0 876493560 16081190912 81731 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 0 0 0 0
[pid=23100/tid=23116] ppid=23098 vsize=15704288 CPUtime=1.03 cores=0,2,4,6
/proc/23100/task/23116/stat : 23116 (java) S 23098 23100 22550 0 -1 4202560 14036 0 0 0 102 1 0 0 15 0 22 0 876493560 16081190912 81731 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 6 0 0 0
[pid=23100/tid=23117] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23117/stat : 23117 (java) S 23098 23100 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876493560 16081190912 81731 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 2 0 0 0
[pid=23100/tid=23118] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23118/stat : 23118 (java) S 23098 23100 22550 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 876493560 16081190912 81731 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708928 0 4 0 16800975 18446604453828798400 0 0 -1 4 0 0 0
[pid=23100/tid=23119] ppid=23098 vsize=15704288 CPUtime=2.57 cores=0,2,4,6
/proc/23100/task/23119/stat : 23119 (java) R 23098 23100 22550 0 -1 4202560 20072 0 0 0 255 2 0 0 23 0 22 0 876493583 16081190912 81731 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 46912505809292 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=23100/tid=23120] ppid=23098 vsize=15704288 CPUtime=1.81 cores=0,2,4,6
/proc/23100/task/23120/stat : 23120 (java) R 23098 23100 22550 0 -1 4202560 9336 0 0 0 181 0 0 0 21 0 22 0 876493583 16081190912 81731 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 46912505737975 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23100/tid=23121] ppid=23098 vsize=15704288 CPUtime=1.84 cores=0,2,4,6
/proc/23100/task/23121/stat : 23121 (java) R 23098 23100 22550 0 -1 4202560 8112 0 0 0 184 0 0 0 20 0 22 0 876493583 16081190912 81731 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 46912505880302 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23100/tid=23122] ppid=23098 vsize=15704288 CPUtime=2.58 cores=0,2,4,6
/proc/23100/task/23122/stat : 23122 (java) R 23098 23100 22550 0 -1 4202560 19664 0 0 0 257 1 0 0 25 0 22 0 876493583 16081190912 81731 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 46912505784496 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.41
Current children cumulated vsize (KiB) 15704288

[startup+6.30113 s]
/proc/loadavg: 5.49 5.53 6.15 9/221 23122
/proc/meminfo: memFree=30788156/32951124 swapFree=67063272/67111528
[pid=23100] ppid=23098 vsize=15704288 CPUtime=24.16 cores=0,2,4,6
/proc/23100/stat : 23100 (java) S 23098 23100 22550 0 -1 4202496 93695 0 1 0 2404 12 0 0 25 0 22 0 876493555 16081190912 69231 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23100/statm: 3926072 69231 2289 9 0 3916791 0
[pid=23100/tid=23101] ppid=23098 vsize=15704288 CPUtime=0.4 cores=0,2,4,6
/proc/23100/task/23101/stat : 23101 (java) S 23098 23100 22550 0 -1 4202560 7490 0 1 0 39 1 0 0 20 0 22 0 876493556 16081190912 69231 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 4 0 0 0
[pid=23100/tid=23103] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23103/stat : 23103 (java) S 23098 23100 22550 0 -1 4202560 510 0 0 0 0 0 0 0 15 0 22 0 876493556 16081190912 69231 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 4 0 0 0
[pid=23100/tid=23104] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23104/stat : 23104 (java) S 23098 23100 22550 0 -1 4202560 550 0 0 0 0 0 0 0 15 0 22 0 876493556 16081190912 69231 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 0 0 0 0
[pid=23100/tid=23105] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23105/stat : 23105 (java) S 23098 23100 22550 0 -1 4202560 740 0 0 0 0 0 0 0 15 0 22 0 876493556 16081190912 69231 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 0 0 0 0
[pid=23100/tid=23106] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23106/stat : 23106 (java) S 23098 23100 22550 0 -1 4202560 1282 0 0 0 0 0 0 0 15 0 22 0 876493556 16081190912 69231 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 4 0 0 0
[pid=23100/tid=23107] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23107/stat : 23107 (java) S 23098 23100 22550 0 -1 4202560 712 0 0 0 0 0 0 0 16 0 22 0 876493556 16081190912 69231 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 6 0 0 0
[pid=23100/tid=23108] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23108/stat : 23108 (java) S 23098 23100 22550 0 -1 4202560 864 0 0 0 0 0 0 0 15 0 22 0 876493556 16081190912 69231 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 6 0 0 0
[pid=23100/tid=23109] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23109/stat : 23109 (java) S 23098 23100 22550 0 -1 4202560 1021 0 0 0 0 0 0 0 16 0 22 0 876493556 16081190912 69231 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 2 0 0 0
[pid=23100/tid=23110] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23110/stat : 23110 (java) S 23098 23100 22550 0 -1 4202560 615 0 0 0 0 0 0 0 15 0 22 0 876493556 16081190912 69231 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 0 0 0 0

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

[pid=23100/tid=23120] ppid=23098 vsize=15704288 CPUtime=1047.75 cores=0,2,4,6
/proc/23100/task/23120/stat : 23120 (java) R 23098 23100 22550 0 -1 4202560 138840 0 0 0 104749 26 0 0 25 0 22 0 876493583 16081190912 67981 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 46912505812774 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23100/tid=23121] ppid=23098 vsize=15704288 CPUtime=1048.79 cores=0,2,4,6
/proc/23100/task/23121/stat : 23121 (java) R 23098 23100 22550 0 -1 4202560 140100 0 0 0 104853 26 0 0 25 0 22 0 876493583 16081190912 67981 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 47402462222610 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=23100/tid=23122] ppid=23098 vsize=15704288 CPUtime=1049.67 cores=0,2,4,6
/proc/23100/task/23122/stat : 23122 (java) R 23098 23100 22550 0 -1 4202560 150141 0 0 0 104941 26 0 0 25 0 22 0 876493583 16081190912 67981 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 46912505945462 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4223.29
Current children cumulated vsize (KiB) 15704288

[startup+1122.3 s]
/proc/loadavg: 8.14 8.10 7.54 9/221 23163
/proc/meminfo: memFree=31402340/32951124 swapFree=67063272/67111528
[pid=23100] ppid=23098 vsize=15704288 CPUtime=4461.95 cores=0,2,4,6
/proc/23100/stat : 23100 (java) S 23098 23100 22550 0 -1 4202496 1144228 0 1 0 445896 299 0 0 25 0 22 0 876493555 16081190912 87632 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23100/statm: 3926072 87632 2299 9 0 3916791 0
[pid=23100/tid=23101] ppid=23098 vsize=15704288 CPUtime=0.4 cores=0,2,4,6
/proc/23100/task/23101/stat : 23101 (java) S 23098 23100 22550 0 -1 4202560 7490 0 1 0 39 1 0 0 20 0 22 0 876493556 16081190912 87632 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 4 0 0 0
[pid=23100/tid=23103] ppid=23098 vsize=15704288 CPUtime=3.18 cores=0,2,4,6
/proc/23100/task/23103/stat : 23103 (java) S 23098 23100 22550 0 -1 4202560 61124 0 0 0 304 14 0 0 15 0 22 0 876493556 16081190912 87632 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 2 0 0 0
[pid=23100/tid=23104] ppid=23098 vsize=15704288 CPUtime=3.03 cores=0,2,4,6
/proc/23100/task/23104/stat : 23104 (java) S 23098 23100 22550 0 -1 4202560 59104 0 0 0 289 14 0 0 16 0 22 0 876493556 16081190912 87632 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 2 0 0 0
[pid=23100/tid=23105] ppid=23098 vsize=15704288 CPUtime=3.13 cores=0,2,4,6
/proc/23100/task/23105/stat : 23105 (java) S 23098 23100 22550 0 -1 4202560 60910 0 0 0 297 16 0 0 15 0 22 0 876493556 16081190912 87632 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 6 0 0 0
[pid=23100/tid=23106] ppid=23098 vsize=15704288 CPUtime=3.1 cores=0,2,4,6
/proc/23100/task/23106/stat : 23106 (java) S 23098 23100 22550 0 -1 4202560 59382 0 0 0 299 11 0 0 15 0 22 0 876493556 16081190912 87632 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 6 0 0 0
[pid=23100/tid=23107] ppid=23098 vsize=15704288 CPUtime=3.05 cores=0,2,4,6
/proc/23100/task/23107/stat : 23107 (java) S 23098 23100 22550 0 -1 4202560 60485 0 0 0 291 14 0 0 16 0 22 0 876493556 16081190912 87632 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 4 0 0 0
[pid=23100/tid=23108] ppid=23098 vsize=15704288 CPUtime=3.12 cores=0,2,4,6
/proc/23100/task/23108/stat : 23108 (java) S 23098 23100 22550 0 -1 4202560 58237 0 0 0 295 17 0 0 15 0 22 0 876493556 16081190912 87632 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 4 0 0 0
[pid=23100/tid=23109] ppid=23098 vsize=15704288 CPUtime=3.08 cores=0,2,4,6
/proc/23100/task/23109/stat : 23109 (java) S 23098 23100 22550 0 -1 4202560 60409 0 0 0 292 16 0 0 15 0 22 0 876493556 16081190912 87632 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 0 0 0 0
[pid=23100/tid=23110] ppid=23098 vsize=15704288 CPUtime=3.11 cores=0,2,4,6
/proc/23100/task/23110/stat : 23110 (java) S 23098 23100 22550 0 -1 4202560 59565 0 0 0 296 15 0 0 15 0 22 0 876493556 16081190912 87632 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 0 0 0 0
[pid=23100/tid=23111] ppid=23098 vsize=15704288 CPUtime=1.93 cores=0,2,4,6
/proc/23100/task/23111/stat : 23111 (java) S 23098 23100 22550 0 -1 4202560 2864 0 0 0 139 54 0 0 16 0 22 0 876493557 16081190912 87632 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708928 0 0 0 16800975 18446604453828798400 0 0 -1 6 0 0 0
[pid=23100/tid=23112] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23112/stat : 23112 (java) S 23098 23100 22550 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 876493558 16081190912 87632 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 2 0 0 0
[pid=23100/tid=23113] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23113/stat : 23113 (java) S 23098 23100 22550 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 876493558 16081190912 87632 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 2 0 0 0
[pid=23100/tid=23114] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23114/stat : 23114 (java) S 23098 23100 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876493560 16081190912 87632 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347716017 0 4 0 16800975 18446604453828798400 0 0 -1 6 0 0 0
[pid=23100/tid=23115] ppid=23098 vsize=15704288 CPUtime=1.14 cores=0,2,4,6
/proc/23100/task/23115/stat : 23115 (java) S 23098 23100 22550 0 -1 4202560 7210 0 0 0 113 1 0 0 16 0 22 0 876493560 16081190912 87632 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 0 0 0 0
[pid=23100/tid=23116] ppid=23098 vsize=15704288 CPUtime=1.18 cores=0,2,4,6
/proc/23100/task/23116/stat : 23116 (java) S 23098 23100 22550 0 -1 4202560 14068 0 0 0 117 1 0 0 15 0 22 0 876493560 16081190912 87632 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 6 0 0 0
[pid=23100/tid=23117] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23117/stat : 23117 (java) S 23098 23100 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876493560 16081190912 87632 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 2 0 0 0
[pid=23100/tid=23118] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23118/stat : 23118 (java) S 23098 23100 22550 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 22 0 876493560 16081190912 87632 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708928 0 4 0 16800975 18446604453828798400 0 0 -1 4 0 0 0
[pid=23100/tid=23119] ppid=23098 vsize=15704288 CPUtime=1108.18 cores=0,2,4,6
/proc/23100/task/23119/stat : 23119 (java) R 23098 23100 22550 0 -1 4202560 165135 0 0 0 110785 33 0 0 25 0 22 0 876493583 16081190912 87632 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 46912505784978 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=23100/tid=23120] ppid=23098 vsize=15704288 CPUtime=1107.17 cores=0,2,4,6
/proc/23100/task/23120/stat : 23120 (java) R 23098 23100 22550 0 -1 4202560 151749 0 0 0 110688 29 0 0 25 0 22 0 876493583 16081190912 87632 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 46912505738049 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23100/tid=23121] ppid=23098 vsize=15704288 CPUtime=1108.1 cores=0,2,4,6
/proc/23100/task/23121/stat : 23121 (java) R 23098 23100 22550 0 -1 4202560 152665 0 0 0 110782 28 0 0 25 0 22 0 876493583 16081190912 87632 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 46912505651669 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23100/tid=23122] ppid=23098 vsize=15704288 CPUtime=1108.89 cores=0,2,4,6
/proc/23100/task/23122/stat : 23122 (java) R 23098 23100 22550 0 -1 4202560 162387 0 0 0 110861 28 0 0 25 0 22 0 876493583 16081190912 87632 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 47402462222188 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4461.95
Current children cumulated vsize (KiB) 15704288

[startup+1182.3 s]
/proc/loadavg: 8.16 8.11 7.57 9/221 23165
/proc/meminfo: memFree=31503352/32951124 swapFree=67063272/67111528
[pid=23100] ppid=23098 vsize=15704288 CPUtime=4700.5 cores=0,2,4,6
/proc/23100/stat : 23100 (java) S 23098 23100 22550 0 -1 4202496 1196624 0 1 0 469738 312 0 0 25 0 22 0 876493555 16081190912 80253 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23100/statm: 3926072 80253 2299 9 0 3916791 0
[pid=23100/tid=23101] ppid=23098 vsize=15704288 CPUtime=0.4 cores=0,2,4,6
/proc/23100/task/23101/stat : 23101 (java) S 23098 23100 22550 0 -1 4202560 7490 0 1 0 39 1 0 0 20 0 22 0 876493556 16081190912 80253 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 4 0 0 0
[pid=23100/tid=23103] ppid=23098 vsize=15704288 CPUtime=3.3 cores=0,2,4,6
/proc/23100/task/23103/stat : 23103 (java) S 23098 23100 22550 0 -1 4202560 64936 0 0 0 316 14 0 0 15 0 22 0 876493556 16081190912 80253 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 0 0 0 0
[pid=23100/tid=23104] ppid=23098 vsize=15704288 CPUtime=3.2 cores=0,2,4,6
/proc/23100/task/23104/stat : 23104 (java) S 23098 23100 22550 0 -1 4202560 62290 0 0 0 305 15 0 0 15 0 22 0 876493556 16081190912 80253 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 2 0 0 0
[pid=23100/tid=23105] ppid=23098 vsize=15704288 CPUtime=3.29 cores=0,2,4,6
/proc/23100/task/23105/stat : 23105 (java) S 23098 23100 22550 0 -1 4202560 64110 0 0 0 312 17 0 0 15 0 22 0 876493556 16081190912 80253 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 4 0 0 0
[pid=23100/tid=23106] ppid=23098 vsize=15704288 CPUtime=3.27 cores=0,2,4,6
/proc/23100/task/23106/stat : 23106 (java) S 23098 23100 22550 0 -1 4202560 63007 0 0 0 315 12 0 0 15 0 22 0 876493556 16081190912 80253 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 0 0 0 0
[pid=23100/tid=23107] ppid=23098 vsize=15704288 CPUtime=3.2 cores=0,2,4,6
/proc/23100/task/23107/stat : 23107 (java) S 23098 23100 22550 0 -1 4202560 63423 0 0 0 306 14 0 0 15 0 22 0 876493556 16081190912 80253 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 6 0 0 0
[pid=23100/tid=23108] ppid=23098 vsize=15704288 CPUtime=3.3 cores=0,2,4,6
/proc/23100/task/23108/stat : 23108 (java) S 23098 23100 22550 0 -1 4202560 62445 0 0 0 312 18 0 0 15 0 22 0 876493556 16081190912 80253 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 4 0 0 0
[pid=23100/tid=23109] ppid=23098 vsize=15704288 CPUtime=3.24 cores=0,2,4,6
/proc/23100/task/23109/stat : 23109 (java) S 23098 23100 22550 0 -1 4202560 63849 0 0 0 307 17 0 0 15 0 22 0 876493556 16081190912 80253 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 2 0 0 0
[pid=23100/tid=23110] ppid=23098 vsize=15704288 CPUtime=3.28 cores=0,2,4,6
/proc/23100/task/23110/stat : 23110 (java) S 23098 23100 22550 0 -1 4202560 63460 0 0 0 313 15 0 0 15 0 22 0 876493556 16081190912 80253 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 6 0 0 0
[pid=23100/tid=23111] ppid=23098 vsize=15704288 CPUtime=2.04 cores=0,2,4,6
/proc/23100/task/23111/stat : 23111 (java) S 23098 23100 22550 0 -1 4202560 3047 0 0 0 148 56 0 0 15 0 22 0 876493557 16081190912 80253 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708928 0 0 0 16800975 18446604453828798400 0 0 -1 4 0 0 0
[pid=23100/tid=23112] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23112/stat : 23112 (java) S 23098 23100 22550 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 876493558 16081190912 80253 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 2 0 0 0
[pid=23100/tid=23113] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23113/stat : 23113 (java) S 23098 23100 22550 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 876493558 16081190912 80253 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 2 0 0 0
[pid=23100/tid=23114] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23114/stat : 23114 (java) S 23098 23100 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876493560 16081190912 80253 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347716017 0 4 0 16800975 18446604453828798400 0 0 -1 6 0 0 0
[pid=23100/tid=23115] ppid=23098 vsize=15704288 CPUtime=1.14 cores=0,2,4,6
/proc/23100/task/23115/stat : 23115 (java) S 23098 23100 22550 0 -1 4202560 7210 0 0 0 113 1 0 0 16 0 22 0 876493560 16081190912 80253 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 0 0 0 0
[pid=23100/tid=23116] ppid=23098 vsize=15704288 CPUtime=1.18 cores=0,2,4,6
/proc/23100/task/23116/stat : 23116 (java) S 23098 23100 22550 0 -1 4202560 14068 0 0 0 117 1 0 0 15 0 22 0 876493560 16081190912 80253 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 6 0 0 0
[pid=23100/tid=23117] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23117/stat : 23117 (java) S 23098 23100 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876493560 16081190912 80253 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 2 0 0 0
[pid=23100/tid=23118] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23118/stat : 23118 (java) S 23098 23100 22550 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 876493560 16081190912 80253 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708928 0 4 0 16800975 18446604453828798400 0 0 -1 4 0 0 0
[pid=23100/tid=23119] ppid=23098 vsize=15704288 CPUtime=1167.47 cores=0,2,4,6
/proc/23100/task/23119/stat : 23119 (java) R 23098 23100 22550 0 -1 4202560 171206 0 0 0 116713 34 0 0 25 0 22 0 876493583 16081190912 80253 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 46912505761638 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=23100/tid=23120] ppid=23098 vsize=15704288 CPUtime=1166.44 cores=0,2,4,6
/proc/23100/task/23120/stat : 23120 (java) R 23098 23100 22550 0 -1 4202560 157214 0 0 0 116614 30 0 0 25 0 22 0 876493583 16081190912 80253 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 46912505737846 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23100/tid=23121] ppid=23098 vsize=15704288 CPUtime=1167.45 cores=0,2,4,6
/proc/23100/task/23121/stat : 23121 (java) R 23098 23100 22550 0 -1 4202560 158930 0 0 0 116716 29 0 0 25 0 22 0 876493583 16081190912 80253 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 46912505784234 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23100/tid=23122] ppid=23098 vsize=15704288 CPUtime=1168.13 cores=0,2,4,6
/proc/23100/task/23122/stat : 23122 (java) R 23098 23100 22550 0 -1 4202560 168491 0 0 0 116784 29 0 0 25 0 22 0 876493583 16081190912 80253 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 46912505812912 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4700.5
Current children cumulated vsize (KiB) 15704288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.4 s]
/proc/loadavg: 8.53 8.20 7.62 6/198 23169
/proc/meminfo: memFree=31807328/32951124 swapFree=67063272/67111528
[pid=23100] ppid=23098 vsize=15704288 CPUtime=4800.33 cores=0,2,4,6
/proc/23100/stat : 23100 (java) S 23098 23100 22550 0 -1 4202496 1224570 0 1 0 479714 319 0 0 25 0 22 0 876493555 16081190912 88852 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23100/statm: 3926072 88852 2299 9 0 3916791 0
[pid=23100/tid=23101] ppid=23098 vsize=15704288 CPUtime=0.4 cores=0,2,4,6
/proc/23100/task/23101/stat : 23101 (java) S 23098 23100 22550 0 -1 4202560 7490 0 1 0 39 1 0 0 20 0 22 0 876493556 16081190912 88852 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 4 0 0 0
[pid=23100/tid=23103] ppid=23098 vsize=15704288 CPUtime=3.37 cores=0,2,4,6
/proc/23100/task/23103/stat : 23103 (java) S 23098 23100 22550 0 -1 4202560 67430 0 0 0 323 14 0 0 15 0 22 0 876493556 16081190912 88852 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 0 0 0 0
[pid=23100/tid=23104] ppid=23098 vsize=15704288 CPUtime=3.24 cores=0,2,4,6
/proc/23100/task/23104/stat : 23104 (java) S 23098 23100 22550 0 -1 4202560 64452 0 0 0 309 15 0 0 15 0 22 0 876493556 16081190912 88852 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 0 0 0 0
[pid=23100/tid=23105] ppid=23098 vsize=15704288 CPUtime=3.35 cores=0,2,4,6
/proc/23100/task/23105/stat : 23105 (java) S 23098 23100 22550 0 -1 4202560 65600 0 0 0 318 17 0 0 15 0 22 0 876493556 16081190912 88852 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 2 0 0 0
[pid=23100/tid=23106] ppid=23098 vsize=15704288 CPUtime=3.33 cores=0,2,4,6
/proc/23100/task/23106/stat : 23106 (java) S 23098 23100 22550 0 -1 4202560 65030 0 0 0 321 12 0 0 15 0 22 0 876493556 16081190912 88852 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 0 0 0 0
[pid=23100/tid=23107] ppid=23098 vsize=15704288 CPUtime=3.27 cores=0,2,4,6
/proc/23100/task/23107/stat : 23107 (java) S 23098 23100 22550 0 -1 4202560 65637 0 0 0 312 15 0 0 15 0 22 0 876493556 16081190912 88852 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 6 0 0 0
[pid=23100/tid=23108] ppid=23098 vsize=15704288 CPUtime=3.37 cores=0,2,4,6
/proc/23100/task/23108/stat : 23108 (java) S 23098 23100 22550 0 -1 4202560 64117 0 0 0 319 18 0 0 16 0 22 0 876493556 16081190912 88852 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 2 0 0 0
[pid=23100/tid=23109] ppid=23098 vsize=15704288 CPUtime=3.31 cores=0,2,4,6
/proc/23100/task/23109/stat : 23109 (java) S 23098 23100 22550 0 -1 4202560 65604 0 0 0 313 18 0 0 16 0 22 0 876493556 16081190912 88852 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 4 0 0 0
[pid=23100/tid=23110] ppid=23098 vsize=15704288 CPUtime=3.34 cores=0,2,4,6
/proc/23100/task/23110/stat : 23110 (java) S 23098 23100 22550 0 -1 4202560 65791 0 0 0 319 15 0 0 15 0 22 0 876493556 16081190912 88852 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 6 0 0 0
[pid=23100/tid=23111] ppid=23098 vsize=15704288 CPUtime=2.09 cores=0,2,4,6
/proc/23100/task/23111/stat : 23111 (java) S 23098 23100 22550 0 -1 4202560 3111 0 0 0 151 58 0 0 15 0 22 0 876493557 16081190912 88852 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708928 0 0 0 16800975 18446604453828798400 0 0 -1 0 0 0 0
[pid=23100/tid=23112] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23112/stat : 23112 (java) S 23098 23100 22550 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 876493558 16081190912 88852 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 2 0 0 0
[pid=23100/tid=23113] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23113/stat : 23113 (java) S 23098 23100 22550 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 876493558 16081190912 88852 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 2 0 0 0
[pid=23100/tid=23114] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23114/stat : 23114 (java) S 23098 23100 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876493560 16081190912 88852 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347716017 0 4 0 16800975 18446604453828798400 0 0 -1 6 0 0 0
[pid=23100/tid=23115] ppid=23098 vsize=15704288 CPUtime=1.14 cores=0,2,4,6
/proc/23100/task/23115/stat : 23115 (java) S 23098 23100 22550 0 -1 4202560 7210 0 0 0 113 1 0 0 16 0 22 0 876493560 16081190912 88852 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 0 0 0 0
[pid=23100/tid=23116] ppid=23098 vsize=15704288 CPUtime=1.18 cores=0,2,4,6
/proc/23100/task/23116/stat : 23116 (java) S 23098 23100 22550 0 -1 4202560 14068 0 0 0 117 1 0 0 15 0 22 0 876493560 16081190912 88852 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 6 0 0 0
[pid=23100/tid=23117] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23117/stat : 23117 (java) S 23098 23100 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876493560 16081190912 88852 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708313 0 4 0 16800975 18446604453828798400 0 0 -1 2 0 0 0
[pid=23100/tid=23118] ppid=23098 vsize=15704288 CPUtime=0 cores=0,2,4,6
/proc/23100/task/23118/stat : 23118 (java) S 23098 23100 22550 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 876493560 16081190912 88852 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 232347708928 0 4 0 16800975 18446604453828798400 0 0 -1 4 0 0 0
[pid=23100/tid=23119] ppid=23098 vsize=15704288 CPUtime=1192.32 cores=0,2,4,6
/proc/23100/task/23119/stat : 23119 (java) R 23098 23100 22550 0 -1 4202560 174173 0 0 0 119197 35 0 0 25 0 22 0 876493583 16081190912 88852 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 46912505761424 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23100/tid=23120] ppid=23098 vsize=15704288 CPUtime=1191.3 cores=0,2,4,6
/proc/23100/task/23120/stat : 23120 (java) R 23098 23100 22550 0 -1 4202560 160245 0 0 0 119099 31 0 0 25 0 22 0 876493583 16081190912 88852 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 46912505784051 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23100/tid=23121] ppid=23098 vsize=15704288 CPUtime=1192.18 cores=0,2,4,6
/proc/23100/task/23121/stat : 23121 (java) R 23098 23100 22550 0 -1 4202560 161850 0 0 0 119188 30 0 0 25 0 22 0 876493583 16081190912 88852 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 46912506180287 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=23100/tid=23122] ppid=23098 vsize=15704288 CPUtime=1192.99 cores=0,2,4,6
/proc/23100/task/23122/stat : 23122 (java) R 23098 23100 22550 0 -1 4202560 171314 0 0 0 119269 30 0 0 25 0 22 0 876493583 16081190912 88852 33554432000 1073741824 1073778376 140735915040528 18446744073709551615 47402462222102 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 15704288

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.38
CPU user time (s): 4797.17
CPU system time (s): 3.21051
CPU usage (%): 397.569
Max. virtual memory (cumulated for all children) (KiB): 15706912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.17
system time used= 3.21051
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1224596
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= 331345
involuntary context switches= 217820

runsolver used 2.00069 second user time and 4.6333 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-09 21:49:14
IDJOB=3311354
IDBENCH=82739
IDSOLVER=1698
FILE ID=node132/3311354-1307648954
RUNJOBID= node132-1307645235-22568
PBS_JOBID= 13549411
Free space on /tmp= 74188 MiB

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

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

MD5SUM BENCH= 1c5680fb79b6ea8965a1c94337260953
RANDOM SEED=1778888697

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:      32070184 kB
Buffers:        191024 kB
Cached:         376720 kB
SwapCached:       9968 kB
Active:         404512 kB
Inactive:       272744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32070184 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:            3188 kB
Writeback:           0 kB
AnonPages:      106720 kB
Mapped:          17156 kB
Slab:           140452 kB
PageTables:       4632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   798364 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= 74188 MiB
End job on node132 at 2011-06-09 22:09:23