Trace number 3313134

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.2 1206.45

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-icl005.shuffled-as.sat05-3826.cnf
MD5SUM5d8489e52ec1ef9c7431a7fd60f9ff86
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark455.087
Satisfiable
(Un)Satisfiability was proved
Number of variables2703
Number of clauses18312
Sum of the clauses size128119
Maximum clause length13
Minimum clause length1
Number of clauses of size 156
Number of clauses of size 2533
Number of clauses of size 32417
Number of clauses of size 4522
Number of clauses of size 5685
Number of clauses of size over 514099

Solver Data

0.09/0.12	18:33 INFO : Reading from input HOME/instance-3313134-1304187512.cnf
0.60/0.43	Executor set job limit to 1000000
0.60/0.43	Executor set job limit to 1000000
0.60/0.43	Executor set job limit to 1000000
0.60/0.43	Executor set job limit to 1000000
0.60/0.43	Starting Executor!
0.60/0.44	Starting Executor!
0.60/0.44	Starting Executor!
0.60/0.44	Starting Executor!
1.78/0.98	18:34 INFO : 2638 variables remaining out of 2703
1.78/0.98	18:34 INFO : 118514 literals remaining out of 146431
5.49/2.05	log4j:WARN No appenders could be found for logger (ibis.constellation.impl.SingleThreadedConstellation.CID: 0:2).
5.49/2.05	log4j:WARN Please initialize the log4j system properly.
5.49/2.05	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-3313134-1304187512/watcher-3313134-1304187512 -o /tmp/evaluation-result-3313134-1304187512/solver-3313134-1304187512 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313134-1304187512.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 6.85 7.79 7.92 3/172 19026
/proc/meminfo: memFree=31124672/32951124 swapFree=67111356/67111528
[pid=19026] ppid=19024 vsize=256 CPUtime=0 cores=1,3,5,7
/proc/19026/stat : 19026 (java) D 19024 19026 18575 0 -1 4194304 525 0 0 0 0 0 0 0 17 0 1 0 511166870 262144 32 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270333459957 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/19026/statm: 64 32 24 9 0 23 0

[startup+0.0729771 s]
/proc/loadavg: 6.85 7.79 7.92 3/172 19026
/proc/meminfo: memFree=31124672/32951124 swapFree=67111356/67111528
[pid=19026] ppid=19024 vsize=15609780 CPUtime=0.04 cores=1,3,5,7
/proc/19026/stat : 19026 (java) S 19024 19026 18575 0 -1 4202496 4335 0 1 0 4 0 0 0 17 0 18 0 511166870 15984414720 3776 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19026/statm: 3902445 3776 1778 9 0 3893164 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15609780

[startup+0.100971 s]
/proc/loadavg: 6.85 7.79 7.92 3/172 19026
/proc/meminfo: memFree=31124672/32951124 swapFree=67111356/67111528
[pid=19026] ppid=19024 vsize=15676680 CPUtime=0.09 cores=1,3,5,7
/proc/19026/stat : 19026 (java) S 19024 19026 18575 0 -1 4202496 5492 0 1 0 8 1 0 0 17 0 18 0 511166870 16052920320 4908 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19026/statm: 3919170 4909 2115 9 0 3909889 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676680

[startup+0.300903 s]
/proc/loadavg: 6.85 7.79 7.92 3/172 19026
/proc/meminfo: memFree=31124672/32951124 swapFree=67111356/67111528
[pid=19026] ppid=19024 vsize=15680684 CPUtime=0.51 cores=1,3,5,7
/proc/19026/stat : 19026 (java) S 19024 19026 18575 0 -1 4202496 14576 0 1 0 48 3 0 0 17 0 18 0 511166870 16057020416 13078 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19026/statm: 3920171 13085 2206 9 0 3910890 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680684

[startup+0.700821 s]
/proc/loadavg: 6.85 7.79 7.92 3/172 19026
/proc/meminfo: memFree=31124672/32951124 swapFree=67111356/67111528
[pid=19026] ppid=19024 vsize=15689444 CPUtime=1.22 cores=1,3,5,7
/proc/19026/stat : 19026 (java) S 19024 19026 18575 0 -1 4202496 40273 0 1 0 116 6 0 0 17 0 22 0 511166870 16065990656 37092 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19026/statm: 3922361 37111 2238 9 0 3913080 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 15689444

