Trace number 3313457

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? (TO) 4800.13 1206.45

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-01.cnf
MD5SUMd2f77e32530988f77dca5112174eee00
Bench CategoryAPPLICATION (applications 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 variables7502
Number of clauses28770
Sum of the clauses size76290
Maximum clause length847
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215814
Number of clauses of size 311119
Number of clauses of size 4733
Number of clauses of size 5172
Number of clauses of size over 5931

Solver Data

0.10/0.12	42:44 INFO : Reading from input HOME/instance-3313457-1304073764.cnf
0.50/0.38	Executor set job limit to 1000000
0.50/0.38	Executor set job limit to 1000000
0.50/0.38	Executor set job limit to 1000000
0.50/0.38	Executor set job limit to 1000000
0.50/0.38	Starting Executor!
0.50/0.38	Starting Executor!
0.50/0.38	Starting Executor!
0.50/0.39	Starting Executor!
1.57/0.81	42:45 INFO : Found 2157 xor gates
3.35/1.43	42:45 INFO : 5666 variables remaining out of 7502
3.35/1.43	42:45 INFO : 134173 literals remaining out of 79176
16.51/4.83	log4j:WARN No appenders could be found for logger (ibis.constellation.impl.SingleThreadedConstellation.CID: 0:1).
16.51/4.83	log4j:WARN Please initialize the log4j system properly.
16.51/4.83	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-3313457-1304073764/watcher-3313457-1304073764 -o /tmp/evaluation-result-3313457-1304073764/solver-3313457-1304073764 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313457-1304073764.cnf 

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: 6.99 7.83 7.81 3/178 11162
/proc/meminfo: memFree=19547580/32951124 swapFree=67111524/67111528
[pid=11162] ppid=11160 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/11162/stat : 11162 (java) R 11160 11162 10279 0 -1 4202496 1202 0 0 0 0 0 0 0 24 0 1 0 499792526 23580672 688 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255101806056 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11162/statm: 5757 695 520 9 0 124 0

[startup+0.0308909 s]
/proc/loadavg: 6.99 7.83 7.81 3/178 11162
/proc/meminfo: memFree=19547580/32951124 swapFree=67111524/67111528
[pid=11162] ppid=11160 vsize=15604116 CPUtime=0.01 cores=0,2,4,6
/proc/11162/stat : 11162 (java) S 11160 11162 10279 0 -1 4202496 3504 0 1 0 1 0 0 0 24 0 13 0 499792526 15978614784 2943 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118571493 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/11162/statm: 3901029 2943 1653 9 0 3891777 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15604116

[startup+0.100909 s]
/proc/loadavg: 6.99 7.83 7.81 3/178 11162
/proc/meminfo: memFree=19547580/32951124 swapFree=67111524/67111528
[pid=11162] ppid=11160 vsize=15676668 CPUtime=0.1 cores=0,2,4,6
/proc/11162/stat : 11162 (java) S 11160 11162 10279 0 -1 4202496 5553 0 1 0 9 1 0 0 24 0 18 0 499792526 16052908032 4963 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11162/statm: 3919167 4965 2117 9 0 3909886 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676668

[startup+0.300894 s]
/proc/loadavg: 6.99 7.83 7.81 3/178 11162
/proc/meminfo: memFree=19547580/32951124 swapFree=67111524/67111528
[pid=11162] ppid=11160 vsize=15682280 CPUtime=0.5 cores=0,2,4,6
/proc/11162/stat : 11162 (java) S 11160 11162 10279 0 -1 4202496 15391 0 1 0 48 2 0 0 24 0 18 0 499792526 16058654720 13596 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11162/statm: 3920570 13602 2207 9 0 3911289 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15682280

[startup+0.700764 s]
/proc/loadavg: 6.99 7.83 7.81 3/178 11162
/proc/meminfo: memFree=19547580/32951124 swapFree=67111524/67111528
[pid=11162] ppid=11160 vsize=15688968 CPUtime=1.3 cores=0,2,4,6
/proc/11162/stat : 11162 (java) S 11160 11162 10279 0 -1 4202496 39070 0 1 0 124 6 0 0 24 0 22 0 499792526 16065503232 34447 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11162/statm: 3922242 34448 2241 9 0 3912961 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 15688968

[startup+1.50159 s]
/proc/loadavg: 6.99 7.83 7.81 7/220 11204
/proc/meminfo: memFree=19290808/32951124 swapFree=67111524/67111528
[pid=11162] ppid=11160 vsize=15700780 CPUtime=3.61 cores=0,2,4,6
/proc/11162/stat : 11162 (java) S 11160 11162 10279 0 -1 4202496 55323 0 1 0 352 9 0 0 24 0 22 0 499792526 16077598720 43424 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11162/statm: 3925195 43424 2262 9 0 3915914 0
[pid=11162/tid=11172] ppid=11160 vsize=15700780 CPUtime=1.41 cores=0,2,4,6
/proc/11162/task/11172/stat : 11172 (java) S 11160 11162 10279 0 -1 4202560 26923 0 1 0 137 4 0 0 22 0 22 0 499792527 16077598720 43424 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 0 0 0 0
[pid=11162/tid=11173] ppid=11160 vsize=15700780 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11173/stat : 11173 (java) S 11160 11162 10279 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499792528 16077598720 43424 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 2 0 0 0
[pid=11162/tid=11174] ppid=11160 vsize=15700780 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11174/stat : 11174 (java) S 11160 11162 10279 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499792528 16077598720 43424 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 2 0 0 0
[pid=11162/tid=11175] ppid=11160 vsize=15700780 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11175/stat : 11175 (java) S 11160 11162 10279 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499792528 16077598720 43424 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 2 0 0 0
[pid=11162/tid=11176] ppid=11160 vsize=15700780 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11176/stat : 11176 (java) S 11160 11162 10279 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499792528 16077598720 43424 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 2 0 0 0
[pid=11162/tid=11177] ppid=11160 vsize=15700780 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11177/stat : 11177 (java) S 11160 11162 10279 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499792528 16077598720 43424 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 2 0 0 0
[pid=11162/tid=11178] ppid=11160 vsize=15700780 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11178/stat : 11178 (java) S 11160 11162 10279 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499792528 16077598720 43424 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 2 0 0 0
[pid=11162/tid=11179] ppid=11160 vsize=15700780 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11179/stat : 11179 (java) S 11160 11162 10279 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499792528 16077598720 43424 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 2 0 0 0
[pid=11162/tid=11180] ppid=11160 vsize=15700780 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11180/stat : 11180 (java) S 11160 11162 10279 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499792528 16077598720 43424 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 2 0 0 0
[pid=11162/tid=11184] ppid=11160 vsize=15700780 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11184/stat : 11184 (java) S 11160 11162 10279 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 22 0 499792529 16077598720 43424 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118585344 0 0 0 16800975 18446604453956827200 0 0 -1 6 0 0 0
[pid=11162/tid=11185] ppid=11160 vsize=15700780 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11185/stat : 11185 (java) S 11160 11162 10279 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 499792529 16077598720 43424 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 2 0 0 0
[pid=11162/tid=11186] ppid=11160 vsize=15700780 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11186/stat : 11186 (java) S 11160 11162 10279 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 499792529 16077598720 43424 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 2 0 0 0
[pid=11162/tid=11192] ppid=11160 vsize=15700780 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11192/stat : 11192 (java) S 11160 11162 10279 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499792531 16077598720 43424 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118592433 0 4 0 16800975 18446604453956827200 0 0 -1 2 0 0 0
[pid=11162/tid=11193] ppid=11160 vsize=15700780 CPUtime=1.18 cores=0,2,4,6
/proc/11162/task/11193/stat : 11193 (java) R 11160 11162 10279 0 -1 4202560 21032 0 0 0 115 3 0 0 18 0 22 0 499792531 16077598720 43424 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 46977688290843 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11162/tid=11194] ppid=11160 vsize=15700780 CPUtime=0.96 cores=0,2,4,6
/proc/11162/task/11194/stat : 11194 (java) R 11160 11162 10279 0 -1 4202560 5727 0 0 0 96 0 0 0 16 0 22 0 499792531 16077598720 43424 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118587624 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11162/tid=11195] ppid=11160 vsize=15700780 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11195/stat : 11195 (java) S 11160 11162 10279 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499792531 16077598720 43424 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 2 0 0 0
[pid=11162/tid=11196] ppid=11160 vsize=15700780 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11196/stat : 11196 (java) S 11160 11162 10279 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 499792531 16077598720 43424 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118585344 0 4 0 16800975 18446604453956827200 0 0 -1 2 0 0 0
[pid=11162/tid=11201] ppid=11160 vsize=15700780 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11201/stat : 11201 (java) S 11160 11162 10279 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 22 0 499792565 16077598720 43424 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118585344 0 4 0 16800975 18446604453956827200 0 0 -1 0 0 0 0
[pid=11162/tid=11202] ppid=11160 vsize=15700780 CPUtime=0.02 cores=0,2,4,6
/proc/11162/task/11202/stat : 11202 (java) R 11160 11162 10279 0 -1 4202560 175 0 0 0 2 0 0 0 15 0 22 0 499792565 16077598720 43424 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 46912505815207 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11162/tid=11203] ppid=11160 vsize=15700780 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11203/stat : 11203 (java) S 11160 11162 10279 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 499792565 16077598720 43424 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118585344 0 4 0 16800975 18446604453956827200 0 0 -1 0 0 0 0
[pid=11162/tid=11204] ppid=11160 vsize=15700780 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11204/stat : 11204 (java) S 11160 11162 10279 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 499792565 16077598720 43424 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118585344 0 4 0 16800975 18446604453956827200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 15700780

