Trace number 3312166

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1 (hbr=2)? (TO) 4800.5 1286.26

General information on the benchmark

Nameapplication/manthey/
traffic/traffic_r_sat.cnf
MD5SUM301b9466ed3504529c65ace8147a2422
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.63175
Satisfiable
(Un)Satisfiability was proved
Number of variables98651
Number of clauses3362666
Sum of the clauses size12837381
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2136641
Number of clauses of size 3340001
Number of clauses of size 42886024
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.11/0.12	52:08 INFO : Reading from input HOME/instance-3312166-1304110324.cnf
14.84/14.33	Executor set job limit to 1000000
14.84/14.33	Executor set job limit to 1000000
14.84/14.33	Executor set job limit to 1000000
14.84/14.33	Executor set job limit to 1000000
14.84/14.33	Starting Executor!
14.84/14.33	Starting Executor!
14.84/14.33	Starting Executor!
14.84/14.33	Starting Executor!
71.13/68.29	53:16 INFO : 98651 variables remaining out of 98651
71.13/68.29	53:16 INFO : 18811599 literals remaining out of 16200047

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

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

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


[startup+0 s]
/proc/loadavg: 6.99 7.85 7.94 2/194 32145
/proc/meminfo: memFree=30470772/32951124 swapFree=67111364/67111528
[pid=32145] ppid=32143 vsize=28384 CPUtime=0 cores=0,2,4,6
/proc/32145/stat : 32145 (java) S 32143 32145 31273 0 -1 4202496 1424 0 0 0 0 0 0 0 24 0 2 0 522630715 29065216 895 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256151525 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/32145/statm: 7096 898 686 9 0 381 0
[pid=32145/tid=32146] ppid=32143 vsize=28436 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32146/stat : 32146 (java) R 32143 32145 31273 0 -1 4202560 77 0 0 0 0 0 0 0 25 0 2 0 522630716 29118464 904 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228239425255 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.027322 s]
/proc/loadavg: 6.99 7.85 7.94 2/194 32145
/proc/meminfo: memFree=30470772/32951124 swapFree=67111364/67111528
[pid=32145] ppid=32143 vsize=15604116 CPUtime=0.02 cores=0,2,4,6
/proc/32145/stat : 32145 (java) S 32143 32145 31273 0 -1 4202496 3507 0 1 0 2 0 0 0 24 0 13 0 522630715 15978614784 2947 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256151525 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/32145/statm: 3901029 2948 1653 9 0 3891777 0
[pid=32145/tid=32146] ppid=32143 vsize=15604116 CPUtime=0.01 cores=0,2,4,6
/proc/32145/task/32146/stat : 32146 (java) R 32143 32145 31273 0 -1 4202560 2118 0 1 0 1 0 0 0 25 0 13 0 522630716 15978614784 2948 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 47144269567512 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15604116

[startup+0.104296 s]
/proc/loadavg: 6.99 7.85 7.94 2/194 32145
/proc/meminfo: memFree=30470772/32951124 swapFree=67111364/67111528
[pid=32145] ppid=32143 vsize=15676704 CPUtime=0.11 cores=0,2,4,6
/proc/32145/stat : 32145 (java) S 32143 32145 31273 0 -1 4202496 5615 0 1 0 10 1 0 0 24 0 18 0 522630715 16052944896 5055 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32145/statm: 3919176 5055 2117 9 0 3909895 0
[pid=32145/tid=32146] ppid=32143 vsize=15676704 CPUtime=0.09 cores=0,2,4,6
/proc/32145/task/32146/stat : 32146 (java) R 32143 32145 31273 0 -1 4202560 3524 0 1 0 8 1 0 0 18 0 18 0 522630716 16052944896 5055 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256175563 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676704

[startup+0.300285 s]
/proc/loadavg: 6.99 7.85 7.94 2/194 32145
/proc/meminfo: memFree=30470772/32951124 swapFree=67111364/67111528
[pid=32145] ppid=32143 vsize=15683064 CPUtime=0.52 cores=0,2,4,6
/proc/32145/stat : 32145 (java) S 32143 32145 31273 0 -1 4202496 15179 0 1 0 50 2 0 0 24 0 18 0 522630715 16059457536 13371 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32145/statm: 3920766 13376 2207 9 0 3911485 0
[pid=32145/tid=32146] ppid=32143 vsize=15683064 CPUtime=0.28 cores=0,2,4,6
/proc/32145/task/32146/stat : 32146 (java) R 32143 32145 31273 0 -1 4202560 9935 0 1 0 27 1 0 0 18 0 18 0 522630716 16059457536 13380 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 46912505640723 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15683064

[startup+0.701209 s]
/proc/loadavg: 6.99 7.85 7.94 2/194 32145
/proc/meminfo: memFree=30470772/32951124 swapFree=67111364/67111528
[pid=32145] ppid=32143 vsize=15683064 CPUtime=0.93 cores=0,2,4,6
/proc/32145/stat : 32145 (java) S 32143 32145 31273 0 -1 4202496 42113 0 1 0 88 5 0 0 24 0 18 0 522630715 16059457536 40301 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32145/statm: 3920766 40301 2223 9 0 3911485 0
[pid=32145/tid=32146] ppid=32143 vsize=15683064 CPUtime=0.67 cores=0,2,4,6
/proc/32145/task/32146/stat : 32146 (java) R 32143 32145 31273 0 -1 4202560 35549 0 1 0 63 4 0 0 18 0 18 0 522630716 16059457536 40301 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 46912505622082 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15683064