[startup+1.50163 s]
/proc/loadavg: 6.85 7.79 7.92 1/220 19074
/proc/meminfo: memFree=30828448/32951124 swapFree=67111356/67111528
[pid=19026] ppid=19024 vsize=15691264 CPUtime=3.51 cores=1,3,5,7
/proc/19026/stat : 19026 (java) S 19024 19026 18575 0 -1 4202496 45613 0 1 0 344 7 0 0 17 0 22 0 511166870 16067854336 40639 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19026/statm: 3922816 40639 2275 9 0 3913535 0
[pid=19026/tid=19032] ppid=19024 vsize=15691264 CPUtime=0.95 cores=1,3,5,7
/proc/19026/task/19032/stat : 19032 (java) S 19024 19026 18575 0 -1 4202560 32792 0 1 0 90 5 0 0 20 0 22 0 511166871 16067854336 40639 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19035] ppid=19024 vsize=15691264 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19035/stat : 19035 (java) S 19024 19026 18575 0 -1 4202560 200 0 0 0 0 0 0 0 18 0 22 0 511166872 16067854336 40639 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 7 0 0 0
[pid=19026/tid=19037] ppid=19024 vsize=15691264 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19037/stat : 19037 (java) S 19024 19026 18575 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 511166872 16067854336 40639 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 7 0 0 0
[pid=19026/tid=19039] ppid=19024 vsize=15691264 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19039/stat : 19039 (java) S 19024 19026 18575 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 511166872 16067854336 40639 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 7 0 0 0
[pid=19026/tid=19041] ppid=19024 vsize=15691264 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19041/stat : 19041 (java) S 19024 19026 18575 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 511166872 16067854336 40639 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 7 0 0 0
[pid=19026/tid=19043] ppid=19024 vsize=15691264 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19043/stat : 19043 (java) S 19024 19026 18575 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 511166872 16067854336 40639 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 1 0 0 0
[pid=19026/tid=19045] ppid=19024 vsize=15691264 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19045/stat : 19045 (java) S 19024 19026 18575 0 -1 4202560 213 0 0 0 0 0 0 0 18 0 22 0 511166872 16067854336 40639 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 7 0 0 0
[pid=19026/tid=19047] ppid=19024 vsize=15691264 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19047/stat : 19047 (java) S 19024 19026 18575 0 -1 4202560 421 0 0 0 0 0 0 0 18 0 22 0 511166872 16067854336 40639 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 3 0 0 0
[pid=19026/tid=19049] ppid=19024 vsize=15691264 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19049/stat : 19049 (java) S 19024 19026 18575 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 511166872 16067854336 40639 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 7 0 0 0
[pid=19026/tid=19051] ppid=19024 vsize=15691264 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19051/stat : 19051 (java) S 19024 19026 18575 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 22 0 511166873 16067854336 40639 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350200320 0 0 0 16800975 18446604471140649984 0 0 -1 1 0 0 0
[pid=19026/tid=19054] ppid=19024 vsize=15691264 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19054/stat : 19054 (java) S 19024 19026 18575 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 511166873 16067854336 40639 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 7 0 0 0
[pid=19026/tid=19056] ppid=19024 vsize=15691264 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19056/stat : 19056 (java) S 19024 19026 18575 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 511166873 16067854336 40639 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 7 0 0 0
[pid=19026/tid=19058] ppid=19024 vsize=15691264 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19058/stat : 19058 (java) S 19024 19026 18575 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 511166875 16067854336 40639 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350207409 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19060] ppid=19024 vsize=15691264 CPUtime=0.74 cores=1,3,5,7
/proc/19026/task/19060/stat : 19060 (java) R 19024 19026 18575 0 -1 4202560 3498 0 0 0 74 0 0 0 15 0 22 0 511166875 16067854336 40639 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 47767463293929 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19026/tid=19064] ppid=19024 vsize=15691264 CPUtime=0.89 cores=1,3,5,7
/proc/19026/task/19064/stat : 19064 (java) R 19024 19026 18575 0 -1 4202560 6215 0 0 0 89 0 0 0 15 0 22 0 511166875 16067854336 40639 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 47767463547113 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19026/tid=19065] ppid=19024 vsize=15691264 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19065/stat : 19065 (java) S 19024 19026 18575 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 511166875 16067854336 40639 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19066] ppid=19024 vsize=15691264 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19066/stat : 19066 (java) R 19024 19026 18575 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 511166875 16067854336 40639 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350200320 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19026/tid=19067] ppid=19024 vsize=15691264 CPUtime=0.27 cores=1,3,5,7
/proc/19026/task/19067/stat : 19067 (java) R 19024 19026 18575 0 -1 4202560 160 0 0 0 27 0 0 0 16 0 22 0 511166914 16067854336 40639 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 46912505897880 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19026/tid=19068] ppid=19024 vsize=15691264 CPUtime=0.27 cores=1,3,5,7
/proc/19026/task/19068/stat : 19068 (java) R 19024 19026 18575 0 -1 4202560 672 0 0 0 27 0 0 0 16 0 22 0 511166914 16067854336 40639 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 46912505201594 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19026/tid=19069] ppid=19024 vsize=15691264 CPUtime=0.21 cores=1,3,5,7
/proc/19026/task/19069/stat : 19069 (java) R 19024 19026 18575 0 -1 4202560 25 0 0 0 21 0 0 0 16 0 22 0 511166914 16067854336 40639 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350209717 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19026/tid=19070] ppid=19024 vsize=15691264 CPUtime=0.11 cores=1,3,5,7
/proc/19026/task/19070/stat : 19070 (java) R 19024 19026 18575 0 -1 4202560 18 0 0 0 11 0 0 0 15 0 22 0 511166914 16067854336 40639 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 46912506223172 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 15691264

