Trace number 3312220

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.68 1218.38

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtviseisenberg2-tseitin.cnf
MD5SUM7eb9713591c46f87c512df513290fd7f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark25.2302
Satisfiable
(Un)Satisfiability was proved
Number of variables115266
Number of clauses345359
Sum of the clauses size805835
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2230238
Number of clauses of size 3115119
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.12	49:53 INFO : Reading from input HOME/instance-3312220-1304110192.cnf
1.63/1.42	Executor set job limit to 1000000
1.63/1.42	Executor set job limit to 1000000
1.63/1.42	Executor set job limit to 1000000
1.63/1.42	Executor set job limit to 1000000
1.63/1.42	Starting Executor!
1.63/1.42	Starting Executor!
1.63/1.42	Starting Executor!
1.63/1.42	Starting Executor!
10.59/8.23	50:01 INFO : 102778 variables remaining out of 115266
10.59/8.23	50:01 INFO : 4713060 literals remaining out of 1151194
3699.47/941.68	log4j:WARN No appenders could be found for logger (ibis.constellation.impl.SingleThreadedConstellation.CID: 0:2).
3699.47/941.68	log4j:WARN Please initialize the log4j system properly.
3699.47/941.68	log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.

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

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

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


[startup+0 s]
/proc/loadavg: 7.87 8.00 7.64 5/198 5165
/proc/meminfo: memFree=24409764/32951124 swapFree=67111524/67111528
[pid=5165] ppid=5163 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/5165/stat : 5165 (java) R 5163 5165 4889 0 -1 4202496 1071 0 0 0 0 0 0 0 25 0 1 0 255210543 23580672 558 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268655699712 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5165/statm: 5757 571 430 9 0 124 0

[startup+0.0213169 s]
/proc/loadavg: 7.87 8.00 7.64 5/198 5165
/proc/meminfo: memFree=24409764/32951124 swapFree=67111524/67111528
[pid=5165] ppid=5163 vsize=15591648 CPUtime=0 cores=0,2,4,6
/proc/5165/stat : 5165 (java) S 5163 5165 4889 0 -1 4202496 3134 0 1 0 0 0 0 0 25 0 10 0 255210543 15965847552 2576 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672464869 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/5165/statm: 3897912 2578 1513 9 0 3888660 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15591648

[startup+0.100758 s]
/proc/loadavg: 7.87 8.00 7.64 5/198 5165
/proc/meminfo: memFree=24409764/32951124 swapFree=67111524/67111528
[pid=5165] ppid=5163 vsize=15675996 CPUtime=0.1 cores=0,2,4,6
/proc/5165/stat : 5165 (java) S 5163 5165 4889 0 -1 4202496 5527 0 1 0 9 1 0 0 25 0 18 0 255210543 16052219904 4967 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5165/statm: 3918999 4967 2117 9 0 3909718 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15675996

[startup+0.304276 s]
/proc/loadavg: 7.87 8.00 7.64 5/198 5165
/proc/meminfo: memFree=24409764/32951124 swapFree=67111524/67111528
[pid=5165] ppid=5163 vsize=15679100 CPUtime=0.51 cores=0,2,4,6
/proc/5165/stat : 5165 (java) S 5163 5165 4889 0 -1 4202496 15632 0 1 0 49 2 0 0 25 0 18 0 255210543 16055398400 14086 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5165/statm: 3919775 14092 2207 9 0 3910494 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15679100

[startup+0.700195 s]
/proc/loadavg: 7.87 8.00 7.64 5/198 5165
/proc/meminfo: memFree=24409764/32951124 swapFree=67111524/67111528
[pid=5165] ppid=5163 vsize=15679100 CPUtime=0.91 cores=0,2,4,6
/proc/5165/stat : 5165 (java) S 5163 5165 4889 0 -1 4202496 42014 0 1 0 86 5 0 0 25 0 18 0 255210543 16055398400 40466 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5165/statm: 3919775 40466 2223 9 0 3910494 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 15679100