[startup+3.10131 s]
/proc/loadavg: 6.99 7.83 7.81 13/220 11204
/proc/meminfo: memFree=19099848/32951124 swapFree=67111524/67111528
[pid=11162] ppid=11160 vsize=15699612 CPUtime=9.73 cores=0,2,4,6
/proc/11162/stat : 11162 (java) S 11160 11162 10279 0 -1 4202496 121694 0 1 0 957 16 0 0 24 0 22 0 499792526 16076402688 105638 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11162/statm: 3924903 105638 2276 9 0 3915622 0
[pid=11162/tid=11172] ppid=11160 vsize=15699612 CPUtime=1.41 cores=0,2,4,6
/proc/11162/task/11172/stat : 11172 (java) S 11160 11162 10279 0 -1 4202560 26923 0 1 0 137 4 0 0 22 0 22 0 499792527 16076402688 105638 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 0 0 0 0
[pid=11162/tid=11173] ppid=11160 vsize=15699612 CPUtime=0.03 cores=0,2,4,6
/proc/11162/task/11173/stat : 11173 (java) S 11160 11162 10279 0 -1 4202560 4456 0 0 0 3 0 0 0 15 0 22 0 499792528 16076402688 105638 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 4 0 0 0
[pid=11162/tid=11174] ppid=11160 vsize=15699612 CPUtime=0.02 cores=0,2,4,6
/proc/11162/task/11174/stat : 11174 (java) S 11160 11162 10279 0 -1 4202560 1869 0 0 0 2 0 0 0 15 0 22 0 499792528 16076402688 105638 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 6 0 0 0
[pid=11162/tid=11175] ppid=11160 vsize=15699612 CPUtime=0.02 cores=0,2,4,6
/proc/11162/task/11175/stat : 11175 (java) S 11160 11162 10279 0 -1 4202560 4799 0 0 0 2 0 0 0 16 0 22 0 499792528 16076402688 105638 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 4 0 0 0
[pid=11162/tid=11176] ppid=11160 vsize=15699612 CPUtime=0.02 cores=0,2,4,6
/proc/11162/task/11176/stat : 11176 (java) S 11160 11162 10279 0 -1 4202560 1178 0 0 0 2 0 0 0 15 0 22 0 499792528 16076402688 105638 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 6 0 0 0
[pid=11162/tid=11177] ppid=11160 vsize=15699612 CPUtime=0.02 cores=0,2,4,6
/proc/11162/task/11177/stat : 11177 (java) S 11160 11162 10279 0 -1 4202560 4266 0 0 0 2 0 0 0 16 0 22 0 499792528 16076402688 105638 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 6 0 0 0
[pid=11162/tid=11178] ppid=11160 vsize=15699612 CPUtime=0.02 cores=0,2,4,6
/proc/11162/task/11178/stat : 11178 (java) S 11160 11162 10279 0 -1 4202560 3298 0 0 0 2 0 0 0 16 0 22 0 499792528 16076402688 105638 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 6 0 0 0
[pid=11162/tid=11179] ppid=11160 vsize=15699612 CPUtime=0.01 cores=0,2,4,6
/proc/11162/task/11179/stat : 11179 (java) S 11160 11162 10279 0 -1 4202560 1212 0 0 0 1 0 0 0 15 0 22 0 499792528 16076402688 105638 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 0 0 0 0
[pid=11162/tid=11180] ppid=11160 vsize=15699612 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11180/stat : 11180 (java) S 11160 11162 10279 0 -1 4202560 1865 0 0 0 0 0 0 0 15 0 22 0 499792528 16076402688 105638 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 2 0 0 0
[pid=11162/tid=11184] ppid=11160 vsize=15699612 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11184/stat : 11184 (java) S 11160 11162 10279 0 -1 4202560 199 0 0 0 0 0 0 0 15 0 22 0 499792529 16076402688 105638 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118585344 0 0 0 16800975 18446604453956827200 0 0 -1 6 0 0 0
[pid=11162/tid=11185] ppid=11160 vsize=15699612 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11185/stat : 11185 (java) S 11160 11162 10279 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 499792529 16076402688 105638 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 0 0 0 0
[pid=11162/tid=11186] ppid=11160 vsize=15699612 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11186/stat : 11186 (java) S 11160 11162 10279 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 499792529 16076402688 105638 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 0 0 0 0
[pid=11162/tid=11192] ppid=11160 vsize=15699612 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11192/stat : 11192 (java) S 11160 11162 10279 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499792531 16076402688 105638 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118592433 0 4 0 16800975 18446604453956827200 0 0 -1 2 0 0 0
[pid=11162/tid=11193] ppid=11160 vsize=15699612 CPUtime=1.72 cores=0,2,4,6
/proc/11162/task/11193/stat : 11193 (java) S 11160 11162 10279 0 -1 4202560 24058 0 0 0 169 3 0 0 15 0 22 0 499792531 16076402688 105638 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 4 0 0 0
[pid=11162/tid=11194] ppid=11160 vsize=15699612 CPUtime=1.61 cores=0,2,4,6
/proc/11162/task/11194/stat : 11194 (java) S 11160 11162 10279 0 -1 4202560 7145 0 0 0 161 0 0 0 15 0 22 0 499792531 16076402688 105638 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 6 0 0 0
[pid=11162/tid=11195] ppid=11160 vsize=15699612 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11195/stat : 11195 (java) S 11160 11162 10279 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499792531 16076402688 105638 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 2 0 0 0
[pid=11162/tid=11196] ppid=11160 vsize=15699612 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11196/stat : 11196 (java) S 11160 11162 10279 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 499792531 16076402688 105638 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118585344 0 4 0 16800975 18446604453956827200 0 0 -1 4 0 0 0
[pid=11162/tid=11201] ppid=11160 vsize=15699612 CPUtime=1.15 cores=0,2,4,6
/proc/11162/task/11201/stat : 11201 (java) R 11160 11162 10279 0 -1 4202560 6745 0 0 0 115 0 0 0 16 0 22 0 499792565 16076402688 105638 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 46977691288560 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11162/tid=11202] ppid=11160 vsize=15699612 CPUtime=1.09 cores=0,2,4,6
/proc/11162/task/11202/stat : 11202 (java) R 11160 11162 10279 0 -1 4202560 9211 0 0 0 109 0 0 0 16 0 22 0 499792565 16076402688 105638 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 46912506596126 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11162/tid=11203] ppid=11160 vsize=15699612 CPUtime=1.44 cores=0,2,4,6
/proc/11162/task/11203/stat : 11203 (java) R 11160 11162 10279 0 -1 4202560 14599 0 0 0 143 1 0 0 16 0 22 0 499792565 16076402688 105638 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 46912505933366 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11162/tid=11204] ppid=11160 vsize=15699612 CPUtime=1.03 cores=0,2,4,6
/proc/11162/task/11204/stat : 11204 (java) R 11160 11162 10279 0 -1 4202560 8485 0 0 0 102 1 0 0 16 0 22 0 499792565 16076402688 105638 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 46912505850661 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 9.73
Current children cumulated vsize (KiB) 15699612