[startup+3.10132 s]
/proc/loadavg: 6.62 7.73 7.90 10/220 19074
/proc/meminfo: memFree=30625840/32951124 swapFree=67111356/67111528
[pid=19026] ppid=19024 vsize=15689384 CPUtime=9.87 cores=1,3,5,7
/proc/19026/stat : 19026 (java) S 19024 19026 18575 0 -1 4202496 166193 0 1 0 964 23 0 0 17 0 22 0 511166870 16065929216 160359 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19026/statm: 3922346 160359 2285 9 0 3913065 0
[pid=19026/tid=19032] ppid=19024 vsize=15689384 CPUtime=0.95 cores=1,3,5,7
/proc/19026/task/19032/stat : 19032 (java) S 19024 19026 18575 0 -1 4202560 32792 0 1 0 90 5 0 0 20 0 22 0 511166871 16065929216 160359 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19035] ppid=19024 vsize=15689384 CPUtime=0.01 cores=1,3,5,7
/proc/19026/task/19035/stat : 19035 (java) S 19024 19026 18575 0 -1 4202560 5859 0 0 0 1 0 0 0 16 0 22 0 511166872 16065929216 160359 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19037] ppid=19024 vsize=15689384 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19037/stat : 19037 (java) S 19024 19026 18575 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 22 0 511166872 16065929216 160359 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 7 0 0 0
[pid=19026/tid=19039] ppid=19024 vsize=15689384 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19039/stat : 19039 (java) S 19024 19026 18575 0 -1 4202560 4038 0 0 0 0 0 0 0 15 0 22 0 511166872 16065929216 160359 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 7 0 0 0
[pid=19026/tid=19041] ppid=19024 vsize=15689384 CPUtime=0.02 cores=1,3,5,7
/proc/19026/task/19041/stat : 19041 (java) S 19024 19026 18575 0 -1 4202560 6929 0 0 0 1 1 0 0 15 0 22 0 511166872 16065929216 160359 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 3 0 0 0
[pid=19026/tid=19043] ppid=19024 vsize=15689384 CPUtime=0.03 cores=1,3,5,7
/proc/19026/task/19043/stat : 19043 (java) S 19024 19026 18575 0 -1 4202560 6234 0 0 0 2 1 0 0 16 0 22 0 511166872 16065929216 160359 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 7 0 0 0
[pid=19026/tid=19045] ppid=19024 vsize=15689384 CPUtime=0.01 cores=1,3,5,7
/proc/19026/task/19045/stat : 19045 (java) S 19024 19026 18575 0 -1 4202560 4300 0 0 0 1 0 0 0 15 0 22 0 511166872 16065929216 160359 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19047] ppid=19024 vsize=15689384 CPUtime=0.02 cores=1,3,5,7
/proc/19026/task/19047/stat : 19047 (java) S 19024 19026 18575 0 -1 4202560 7965 0 0 0 1 1 0 0 16 0 22 0 511166872 16065929216 160359 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 3 0 0 0
[pid=19026/tid=19049] ppid=19024 vsize=15689384 CPUtime=0.02 cores=1,3,5,7
/proc/19026/task/19049/stat : 19049 (java) S 19024 19026 18575 0 -1 4202560 6575 0 0 0 1 1 0 0 16 0 22 0 511166872 16065929216 160359 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 3 0 0 0
[pid=19026/tid=19051] ppid=19024 vsize=15689384 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19051/stat : 19051 (java) S 19024 19026 18575 0 -1 4202560 475 0 0 0 0 0 0 0 15 0 22 0 511166873 16065929216 160359 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350200320 0 0 0 16800975 18446604471140649984 0 0 -1 1 0 0 0
[pid=19026/tid=19054] ppid=19024 vsize=15689384 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19054/stat : 19054 (java) S 19024 19026 18575 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 511166873 16065929216 160359 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 7 0 0 0
[pid=19026/tid=19056] ppid=19024 vsize=15689384 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19056/stat : 19056 (java) S 19024 19026 18575 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 511166873 16065929216 160359 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 7 0 0 0
[pid=19026/tid=19058] ppid=19024 vsize=15689384 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19058/stat : 19058 (java) S 19024 19026 18575 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 511166875 16065929216 160359 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350207409 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19060] ppid=19024 vsize=15689384 CPUtime=0.87 cores=1,3,5,7
/proc/19026/task/19060/stat : 19060 (java) S 19024 19026 18575 0 -1 4202560 3888 0 0 0 87 0 0 0 15 0 22 0 511166875 16065929216 160359 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19064] ppid=19024 vsize=15689384 CPUtime=1.11 cores=1,3,5,7
/proc/19026/task/19064/stat : 19064 (java) S 19024 19026 18575 0 -1 4202560 6241 0 0 0 111 0 0 0 15 0 22 0 511166875 16065929216 160359 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 1 0 0 0
[pid=19026/tid=19065] ppid=19024 vsize=15689384 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19065/stat : 19065 (java) S 19024 19026 18575 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 511166875 16065929216 160359 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19066] ppid=19024 vsize=15689384 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19066/stat : 19066 (java) S 19024 19026 18575 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 511166875 16065929216 160359 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350200320 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19067] ppid=19024 vsize=15689384 CPUtime=1.81 cores=1,3,5,7
/proc/19026/task/19067/stat : 19067 (java) R 19024 19026 18575 0 -1 4202560 22837 0 0 0 179 2 0 0 17 0 22 0 511166914 16065929216 160359 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 46912506066423 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19026/tid=19068] ppid=19024 vsize=15689384 CPUtime=1.61 cores=1,3,5,7
/proc/19026/task/19068/stat : 19068 (java) R 19024 19026 18575 0 -1 4202560 17439 0 0 0 159 2 0 0 17 0 22 0 511166914 16065929216 160359 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 46912505885554 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19026/tid=19069] ppid=19024 vsize=15689384 CPUtime=1.66 cores=1,3,5,7
/proc/19026/task/19069/stat : 19069 (java) R 19024 19026 18575 0 -1 4202560 18098 0 0 0 164 2 0 0 17 0 22 0 511166914 16065929216 160359 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 46912505977144 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19026/tid=19070] ppid=19024 vsize=15689384 CPUtime=1.62 cores=1,3,5,7
/proc/19026/task/19070/stat : 19070 (java) R 19024 19026 18575 0 -1 4202560 21138 0 0 0 160 2 0 0 17 0 22 0 511166914 16065929216 160359 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 46912505977248 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9.87
Current children cumulated vsize (KiB) 15689384