[startup+1.50105 s]
/proc/loadavg: 7.87 8.00 7.64 6/216 5183
/proc/meminfo: memFree=24249048/32951124 swapFree=67111524/67111528
[pid=5165] ppid=5163 vsize=15683212 CPUtime=1.79 cores=0,2,4,6
/proc/5165/stat : 5165 (java) S 5163 5165 4889 0 -1 4202496 76097 0 1 0 169 10 0 0 25 0 22 0 255210543 16059609088 74546 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5165/statm: 3920803 74546 2246 9 0 3911522 0
[pid=5165/tid=5167] ppid=5163 vsize=15683212 CPUtime=1.46 cores=0,2,4,6
/proc/5165/task/5167/stat : 5167 (java) R 5163 5165 4889 0 -1 4202560 66130 0 1 0 138 8 0 0 20 0 22 0 255210544 16059609088 74546 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 46912505194936 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5165/tid=5168] ppid=5163 vsize=15683212 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5168/stat : 5168 (java) S 5163 5165 4889 0 -1 4202560 2207 0 0 0 0 0 0 0 16 0 22 0 255210544 16059609088 74546 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 2 0 0 0
[pid=5165/tid=5169] ppid=5163 vsize=15683212 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5169/stat : 5169 (java) S 5163 5165 4889 0 -1 4202560 382 0 0 0 0 0 0 0 15 0 22 0 255210544 16059609088 74546 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 4 0 0 0
[pid=5165/tid=5170] ppid=5163 vsize=15683212 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5170/stat : 5170 (java) S 5163 5165 4889 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 22 0 255210544 16059609088 74546 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5171] ppid=5163 vsize=15683212 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5171/stat : 5171 (java) S 5163 5165 4889 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 255210544 16059609088 74546 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5172] ppid=5163 vsize=15683212 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5172/stat : 5172 (java) S 5163 5165 4889 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 255210544 16059609088 74546 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 4 0 0 0
[pid=5165/tid=5173] ppid=5163 vsize=15683212 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5173/stat : 5173 (java) S 5163 5165 4889 0 -1 4202560 1458 0 0 0 0 0 0 0 16 0 22 0 255210544 16059609088 74546 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 0 0 0 0
[pid=5165/tid=5174] ppid=5163 vsize=15683212 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5174/stat : 5174 (java) S 5163 5165 4889 0 -1 4202560 437 0 0 0 0 0 0 0 15 0 22 0 255210544 16059609088 74546 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5175] ppid=5163 vsize=15683212 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5175/stat : 5175 (java) S 5163 5165 4889 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 22 0 255210544 16059609088 74546 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5176] ppid=5163 vsize=15683212 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5176/stat : 5176 (java) S 5163 5165 4889 0 -1 4202560 183 0 0 0 0 0 0 0 15 0 22 0 255210545 16059609088 74546 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478720 0 0 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5177] ppid=5163 vsize=15683212 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5177/stat : 5177 (java) S 5163 5165 4889 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 255210546 16059609088 74546 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5178] ppid=5163 vsize=15683212 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5178/stat : 5178 (java) S 5163 5165 4889 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 255210546 16059609088 74546 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5179] ppid=5163 vsize=15683212 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5179/stat : 5179 (java) S 5163 5165 4889 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 255210548 16059609088 74546 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672485809 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5180] ppid=5163 vsize=15683212 CPUtime=0.11 cores=0,2,4,6
/proc/5165/task/5180/stat : 5180 (java) R 5163 5165 4889 0 -1 4202560 961 0 0 0 11 0 0 0 15 0 22 0 255210548 16059609088 74546 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 47076438472896 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5165/tid=5181] ppid=5163 vsize=15683212 CPUtime=0.17 cores=0,2,4,6
/proc/5165/task/5181/stat : 5181 (java) S 5163 5165 4889 0 -1 4202560 2799 0 0 0 17 0 0 0 15 0 22 0 255210548 16059609088 74546 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5182] ppid=5163 vsize=15683212 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5182/stat : 5182 (java) S 5163 5165 4889 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 255210548 16059609088 74546 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5183] ppid=5163 vsize=15683212 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5183/stat : 5183 (java) S 5163 5165 4889 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 255210548 16059609088 74546 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478720 0 4 0 16800975 18446604453925615680 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 15683212