[startup+6.30075 s]
/proc/loadavg: 7.31 7.88 7.83 11/220 11204
/proc/meminfo: memFree=17774488/32951124 swapFree=67111524/67111528
[pid=11162] ppid=11160 vsize=15699612 CPUtime=22.49 cores=0,2,4,6
/proc/11162/stat : 11162 (java) S 11160 11162 10279 0 -1 4202496 317472 0 1 0 2209 40 0 0 24 0 22 0 499792526 16076402688 301372 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11162/statm: 3924903 301372 2287 9 0 3915622 0
[pid=11162/tid=11172] ppid=11160 vsize=15699612 CPUtime=1.41 cores=0,2,4,6
/proc/11162/task/11172/stat : 11172 (java) S 11160 11162 10279 0 -1 4202560 26923 0 1 0 137 4 0 0 22 0 22 0 499792527 16076402688 301372 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 0 0 0 0
[pid=11162/tid=11173] ppid=11160 vsize=15699612 CPUtime=0.04 cores=0,2,4,6
/proc/11162/task/11173/stat : 11173 (java) S 11160 11162 10279 0 -1 4202560 7137 0 0 0 3 1 0 0 16 0 22 0 499792528 16076402688 301372 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 6 0 0 0
[pid=11162/tid=11174] ppid=11160 vsize=15699612 CPUtime=0.04 cores=0,2,4,6
/proc/11162/task/11174/stat : 11174 (java) S 11160 11162 10279 0 -1 4202560 5718 0 0 0 4 0 0 0 15 0 22 0 499792528 16076402688 301372 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 0 0 0 0
[pid=11162/tid=11175] ppid=11160 vsize=15699612 CPUtime=0.05 cores=0,2,4,6
/proc/11162/task/11175/stat : 11175 (java) S 11160 11162 10279 0 -1 4202560 8682 0 0 0 4 1 0 0 16 0 22 0 499792528 16076402688 301372 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 0 0 0 0
[pid=11162/tid=11176] ppid=11160 vsize=15699612 CPUtime=0.04 cores=0,2,4,6
/proc/11162/task/11176/stat : 11176 (java) S 11160 11162 10279 0 -1 4202560 7003 0 0 0 3 1 0 0 16 0 22 0 499792528 16076402688 301372 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 2 0 0 0
[pid=11162/tid=11177] ppid=11160 vsize=15699612 CPUtime=0.03 cores=0,2,4,6
/proc/11162/task/11177/stat : 11177 (java) S 11160 11162 10279 0 -1 4202560 5854 0 0 0 3 0 0 0 16 0 22 0 499792528 16076402688 301372 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 4 0 0 0
[pid=11162/tid=11178] ppid=11160 vsize=15699612 CPUtime=0.03 cores=0,2,4,6
/proc/11162/task/11178/stat : 11178 (java) S 11160 11162 10279 0 -1 4202560 6090 0 0 0 3 0 0 0 15 0 22 0 499792528 16076402688 301372 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 2 0 0 0
[pid=11162/tid=11179] ppid=11160 vsize=15699612 CPUtime=0.01 cores=0,2,4,6
/proc/11162/task/11179/stat : 11179 (java) S 11160 11162 10279 0 -1 4202560 3079 0 0 0 1 0 0 0 15 0 22 0 499792528 16076402688 301372 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 0 0 0 0
[pid=11162/tid=11180] ppid=11160 vsize=15699612 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11180/stat : 11180 (java) S 11160 11162 10279 0 -1 4202560 3377 0 0 0 0 0 0 0 15 0 22 0 499792528 16076402688 301372 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 2 0 0 0
[pid=11162/tid=11184] ppid=11160 vsize=15699612 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11184/stat : 11184 (java) S 11160 11162 10279 0 -1 4202560 973 0 0 0 0 0 0 0 15 0 22 0 499792529 16076402688 301372 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118585344 0 0 0 16800975 18446604453956827200 0 0 -1 6 0 0 0
[pid=11162/tid=11185] ppid=11160 vsize=15699612 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11185/stat : 11185 (java) S 11160 11162 10279 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 499792529 16076402688 301372 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 0 0 0 0
[pid=11162/tid=11186] ppid=11160 vsize=15699612 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11186/stat : 11186 (java) S 11160 11162 10279 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 499792529 16076402688 301372 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 0 0 0 0
[pid=11162/tid=11192] ppid=11160 vsize=15699612 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11192/stat : 11192 (java) S 11160 11162 10279 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499792531 16076402688 301372 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118592433 0 4 0 16800975 18446604453956827200 0 0 -1 2 0 0 0
[pid=11162/tid=11193] ppid=11160 vsize=15699612 CPUtime=1.86 cores=0,2,4,6
/proc/11162/task/11193/stat : 11193 (java) S 11160 11162 10279 0 -1 4202560 24060 0 0 0 183 3 0 0 15 0 22 0 499792531 16076402688 301372 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 4 0 0 0

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