[startup+1.50104 s]
/proc/loadavg: 6.99 7.85 7.94 3/212 32163
/proc/meminfo: memFree=30111480/32951124 swapFree=67111364/67111528
[pid=32145] ppid=32143 vsize=15683064 CPUtime=1.74 cores=0,2,4,6
/proc/32145/stat : 32145 (java) S 32143 32145 31273 0 -1 4202496 54800 0 1 0 167 7 0 0 24 0 18 0 522630715 16059457536 52970 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32145/statm: 3920766 52976 2223 9 0 3911485 0
[pid=32145/tid=32146] ppid=32143 vsize=15683064 CPUtime=1.47 cores=0,2,4,6
/proc/32145/task/32146/stat : 32146 (java) R 32143 32145 31273 0 -1 4202560 45128 0 1 0 141 6 0 0 19 0 18 0 522630716 16059457536 52979 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 46912505640723 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32145/tid=32148] ppid=32143 vsize=15683064 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32148/stat : 32148 (java) S 32143 32145 31273 0 -1 4202560 1445 0 0 0 0 0 0 0 16 0 18 0 522630716 16059457536 52983 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 4 0 0 0
[pid=32145/tid=32149] ppid=32143 vsize=15683064 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32149/stat : 32149 (java) S 32143 32145 31273 0 -1 4202560 644 0 0 0 0 0 0 0 15 0 18 0 522630716 16059457536 52987 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 2 0 0 0
[pid=32145/tid=32150] ppid=32143 vsize=15683064 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32150/stat : 32150 (java) S 32143 32145 31273 0 -1 4202560 290 0 0 0 0 0 0 0 15 0 18 0 522630716 16059457536 52991 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 0 0 0 0
[pid=32145/tid=32151] ppid=32143 vsize=15683064 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32151/stat : 32151 (java) S 32143 32145 31273 0 -1 4202560 77 0 0 0 0 0 0 0 16 0 18 0 522630716 16059457536 52995 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 0 0 0 0
[pid=32145/tid=32152] ppid=32143 vsize=15683064 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32152/stat : 32152 (java) S 32143 32145 31273 0 -1 4202560 624 0 0 0 0 0 0 0 15 0 18 0 522630716 16059457536 52999 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 0 0 0 0
[pid=32145/tid=32153] ppid=32143 vsize=15683064 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32153/stat : 32153 (java) S 32143 32145 31273 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 18 0 522630716 16059457536 53002 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 6 0 0 0
[pid=32145/tid=32154] ppid=32143 vsize=15683064 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32154/stat : 32154 (java) S 32143 32145 31273 0 -1 4202560 1196 0 0 0 0 0 0 0 16 0 18 0 522630716 16059457536 53006 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 2 0 0 0
[pid=32145/tid=32155] ppid=32143 vsize=15683064 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32155/stat : 32155 (java) S 32143 32145 31273 0 -1 4202560 42 0 0 0 0 0 0 0 16 0 18 0 522630716 16059457536 53010 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 0 0 0 0
[pid=32145/tid=32156] ppid=32143 vsize=15683064 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32156/stat : 32156 (java) S 32143 32145 31273 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 18 0 522630717 16059457536 53014 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256165376 0 0 0 16800975 18446604453171755776 0 0 -1 2 0 0 0
[pid=32145/tid=32157] ppid=32143 vsize=15683064 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32157/stat : 32157 (java) S 32143 32145 31273 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 522630717 16059457536 53018 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 0 0 0 0
[pid=32145/tid=32158] ppid=32143 vsize=15683064 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32158/stat : 32158 (java) S 32143 32145 31273 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 522630717 16059457536 53022 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 0 0 0 0
[pid=32145/tid=32159] ppid=32143 vsize=15683064 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32159/stat : 32159 (java) S 32143 32145 31273 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522630720 16059457536 53025 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256172465 0 4 0 16800975 18446604453171755776 0 0 -1 6 0 0 0
[pid=32145/tid=32160] ppid=32143 vsize=15683064 CPUtime=0.11 cores=0,2,4,6
/proc/32145/task/32160/stat : 32160 (java) S 32143 32145 31273 0 -1 4202560 2235 0 0 0 11 0 0 0 17 0 18 0 522630720 16059457536 53029 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 0 0 0 0
[pid=32145/tid=32161] ppid=32143 vsize=15683064 CPUtime=0.11 cores=0,2,4,6
/proc/32145/task/32161/stat : 32161 (java) S 32143 32145 31273 0 -1 4202560 1626 0 0 0 11 0 0 0 17 0 18 0 522630720 16059457536 53032 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 2 0 0 0
[pid=32145/tid=32162] ppid=32143 vsize=15683064 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32162/stat : 32162 (java) S 32143 32145 31273 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522630720 16059457536 53036 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 6 0 0 0
[pid=32145/tid=32163] ppid=32143 vsize=15683064 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32163/stat : 32163 (java) S 32143 32145 31273 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 522630720 16059457536 53040 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256165376 0 4 0 16800975 18446604453171755776 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 15683064