[startup+3.10077 s]
/proc/loadavg: 7.87 8.00 7.64 7/220 5187
/proc/meminfo: memFree=24090172/32951124 swapFree=67111524/67111528
[pid=5165] ppid=5163 vsize=15683212 CPUtime=4.69 cores=0,2,4,6
/proc/5165/stat : 5165 (java) S 5163 5165 4889 0 -1 4202496 93154 0 1 0 456 13 0 0 25 0 22 0 255210543 16059609088 82118 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5165/statm: 3920803 82118 2264 9 0 3911522 0
[pid=5165/tid=5167] ppid=5163 vsize=15683212 CPUtime=3.06 cores=0,2,4,6
/proc/5165/task/5167/stat : 5167 (java) R 5163 5165 4889 0 -1 4202560 66145 0 1 0 298 8 0 0 25 0 22 0 255210544 16059609088 82118 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 46912505894245 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5165/tid=5168] ppid=5163 vsize=15683212 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5168/stat : 5168 (java) S 5163 5165 4889 0 -1 4202560 2207 0 0 0 0 0 0 0 16 0 22 0 255210544 16059609088 82118 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 2 0 0 0
[pid=5165/tid=5169] ppid=5163 vsize=15683212 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5169/stat : 5169 (java) S 5163 5165 4889 0 -1 4202560 382 0 0 0 0 0 0 0 15 0 22 0 255210544 16059609088 82118 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 4 0 0 0
[pid=5165/tid=5170] ppid=5163 vsize=15683212 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5170/stat : 5170 (java) S 5163 5165 4889 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 22 0 255210544 16059609088 82118 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5171] ppid=5163 vsize=15683212 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5171/stat : 5171 (java) S 5163 5165 4889 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 255210544 16059609088 82118 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5172] ppid=5163 vsize=15683212 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5172/stat : 5172 (java) S 5163 5165 4889 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 255210544 16059609088 82118 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 4 0 0 0
[pid=5165/tid=5173] ppid=5163 vsize=15683212 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5173/stat : 5173 (java) S 5163 5165 4889 0 -1 4202560 1458 0 0 0 0 0 0 0 16 0 22 0 255210544 16059609088 82118 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 0 0 0 0
[pid=5165/tid=5174] ppid=5163 vsize=15683212 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5174/stat : 5174 (java) S 5163 5165 4889 0 -1 4202560 437 0 0 0 0 0 0 0 15 0 22 0 255210544 16059609088 82118 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5175] ppid=5163 vsize=15683212 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5175/stat : 5175 (java) S 5163 5165 4889 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 22 0 255210544 16059609088 82118 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5176] ppid=5163 vsize=15683212 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5176/stat : 5176 (java) S 5163 5165 4889 0 -1 4202560 183 0 0 0 0 0 0 0 15 0 22 0 255210545 16059609088 82118 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478720 0 0 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5177] ppid=5163 vsize=15683212 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5177/stat : 5177 (java) S 5163 5165 4889 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 255210546 16059609088 82118 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5178] ppid=5163 vsize=15683212 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5178/stat : 5178 (java) S 5163 5165 4889 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 255210546 16059609088 82118 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5179] ppid=5163 vsize=15683212 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5179/stat : 5179 (java) S 5163 5165 4889 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 255210548 16059609088 82118 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672485809 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5180] ppid=5163 vsize=15683212 CPUtime=0.22 cores=0,2,4,6
/proc/5165/task/5180/stat : 5180 (java) S 5163 5165 4889 0 -1 4202560 990 0 0 0 22 0 0 0 16 0 22 0 255210548 16059609088 82118 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 4 0 0 0
[pid=5165/tid=5181] ppid=5163 vsize=15683212 CPUtime=1.35 cores=0,2,4,6
/proc/5165/task/5181/stat : 5181 (java) S 5163 5165 4889 0 -1 4202560 19811 0 0 0 133 2 0 0 15 0 22 0 255210548 16059609088 82118 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5182] ppid=5163 vsize=15683212 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5182/stat : 5182 (java) S 5163 5165 4889 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 255210548 16059609088 82118 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5183] ppid=5163 vsize=15683212 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5183/stat : 5183 (java) S 5163 5165 4889 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 255210548 16059609088 82118 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478720 0 4 0 16800975 18446604453925615680 0 0 -1 2 0 0 0
[pid=5165/tid=5184] ppid=5163 vsize=15683212 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5184/stat : 5184 (java) S 5163 5165 4889 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 255210685 16059609088 82118 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478720 0 4 0 16800975 18446604453925615680 0 0 -1 2 0 0 0
[pid=5165/tid=5185] ppid=5163 vsize=15683212 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5185/stat : 5185 (java) S 5163 5165 4889 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 255210685 16059609088 82118 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478720 0 4 0 16800975 18446604453925615680 0 0 -1 2 0 0 0
[pid=5165/tid=5186] ppid=5163 vsize=15683212 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5186/stat : 5186 (java) S 5163 5165 4889 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 255210685 16059609088 82118 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478720 0 4 0 16800975 18446604453925615680 0 0 -1 2 0 0 0
[pid=5165/tid=5187] ppid=5163 vsize=15683212 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5187/stat : 5187 (java) S 5163 5165 4889 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 255210685 16059609088 82118 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478720 0 4 0 16800975 18446604453925615680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.69
Current children cumulated vsize (KiB) 15683212