[pid=11162/tid=11202] ppid=11160 vsize=15699612 CPUtime=1047.81 cores=0,2,4,6
/proc/11162/task/11202/stat : 11202 (java) R 11160 11162 10279 0 -1 4202560 399232 0 0 0 104730 51 0 0 25 0 22 0 499792565 16076402688 161828 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 46912505914419 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11162/tid=11203] ppid=11160 vsize=15699612 CPUtime=1048.49 cores=0,2,4,6
/proc/11162/task/11203/stat : 11203 (java) R 11160 11162 10279 0 -1 4202560 423666 0 0 0 104792 57 0 0 25 0 22 0 499792565 16076402688 161828 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 46912506527406 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11162/tid=11204] ppid=11160 vsize=15699612 CPUtime=1048.17 cores=0,2,4,6
/proc/11162/task/11204/stat : 11204 (java) R 11160 11162 10279 0 -1 4202560 385213 0 0 0 104769 48 0 0 25 0 22 0 499792565 16076402688 161828 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 46912505934392 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4226.5
Current children cumulated vsize (KiB) 15699612

[startup+1122.3 s]
/proc/loadavg: 8.23 8.13 8.02 10/220 11243
/proc/meminfo: memFree=18363584/32951124 swapFree=67111524/67111528
[pid=11162] ppid=11160 vsize=15699612 CPUtime=4465.33 cores=0,2,4,6
/proc/11162/stat : 11162 (java) S 11160 11162 10279 0 -1 4202496 2658966 0 1 0 446070 463 0 0 24 0 22 0 499792526 16076402688 155078 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11162/statm: 3924903 155078 2299 9 0 3915622 0
[pid=11162/tid=11172] ppid=11160 vsize=15699612 CPUtime=1.41 cores=0,2,4,6
/proc/11162/task/11172/stat : 11172 (java) S 11160 11162 10279 0 -1 4202560 26923 0 1 0 137 4 0 0 22 0 22 0 499792527 16076402688 155078 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 0 0 0 0
[pid=11162/tid=11173] ppid=11160 vsize=15699612 CPUtime=3.55 cores=0,2,4,6
/proc/11162/task/11173/stat : 11173 (java) S 11160 11162 10279 0 -1 4202560 118266 0 0 0 335 20 0 0 16 0 22 0 499792528 16076402688 155078 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 4 0 0 0
[pid=11162/tid=11174] ppid=11160 vsize=15699612 CPUtime=3.51 cores=0,2,4,6
/proc/11162/task/11174/stat : 11174 (java) S 11160 11162 10279 0 -1 4202560 118942 0 0 0 330 21 0 0 15 0 22 0 499792528 16076402688 155078 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 2 0 0 0
[pid=11162/tid=11175] ppid=11160 vsize=15699612 CPUtime=3.61 cores=0,2,4,6
/proc/11162/task/11175/stat : 11175 (java) S 11160 11162 10279 0 -1 4202560 125559 0 0 0 340 21 0 0 15 0 22 0 499792528 16076402688 155078 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 0 0 0 0
[pid=11162/tid=11176] ppid=11160 vsize=15699612 CPUtime=3.44 cores=0,2,4,6
/proc/11162/task/11176/stat : 11176 (java) S 11160 11162 10279 0 -1 4202560 115745 0 0 0 324 20 0 0 15 0 22 0 499792528 16076402688 155078 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 2 0 0 0
[pid=11162/tid=11177] ppid=11160 vsize=15699612 CPUtime=3.59 cores=0,2,4,6
/proc/11162/task/11177/stat : 11177 (java) S 11160 11162 10279 0 -1 4202560 111205 0 0 0 340 19 0 0 16 0 22 0 499792528 16076402688 155078 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 6 0 0 0
[pid=11162/tid=11178] ppid=11160 vsize=15699612 CPUtime=3.46 cores=0,2,4,6
/proc/11162/task/11178/stat : 11178 (java) S 11160 11162 10279 0 -1 4202560 113887 0 0 0 326 20 0 0 16 0 22 0 499792528 16076402688 155078 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 0 0 0 0
[pid=11162/tid=11179] ppid=11160 vsize=15699612 CPUtime=3.53 cores=0,2,4,6
/proc/11162/task/11179/stat : 11179 (java) S 11160 11162 10279 0 -1 4202560 115322 0 0 0 331 22 0 0 15 0 22 0 499792528 16076402688 155078 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 0 0 0 0
[pid=11162/tid=11180] ppid=11160 vsize=15699612 CPUtime=3.49 cores=0,2,4,6
/proc/11162/task/11180/stat : 11180 (java) S 11160 11162 10279 0 -1 4202560 110055 0 0 0 327 22 0 0 15 0 22 0 499792528 16076402688 155078 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 4 0 0 0
[pid=11162/tid=11184] ppid=11160 vsize=15699612 CPUtime=1.97 cores=0,2,4,6
/proc/11162/task/11184/stat : 11184 (java) S 11160 11162 10279 0 -1 4202560 6771 0 0 0 132 65 0 0 15 0 22 0 499792529 16076402688 155078 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118585344 0 0 0 16800975 18446604453956827200 0 0 -1 4 0 0 0
[pid=11162/tid=11185] ppid=11160 vsize=15699612 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11185/stat : 11185 (java) S 11160 11162 10279 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 499792529 16076402688 155078 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 0 0 0 0
[pid=11162/tid=11186] ppid=11160 vsize=15699612 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11186/stat : 11186 (java) S 11160 11162 10279 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 499792529 16076402688 155078 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 0 0 0 0
[pid=11162/tid=11192] ppid=11160 vsize=15699612 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11192/stat : 11192 (java) S 11160 11162 10279 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499792531 16076402688 155078 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118592433 0 4 0 16800975 18446604453956827200 0 0 -1 2 0 0 0
[pid=11162/tid=11193] ppid=11160 vsize=15699612 CPUtime=1.96 cores=0,2,4,6
/proc/11162/task/11193/stat : 11193 (java) S 11160 11162 10279 0 -1 4202560 24070 0 0 0 193 3 0 0 15 0 22 0 499792531 16076402688 155078 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 4 0 0 0
[pid=11162/tid=11194] ppid=11160 vsize=15699612 CPUtime=1.9 cores=0,2,4,6
/proc/11162/task/11194/stat : 11194 (java) S 11160 11162 10279 0 -1 4202560 7160 0 0 0 190 0 0 0 16 0 22 0 499792531 16076402688 155078 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 6 0 0 0
[pid=11162/tid=11195] ppid=11160 vsize=15699612 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11195/stat : 11195 (java) S 11160 11162 10279 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499792531 16076402688 155078 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 2 0 0 0
[pid=11162/tid=11196] ppid=11160 vsize=15699612 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11196/stat : 11196 (java) S 11160 11162 10279 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 499792531 16076402688 155078 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118585344 0 4 0 16800975 18446604453956827200 0 0 -1 0 0 0 0
[pid=11162/tid=11201] ppid=11160 vsize=15699612 CPUtime=1107.43 cores=0,2,4,6
/proc/11162/task/11201/stat : 11201 (java) R 11160 11162 10279 0 -1 4202560 404338 0 0 0 110690 53 0 0 25 0 22 0 499792565 16076402688 155078 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 46912505523495 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11162/tid=11202] ppid=11160 vsize=15699612 CPUtime=1107.06 cores=0,2,4,6
/proc/11162/task/11202/stat : 11202 (java) R 11160 11162 10279 0 -1 4202560 416482 0 0 0 110652 54 0 0 25 0 22 0 499792565 16076402688 155078 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 46912506314019 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11162/tid=11203] ppid=11160 vsize=15699612 CPUtime=1107.86 cores=0,2,4,6
/proc/11162/task/11203/stat : 11203 (java) R 11160 11162 10279 0 -1 4202560 439833 0 0 0 110727 59 0 0 25 0 22 0 499792565 16076402688 155078 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 46912506103336 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11162/tid=11204] ppid=11160 vsize=15699612 CPUtime=1107.38 cores=0,2,4,6
/proc/11162/task/11204/stat : 11204 (java) R 11160 11162 10279 0 -1 4202560 402962 0 0 0 110688 50 0 0 25 0 22 0 499792565 16076402688 155078 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 18446744073699065949 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4465.33
Current children cumulated vsize (KiB) 15699612