[startup+3.10076 s]
/proc/loadavg: 6.99 7.85 7.94 3/216 32167
/proc/meminfo: memFree=29957448/32951124 swapFree=67111364/67111528
[pid=32145] ppid=32143 vsize=15683064 CPUtime=3.41 cores=0,2,4,6
/proc/32145/stat : 32145 (java) S 32143 32145 31273 0 -1 4202496 140070 0 1 0 324 17 0 0 24 0 18 0 522630715 16059457536 138168 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32145/statm: 3920766 138168 2241 9 0 3911485 0
[pid=32145/tid=32146] ppid=32143 vsize=15683064 CPUtime=3.06 cores=0,2,4,6
/proc/32145/task/32146/stat : 32146 (java) R 32143 32145 31273 0 -1 4202560 127405 0 1 0 290 16 0 0 23 0 18 0 522630716 16059457536 138168 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 46912505533790 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32145/tid=32148] ppid=32143 vsize=15683064 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32148/stat : 32148 (java) S 32143 32145 31273 0 -1 4202560 1466 0 0 0 0 0 0 0 15 0 18 0 522630716 16059457536 138168 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 4 0 0 0
[pid=32145/tid=32149] ppid=32143 vsize=15683064 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32149/stat : 32149 (java) S 32143 32145 31273 0 -1 4202560 645 0 0 0 0 0 0 0 15 0 18 0 522630716 16059457536 138168 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 2 0 0 0
[pid=32145/tid=32150] ppid=32143 vsize=15683064 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32150/stat : 32150 (java) S 32143 32145 31273 0 -1 4202560 290 0 0 0 0 0 0 0 15 0 18 0 522630716 16059457536 138168 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 0 0 0 0
[pid=32145/tid=32151] ppid=32143 vsize=15683064 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32151/stat : 32151 (java) S 32143 32145 31273 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 18 0 522630716 16059457536 138168 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 2 0 0 0
[pid=32145/tid=32152] ppid=32143 vsize=15683064 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32152/stat : 32152 (java) S 32143 32145 31273 0 -1 4202560 624 0 0 0 0 0 0 0 15 0 18 0 522630716 16059457536 138168 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 4 0 0 0
[pid=32145/tid=32153] ppid=32143 vsize=15683064 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32153/stat : 32153 (java) S 32143 32145 31273 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 18 0 522630716 16059457536 138168 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 6 0 0 0
[pid=32145/tid=32154] ppid=32143 vsize=15683064 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32154/stat : 32154 (java) S 32143 32145 31273 0 -1 4202560 1196 0 0 0 0 0 0 0 15 0 18 0 522630716 16059457536 138168 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 2 0 0 0
[pid=32145/tid=32155] ppid=32143 vsize=15683064 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32155/stat : 32155 (java) S 32143 32145 31273 0 -1 4202560 2620 0 0 0 0 0 0 0 15 0 18 0 522630716 16059457536 138168 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 0 0 0 0
[pid=32145/tid=32156] ppid=32143 vsize=15683064 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32156/stat : 32156 (java) S 32143 32145 31273 0 -1 4202560 197 0 0 0 0 0 0 0 15 0 18 0 522630717 16059457536 138168 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256165376 0 0 0 16800975 18446604453171755776 0 0 -1 2 0 0 0
[pid=32145/tid=32157] ppid=32143 vsize=15683064 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32157/stat : 32157 (java) S 32143 32145 31273 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 522630717 16059457536 138168 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 0 0 0 0
[pid=32145/tid=32158] ppid=32143 vsize=15683064 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32158/stat : 32158 (java) S 32143 32145 31273 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 522630717 16059457536 138168 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 0 0 0 0
[pid=32145/tid=32159] ppid=32143 vsize=15683064 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32159/stat : 32159 (java) S 32143 32145 31273 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522630720 16059457536 138168 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256172465 0 4 0 16800975 18446604453171755776 0 0 -1 6 0 0 0
[pid=32145/tid=32160] ppid=32143 vsize=15683064 CPUtime=0.14 cores=0,2,4,6
/proc/32145/task/32160/stat : 32160 (java) S 32143 32145 31273 0 -1 4202560 2278 0 0 0 14 0 0 0 15 0 18 0 522630720 16059457536 138168 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 0 0 0 0
[pid=32145/tid=32161] ppid=32143 vsize=15683064 CPUtime=0.14 cores=0,2,4,6
/proc/32145/task/32161/stat : 32161 (java) S 32143 32145 31273 0 -1 4202560 1712 0 0 0 14 0 0 0 15 0 18 0 522630720 16059457536 138168 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 2 0 0 0
[pid=32145/tid=32162] ppid=32143 vsize=15683064 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32162/stat : 32162 (java) S 32143 32145 31273 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522630720 16059457536 138168 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 6 0 0 0
[pid=32145/tid=32163] ppid=32143 vsize=15683064 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32163/stat : 32163 (java) S 32143 32145 31273 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 522630720 16059457536 138168 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256165376 0 4 0 16800975 18446604453171755776 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 15683064