[startup+6.30122 s]
/proc/loadavg: 7.64 7.95 7.63 6/220 5187
/proc/meminfo: memFree=24016268/32951124 swapFree=67111524/67111528
[pid=5165] ppid=5163 vsize=15683524 CPUtime=8.23 cores=0,2,4,6
/proc/5165/stat : 5165 (java) S 5163 5165 4889 0 -1 4202496 111625 0 1 0 807 16 0 0 25 0 22 0 255210543 16059928576 100178 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5165/statm: 3920881 100178 2275 9 0 3911600 0
[pid=5165/tid=5167] ppid=5163 vsize=15683524 CPUtime=6.21 cores=0,2,4,6
/proc/5165/task/5167/stat : 5167 (java) R 5163 5165 4889 0 -1 4202560 66152 0 1 0 613 8 0 0 25 0 22 0 255210544 16059928576 100178 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 46912506057679 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5165/tid=5168] ppid=5163 vsize=15683524 CPUtime=0.03 cores=0,2,4,6
/proc/5165/task/5168/stat : 5168 (java) S 5163 5165 4889 0 -1 4202560 6281 0 0 0 3 0 0 0 16 0 22 0 255210544 16059928576 100178 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 2 0 0 0
[pid=5165/tid=5169] ppid=5163 vsize=15683524 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5169/stat : 5169 (java) S 5163 5165 4889 0 -1 4202560 382 0 0 0 0 0 0 0 15 0 22 0 255210544 16059928576 100178 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 4 0 0 0
[pid=5165/tid=5170] ppid=5163 vsize=15683524 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5170/stat : 5170 (java) S 5163 5165 4889 0 -1 4202560 337 0 0 0 0 0 0 0 16 0 22 0 255210544 16059928576 100178 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 2 0 0 0
[pid=5165/tid=5171] ppid=5163 vsize=15683524 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5171/stat : 5171 (java) S 5163 5165 4889 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 255210544 16059928576 100178 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 0 0 0 0
[pid=5165/tid=5172] ppid=5163 vsize=15683524 CPUtime=0.03 cores=0,2,4,6
/proc/5165/task/5172/stat : 5172 (java) S 5163 5165 4889 0 -1 4202560 4870 0 0 0 3 0 0 0 16 0 22 0 255210544 16059928576 100178 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 4 0 0 0
[pid=5165/tid=5173] ppid=5163 vsize=15683524 CPUtime=0.04 cores=0,2,4,6
/proc/5165/task/5173/stat : 5173 (java) S 5163 5165 4889 0 -1 4202560 6503 0 0 0 3 1 0 0 16 0 22 0 255210544 16059928576 100178 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 0 0 0 0
[pid=5165/tid=5174] ppid=5163 vsize=15683524 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5174/stat : 5174 (java) S 5163 5165 4889 0 -1 4202560 437 0 0 0 0 0 0 0 15 0 22 0 255210544 16059928576 100178 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 4 0 0 0
[pid=5165/tid=5175] ppid=5163 vsize=15683524 CPUtime=0.03 cores=0,2,4,6
/proc/5165/task/5175/stat : 5175 (java) S 5163 5165 4889 0 -1 4202560 4075 0 0 0 3 0 0 0 16 0 22 0 255210544 16059928576 100178 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 0 0 0 0
[pid=5165/tid=5176] ppid=5163 vsize=15683524 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5176/stat : 5176 (java) S 5163 5165 4889 0 -1 4202560 221 0 0 0 0 0 0 0 15 0 22 0 255210545 16059928576 100178 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478720 0 0 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5177] ppid=5163 vsize=15683524 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5177/stat : 5177 (java) S 5163 5165 4889 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 255210546 16059928576 100178 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5178] ppid=5163 vsize=15683524 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5178/stat : 5178 (java) S 5163 5165 4889 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 255210546 16059928576 100178 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5179] ppid=5163 vsize=15683524 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5179/stat : 5179 (java) S 5163 5165 4889 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 255210548 16059928576 100178 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672485809 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5180] ppid=5163 vsize=15683524 CPUtime=0.29 cores=0,2,4,6
/proc/5165/task/5180/stat : 5180 (java) S 5163 5165 4889 0 -1 4202560 1093 0 0 0 29 0 0 0 15 0 22 0 255210548 16059928576 100178 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 4 0 0 0
[pid=5165/tid=5181] ppid=5163 vsize=15683524 CPUtime=1.49 cores=0,2,4,6
/proc/5165/task/5181/stat : 5181 (java) S 5163 5165 4889 0 -1 4202560 19838 0 0 0 147 2 0 0 15 0 22 0 255210548 16059928576 100178 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5182] ppid=5163 vsize=15683524 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5182/stat : 5182 (java) S 5163 5165 4889 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 255210548 16059928576 100178 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5183] ppid=5163 vsize=15683524 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5183/stat : 5183 (java) S 5163 5165 4889 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 255210548 16059928576 100178 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478720 0 4 0 16800975 18446604453925615680 0 0 -1 2 0 0 0
[pid=5165/tid=5184] ppid=5163 vsize=15683524 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5184/stat : 5184 (java) S 5163 5165 4889 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 22 0 255210685 16059928576 100178 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478720 0 4 0 16800975 18446604453925615680 0 0 -1 2 0 0 0

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