[startup+6.30068 s]
/proc/loadavg: 6.62 7.73 7.90 10/220 19074
/proc/meminfo: memFree=28795976/32951124 swapFree=67111356/67111528
[pid=19026] ppid=19024 vsize=15690288 CPUtime=22.62 cores=1,3,5,7
/proc/19026/stat : 19026 (java) S 19024 19026 18575 0 -1 4202496 445324 0 1 0 2205 57 0 0 17 0 22 0 511166870 16066854912 439437 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19026/statm: 3922572 439437 2285 9 0 3913291 0
[pid=19026/tid=19032] ppid=19024 vsize=15690288 CPUtime=0.95 cores=1,3,5,7
/proc/19026/task/19032/stat : 19032 (java) S 19024 19026 18575 0 -1 4202560 32792 0 1 0 90 5 0 0 20 0 22 0 511166871 16066854912 439437 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19035] ppid=19024 vsize=15690288 CPUtime=0.03 cores=1,3,5,7
/proc/19026/task/19035/stat : 19035 (java) S 19024 19026 18575 0 -1 4202560 8822 0 0 0 2 1 0 0 15 0 22 0 511166872 16066854912 439437 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 7 0 0 0
[pid=19026/tid=19037] ppid=19024 vsize=15690288 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19037/stat : 19037 (java) S 19024 19026 18575 0 -1 4202560 1978 0 0 0 0 0 0 0 15 0 22 0 511166872 16066854912 439437 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 3 0 0 0
[pid=19026/tid=19039] ppid=19024 vsize=15690288 CPUtime=0.02 cores=1,3,5,7
/proc/19026/task/19039/stat : 19039 (java) S 19024 19026 18575 0 -1 4202560 7693 0 0 0 1 1 0 0 15 0 22 0 511166872 16066854912 439437 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 7 0 0 0
[pid=19026/tid=19041] ppid=19024 vsize=15690288 CPUtime=0.02 cores=1,3,5,7
/proc/19026/task/19041/stat : 19041 (java) S 19024 19026 18575 0 -1 4202560 9019 0 0 0 1 1 0 0 15 0 22 0 511166872 16066854912 439437 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19043] ppid=19024 vsize=15690288 CPUtime=0.03 cores=1,3,5,7
/proc/19026/task/19043/stat : 19043 (java) S 19024 19026 18575 0 -1 4202560 8583 0 0 0 2 1 0 0 15 0 22 0 511166872 16066854912 439437 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 3 0 0 0
[pid=19026/tid=19045] ppid=19024 vsize=15690288 CPUtime=0.03 cores=1,3,5,7
/proc/19026/task/19045/stat : 19045 (java) S 19024 19026 18575 0 -1 4202560 7407 0 0 0 2 1 0 0 15 0 22 0 511166872 16066854912 439437 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19047] ppid=19024 vsize=15690288 CPUtime=0.03 cores=1,3,5,7
/proc/19026/task/19047/stat : 19047 (java) S 19024 19026 18575 0 -1 4202560 11437 0 0 0 2 1 0 0 15 0 22 0 511166872 16066854912 439437 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 1 0 0 0
[pid=19026/tid=19049] ppid=19024 vsize=15690288 CPUtime=0.03 cores=1,3,5,7
/proc/19026/task/19049/stat : 19049 (java) S 19024 19026 18575 0 -1 4202560 8466 0 0 0 2 1 0 0 15 0 22 0 511166872 16066854912 439437 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 3 0 0 0
[pid=19026/tid=19051] ppid=19024 vsize=15690288 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19051/stat : 19051 (java) S 19024 19026 18575 0 -1 4202560 1258 0 0 0 0 0 0 0 15 0 22 0 511166873 16066854912 439437 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350200320 0 0 0 16800975 18446604471140649984 0 0 -1 1 0 0 0
[pid=19026/tid=19054] ppid=19024 vsize=15690288 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19054/stat : 19054 (java) S 19024 19026 18575 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 511166873 16066854912 439437 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 7 0 0 0
[pid=19026/tid=19056] ppid=19024 vsize=15690288 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19056/stat : 19056 (java) S 19024 19026 18575 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 511166873 16066854912 439437 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 7 0 0 0
[pid=19026/tid=19058] ppid=19024 vsize=15690288 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19058/stat : 19058 (java) S 19024 19026 18575 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 511166875 16066854912 439437 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350207409 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19060] ppid=19024 vsize=15690288 CPUtime=1.14 cores=1,3,5,7
/proc/19026/task/19060/stat : 19060 (java) S 19024 19026 18575 0 -1 4202560 4107 0 0 0 114 0 0 0 15 0 22 0 511166875 16066854912 439437 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0

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

[pid=19026/tid=19068] ppid=19024 vsize=15690288 CPUtime=1048.4 cores=1,3,5,7
/proc/19026/task/19068/stat : 19068 (java) R 19024 19026 18575 0 -1 4202560 444415 0 0 0 104783 57 0 0 25 0 22 0 511166914 16066854912 236160 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 46912505752193 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19026/tid=19069] ppid=19024 vsize=15690288 CPUtime=1048.44 cores=1,3,5,7
/proc/19026/task/19069/stat : 19069 (java) R 19024 19026 18575 0 -1 4202560 430910 0 0 0 104786 58 0 0 25 0 22 0 511166914 16066854912 236160 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 46912505977144 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19026/tid=19070] ppid=19024 vsize=15690288 CPUtime=1047.23 cores=1,3,5,7
/proc/19026/task/19070/stat : 19070 (java) R 19024 19026 18575 0 -1 4202560 417481 0 0 0 104669 54 0 0 25 0 22 0 511166914 16066854912 236160 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 46912506134945 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4226.51
Current children cumulated vsize (KiB) 15690288