[startup+6.30123 s]
/proc/loadavg: 6.75 7.79 7.92 3/216 32167
/proc/meminfo: memFree=29613500/32951124 swapFree=67111364/67111528
[pid=32145] ppid=32143 vsize=15681092 CPUtime=6.71 cores=0,2,4,6
/proc/32145/stat : 32145 (java) S 32143 32145 31273 0 -1 4202496 155722 0 1 0 650 21 0 0 24 0 18 0 522630715 16057438208 151359 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32145/statm: 3920273 151359 2241 9 0 3910992 0
[pid=32145/tid=32146] ppid=32143 vsize=15681092 CPUtime=6.22 cores=0,2,4,6
/proc/32145/task/32146/stat : 32146 (java) R 32143 32145 31273 0 -1 4202560 127412 0 1 0 605 17 0 0 25 0 18 0 522630716 16057438208 151359 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 46912505561295 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32145/tid=32148] ppid=32143 vsize=15681092 CPUtime=0.02 cores=0,2,4,6
/proc/32145/task/32148/stat : 32148 (java) S 32143 32145 31273 0 -1 4202560 1466 0 0 0 2 0 0 0 15 0 18 0 522630716 16057438208 151359 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 6 0 0 0
[pid=32145/tid=32149] ppid=32143 vsize=15681092 CPUtime=0.01 cores=0,2,4,6
/proc/32145/task/32149/stat : 32149 (java) S 32143 32145 31273 0 -1 4202560 645 0 0 0 1 0 0 0 15 0 18 0 522630716 16057438208 151359 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 6 0 0 0
[pid=32145/tid=32150] ppid=32143 vsize=15681092 CPUtime=0.01 cores=0,2,4,6
/proc/32145/task/32150/stat : 32150 (java) S 32143 32145 31273 0 -1 4202560 5412 0 0 0 1 0 0 0 15 0 18 0 522630716 16057438208 151359 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 4 0 0 0
[pid=32145/tid=32151] ppid=32143 vsize=15681092 CPUtime=0.02 cores=0,2,4,6
/proc/32145/task/32151/stat : 32151 (java) S 32143 32145 31273 0 -1 4202560 10343 0 0 0 1 1 0 0 15 0 18 0 522630716 16057438208 151359 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 0 0 0 0
[pid=32145/tid=32152] ppid=32143 vsize=15681092 CPUtime=0.01 cores=0,2,4,6
/proc/32145/task/32152/stat : 32152 (java) S 32143 32145 31273 0 -1 4202560 624 0 0 0 1 0 0 0 15 0 18 0 522630716 16057438208 151359 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 4 0 0 0
[pid=32145/tid=32153] ppid=32143 vsize=15681092 CPUtime=0.02 cores=0,2,4,6
/proc/32145/task/32153/stat : 32153 (java) S 32143 32145 31273 0 -1 4202560 149 0 0 0 2 0 0 0 15 0 18 0 522630716 16057438208 151359 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 6 0 0 0
[pid=32145/tid=32154] ppid=32143 vsize=15681092 CPUtime=0.02 cores=0,2,4,6
/proc/32145/task/32154/stat : 32154 (java) S 32143 32145 31273 0 -1 4202560 1196 0 0 0 2 0 0 0 15 0 18 0 522630716 16057438208 151359 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 2 0 0 0
[pid=32145/tid=32155] ppid=32143 vsize=15681092 CPUtime=0.02 cores=0,2,4,6
/proc/32145/task/32155/stat : 32155 (java) S 32143 32145 31273 0 -1 4202560 2621 0 0 0 2 0 0 0 15 0 18 0 522630716 16057438208 151359 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 2 0 0 0
[pid=32145/tid=32156] ppid=32143 vsize=15681092 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32156/stat : 32156 (java) S 32143 32145 31273 0 -1 4202560 479 0 0 0 0 0 0 0 15 0 18 0 522630717 16057438208 151359 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256165376 0 0 0 16800975 18446604453171755776 0 0 -1 2 0 0 0
[pid=32145/tid=32157] ppid=32143 vsize=15681092 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32157/stat : 32157 (java) S 32143 32145 31273 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 522630717 16057438208 151359 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 0 0 0 0
[pid=32145/tid=32158] ppid=32143 vsize=15681092 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32158/stat : 32158 (java) S 32143 32145 31273 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 522630717 16057438208 151359 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 0 0 0 0
[pid=32145/tid=32159] ppid=32143 vsize=15681092 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32159/stat : 32159 (java) S 32143 32145 31273 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522630720 16057438208 151359 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256172465 0 4 0 16800975 18446604453171755776 0 0 -1 6 0 0 0
[pid=32145/tid=32160] ppid=32143 vsize=15681092 CPUtime=0.14 cores=0,2,4,6
/proc/32145/task/32160/stat : 32160 (java) S 32143 32145 31273 0 -1 4202560 2278 0 0 0 14 0 0 0 15 0 18 0 522630720 16057438208 151359 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 0 0 0 0
[pid=32145/tid=32161] ppid=32143 vsize=15681092 CPUtime=0.14 cores=0,2,4,6
/proc/32145/task/32161/stat : 32161 (java) S 32143 32145 31273 0 -1 4202560 1712 0 0 0 14 0 0 0 15 0 18 0 522630720 16057438208 151359 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 2 0 0 0
[pid=32145/tid=32162] ppid=32143 vsize=15681092 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32162/stat : 32162 (java) S 32143 32145 31273 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522630720 16057438208 151359 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 6 0 0 0
[pid=32145/tid=32163] ppid=32143 vsize=15681092 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32163/stat : 32163 (java) S 32143 32145 31273 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 522630720 16057438208 151359 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256165376 0 4 0 16800975 18446604453171755776 0 0 -1 0 0 0 0

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