/proc/5165/task/5170/stat : 5170 (java) S 5163 5165 4889 0 -1 4202560 290927 0 0 0 748 49 0 0 15 0 22 0 255210544 16063062016 2427035 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5171] ppid=5163 vsize=15686584 CPUtime=8.04 cores=0,2,4,6
/proc/5165/task/5171/stat : 5171 (java) S 5163 5165 4889 0 -1 4202560 218409 0 0 0 768 36 0 0 15 0 22 0 255210544 16063062016 2427035 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 0 0 0 0
[pid=5165/tid=5172] ppid=5163 vsize=15686584 CPUtime=9.77 cores=0,2,4,6
/proc/5165/task/5172/stat : 5172 (java) S 5163 5165 4889 0 -1 4202560 345823 0 0 0 923 54 0 0 16 0 22 0 255210544 16063062016 2427035 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 4 0 0 0
[pid=5165/tid=5173] ppid=5163 vsize=15686584 CPUtime=7.63 cores=0,2,4,6
/proc/5165/task/5173/stat : 5173 (java) S 5163 5165 4889 0 -1 4202560 253258 0 0 0 724 39 0 0 15 0 22 0 255210544 16063062016 2427035 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 0 0 0 0
[pid=5165/tid=5174] ppid=5163 vsize=15686584 CPUtime=7.18 cores=0,2,4,6
/proc/5165/task/5174/stat : 5174 (java) S 5163 5165 4889 0 -1 4202560 166482 0 0 0 691 27 0 0 16 0 22 0 255210544 16063062016 2427035 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 2 0 0 0
[pid=5165/tid=5175] ppid=5163 vsize=15686584 CPUtime=7.51 cores=0,2,4,6
/proc/5165/task/5175/stat : 5175 (java) S 5163 5165 4889 0 -1 4202560 253477 0 0 0 711 40 0 0 15 0 22 0 255210544 16063062016 2427035 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 2 0 0 0
[pid=5165/tid=5176] ppid=5163 vsize=15686584 CPUtime=4.45 cores=0,2,4,6
/proc/5165/task/5176/stat : 5176 (java) S 5163 5165 4889 0 -1 4202560 181205 0 0 0 426 19 0 0 15 0 22 0 255210545 16063062016 2427035 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478720 0 0 0 16800975 18446604453925615680 0 0 -1 4 0 0 0
[pid=5165/tid=5177] ppid=5163 vsize=15686584 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5177/stat : 5177 (java) S 5163 5165 4889 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 255210546 16063062016 2427035 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5178] ppid=5163 vsize=15686584 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5178/stat : 5178 (java) S 5163 5165 4889 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 255210546 16063062016 2427035 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5179] ppid=5163 vsize=15686584 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5179/stat : 5179 (java) S 5163 5165 4889 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 255210548 16063062016 2427035 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672485809 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5180] ppid=5163 vsize=15686584 CPUtime=0.95 cores=0,2,4,6
/proc/5165/task/5180/stat : 5180 (java) S 5163 5165 4889 0 -1 4202560 1772 0 0 0 95 0 0 0 15 0 22 0 255210548 16063062016 2427035 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5181] ppid=5163 vsize=15686584 CPUtime=2.35 cores=0,2,4,6
/proc/5165/task/5181/stat : 5181 (java) S 5163 5165 4889 0 -1 4202560 19916 0 0 0 232 3 0 0 15 0 22 0 255210548 16063062016 2427035 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5182] ppid=5163 vsize=15686584 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5182/stat : 5182 (java) S 5163 5165 4889 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 255210548 16063062016 2427035 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5183] ppid=5163 vsize=15686584 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5183/stat : 5183 (java) S 5163 5165 4889 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 255210548 16063062016 2427035 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478720 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5184] ppid=5163 vsize=15686584 CPUtime=1085.45 cores=0,2,4,6
/proc/5165/task/5184/stat : 5184 (java) R 5163 5165 4889 0 -1 4202560 31942 0 0 0 108540 5 0 0 25 0 22 0 255210685 16063062016 2427035 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 46912505366054 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5165/tid=5185] ppid=5163 vsize=15686584 CPUtime=1083.69 cores=0,2,4,6
/proc/5165/task/5185/stat : 5185 (java) R 5163 5165 4889 0 -1 4202560 26873 0 0 0 108364 5 0 0 25 0 22 0 255210685 16063062016 2427035 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 46912506057746 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5165/tid=5186] ppid=5163 vsize=15686584 CPUtime=1089.13 cores=0,2,4,6
/proc/5165/task/5186/stat : 5186 (java) R 5163 5165 4889 0 -1 4202560 52753 0 0 0 108906 7 0 0 25 0 22 0 255210685 16063062016 2427035 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 46912506259674 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5165/tid=5187] ppid=5163 vsize=15686584 CPUtime=1078.82 cores=0,2,4,6
/proc/5165/task/5187/stat : 5187 (java) R 5163 5165 4889 0 -1 4202560 10722 0 0 0 107880 2 0 0 25 0 22 0 255210685 16063062016 2427035 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 46912506452203 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4418.01
Current children cumulated vsize (KiB) 15686584