[startup+1122.3 s]
/proc/loadavg: 8.05 8.07 8.00 9/220 19107
/proc/meminfo: memFree=29501856/32951124 swapFree=67111356/67111528
[pid=19026] ppid=19024 vsize=15690288 CPUtime=4465.35 cores=1,3,5,7
/proc/19026/stat : 19026 (java) S 19024 19026 18575 0 -1 4202496 2977219 0 1 0 446037 498 0 0 17 0 22 0 511166870 16066854912 210897 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19026/statm: 3922572 210897 2299 9 0 3913291 0
[pid=19026/tid=19032] ppid=19024 vsize=15690288 CPUtime=0.95 cores=1,3,5,7
/proc/19026/task/19032/stat : 19032 (java) S 19024 19026 18575 0 -1 4202560 32792 0 1 0 90 5 0 0 20 0 22 0 511166871 16066854912 210897 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19035] ppid=19024 vsize=15690288 CPUtime=3.78 cores=1,3,5,7
/proc/19026/task/19035/stat : 19035 (java) S 19024 19026 18575 0 -1 4202560 143028 0 0 0 357 21 0 0 16 0 22 0 511166872 16066854912 210897 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 1 0 0 0
[pid=19026/tid=19037] ppid=19024 vsize=15690288 CPUtime=3.69 cores=1,3,5,7
/proc/19026/task/19037/stat : 19037 (java) S 19024 19026 18575 0 -1 4202560 120710 0 0 0 351 18 0 0 16 0 22 0 511166872 16066854912 210897 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19039] ppid=19024 vsize=15690288 CPUtime=3.68 cores=1,3,5,7
/proc/19026/task/19039/stat : 19039 (java) S 19024 19026 18575 0 -1 4202560 130771 0 0 0 346 22 0 0 15 0 22 0 511166872 16066854912 210897 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 7 0 0 0
[pid=19026/tid=19041] ppid=19024 vsize=15690288 CPUtime=3.81 cores=1,3,5,7
/proc/19026/task/19041/stat : 19041 (java) S 19024 19026 18575 0 -1 4202560 141909 0 0 0 356 25 0 0 15 0 22 0 511166872 16066854912 210897 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 3 0 0 0
[pid=19026/tid=19043] ppid=19024 vsize=15690288 CPUtime=3.79 cores=1,3,5,7
/proc/19026/task/19043/stat : 19043 (java) S 19024 19026 18575 0 -1 4202560 139845 0 0 0 353 26 0 0 15 0 22 0 511166872 16066854912 210897 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 3 0 0 0
[pid=19026/tid=19045] ppid=19024 vsize=15690288 CPUtime=3.71 cores=1,3,5,7
/proc/19026/task/19045/stat : 19045 (java) S 19024 19026 18575 0 -1 4202560 132580 0 0 0 350 21 0 0 16 0 22 0 511166872 16066854912 210897 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19047] ppid=19024 vsize=15690288 CPUtime=3.73 cores=1,3,5,7
/proc/19026/task/19047/stat : 19047 (java) S 19024 19026 18575 0 -1 4202560 143868 0 0 0 346 27 0 0 16 0 22 0 511166872 16066854912 210897 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 7 0 0 0
[pid=19026/tid=19049] ppid=19024 vsize=15690288 CPUtime=3.76 cores=1,3,5,7
/proc/19026/task/19049/stat : 19049 (java) S 19024 19026 18575 0 -1 4202560 138548 0 0 0 355 21 0 0 16 0 22 0 511166872 16066854912 210897 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 3 0 0 0
[pid=19026/tid=19051] ppid=19024 vsize=15690288 CPUtime=1.92 cores=1,3,5,7
/proc/19026/task/19051/stat : 19051 (java) S 19024 19026 18575 0 -1 4202560 8115 0 0 0 133 59 0 0 16 0 22 0 511166873 16066854912 210897 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350200320 0 0 0 16800975 18446604471140649984 0 0 -1 1 0 0 0
[pid=19026/tid=19054] ppid=19024 vsize=15690288 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19054/stat : 19054 (java) S 19024 19026 18575 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 511166873 16066854912 210897 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 7 0 0 0
[pid=19026/tid=19056] ppid=19024 vsize=15690288 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19056/stat : 19056 (java) S 19024 19026 18575 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 511166873 16066854912 210897 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 7 0 0 0
[pid=19026/tid=19058] ppid=19024 vsize=15690288 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19058/stat : 19058 (java) S 19024 19026 18575 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 511166875 16066854912 210897 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350207409 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19060] ppid=19024 vsize=15690288 CPUtime=1.25 cores=1,3,5,7
/proc/19026/task/19060/stat : 19060 (java) S 19024 19026 18575 0 -1 4202560 4122 0 0 0 125 0 0 0 16 0 22 0 511166875 16066854912 210897 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19064] ppid=19024 vsize=15690288 CPUtime=1.38 cores=1,3,5,7
/proc/19026/task/19064/stat : 19064 (java) S 19024 19026 18575 0 -1 4202560 6530 0 0 0 138 0 0 0 15 0 22 0 511166875 16066854912 210897 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 1 0 0 0
[pid=19026/tid=19065] ppid=19024 vsize=15690288 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19065/stat : 19065 (java) S 19024 19026 18575 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 511166875 16066854912 210897 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19066] ppid=19024 vsize=15690288 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19066/stat : 19066 (java) S 19024 19026 18575 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 511166875 16066854912 210897 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350200320 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19067] ppid=19024 vsize=15690288 CPUtime=1107.83 cores=1,3,5,7
/proc/19026/task/19067/stat : 19067 (java) R 19024 19026 18575 0 -1 4202560 496089 0 0 0 110713 70 0 0 25 0 22 0 511166914 16066854912 210897 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 46912506066248 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19026/tid=19068] ppid=19024 vsize=15690288 CPUtime=1107.64 cores=1,3,5,7
/proc/19026/task/19068/stat : 19068 (java) R 19024 19026 18575 0 -1 4202560 459127 0 0 0 110704 60 0 0 25 0 22 0 511166914 16066854912 210897 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 46912506332248 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19026/tid=19069] ppid=19024 vsize=15690288 CPUtime=1107.73 cores=1,3,5,7
/proc/19026/task/19069/stat : 19069 (java) R 19024 19026 18575 0 -1 4202560 445976 0 0 0 110713 60 0 0 25 0 22 0 511166914 16066854912 210897 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 46912505523436 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19026/tid=19070] ppid=19024 vsize=15690288 CPUtime=1106.53 cores=1,3,5,7
/proc/19026/task/19070/stat : 19070 (java) R 19024 19026 18575 0 -1 4202560 431762 0 0 0 110597 56 0 0 25 0 22 0 511166914 16066854912 210897 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 47767466537366 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4465.35
Current children cumulated vsize (KiB) 15690288