/proc/meminfo: memFree=21583912/32951124 swapFree=67111364/67111528
[pid=32145] ppid=32143 vsize=15694492 CPUtime=4386.72 cores=0,2,4,6
/proc/32145/stat : 32145 (java) S 32143 32145 31273 0 -1 4202496 2834127 0 1 0 437920 752 0 0 24 0 22 0 522630715 16071159808 1864761 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32145/statm: 3923623 1864761 2301 9 0 3914342 0
[pid=32145/tid=32146] ppid=32143 vsize=15694492 CPUtime=67.86 cores=0,2,4,6
/proc/32145/task/32146/stat : 32146 (java) S 32143 32145 31273 0 -1 4202560 220736 0 1 0 6755 31 0 0 25 0 22 0 522630716 16071159808 1864761 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 4 0 0 0
[pid=32145/tid=32148] ppid=32143 vsize=15694492 CPUtime=4.57 cores=0,2,4,6
/proc/32145/task/32148/stat : 32148 (java) S 32143 32145 31273 0 -1 4202560 269680 0 0 0 412 45 0 0 16 0 22 0 522630716 16071159808 1864761 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 0 0 0 0
[pid=32145/tid=32149] ppid=32143 vsize=15694492 CPUtime=5.02 cores=0,2,4,6
/proc/32145/task/32149/stat : 32149 (java) S 32143 32145 31273 0 -1 4202560 286308 0 0 0 455 47 0 0 16 0 22 0 522630716 16071159808 1864761 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 4 0 0 0
[pid=32145/tid=32150] ppid=32143 vsize=15694492 CPUtime=4.22 cores=0,2,4,6
/proc/32145/task/32150/stat : 32150 (java) S 32143 32145 31273 0 -1 4202560 216670 0 0 0 390 32 0 0 16 0 22 0 522630716 16071159808 1864761 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 2 0 0 0
[pid=32145/tid=32151] ppid=32143 vsize=15694492 CPUtime=4.62 cores=0,2,4,6
/proc/32145/task/32151/stat : 32151 (java) S 32143 32145 31273 0 -1 4202560 289691 0 0 0 413 49 0 0 16 0 22 0 522630716 16071159808 1864761 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 6 0 0 0
[pid=32145/tid=32152] ppid=32143 vsize=15694492 CPUtime=4.9 cores=0,2,4,6
/proc/32145/task/32152/stat : 32152 (java) S 32143 32145 31273 0 -1 4202560 278292 0 0 0 442 48 0 0 15 0 22 0 522630716 16071159808 1864761 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 4 0 0 0
[pid=32145/tid=32153] ppid=32143 vsize=15694492 CPUtime=3.99 cores=0,2,4,6
/proc/32145/task/32153/stat : 32153 (java) S 32143 32145 31273 0 -1 4202560 193868 0 0 0 366 33 0 0 15 0 22 0 522630716 16071159808 1864761 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 6 0 0 0
[pid=32145/tid=32154] ppid=32143 vsize=15694492 CPUtime=4.87 cores=0,2,4,6
/proc/32145/task/32154/stat : 32154 (java) S 32143 32145 31273 0 -1 4202560 296631 0 0 0 435 52 0 0 16 0 22 0 522630716 16071159808 1864761 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 0 0 0 0
[pid=32145/tid=32155] ppid=32143 vsize=15694492 CPUtime=4.15 cores=0,2,4,6
/proc/32145/task/32155/stat : 32155 (java) S 32143 32145 31273 0 -1 4202560 236104 0 0 0 377 38 0 0 16 0 22 0 522630716 16071159808 1864761 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 4 0 0 0
[pid=32145/tid=32156] ppid=32143 vsize=15694492 CPUtime=8.12 cores=0,2,4,6
/proc/32145/task/32156/stat : 32156 (java) S 32143 32145 31273 0 -1 4202560 17246 0 0 0 795 17 0 0 15 0 22 0 522630717 16071159808 1864761 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256165376 0 0 0 16800975 18446604453171755776 0 0 -1 2 0 0 0
[pid=32145/tid=32157] ppid=32143 vsize=15694492 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32157/stat : 32157 (java) S 32143 32145 31273 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522630717 16071159808 1864761 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 0 0 0 0
[pid=32145/tid=32158] ppid=32143 vsize=15694492 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32158/stat : 32158 (java) S 32143 32145 31273 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522630717 16071159808 1864761 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 0 0 0 0
[pid=32145/tid=32159] ppid=32143 vsize=15694492 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32159/stat : 32159 (java) S 32143 32145 31273 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522630720 16071159808 1864761 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256172465 0 4 0 16800975 18446604453171755776 0 0 -1 6 0 0 0
[pid=32145/tid=32160] ppid=32143 vsize=15694492 CPUtime=2.42 cores=0,2,4,6
/proc/32145/task/32160/stat : 32160 (java) S 32143 32145 31273 0 -1 4202560 9736 0 0 0 241 1 0 0 15 0 22 0 522630720 16071159808 1864761 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 4 0 0 0
[pid=32145/tid=32161] ppid=32143 vsize=15694492 CPUtime=1.31 cores=0,2,4,6
/proc/32145/task/32161/stat : 32161 (java) S 32143 32145 31273 0 -1 4202560 5821 0 0 0 131 0 0 0 16 0 22 0 522630720 16071159808 1864761 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 0 0 0 0
[pid=32145/tid=32162] ppid=32143 vsize=15694492 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32162/stat : 32162 (java) S 32143 32145 31273 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522630720 16071159808 1864761 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 6 0 0 0
[pid=32145/tid=32163] ppid=32143 vsize=15694492 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32163/stat : 32163 (java) S 32143 32145 31273 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 522630720 16071159808 1864761 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256165376 0 4 0 16800975 18446604453171755776 0 0 -1 4 0 0 0
[pid=32145/tid=32168] ppid=32143 vsize=15694492 CPUtime=1091.4 cores=0,2,4,6
/proc/32145/task/32168/stat : 32168 (java) R 32143 32145 31273 0 -1 4202560 183269 0 0 0 109024 116 0 0 25 0 22 0 522632148 16071159808 1864761 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 46912505524207 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32145/tid=32169] ppid=32143 vsize=15694492 CPUtime=1042.75 cores=0,2,4,6
/proc/32145/task/32169/stat : 32169 (java) R 32143 32145 31273 0 -1 4202560 109561 0 0 0 104160 115 0 0 25 0 22 0 522632148 16071159808 1864761 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 46912505366046 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=32145/tid=32170] ppid=32143 vsize=15694492 CPUtime=1045.36 cores=0,2,4,6
/proc/32145/task/32170/stat : 32170 (java) R 32143 32145 31273 0 -1 4202560 96314 0 0 0 104525 11 0 0 25 0 22 0 522632148 16071159808 1864761 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 46912505565292 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32145/tid=32171] ppid=32143 vsize=15694492 CPUtime=1091.02 cores=0,2,4,6
/proc/32145/task/32171/stat : 32171 (java) R 32143 32145 31273 0 -1 4202560 122743 0 0 0 108995 107 0 0 19 0 22 0 522632148 16071159808 1864761 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4386.72
Current children cumulated vsize (KiB) 15694492