[startup+1182.3 s]
/proc/loadavg: 8.10 8.16 8.02 9/220 5282
/proc/meminfo: memFree=20445052/32951124 swapFree=67111524/67111528
[pid=5165] ppid=5163 vsize=15686584 CPUtime=4657.67 cores=0,2,4,6
/proc/5165/stat : 5165 (java) S 5163 5165 4889 0 -1 4202496 2484761 0 1 0 465381 386 0 0 25 0 22 0 255210543 16063062016 2430127 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5165/statm: 3921646 2430127 2293 9 0 3912365 0
[pid=5165/tid=5167] ppid=5163 vsize=15686584 CPUtime=8.16 cores=0,2,4,6
/proc/5165/task/5167/stat : 5167 (java) S 5163 5165 4889 0 -1 4202560 66194 0 1 0 807 9 0 0 25 0 22 0 255210544 16063062016 2430127 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 0 0 0 0
[pid=5165/tid=5168] ppid=5163 vsize=15686584 CPUtime=8.17 cores=0,2,4,6
/proc/5165/task/5168/stat : 5168 (java) S 5163 5165 4889 0 -1 4202560 264682 0 0 0 778 39 0 0 15 0 22 0 255210544 16063062016 2430127 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 2 0 0 0
[pid=5165/tid=5169] ppid=5163 vsize=15686584 CPUtime=8.92 cores=0,2,4,6
/proc/5165/task/5169/stat : 5169 (java) S 5163 5165 4889 0 -1 4202560 295965 0 0 0 846 46 0 0 15 0 22 0 255210544 16063062016 2430127 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5170] ppid=5163 vsize=15686584 CPUtime=8.4 cores=0,2,4,6
/proc/5165/task/5170/stat : 5170 (java) S 5163 5165 4889 0 -1 4202560 291496 0 0 0 791 49 0 0 16 0 22 0 255210544 16063062016 2430127 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5171] ppid=5163 vsize=15686584 CPUtime=8.23 cores=0,2,4,6
/proc/5165/task/5171/stat : 5171 (java) S 5163 5165 4889 0 -1 4202560 218409 0 0 0 787 36 0 0 15 0 22 0 255210544 16063062016 2430127 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 4 0 0 0
[pid=5165/tid=5172] ppid=5163 vsize=15686584 CPUtime=9.99 cores=0,2,4,6
/proc/5165/task/5172/stat : 5172 (java) S 5163 5165 4889 0 -1 4202560 345823 0 0 0 945 54 0 0 16 0 22 0 255210544 16063062016 2430127 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 0 0 0 0
[pid=5165/tid=5173] ppid=5163 vsize=15686584 CPUtime=7.89 cores=0,2,4,6
/proc/5165/task/5173/stat : 5173 (java) S 5163 5165 4889 0 -1 4202560 254025 0 0 0 750 39 0 0 16 0 22 0 255210544 16063062016 2430127 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 4 0 0 0
[pid=5165/tid=5174] ppid=5163 vsize=15686584 CPUtime=7.44 cores=0,2,4,6
/proc/5165/task/5174/stat : 5174 (java) S 5163 5165 4889 0 -1 4202560 167274 0 0 0 717 27 0 0 16 0 22 0 255210544 16063062016 2430127 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 4 0 0 0
[pid=5165/tid=5175] ppid=5163 vsize=15686584 CPUtime=7.8 cores=0,2,4,6
/proc/5165/task/5175/stat : 5175 (java) S 5163 5165 4889 0 -1 4202560 254237 0 0 0 740 40 0 0 16 0 22 0 255210544 16063062016 2430127 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 2 0 0 0
[pid=5165/tid=5176] ppid=5163 vsize=15686584 CPUtime=4.45 cores=0,2,4,6
/proc/5165/task/5176/stat : 5176 (java) S 5163 5165 4889 0 -1 4202560 181218 0 0 0 426 19 0 0 15 0 22 0 255210545 16063062016 2430127 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478720 0 0 0 16800975 18446604453925615680 0 0 -1 4 0 0 0
[pid=5165/tid=5177] ppid=5163 vsize=15686584 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5177/stat : 5177 (java) S 5163 5165 4889 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 255210546 16063062016 2430127 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5178] ppid=5163 vsize=15686584 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5178/stat : 5178 (java) S 5163 5165 4889 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 255210546 16063062016 2430127 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5179] ppid=5163 vsize=15686584 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5179/stat : 5179 (java) S 5163 5165 4889 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 255210548 16063062016 2430127 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672485809 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5180] ppid=5163 vsize=15686584 CPUtime=0.96 cores=0,2,4,6
/proc/5165/task/5180/stat : 5180 (java) S 5163 5165 4889 0 -1 4202560 1773 0 0 0 96 0 0 0 15 0 22 0 255210548 16063062016 2430127 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5181] ppid=5163 vsize=15686584 CPUtime=2.35 cores=0,2,4,6
/proc/5165/task/5181/stat : 5181 (java) S 5163 5165 4889 0 -1 4202560 19916 0 0 0 232 3 0 0 15 0 22 0 255210548 16063062016 2430127 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5182] ppid=5163 vsize=15686584 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5182/stat : 5182 (java) S 5163 5165 4889 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 255210548 16063062016 2430127 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5183] ppid=5163 vsize=15686584 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5183/stat : 5183 (java) S 5163 5165 4889 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 255210548 16063062016 2430127 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478720 0 4 0 16800975 18446604453925615680 0 0 -1 0 0 0 0
[pid=5165/tid=5184] ppid=5163 vsize=15686584 CPUtime=1144.95 cores=0,2,4,6
/proc/5165/task/5184/stat : 5184 (java) R 5163 5165 4889 0 -1 4202560 31943 0 0 0 114490 5 0 0 25 0 22 0 255210685 16063062016 2430127 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 46912506058629 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5165/tid=5185] ppid=5163 vsize=15686584 CPUtime=1143.19 cores=0,2,4,6
/proc/5165/task/5185/stat : 5185 (java) R 5163 5165 4889 0 -1 4202560 26874 0 0 0 114314 5 0 0 25 0 22 0 255210685 16063062016 2430127 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 46912506057836 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5165/tid=5186] ppid=5163 vsize=15686584 CPUtime=1148.31 cores=0,2,4,6
/proc/5165/task/5186/stat : 5186 (java) R 5163 5165 4889 0 -1 4202560 52754 0 0 0 114824 7 0 0 25 0 22 0 255210685 16063062016 2430127 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 46912506057746 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5165/tid=5187] ppid=5163 vsize=15686584 CPUtime=1138.32 cores=0,2,4,6
/proc/5165/task/5187/stat : 5187 (java) R 5163 5165 4889 0 -1 4202560 10724 0 0 0 113830 2 0 0 25 0 22 0 255210685 16063062016 2430127 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 46912506057724 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4657.67
Current children cumulated vsize (KiB) 15686584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1218 s]
/proc/loadavg: 8.16 8.17 8.03 9/220 5283
/proc/meminfo: memFree=20525268/32951124 swapFree=67111524/67111528
[pid=5165] ppid=5163 vsize=15686584 CPUtime=4800.27 cores=0,2,4,6
/proc/5165/stat : 5165 (java) S 5163 5165 4889 0 -1 4202496 2484782 0 1 0 479641 386 0 0 25 0 22 0 255210543 16063062016 2430112 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5165/statm: 3921646 2430112 2293 9 0 3912365 0
[pid=5165/tid=5167] ppid=5163 vsize=15686584 CPUtime=8.16 cores=0,2,4,6
/proc/5165/task/5167/stat : 5167 (java) S 5163 5165 4889 0 -1 4202560 66194 0 1 0 807 9 0 0 25 0 22 0 255210544 16063062016 2430112 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 0 0 0 0
[pid=5165/tid=5168] ppid=5163 vsize=15686584 CPUtime=8.26 cores=0,2,4,6
/proc/5165/task/5168/stat : 5168 (java) S 5163 5165 4889 0 -1 4202560 264682 0 0 0 787 39 0 0 16 0 22 0 255210544 16063062016 2430112 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 2 0 0 0
[pid=5165/tid=5169] ppid=5163 vsize=15686584 CPUtime=9.18 cores=0,2,4,6
/proc/5165/task/5169/stat : 5169 (java) S 5163 5165 4889 0 -1 4202560 295965 0 0 0 872 46 0 0 16 0 22 0 255210544 16063062016 2430112 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 4 0 0 0
[pid=5165/tid=5170] ppid=5163 vsize=15686584 CPUtime=8.57 cores=0,2,4,6
/proc/5165/task/5170/stat : 5170 (java) S 5163 5165 4889 0 -1 4202560 291496 0 0 0 808 49 0 0 15 0 22 0 255210544 16063062016 2430112 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5171] ppid=5163 vsize=15686584 CPUtime=8.49 cores=0,2,4,6
/proc/5165/task/5171/stat : 5171 (java) S 5163 5165 4889 0 -1 4202560 218409 0 0 0 813 36 0 0 16 0 22 0 255210544 16063062016 2430112 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5172] ppid=5163 vsize=15686584 CPUtime=10.17 cores=0,2,4,6
/proc/5165/task/5172/stat : 5172 (java) S 5163 5165 4889 0 -1 4202560 345823 0 0 0 963 54 0 0 16 0 22 0 255210544 16063062016 2430112 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 0 0 0 0
[pid=5165/tid=5173] ppid=5163 vsize=15686584 CPUtime=8.09 cores=0,2,4,6
/proc/5165/task/5173/stat : 5173 (java) S 5163 5165 4889 0 -1 4202560 254025 0 0 0 770 39 0 0 16 0 22 0 255210544 16063062016 2430112 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 4 0 0 0
[pid=5165/tid=5174] ppid=5163 vsize=15686584 CPUtime=7.62 cores=0,2,4,6
/proc/5165/task/5174/stat : 5174 (java) S 5163 5165 4889 0 -1 4202560 167274 0 0 0 735 27 0 0 15 0 22 0 255210544 16063062016 2430112 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 2 0 0 0
[pid=5165/tid=5175] ppid=5163 vsize=15686584 CPUtime=7.89 cores=0,2,4,6
/proc/5165/task/5175/stat : 5175 (java) S 5163 5165 4889 0 -1 4202560 254238 0 0 0 749 40 0 0 15 0 22 0 255210544 16063062016 2430112 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 2 0 0 0
[pid=5165/tid=5176] ppid=5163 vsize=15686584 CPUtime=4.45 cores=0,2,4,6
/proc/5165/task/5176/stat : 5176 (java) S 5163 5165 4889 0 -1 4202560 181231 0 0 0 426 19 0 0 15 0 22 0 255210545 16063062016 2430112 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478720 0 0 0 16800975 18446604453925615680 0 0 -1 4 0 0 0
[pid=5165/tid=5177] ppid=5163 vsize=15686584 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5177/stat : 5177 (java) S 5163 5165 4889 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 255210546 16063062016 2430112 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5178] ppid=5163 vsize=15686584 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5178/stat : 5178 (java) S 5163 5165 4889 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 255210546 16063062016 2430112 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5179] ppid=5163 vsize=15686584 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5179/stat : 5179 (java) S 5163 5165 4889 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 255210548 16063062016 2430112 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672485809 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5180] ppid=5163 vsize=15686584 CPUtime=0.98 cores=0,2,4,6
/proc/5165/task/5180/stat : 5180 (java) S 5163 5165 4889 0 -1 4202560 1774 0 0 0 98 0 0 0 15 0 22 0 255210548 16063062016 2430112 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5181] ppid=5163 vsize=15686584 CPUtime=2.35 cores=0,2,4,6
/proc/5165/task/5181/stat : 5181 (java) S 5163 5165 4889 0 -1 4202560 19916 0 0 0 232 3 0 0 15 0 22 0 255210548 16063062016 2430112 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5182] ppid=5163 vsize=15686584 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5182/stat : 5182 (java) S 5163 5165 4889 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 255210548 16063062016 2430112 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478105 0 4 0 16800975 18446604453925615680 0 0 -1 6 0 0 0
[pid=5165/tid=5183] ppid=5163 vsize=15686584 CPUtime=0 cores=0,2,4,6
/proc/5165/task/5183/stat : 5183 (java) S 5163 5165 4889 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 255210548 16063062016 2430112 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 268672478720 0 4 0 16800975 18446604453925615680 0 0 -1 0 0 0 0
[pid=5165/tid=5184] ppid=5163 vsize=15686584 CPUtime=1180.29 cores=0,2,4,6
/proc/5165/task/5184/stat : 5184 (java) R 5163 5165 4889 0 -1 4202560 31944 0 0 0 118024 5 0 0 25 0 22 0 255210685 16063062016 2430112 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 46912505644448 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5165/tid=5185] ppid=5163 vsize=15686584 CPUtime=1178.53 cores=0,2,4,6
/proc/5165/task/5185/stat : 5185 (java) R 5163 5165 4889 0 -1 4202560 26874 0 0 0 117848 5 0 0 25 0 22 0 255210685 16063062016 2430112 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 46912506057674 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5165/tid=5186] ppid=5163 vsize=15686584 CPUtime=1183.42 cores=0,2,4,6
/proc/5165/task/5186/stat : 5186 (java) R 5163 5165 4889 0 -1 4202560 52757 0 0 0 118335 7 0 0 25 0 22 0 255210685 16063062016 2430112 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 46912506057746 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5165/tid=5187] ppid=5163 vsize=15686584 CPUtime=1173.66 cores=0,2,4,6
/proc/5165/task/5187/stat : 5187 (java) R 5163 5165 4889 0 -1 4202560 10724 0 0 0 117364 2 0 0 25 0 22 0 255210685 16063062016 2430112 33554432000 1073741824 1073778376 140735957373104 18446744073709551615 46912505911638 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 15686584

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

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