[startup+1182.3 s]
/proc/loadavg: 8.02 8.05 8.00 9/220 19108
/proc/meminfo: memFree=29447656/32951124 swapFree=67111356/67111528
[pid=19026] ppid=19024 vsize=15690288 CPUtime=4704.15 cores=1,3,5,7
/proc/19026/stat : 19026 (java) S 19024 19026 18575 0 -1 4202496 3104662 0 1 0 469892 523 0 0 17 0 22 0 511166870 16066854912 201720 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19026/statm: 3922572 201720 2299 9 0 3913291 0
[pid=19026/tid=19032] ppid=19024 vsize=15690288 CPUtime=0.95 cores=1,3,5,7
/proc/19026/task/19032/stat : 19032 (java) S 19024 19026 18575 0 -1 4202560 32792 0 1 0 90 5 0 0 20 0 22 0 511166871 16066854912 201720 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19035] ppid=19024 vsize=15690288 CPUtime=3.97 cores=1,3,5,7
/proc/19026/task/19035/stat : 19035 (java) S 19024 19026 18575 0 -1 4202560 150340 0 0 0 374 23 0 0 15 0 22 0 511166872 16066854912 201720 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 1 0 0 0
[pid=19026/tid=19037] ppid=19024 vsize=15690288 CPUtime=3.86 cores=1,3,5,7
/proc/19026/task/19037/stat : 19037 (java) S 19024 19026 18575 0 -1 4202560 127981 0 0 0 366 20 0 0 15 0 22 0 511166872 16066854912 201720 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19039] ppid=19024 vsize=15690288 CPUtime=3.9 cores=1,3,5,7
/proc/19026/task/19039/stat : 19039 (java) S 19024 19026 18575 0 -1 4202560 139629 0 0 0 366 24 0 0 15 0 22 0 511166872 16066854912 201720 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 1 0 0 0
[pid=19026/tid=19041] ppid=19024 vsize=15690288 CPUtime=4.02 cores=1,3,5,7
/proc/19026/task/19041/stat : 19041 (java) S 19024 19026 18575 0 -1 4202560 148245 0 0 0 375 27 0 0 16 0 22 0 511166872 16066854912 201720 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 7 0 0 0
[pid=19026/tid=19043] ppid=19024 vsize=15690288 CPUtime=4 cores=1,3,5,7
/proc/19026/task/19043/stat : 19043 (java) S 19024 19026 18575 0 -1 4202560 148933 0 0 0 372 28 0 0 15 0 22 0 511166872 16066854912 201720 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 3 0 0 0
[pid=19026/tid=19045] ppid=19024 vsize=15690288 CPUtime=3.93 cores=1,3,5,7
/proc/19026/task/19045/stat : 19045 (java) S 19024 19026 18575 0 -1 4202560 141725 0 0 0 370 23 0 0 16 0 22 0 511166872 16066854912 201720 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 3 0 0 0
[pid=19026/tid=19047] ppid=19024 vsize=15690288 CPUtime=3.93 cores=1,3,5,7
/proc/19026/task/19047/stat : 19047 (java) S 19024 19026 18575 0 -1 4202560 152685 0 0 0 365 28 0 0 15 0 22 0 511166872 16066854912 201720 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19049] ppid=19024 vsize=15690288 CPUtime=3.97 cores=1,3,5,7
/proc/19026/task/19049/stat : 19049 (java) S 19024 19026 18575 0 -1 4202560 146492 0 0 0 374 23 0 0 15 0 22 0 511166872 16066854912 201720 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19051] ppid=19024 vsize=15690288 CPUtime=2.03 cores=1,3,5,7
/proc/19026/task/19051/stat : 19051 (java) S 19024 19026 18575 0 -1 4202560 8628 0 0 0 141 62 0 0 15 0 22 0 511166873 16066854912 201720 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350200320 0 0 0 16800975 18446604471140649984 0 0 -1 3 0 0 0
[pid=19026/tid=19054] ppid=19024 vsize=15690288 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19054/stat : 19054 (java) S 19024 19026 18575 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 511166873 16066854912 201720 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 7 0 0 0
[pid=19026/tid=19056] ppid=19024 vsize=15690288 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19056/stat : 19056 (java) S 19024 19026 18575 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 511166873 16066854912 201720 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 7 0 0 0
[pid=19026/tid=19058] ppid=19024 vsize=15690288 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19058/stat : 19058 (java) S 19024 19026 18575 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 511166875 16066854912 201720 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350207409 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19060] ppid=19024 vsize=15690288 CPUtime=1.25 cores=1,3,5,7
/proc/19026/task/19060/stat : 19060 (java) S 19024 19026 18575 0 -1 4202560 4122 0 0 0 125 0 0 0 16 0 22 0 511166875 16066854912 201720 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19064] ppid=19024 vsize=15690288 CPUtime=1.38 cores=1,3,5,7
/proc/19026/task/19064/stat : 19064 (java) S 19024 19026 18575 0 -1 4202560 6530 0 0 0 138 0 0 0 15 0 22 0 511166875 16066854912 201720 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 1 0 0 0
[pid=19026/tid=19065] ppid=19024 vsize=15690288 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19065/stat : 19065 (java) S 19024 19026 18575 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 511166875 16066854912 201720 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19066] ppid=19024 vsize=15690288 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19066/stat : 19066 (java) S 19024 19026 18575 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 511166875 16066854912 201720 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350200320 0 4 0 16800975 18446604471140649984 0 0 -1 1 0 0 0
[pid=19026/tid=19067] ppid=19024 vsize=15690288 CPUtime=1167.08 cores=1,3,5,7
/proc/19026/task/19067/stat : 19067 (java) R 19024 19026 18575 0 -1 4202560 512181 0 0 0 116636 72 0 0 25 0 22 0 511166914 16066854912 201720 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 46912505977270 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19026/tid=19068] ppid=19024 vsize=15690288 CPUtime=1166.76 cores=1,3,5,7
/proc/19026/task/19068/stat : 19068 (java) R 19024 19026 18575 0 -1 4202560 475271 0 0 0 116615 61 0 0 25 0 22 0 511166914 16066854912 201720 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 46912506328325 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19026/tid=19069] ppid=19024 vsize=15690288 CPUtime=1167.07 cores=1,3,5,7
/proc/19026/task/19069/stat : 19069 (java) R 19024 19026 18575 0 -1 4202560 461535 0 0 0 116646 61 0 0 25 0 22 0 511166914 16066854912 201720 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 46912506135463 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19026/tid=19070] ppid=19024 vsize=15690288 CPUtime=1165.89 cores=1,3,5,7
/proc/19026/task/19070/stat : 19070 (java) R 19024 19026 18575 0 -1 4202560 446122 0 0 0 116531 58 0 0 25 0 22 0 511166914 16066854912 201720 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 46912506134927 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4704.15
Current children cumulated vsize (KiB) 15690288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.4 s]
/proc/loadavg: 8.01 8.05 8.00 5/197 19112
/proc/meminfo: memFree=30335296/32951124 swapFree=67111356/67111528
[pid=19026] ppid=19024 vsize=15690288 CPUtime=4800.14 cores=1,3,5,7
/proc/19026/stat : 19026 (java) S 19024 19026 18575 0 -1 4202496 3153913 0 1 0 479481 533 0 0 17 0 22 0 511166870 16066854912 197504 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19026/statm: 3922572 197504 2299 9 0 3913291 0
[pid=19026/tid=19032] ppid=19024 vsize=15690288 CPUtime=0.95 cores=1,3,5,7
/proc/19026/task/19032/stat : 19032 (java) S 19024 19026 18575 0 -1 4202560 32792 0 1 0 90 5 0 0 20 0 22 0 511166871 16066854912 197504 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19035] ppid=19024 vsize=15690288 CPUtime=4.07 cores=1,3,5,7
/proc/19026/task/19035/stat : 19035 (java) S 19024 19026 18575 0 -1 4202560 154025 0 0 0 383 24 0 0 15 0 22 0 511166872 16066854912 197504 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19037] ppid=19024 vsize=15690288 CPUtime=3.95 cores=1,3,5,7
/proc/19026/task/19037/stat : 19037 (java) S 19024 19026 18575 0 -1 4202560 131744 0 0 0 374 21 0 0 16 0 22 0 511166872 16066854912 197504 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19039] ppid=19024 vsize=15690288 CPUtime=3.96 cores=1,3,5,7
/proc/19026/task/19039/stat : 19039 (java) S 19024 19026 18575 0 -1 4202560 142667 0 0 0 372 24 0 0 15 0 22 0 511166872 16066854912 197504 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 7 0 0 0
[pid=19026/tid=19041] ppid=19024 vsize=15690288 CPUtime=4.11 cores=1,3,5,7
/proc/19026/task/19041/stat : 19041 (java) S 19024 19026 18575 0 -1 4202560 152348 0 0 0 384 27 0 0 16 0 22 0 511166872 16066854912 197504 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 7 0 0 0
[pid=19026/tid=19043] ppid=19024 vsize=15690288 CPUtime=4.07 cores=1,3,5,7
/proc/19026/task/19043/stat : 19043 (java) S 19024 19026 18575 0 -1 4202560 152099 0 0 0 379 28 0 0 16 0 22 0 511166872 16066854912 197504 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 1 0 0 0
[pid=19026/tid=19045] ppid=19024 vsize=15690288 CPUtime=4.01 cores=1,3,5,7
/proc/19026/task/19045/stat : 19045 (java) S 19024 19026 18575 0 -1 4202560 144198 0 0 0 378 23 0 0 15 0 22 0 511166872 16066854912 197504 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 3 0 0 0
[pid=19026/tid=19047] ppid=19024 vsize=15690288 CPUtime=4.02 cores=1,3,5,7
/proc/19026/task/19047/stat : 19047 (java) S 19024 19026 18575 0 -1 4202560 156294 0 0 0 373 29 0 0 16 0 22 0 511166872 16066854912 197504 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 3 0 0 0
[pid=19026/tid=19049] ppid=19024 vsize=15690288 CPUtime=4.05 cores=1,3,5,7
/proc/19026/task/19049/stat : 19049 (java) S 19024 19026 18575 0 -1 4202560 150123 0 0 0 382 23 0 0 16 0 22 0 511166872 16066854912 197504 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 1 0 0 0
[pid=19026/tid=19051] ppid=19024 vsize=15690288 CPUtime=2.07 cores=1,3,5,7
/proc/19026/task/19051/stat : 19051 (java) S 19024 19026 18575 0 -1 4202560 8786 0 0 0 144 63 0 0 15 0 22 0 511166873 16066854912 197504 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350200320 0 0 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19054] ppid=19024 vsize=15690288 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19054/stat : 19054 (java) S 19024 19026 18575 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 511166873 16066854912 197504 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 7 0 0 0
[pid=19026/tid=19056] ppid=19024 vsize=15690288 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19056/stat : 19056 (java) S 19024 19026 18575 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 511166873 16066854912 197504 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 7 0 0 0
[pid=19026/tid=19058] ppid=19024 vsize=15690288 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19058/stat : 19058 (java) S 19024 19026 18575 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 511166875 16066854912 197504 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350207409 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19060] ppid=19024 vsize=15690288 CPUtime=1.25 cores=1,3,5,7
/proc/19026/task/19060/stat : 19060 (java) S 19024 19026 18575 0 -1 4202560 4122 0 0 0 125 0 0 0 16 0 22 0 511166875 16066854912 197504 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19064] ppid=19024 vsize=15690288 CPUtime=1.38 cores=1,3,5,7
/proc/19026/task/19064/stat : 19064 (java) S 19024 19026 18575 0 -1 4202560 6530 0 0 0 138 0 0 0 15 0 22 0 511166875 16066854912 197504 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 1 0 0 0
[pid=19026/tid=19065] ppid=19024 vsize=15690288 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19065/stat : 19065 (java) S 19024 19026 18575 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 511166875 16066854912 197504 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350199705 0 4 0 16800975 18446604471140649984 0 0 -1 5 0 0 0
[pid=19026/tid=19066] ppid=19024 vsize=15690288 CPUtime=0 cores=1,3,5,7
/proc/19026/task/19066/stat : 19066 (java) S 19024 19026 18575 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 511166875 16066854912 197504 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 270350200320 0 4 0 16800975 18446604471140649984 0 0 -1 1 0 0 0
[pid=19026/tid=19067] ppid=19024 vsize=15690288 CPUtime=1190.92 cores=1,3,5,7
/proc/19026/task/19067/stat : 19067 (java) R 19024 19026 18575 0 -1 4202560 517947 0 0 0 119019 73 0 0 25 0 22 0 511166914 16066854912 197504 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 46912505980686 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19026/tid=19068] ppid=19024 vsize=15690288 CPUtime=1190.48 cores=1,3,5,7
/proc/19026/task/19068/stat : 19068 (java) R 19024 19026 18575 0 -1 4202560 480508 0 0 0 118985 63 0 0 25 0 22 0 511166914 16066854912 197504 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 46912506223094 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19026/tid=19069] ppid=19024 vsize=15690288 CPUtime=1190.93 cores=1,3,5,7
/proc/19026/task/19069/stat : 19069 (java) R 19024 19026 18575 0 -1 4202560 466624 0 0 0 119031 62 0 0 25 0 22 0 511166914 16066854912 197504 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 46912505755266 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19026/tid=19070] ppid=19024 vsize=15690288 CPUtime=1189.75 cores=1,3,5,7
/proc/19026/task/19070/stat : 19070 (java) R 19024 19026 18575 0 -1 4202560 451655 0 0 0 118916 59 0 0 25 0 22 0 511166914 16066854912 197504 33554432000 1073741824 1073778376 140736452176192 18446744073709551615 46912506032371 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 15690288

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.2
CPU user time (s): 4794.83
CPU system time (s): 5.36518
CPU usage (%): 397.879
Max. virtual memory (cumulated for all children) (KiB): 15691264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.83
system time used= 5.36518
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3153940
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= 154441
involuntary context switches= 106929

runsolver used 1.9997 second user time and 4.64129 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-30 20:18:33
IDJOB=3313134
IDBENCH=85799
IDSOLVER=1699
FILE ID=node143/3313134-1304187512
RUNJOBID= node143-1304187512-19012
PBS_JOBID= 13172465
Free space on /tmp= 73496 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-icl005.shuffled-as.sat05-3826.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313134-1304187512/watcher-3313134-1304187512 -o /tmp/evaluation-result-3313134-1304187512/solver-3313134-1304187512 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313134-1304187512.cnf

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

MD5SUM BENCH= 5d8489e52ec1ef9c7431a7fd60f9ff86
RANDOM SEED=1836033428

node143.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.846
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.69
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.846
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.15
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.846
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.74
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.846
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.846
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.846
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.83
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.846
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.74
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.846
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:      31124688 kB
Buffers:        284908 kB
Cached:        1192544 kB
SwapCached:        168 kB
Active:         351312 kB
Inactive:      1190052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31124688 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            4768 kB
Writeback:           0 kB
AnonPages:       63928 kB
Mapped:          14692 kB
Slab:           221840 kB
PageTables:       4768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184240 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= 73492 MiB
End job on node143 at 2011-04-30 20:38:41