[startup+1242.3 s]
/proc/loadavg: 8.15 8.03 7.86 9/220 32216
/proc/meminfo: memFree=21368484/32951124 swapFree=67111364/67111528
[pid=32145] ppid=32143 vsize=15694492 CPUtime=4626.14 cores=0,2,4,6
/proc/32145/stat : 32145 (java) S 32143 32145 31273 0 -1 4202496 2984741 0 1 0 461821 793 0 0 24 0 22 0 522630715 16071159808 1845738 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32145/statm: 3923623 1845738 2301 9 0 3914342 0
[pid=32145/tid=32146] ppid=32143 vsize=15694492 CPUtime=67.86 cores=0,2,4,6
/proc/32145/task/32146/stat : 32146 (java) S 32143 32145 31273 0 -1 4202560 220736 0 1 0 6755 31 0 0 25 0 22 0 522630716 16071159808 1845738 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 4 0 0 0
[pid=32145/tid=32148] ppid=32143 vsize=15694492 CPUtime=4.67 cores=0,2,4,6
/proc/32145/task/32148/stat : 32148 (java) S 32143 32145 31273 0 -1 4202560 270041 0 0 0 422 45 0 0 15 0 22 0 522630716 16071159808 1845738 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 4 0 0 0
[pid=32145/tid=32149] ppid=32143 vsize=15694492 CPUtime=5.25 cores=0,2,4,6
/proc/32145/task/32149/stat : 32149 (java) S 32143 32145 31273 0 -1 4202560 292492 0 0 0 476 49 0 0 16 0 22 0 522630716 16071159808 1845738 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 2 0 0 0
[pid=32145/tid=32150] ppid=32143 vsize=15694492 CPUtime=4.34 cores=0,2,4,6
/proc/32145/task/32150/stat : 32150 (java) S 32143 32145 31273 0 -1 4202560 218139 0 0 0 402 32 0 0 15 0 22 0 522630716 16071159808 1845738 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 0 0 0 0
[pid=32145/tid=32151] ppid=32143 vsize=15694492 CPUtime=4.79 cores=0,2,4,6
/proc/32145/task/32151/stat : 32151 (java) S 32143 32145 31273 0 -1 4202560 290192 0 0 0 430 49 0 0 15 0 22 0 522630716 16071159808 1845738 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 0 0 0 0
[pid=32145/tid=32152] ppid=32143 vsize=15694492 CPUtime=5.06 cores=0,2,4,6
/proc/32145/task/32152/stat : 32152 (java) S 32143 32145 31273 0 -1 4202560 282073 0 0 0 458 48 0 0 16 0 22 0 522630716 16071159808 1845738 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 4 0 0 0
[pid=32145/tid=32153] ppid=32143 vsize=15694492 CPUtime=4.19 cores=0,2,4,6
/proc/32145/task/32153/stat : 32153 (java) S 32143 32145 31273 0 -1 4202560 198869 0 0 0 385 34 0 0 16 0 22 0 522630716 16071159808 1845738 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 4 0 0 0
[pid=32145/tid=32154] ppid=32143 vsize=15694492 CPUtime=5.05 cores=0,2,4,6
/proc/32145/task/32154/stat : 32154 (java) S 32143 32145 31273 0 -1 4202560 299012 0 0 0 453 52 0 0 16 0 22 0 522630716 16071159808 1845738 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 6 0 0 0
[pid=32145/tid=32155] ppid=32143 vsize=15694492 CPUtime=4.32 cores=0,2,4,6
/proc/32145/task/32155/stat : 32155 (java) S 32143 32145 31273 0 -1 4202560 237942 0 0 0 394 38 0 0 16 0 22 0 522630716 16071159808 1845738 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 2 0 0 0
[pid=32145/tid=32156] ppid=32143 vsize=15694492 CPUtime=8.15 cores=0,2,4,6
/proc/32145/task/32156/stat : 32156 (java) S 32143 32145 31273 0 -1 4202560 17719 0 0 0 795 20 0 0 15 0 22 0 522630717 16071159808 1845738 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256165376 0 0 0 16800975 18446604453171755776 0 0 -1 4 0 0 0
[pid=32145/tid=32157] ppid=32143 vsize=15694492 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32157/stat : 32157 (java) S 32143 32145 31273 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522630717 16071159808 1845738 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 0 0 0 0
[pid=32145/tid=32158] ppid=32143 vsize=15694492 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32158/stat : 32158 (java) S 32143 32145 31273 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522630717 16071159808 1845738 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 0 0 0 0
[pid=32145/tid=32159] ppid=32143 vsize=15694492 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32159/stat : 32159 (java) S 32143 32145 31273 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522630720 16071159808 1845738 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256172465 0 4 0 16800975 18446604453171755776 0 0 -1 6 0 0 0
[pid=32145/tid=32160] ppid=32143 vsize=15694492 CPUtime=2.42 cores=0,2,4,6
/proc/32145/task/32160/stat : 32160 (java) S 32143 32145 31273 0 -1 4202560 9736 0 0 0 241 1 0 0 15 0 22 0 522630720 16071159808 1845738 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 4 0 0 0
[pid=32145/tid=32161] ppid=32143 vsize=15694492 CPUtime=1.31 cores=0,2,4,6
/proc/32145/task/32161/stat : 32161 (java) S 32143 32145 31273 0 -1 4202560 5821 0 0 0 131 0 0 0 16 0 22 0 522630720 16071159808 1845738 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 0 0 0 0
[pid=32145/tid=32162] ppid=32143 vsize=15694492 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32162/stat : 32162 (java) S 32143 32145 31273 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522630720 16071159808 1845738 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 6 0 0 0
[pid=32145/tid=32163] ppid=32143 vsize=15694492 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32163/stat : 32163 (java) S 32143 32145 31273 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 22 0 522630720 16071159808 1845738 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256165376 0 4 0 16800975 18446604453171755776 0 0 -1 2 0 0 0
[pid=32145/tid=32168] ppid=32143 vsize=15694492 CPUtime=1150.96 cores=0,2,4,6
/proc/32145/task/32168/stat : 32168 (java) R 32143 32145 31273 0 -1 4202560 225348 0 0 0 114968 128 0 0 25 0 22 0 522632148 16071159808 1845738 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 46912505821401 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=32145/tid=32169] ppid=32143 vsize=15694492 CPUtime=1102.02 cores=0,2,4,6
/proc/32145/task/32169/stat : 32169 (java) R 32143 32145 31273 0 -1 4202560 148341 0 0 0 110077 125 0 0 25 0 22 0 522632148 16071159808 1845738 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 46912506062164 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32145/tid=32170] ppid=32143 vsize=15694492 CPUtime=1104.98 cores=0,2,4,6
/proc/32145/task/32170/stat : 32170 (java) R 32143 32145 31273 0 -1 4202560 96315 0 0 0 110486 12 0 0 25 0 22 0 522632148 16071159808 1845738 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 46912506282516 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32145/tid=32171] ppid=32143 vsize=15694492 CPUtime=1150.6 cores=0,2,4,6
/proc/32145/task/32171/stat : 32171 (java) R 32143 32145 31273 0 -1 4202560 170504 0 0 0 114940 120 0 0 18 0 22 0 522632148 16071159808 1845738 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 46912506306008 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4626.14
Current children cumulated vsize (KiB) 15694492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1285.91 s]
/proc/loadavg: 6.12 7.52 7.70 5/193 32237
/proc/meminfo: memFree=23234552/32951124 swapFree=67111364/67111528
[pid=32145] ppid=32143 vsize=15694492 CPUtime=4800.1 cores=0,2,4,6
/proc/32145/stat : 32145 (java) S 32143 32145 31273 0 -1 4202496 3133007 0 1 0 479187 823 0 0 24 0 22 0 522630715 16071159808 1903864 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32145/statm: 3923623 1903864 2301 9 0 3914342 0
[pid=32145/tid=32146] ppid=32143 vsize=15694492 CPUtime=67.86 cores=0,2,4,6
/proc/32145/task/32146/stat : 32146 (java) S 32143 32145 31273 0 -1 4202560 220736 0 1 0 6755 31 0 0 25 0 22 0 522630716 16071159808 1903864 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 4 0 0 0
[pid=32145/tid=32148] ppid=32143 vsize=15694492 CPUtime=4.8 cores=0,2,4,6
/proc/32145/task/32148/stat : 32148 (java) S 32143 32145 31273 0 -1 4202560 274715 0 0 0 434 46 0 0 15 0 22 0 522630716 16071159808 1903864 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 6 0 0 0
[pid=32145/tid=32149] ppid=32143 vsize=15694492 CPUtime=5.36 cores=0,2,4,6
/proc/32145/task/32149/stat : 32149 (java) S 32143 32145 31273 0 -1 4202560 294721 0 0 0 487 49 0 0 15 0 22 0 522630716 16071159808 1903864 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 4 0 0 0
[pid=32145/tid=32150] ppid=32143 vsize=15694492 CPUtime=4.51 cores=0,2,4,6
/proc/32145/task/32150/stat : 32150 (java) S 32143 32145 31273 0 -1 4202560 222281 0 0 0 418 33 0 0 15 0 22 0 522630716 16071159808 1903864 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 4 0 0 0
[pid=32145/tid=32151] ppid=32143 vsize=15694492 CPUtime=4.98 cores=0,2,4,6
/proc/32145/task/32151/stat : 32151 (java) S 32143 32145 31273 0 -1 4202560 297907 0 0 0 447 51 0 0 16 0 22 0 522630716 16071159808 1903864 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 0 0 0 0
[pid=32145/tid=32152] ppid=32143 vsize=15694492 CPUtime=5.18 cores=0,2,4,6
/proc/32145/task/32152/stat : 32152 (java) S 32143 32145 31273 0 -1 4202560 289349 0 0 0 469 49 0 0 16 0 22 0 522630716 16071159808 1903864 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 2 0 0 0
[pid=32145/tid=32153] ppid=32143 vsize=15694492 CPUtime=4.35 cores=0,2,4,6
/proc/32145/task/32153/stat : 32153 (java) S 32143 32145 31273 0 -1 4202560 217575 0 0 0 399 36 0 0 16 0 22 0 522630716 16071159808 1903864 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 0 0 0 0
[pid=32145/tid=32154] ppid=32143 vsize=15694492 CPUtime=5.19 cores=0,2,4,6
/proc/32145/task/32154/stat : 32154 (java) S 32143 32145 31273 0 -1 4202560 305740 0 0 0 465 54 0 0 16 0 22 0 522630716 16071159808 1903864 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 6 0 0 0
[pid=32145/tid=32155] ppid=32143 vsize=15694492 CPUtime=4.54 cores=0,2,4,6
/proc/32145/task/32155/stat : 32155 (java) S 32143 32145 31273 0 -1 4202560 249311 0 0 0 414 40 0 0 16 0 22 0 522630716 16071159808 1903864 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 4 0 0 0
[pid=32145/tid=32156] ppid=32143 vsize=15694492 CPUtime=8.16 cores=0,2,4,6
/proc/32145/task/32156/stat : 32156 (java) S 32143 32145 31273 0 -1 4202560 18082 0 0 0 795 21 0 0 15 0 22 0 522630717 16071159808 1903864 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256165376 0 0 0 16800975 18446604453171755776 0 0 -1 0 0 0 0
[pid=32145/tid=32157] ppid=32143 vsize=15694492 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32157/stat : 32157 (java) S 32143 32145 31273 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522630717 16071159808 1903864 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 0 0 0 0
[pid=32145/tid=32158] ppid=32143 vsize=15694492 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32158/stat : 32158 (java) S 32143 32145 31273 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522630717 16071159808 1903864 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 0 0 0 0
[pid=32145/tid=32159] ppid=32143 vsize=15694492 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32159/stat : 32159 (java) S 32143 32145 31273 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522630720 16071159808 1903864 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256172465 0 4 0 16800975 18446604453171755776 0 0 -1 6 0 0 0
[pid=32145/tid=32160] ppid=32143 vsize=15694492 CPUtime=2.42 cores=0,2,4,6
/proc/32145/task/32160/stat : 32160 (java) S 32143 32145 31273 0 -1 4202560 9736 0 0 0 241 1 0 0 15 0 22 0 522630720 16071159808 1903864 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 4 0 0 0
[pid=32145/tid=32161] ppid=32143 vsize=15694492 CPUtime=1.31 cores=0,2,4,6
/proc/32145/task/32161/stat : 32161 (java) S 32143 32145 31273 0 -1 4202560 5821 0 0 0 131 0 0 0 16 0 22 0 522630720 16071159808 1903864 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 0 0 0 0
[pid=32145/tid=32162] ppid=32143 vsize=15694492 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32162/stat : 32162 (java) S 32143 32145 31273 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522630720 16071159808 1903864 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256164761 0 4 0 16800975 18446604453171755776 0 0 -1 6 0 0 0
[pid=32145/tid=32163] ppid=32143 vsize=15694492 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32163/stat : 32163 (java) S 32143 32145 31273 0 -1 4202560 81 0 0 0 0 0 0 0 15 0 22 0 522630720 16071159808 1903864 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 228256165376 0 4 0 16800975 18446604453171755776 0 0 -1 0 0 0 0
[pid=32145/tid=32168] ppid=32143 vsize=15694492 CPUtime=1193.95 cores=0,2,4,6
/proc/32145/task/32168/stat : 32168 (java) R 32143 32145 31273 0 -1 4202560 255914 0 0 0 119262 133 0 0 20 0 22 0 522632148 16071159808 1903864 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 46912506282471 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=32145/tid=32169] ppid=32143 vsize=15694492 CPUtime=1145.25 cores=0,2,4,6
/proc/32145/task/32169/stat : 32169 (java) R 32143 32145 31273 0 -1 4202560 176523 0 0 0 114393 132 0 0 18 0 22 0 522632148 16071159808 1903864 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 46912506091114 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32145/tid=32170] ppid=32143 vsize=15694492 CPUtime=1148.26 cores=0,2,4,6
/proc/32145/task/32170/stat : 32170 (java) R 32143 32145 31273 0 -1 4202560 96316 0 0 0 114814 12 0 0 25 0 22 0 522632148 16071159808 1903864 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 46912506282652 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32145/tid=32171] ppid=32143 vsize=15694492 CPUtime=1193.83 cores=0,2,4,6
/proc/32145/task/32171/stat : 32171 (java) R 32143 32145 31273 0 -1 4202560 196815 0 0 0 119257 126 0 0 18 0 22 0 522632148 16071159808 1903864 33554432000 1073741824 1073778376 140737204720368 18446744073709551615 46912506338630 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 15694492

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

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