[startup+1182.3 s]
/proc/loadavg: 8.16 8.12 8.02 10/220 11244
/proc/meminfo: memFree=18474392/32951124 swapFree=67111524/67111528
[pid=11162] ppid=11160 vsize=15699612 CPUtime=4704.15 cores=0,2,4,6
/proc/11162/stat : 11162 (java) S 11160 11162 10279 0 -1 4202496 2775378 0 1 0 469930 485 0 0 24 0 22 0 499792526 16076402688 148325 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11162/statm: 3924903 148325 2299 9 0 3915622 0
[pid=11162/tid=11172] ppid=11160 vsize=15699612 CPUtime=1.41 cores=0,2,4,6
/proc/11162/task/11172/stat : 11172 (java) S 11160 11162 10279 0 -1 4202560 26923 0 1 0 137 4 0 0 22 0 22 0 499792527 16076402688 148325 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 0 0 0 0
[pid=11162/tid=11173] ppid=11160 vsize=15699612 CPUtime=3.75 cores=0,2,4,6
/proc/11162/task/11173/stat : 11173 (java) S 11160 11162 10279 0 -1 4202560 123044 0 0 0 354 21 0 0 16 0 22 0 499792528 16076402688 148325 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 6 0 0 0
[pid=11162/tid=11174] ppid=11160 vsize=15699612 CPUtime=3.7 cores=0,2,4,6
/proc/11162/task/11174/stat : 11174 (java) S 11160 11162 10279 0 -1 4202560 125304 0 0 0 348 22 0 0 15 0 22 0 499792528 16076402688 148325 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 2 0 0 0
[pid=11162/tid=11175] ppid=11160 vsize=15699612 CPUtime=3.83 cores=0,2,4,6
/proc/11162/task/11175/stat : 11175 (java) S 11160 11162 10279 0 -1 4202560 131507 0 0 0 360 23 0 0 15 0 22 0 499792528 16076402688 148325 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 6 0 0 0
[pid=11162/tid=11176] ppid=11160 vsize=15699612 CPUtime=3.61 cores=0,2,4,6
/proc/11162/task/11176/stat : 11176 (java) S 11160 11162 10279 0 -1 4202560 121205 0 0 0 340 21 0 0 16 0 22 0 499792528 16076402688 148325 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 2 0 0 0
[pid=11162/tid=11177] ppid=11160 vsize=15699612 CPUtime=3.79 cores=0,2,4,6
/proc/11162/task/11177/stat : 11177 (java) S 11160 11162 10279 0 -1 4202560 117177 0 0 0 359 20 0 0 15 0 22 0 499792528 16076402688 148325 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 2 0 0 0
[pid=11162/tid=11178] ppid=11160 vsize=15699612 CPUtime=3.67 cores=0,2,4,6
/proc/11162/task/11178/stat : 11178 (java) S 11160 11162 10279 0 -1 4202560 119137 0 0 0 346 21 0 0 16 0 22 0 499792528 16076402688 148325 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 4 0 0 0
[pid=11162/tid=11179] ppid=11160 vsize=15699612 CPUtime=3.71 cores=0,2,4,6
/proc/11162/task/11179/stat : 11179 (java) S 11160 11162 10279 0 -1 4202560 118382 0 0 0 349 22 0 0 15 0 22 0 499792528 16076402688 148325 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 0 0 0 0
[pid=11162/tid=11180] ppid=11160 vsize=15699612 CPUtime=3.69 cores=0,2,4,6
/proc/11162/task/11180/stat : 11180 (java) S 11160 11162 10279 0 -1 4202560 115401 0 0 0 345 24 0 0 16 0 22 0 499792528 16076402688 148325 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 0 0 0 0
[pid=11162/tid=11184] ppid=11160 vsize=15699612 CPUtime=2.08 cores=0,2,4,6
/proc/11162/task/11184/stat : 11184 (java) S 11160 11162 10279 0 -1 4202560 7179 0 0 0 139 69 0 0 16 0 22 0 499792529 16076402688 148325 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118585344 0 0 0 16800975 18446604453956827200 0 0 -1 0 0 0 0
[pid=11162/tid=11185] ppid=11160 vsize=15699612 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11185/stat : 11185 (java) S 11160 11162 10279 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 499792529 16076402688 148325 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 0 0 0 0
[pid=11162/tid=11186] ppid=11160 vsize=15699612 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11186/stat : 11186 (java) S 11160 11162 10279 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 499792529 16076402688 148325 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 0 0 0 0
[pid=11162/tid=11192] ppid=11160 vsize=15699612 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11192/stat : 11192 (java) S 11160 11162 10279 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499792531 16076402688 148325 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118592433 0 4 0 16800975 18446604453956827200 0 0 -1 2 0 0 0
[pid=11162/tid=11193] ppid=11160 vsize=15699612 CPUtime=1.96 cores=0,2,4,6
/proc/11162/task/11193/stat : 11193 (java) S 11160 11162 10279 0 -1 4202560 24070 0 0 0 193 3 0 0 15 0 22 0 499792531 16076402688 148325 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 4 0 0 0
[pid=11162/tid=11194] ppid=11160 vsize=15699612 CPUtime=1.9 cores=0,2,4,6
/proc/11162/task/11194/stat : 11194 (java) S 11160 11162 10279 0 -1 4202560 7160 0 0 0 190 0 0 0 16 0 22 0 499792531 16076402688 148325 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 6 0 0 0
[pid=11162/tid=11195] ppid=11160 vsize=15699612 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11195/stat : 11195 (java) S 11160 11162 10279 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499792531 16076402688 148325 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 2 0 0 0
[pid=11162/tid=11196] ppid=11160 vsize=15699612 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11196/stat : 11196 (java) S 11160 11162 10279 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 499792531 16076402688 148325 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118585344 0 4 0 16800975 18446604453956827200 0 0 -1 4 0 0 0
[pid=11162/tid=11201] ppid=11160 vsize=15699612 CPUtime=1166.79 cores=0,2,4,6
/proc/11162/task/11201/stat : 11201 (java) R 11160 11162 10279 0 -1 4202560 422068 0 0 0 116624 55 0 0 25 0 22 0 499792565 16076402688 148325 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 46912506110734 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11162/tid=11202] ppid=11160 vsize=15699612 CPUtime=1166.26 cores=0,2,4,6
/proc/11162/task/11202/stat : 11202 (java) R 11160 11162 10279 0 -1 4202560 436065 0 0 0 116570 56 0 0 25 0 22 0 499792565 16076402688 148325 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 46912506581981 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11162/tid=11203] ppid=11160 vsize=15699612 CPUtime=1167.09 cores=0,2,4,6
/proc/11162/task/11203/stat : 11203 (java) R 11160 11162 10279 0 -1 4202560 459300 0 0 0 116647 62 0 0 25 0 22 0 499792565 16076402688 148325 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 46912506208481 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11162/tid=11204] ppid=11160 vsize=15699612 CPUtime=1166.72 cores=0,2,4,6
/proc/11162/task/11204/stat : 11204 (java) R 11160 11162 10279 0 -1 4202560 420008 0 0 0 116620 52 0 0 25 0 22 0 499792565 16076402688 148325 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 46912506559426 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4704.15
Current children cumulated vsize (KiB) 15699612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.4 s]
/proc/loadavg: 8.10 8.11 8.01 9/220 11245
/proc/meminfo: memFree=18533528/32951124 swapFree=67111524/67111528
[pid=11162] ppid=11160 vsize=15699612 CPUtime=4800.06 cores=0,2,4,6
/proc/11162/stat : 11162 (java) S 11160 11162 10279 0 -1 4202496 2835660 0 1 0 479510 496 0 0 24 0 22 0 499792526 16076402688 162741 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11162/statm: 3924903 162741 2299 9 0 3915622 0
[pid=11162/tid=11172] ppid=11160 vsize=15699612 CPUtime=1.41 cores=0,2,4,6
/proc/11162/task/11172/stat : 11172 (java) S 11160 11162 10279 0 -1 4202560 26923 0 1 0 137 4 0 0 22 0 22 0 499792527 16076402688 162741 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 0 0 0 0
[pid=11162/tid=11173] ppid=11160 vsize=15699612 CPUtime=3.82 cores=0,2,4,6
/proc/11162/task/11173/stat : 11173 (java) S 11160 11162 10279 0 -1 4202560 127949 0 0 0 361 21 0 0 15 0 22 0 499792528 16076402688 162741 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 2 0 0 0
[pid=11162/tid=11174] ppid=11160 vsize=15699612 CPUtime=3.79 cores=0,2,4,6
/proc/11162/task/11174/stat : 11174 (java) S 11160 11162 10279 0 -1 4202560 130165 0 0 0 356 23 0 0 15 0 22 0 499792528 16076402688 162741 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 4 0 0 0
[pid=11162/tid=11175] ppid=11160 vsize=15699612 CPUtime=3.91 cores=0,2,4,6
/proc/11162/task/11175/stat : 11175 (java) S 11160 11162 10279 0 -1 4202560 137149 0 0 0 367 24 0 0 15 0 22 0 499792528 16076402688 162741 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 4 0 0 0
[pid=11162/tid=11176] ppid=11160 vsize=15699612 CPUtime=3.69 cores=0,2,4,6
/proc/11162/task/11176/stat : 11176 (java) S 11160 11162 10279 0 -1 4202560 125178 0 0 0 347 22 0 0 15 0 22 0 499792528 16076402688 162741 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 4 0 0 0
[pid=11162/tid=11177] ppid=11160 vsize=15699612 CPUtime=3.85 cores=0,2,4,6
/proc/11162/task/11177/stat : 11177 (java) S 11160 11162 10279 0 -1 4202560 120592 0 0 0 364 21 0 0 15 0 22 0 499792528 16076402688 162741 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 4 0 0 0
[pid=11162/tid=11178] ppid=11160 vsize=15699612 CPUtime=3.76 cores=0,2,4,6
/proc/11162/task/11178/stat : 11178 (java) S 11160 11162 10279 0 -1 4202560 124374 0 0 0 354 22 0 0 15 0 22 0 499792528 16076402688 162741 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 0 0 0 0
[pid=11162/tid=11179] ppid=11160 vsize=15699612 CPUtime=3.79 cores=0,2,4,6
/proc/11162/task/11179/stat : 11179 (java) S 11160 11162 10279 0 -1 4202560 121904 0 0 0 356 23 0 0 15 0 22 0 499792528 16076402688 162741 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 6 0 0 0
[pid=11162/tid=11180] ppid=11160 vsize=15699612 CPUtime=3.77 cores=0,2,4,6
/proc/11162/task/11180/stat : 11180 (java) S 11160 11162 10279 0 -1 4202560 121346 0 0 0 352 25 0 0 15 0 22 0 499792528 16076402688 162741 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 6 0 0 0
[pid=11162/tid=11184] ppid=11160 vsize=15699612 CPUtime=2.14 cores=0,2,4,6
/proc/11162/task/11184/stat : 11184 (java) S 11160 11162 10279 0 -1 4202560 7384 0 0 0 143 71 0 0 15 0 22 0 499792529 16076402688 162741 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118585344 0 0 0 16800975 18446604453956827200 0 0 -1 6 0 0 0
[pid=11162/tid=11185] ppid=11160 vsize=15699612 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11185/stat : 11185 (java) S 11160 11162 10279 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 499792529 16076402688 162741 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 0 0 0 0
[pid=11162/tid=11186] ppid=11160 vsize=15699612 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11186/stat : 11186 (java) S 11160 11162 10279 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 499792529 16076402688 162741 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 0 0 0 0
[pid=11162/tid=11192] ppid=11160 vsize=15699612 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11192/stat : 11192 (java) S 11160 11162 10279 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499792531 16076402688 162741 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118592433 0 4 0 16800975 18446604453956827200 0 0 -1 2 0 0 0
[pid=11162/tid=11193] ppid=11160 vsize=15699612 CPUtime=1.96 cores=0,2,4,6
/proc/11162/task/11193/stat : 11193 (java) S 11160 11162 10279 0 -1 4202560 24070 0 0 0 193 3 0 0 15 0 22 0 499792531 16076402688 162741 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 4 0 0 0
[pid=11162/tid=11194] ppid=11160 vsize=15699612 CPUtime=1.9 cores=0,2,4,6
/proc/11162/task/11194/stat : 11194 (java) S 11160 11162 10279 0 -1 4202560 7160 0 0 0 190 0 0 0 16 0 22 0 499792531 16076402688 162741 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 6 0 0 0
[pid=11162/tid=11195] ppid=11160 vsize=15699612 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11195/stat : 11195 (java) S 11160 11162 10279 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499792531 16076402688 162741 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118584729 0 4 0 16800975 18446604453956827200 0 0 -1 2 0 0 0
[pid=11162/tid=11196] ppid=11160 vsize=15699612 CPUtime=0 cores=0,2,4,6
/proc/11162/task/11196/stat : 11196 (java) S 11160 11162 10279 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 499792531 16076402688 162741 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 255118585344 0 4 0 16800975 18446604453956827200 0 0 -1 2 0 0 0
[pid=11162/tid=11201] ppid=11160 vsize=15699612 CPUtime=1190.64 cores=0,2,4,6
/proc/11162/task/11201/stat : 11201 (java) R 11160 11162 10279 0 -1 4202560 428457 0 0 0 119008 56 0 0 25 0 22 0 499792565 16076402688 162741 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 46912506031113 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11162/tid=11202] ppid=11160 vsize=15699612 CPUtime=1190.11 cores=0,2,4,6
/proc/11162/task/11202/stat : 11202 (java) R 11160 11162 10279 0 -1 4202560 441300 0 0 0 118954 57 0 0 25 0 22 0 499792565 16076402688 162741 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 46912506037868 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11162/tid=11203] ppid=11160 vsize=15699612 CPUtime=1190.92 cores=0,2,4,6
/proc/11162/task/11203/stat : 11203 (java) R 11160 11162 10279 0 -1 4202560 464941 0 0 0 119030 62 0 0 25 0 22 0 499792565 16076402688 162741 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 46912506037718 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11162/tid=11204] ppid=11160 vsize=15699612 CPUtime=1190.45 cores=0,2,4,6
/proc/11162/task/11204/stat : 11204 (java) R 11160 11162 10279 0 -1 4202560 425318 0 0 0 118992 53 0 0 25 0 22 0 499792565 16076402688 162741 33554432000 1073741824 1073778376 140734193379616 18446744073709551615 46912505962540 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 15699612

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): 1206.45
CPU time (s): 4800.13
CPU user time (s): 4795.13
CPU system time (s): 4.99624
CPU usage (%): 397.874
Max. virtual memory (cumulated for all children) (KiB): 15700792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.13
system time used= 4.99624
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2835685
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= 156697
involuntary context switches= 97225

runsolver used 1.9427 second user time and 4.69229 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-29 12:42:44
IDJOB=3313457
IDBENCH=20399
IDSOLVER=1699
FILE ID=node144/3313457-1304073764
RUNJOBID= node144-1304073764-11141
PBS_JOBID= 13170463
Free space on /tmp= 72408 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-01.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313457-1304073764/watcher-3313457-1304073764 -o /tmp/evaluation-result-3313457-1304073764/solver-3313457-1304073764 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313457-1304073764.cnf

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

MD5SUM BENCH= d2f77e32530988f77dca5112174eee00
RANDOM SEED=803796493

node144.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.850
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.70
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.850
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	: 5226.16
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.850
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.75
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.850
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.83
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.850
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.75
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19548044 kB
Buffers:       2208488 kB
Cached:       10566160 kB
SwapCached:          4 kB
Active:        4814248 kB
Inactive:      8025816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19548044 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3980 kB
Writeback:           0 kB
AnonPages:       64536 kB
Mapped:          17192 kB
Slab:           500196 kB
PageTables:       4884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   209304 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= 72404 MiB
End job on node144 at 2011-04-29 13:02:52