[startup+1218.11 s]
/proc/loadavg: 8.16 8.17 8.03 9/220 5283
/proc/meminfo: memFree=20525268/32951124 swapFree=67111524/67111528
[pid=5165] ppid=5163 vsize=0 CPUtime=4800.4 cores=0,2,4,6
/proc/5165/stat : 5165 (java) Z 5163 5165 4889 0 -1 4203548 2484808 0 1 0 479644 396 0 0 17 0 2 0 255210543 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5165/statm: 0 0 0 0 0 0 0
[pid=5165/tid=5186] ppid=5163 vsize=0 CPUtime=1183.53 cores=0,2,4,6
/proc/5165/task/5186/stat : 5186 (java) R 5163 5165 4889 0 -1 4203588 52757 0 0 0 118336 17 0 0 25 0 2 0 255210685 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 0

[startup+1218.3 s]
/proc/loadavg: 8.16 8.17 8.03 6/201 5286
/proc/meminfo: memFree=28178824/32951124 swapFree=67111524/67111528
[pid=5165] ppid=5163 vsize=0 CPUtime=4800.59 cores=0,2,4,6
/proc/5165/stat : 5165 (java) Z 5163 5165 4889 0 -1 4203548 2484808 0 1 0 479644 415 0 0 17 0 2 0 255210543 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5165/statm: 0 0 0 0 0 0 0
[pid=5165/tid=5186] ppid=5163 vsize=0 CPUtime=1183.72 cores=0,2,4,6
/proc/5165/task/5186/stat : 5186 (java) R 5163 5165 4889 0 -1 4203588 52757 0 0 0 118336 36 0 0 25 0 2 0 255210685 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.59
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1218.38
CPU time (s): 4800.68
CPU user time (s): 4796.44
CPU system time (s): 4.23236
CPU usage (%): 394.021
Max. virtual memory (cumulated for all children) (KiB): 15686584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.44
system time used= 4.23236
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2484808
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= 30826
involuntary context switches= 54386

runsolver used 2.03869 second user time and 4.67729 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-29 22:49:53
IDJOB=3312220
IDBENCH=82492
IDSOLVER=1698
FILE ID=node107/3312220-1304110192
RUNJOBID= node107-1304107735-4907
PBS_JOBID= 13170667
Free space on /tmp= 71788 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtviseisenberg2-tseitin.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312220-1304110192/watcher-3312220-1304110192 -o /tmp/evaluation-result-3312220-1304110192/solver-3312220-1304110192 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312220-1304110192.cnf -hbr 2

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

MD5SUM BENCH= 7eb9713591c46f87c512df513290fd7f
RANDOM SEED=2036182712

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24409928 kB
Buffers:        342960 kB
Cached:        1135776 kB
SwapCached:          4 kB
Active:        6737968 kB
Inactive:      1443120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24409928 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            7432 kB
Writeback:           0 kB
AnonPages:     6702224 kB
Mapped:          23544 kB
Slab:           284412 kB
PageTables:      17780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  7139808 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71792 MiB
End job on node107 at 2011-04-29 23:10:13