[startup+1286.2 s]
/proc/loadavg: 6.12 7.52 7.70 5/193 32237
/proc/meminfo: memFree=23234552/32951124 swapFree=67111364/67111528
[pid=32145] ppid=32143 vsize=0 CPUtime=4800.43 cores=0,2,4,6
/proc/32145/stat : 32145 (java) Z 32143 32145 31273 0 -1 4203548 3133034 0 1 0 479193 850 0 0 17 0 2 0 522630715 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32145/statm: 0 0 0 0 0 0 0
[pid=32145/tid=32170] ppid=32143 vsize=0 CPUtime=1148.54 cores=0,2,4,6
/proc/32145/task/32170/stat : 32170 (java) R 32143 32145 31273 0 -1 4203588 96316 0 0 0 114815 39 0 0 25 0 2 0 522632148 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.43
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1286.26
CPU time (s): 4800.5
CPU user time (s): 4791.93
CPU system time (s): 8.5627
CPU usage (%): 373.214
Max. virtual memory (cumulated for all children) (KiB): 15702080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4791.93
system time used= 8.5627
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3133034
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= 516678
involuntary context switches= 66852

runsolver used 2.09668 second user time and 4.97924 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 22:52:08
IDJOB=3312166
IDBENCH=82499
IDSOLVER=1698
FILE ID=node136/3312166-1304110324
RUNJOBID= node136-1304110324-32108
PBS_JOBID= 13170640
Free space on /tmp= 72232 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/application/manthey/traffic/traffic_r_sat.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312166-1304110324/watcher-3312166-1304110324 -o /tmp/evaluation-result-3312166-1304110324/solver-3312166-1304110324 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312166-1304110324.cnf -hbr 2

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

MD5SUM BENCH= 301b9466ed3504529c65ace8147a2422
RANDOM SEED=1588354131

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30472408 kB
Buffers:        587832 kB
Cached:        1038180 kB
SwapCached:          0 kB
Active:         597472 kB
Inactive:      1454484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30472408 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:          108964 kB
Writeback:           0 kB
AnonPages:      425884 kB
Mapped:          23284 kB
Slab:           362932 kB
PageTables:       5480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1142392 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= 72248 MiB
End job on node136 at 2011-04-29 23:13:35