Trace number 4109852

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
Sat4j PB 2.3.6 Resolution PB16OPTIMUM 13.9029 12.7969

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900573901--soft-66-100-0.wbo
MD5SUMa057c56aaeadccffd1b9b5ae1c954d95
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark26.8299
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints892
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 45060
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45059
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 701
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4109852-1466343756.wbo
0.09/0.11	c reading problem ... 
0.46/0.30	c ... done. Wall clock time 0.191s.
0.46/0.30	c declared #vars     231
0.46/0.30	c internal #vars     1123
0.46/0.30	c #constraints  2707
0.46/0.30	c constraints type 
0.46/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2530
0.46/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 13
0.46/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 154
0.46/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
0.46/0.30	c 2707 constraints processed.
0.46/0.30	c objective function length is 892 literals
0.74/0.41	c SATISFIABLE
0.74/0.41	c OPTIMIZING...
0.74/0.41	c Got one! Elapsed wall clock time (in seconds):0.298
0.74/0.41	o 983
0.74/0.44	c Got one! Elapsed wall clock time (in seconds):0.326
0.74/0.44	o 333
0.74/0.46	c Got one! Elapsed wall clock time (in seconds):0.351
0.74/0.46	o 329
0.74/0.49	c Got one! Elapsed wall clock time (in seconds):0.375
0.74/0.49	o 291
1.03/0.50	c Got one! Elapsed wall clock time (in seconds):0.388
1.03/0.50	o 286
1.03/0.52	c Got one! Elapsed wall clock time (in seconds):0.402
1.03/0.52	o 280
1.03/0.53	c Got one! Elapsed wall clock time (in seconds):0.416
1.03/0.53	o 257
1.03/0.56	c Got one! Elapsed wall clock time (in seconds):0.446
1.03/0.56	o 252
1.03/0.57	c Got one! Elapsed wall clock time (in seconds):0.46
1.03/0.57	o 251
1.34/0.60	c Got one! Elapsed wall clock time (in seconds):0.49
1.34/0.60	o 250
1.34/0.61	c Got one! Elapsed wall clock time (in seconds):0.496
1.34/0.61	o 244
1.34/0.62	c Got one! Elapsed wall clock time (in seconds):0.51
1.34/0.62	o 224
1.34/0.64	c Got one! Elapsed wall clock time (in seconds):0.525
1.34/0.64	o 219
1.34/0.65	c Got one! Elapsed wall clock time (in seconds):0.535
1.34/0.65	o 218
1.34/0.67	c Got one! Elapsed wall clock time (in seconds):0.553
1.34/0.67	o 208
1.34/0.69	c Got one! Elapsed wall clock time (in seconds):0.574
1.34/0.69	o 205
1.34/0.69	c Got one! Elapsed wall clock time (in seconds):0.58
1.34/0.69	o 196
1.62/0.70	c Got one! Elapsed wall clock time (in seconds):0.584
1.62/0.70	o 193
1.62/0.70	c Got one! Elapsed wall clock time (in seconds):0.589
1.62/0.70	o 184
1.62/0.71	c Got one! Elapsed wall clock time (in seconds):0.602
1.62/0.71	o 174
1.62/0.76	c Got one! Elapsed wall clock time (in seconds):0.643
1.62/0.76	o 160
1.62/0.76	c Got one! Elapsed wall clock time (in seconds):0.652
1.62/0.76	o 158
1.62/0.77	c Got one! Elapsed wall clock time (in seconds):0.656
1.62/0.77	o 98
1.62/0.79	c Got one! Elapsed wall clock time (in seconds):0.679
1.62/0.79	o 95
1.84/0.96	c Got one! Elapsed wall clock time (in seconds):0.851
1.84/0.96	o 94
1.94/1.03	c Got one! Elapsed wall clock time (in seconds):0.919
1.94/1.03	o 88
1.94/1.07	c Got one! Elapsed wall clock time (in seconds):0.962
1.94/1.07	o 84
2.06/1.18	c Got one! Elapsed wall clock time (in seconds):1.063
2.06/1.18	o 77
2.16/1.23	c Got one! Elapsed wall clock time (in seconds):1.117
2.16/1.23	o 72
2.25/1.35	c Got one! Elapsed wall clock time (in seconds):1.234
2.25/1.35	o 69
2.38/1.42	c Got one! Elapsed wall clock time (in seconds):1.311
2.38/1.42	o 54
2.38/1.44	c Got one! Elapsed wall clock time (in seconds):1.326
2.38/1.44	o 53
2.38/1.47	c Got one! Elapsed wall clock time (in seconds):1.357
2.38/1.47	o 52
2.38/1.48	c Got one! Elapsed wall clock time (in seconds):1.372
2.38/1.48	o 50
2.48/1.50	c Got one! Elapsed wall clock time (in seconds):1.392
2.48/1.50	o 47
2.48/1.53	c Got one! Elapsed wall clock time (in seconds):1.422
2.48/1.53	o 37
2.48/1.59	c Got one! Elapsed wall clock time (in seconds):1.474
2.48/1.59	o 31
2.58/1.61	c Got one! Elapsed wall clock time (in seconds):1.502
2.58/1.61	o 29
2.68/1.74	c cleaning 7458 clauses out of 14925 with flag 5948/14925
2.82/1.82	c Got one! Elapsed wall clock time (in seconds):1.705
2.82/1.82	o 28
2.92/1.98	c Got one! Elapsed wall clock time (in seconds):1.87
2.92/1.98	o 19
3.12/2.12	c cleaning 6741 clauses out of 13490 with flag 12450/20948
3.33/2.39	c Got one! Elapsed wall clock time (in seconds):2.273
3.33/2.39	o 18
3.42/2.47	c cleaning 6214 clauses out of 12440 with flag 6853/26639
3.73/2.76	c Got one! Elapsed wall clock time (in seconds):2.651
3.73/2.76	o 12
3.83/2.84	c cleaning 6057 clauses out of 12124 with flag 8020/32537
4.24/3.25	c cleaning 6030 clauses out of 12067 with flag 52848/38537
4.74/3.77	c cleaning 6519 clauses out of 13040 with flag 112089/45540
5.04/4.00	c Got one! Elapsed wall clock time (in seconds):3.888
5.04/4.00	o 11
5.14/4.13	c Got one! Elapsed wall clock time (in seconds):4.021
5.14/4.13	o 10
5.25/4.21	c cleaning 6217 clauses out of 12459 with flag 7059/51479
5.56/4.59	c cleaning 6116 clauses out of 12242 with flag 50077/57479
6.05/5.08	c cleaning 6556 clauses out of 13126 with flag 104357/64479
6.55/5.53	c Got one! Elapsed wall clock time (in seconds):5.42
6.55/5.53	o 9
7.05/6.02	c cleaning 9123 clauses out of 18255 with flag 42928/76164
7.05/6.05	c Got one! Elapsed wall clock time (in seconds):5.939
7.05/6.05	o 7
7.38/6.33	c Got one! Elapsed wall clock time (in seconds):6.221
7.38/6.33	o 6
7.59/6.52	c cleaning 7626 clauses out of 15262 with flag 14514/82294
8.01/6.95	c cleaning 6814 clauses out of 13637 with flag 57655/88295
8.41/7.38	c Got one! Elapsed wall clock time (in seconds):7.272
8.41/7.38	o 3
9.01/7.90	c cleaning 8483 clauses out of 16974 with flag 39087/98446
9.50/8.42	c cleaning 7246 clauses out of 14491 with flag 86566/104446
10.01/8.92	c Got one! Elapsed wall clock time (in seconds):8.808
10.01/8.92	o 2
10.42/9.32	c cleaning 9043 clauses out of 18105 with flag 29237/115306
10.92/9.85	c cleaning 7529 clauses out of 15064 with flag 73028/121308
11.62/10.50	c cleaning 7251 clauses out of 14533 with flag 125366/128306
11.82/10.77	c Got one! Elapsed wall clock time (in seconds):10.658
11.82/10.77	o 1
12.02/10.94	c cleaning 6396 clauses out of 12802 with flag 12343/133827
12.52/11.41	c cleaning 6196 clauses out of 12407 with flag 47208/139828
13.02/11.93	c cleaning 6600 clauses out of 13210 with flag 84884/146828
13.53/12.43	c cleaning 7300 clauses out of 14607 with flag 125983/154827
13.83/12.78	c starts		: 145
13.83/12.78	c conflicts		: 161820
13.83/12.78	c decisions		: 289984
13.83/12.78	c propagations		: 8201459
13.83/12.78	c inspects		: 172090663
13.83/12.78	c shortcuts		: 0
13.83/12.78	c learnt literals	: 21
13.83/12.78	c learnt binary clauses	: 47
13.83/12.78	c learnt ternary clauses	: 349
13.83/12.78	c learnt constraints	: 161798
13.83/12.78	c ignored constraints	: 0
13.83/12.78	c root simplifications	: 0
13.83/12.78	c removed literals (reason simplification)	: 0
13.83/12.78	c reason swapping (by a shorter reason)	: 0
13.83/12.78	c Calls to reduceDB	: 21
13.83/12.78	c Number of update (reduction) of LBD	: 65315
13.83/12.78	c Imported unit clauses	: 0
13.83/12.78	c number of reductions to clauses (during analyze)	: 0
13.83/12.78	c number of learned constraints concerned by reduction	: 0
13.83/12.78	c number of learning phase by resolution	: 0
13.83/12.78	c number of learning phase by cutting planes	: 0
13.83/12.78	c speed (assignments/second)	: 657906.2249318146
13.83/12.78	c non guided choices	5245
13.83/12.78	c learnt constraints type 
13.83/12.78	s OPTIMUM FOUND
13.83/12.78	c Found 50 solution(s)
13.83/12.78	v x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 x31 -x32 -x33 -x34 -x35 x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 x149 -x150 -x151 x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 x219 -x220 -x221 -x222 -x223 -x224 -x225 x226 -x227 -x228 -x229 -x230 -x231 
13.83/12.78	c objective function=1
13.83/12.78	c Total wall clock time (in seconds): 12.667

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4109852-1466343756/watcher-4109852-1466343756 -o /tmp/evaluation-result-4109852-1466343756/solver-4109852-1466343756 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466341813-22415 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109852-1466343756.wbo 

pid=23806
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 2.43 2.36 2.01 3/196 23809
/proc/meminfo: memFree=29834400/32872528 swapFree=1482636/1662508
[pid=23809] ppid=23806 vsize=5632 CPUtime=0 cores=0,2,4,6
/proc/23809/stat : 23809 (java) R 23806 23809 22399 0 -1 4202496 380 0 0 0 0 0 0 0 20 0 1 0 36422067 5767168 52 33554432000 1073741824 1073778376 140734696418976 140734696416104 273896537672 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23809/statm: 1408 55 43 9 0 30 0

[startup+0.10006 s]
/proc/loadavg: 2.43 2.36 2.01 3/196 23809
/proc/meminfo: memFree=29834400/32872528 swapFree=1482636/1662508
[pid=23809] ppid=23806 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/23809/stat : 23809 (java) S 23806 23809 22399 0 -1 4202496 4392 0 1 0 8 1 0 0 20 0 18 0 36422067 9787879424 6034 33554432000 1073741824 1073778376 140734696418976 140734696410112 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23809/statm: 2389619 6034 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.209108 s]
/proc/loadavg: 2.43 2.36 2.01 3/196 23809
/proc/meminfo: memFree=29834400/32872528 swapFree=1482636/1662508
[pid=23809] ppid=23806 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/23809/stat : 23809 (java) S 23806 23809 22399 0 -1 4202496 4755 0 1 0 25 1 0 0 20 0 18 0 36422067 9787879424 6823 33554432000 1073741824 1073778376 140734696418976 140734696410112 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23809/statm: 2389619 6823 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300221 s]
/proc/loadavg: 2.43 2.36 2.01 3/196 23809
/proc/meminfo: memFree=29834400/32872528 swapFree=1482636/1662508
[pid=23809] ppid=23806 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/23809/stat : 23809 (java) S 23806 23809 22399 0 -1 4202496 5771 0 1 0 44 2 0 0 20 0 18 0 36422067 9787879424 8269 33554432000 1073741824 1073778376 140734696418976 140734696410112 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23809/statm: 2389619 8269 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700172 s]
/proc/loadavg: 2.43 2.36 2.01 3/196 23809
/proc/meminfo: memFree=29834400/32872528 swapFree=1482636/1662508
[pid=23809] ppid=23806 vsize=9625040 CPUtime=1.62 cores=0,2,4,6
/proc/23809/stat : 23809 (java) S 23806 23809 22399 0 -1 4202496 12436 0 1 0 158 4 0 0 20 0 19 0 36422067 9856040960 14130 33554432000 1073741824 1073778376 140734696418976 140734696410112 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23809/statm: 2406260 14130 2262 9 0 2396937 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.43 2.36 2.01 3/215 23828
/proc/meminfo: memFree=29781984/32872528 swapFree=1482636/1662508
[pid=23809] ppid=23806 vsize=9625040 CPUtime=2.48 cores=0,2,4,6
/proc/23809/stat : 23809 (java) S 23806 23809 22399 0 -1 4202496 12447 0 1 0 244 4 0 0 20 0 19 0 36422067 9856040960 16184 33554432000 1073741824 1073778376 140734696418976 140734696410112 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23809/statm: 2406260 16184 2266 9 0 2396937 0
[pid=23809/tid=23811] ppid=23806 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/23809/task/23811/stat : 23811 (java) R 23806 23809 22399 0 -1 4202560 2428 0 1 0 143 2 0 0 20 0 19 0 36422068 9856040960 16184 33554432000 1073741824 1073778376 140734696418976 140184009359664 140183857538752 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23809/tid=23812] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23812/stat : 23812 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 16184 33554432000 1073741824 1073778376 140734696418976 140183981820840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23813] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23813/stat : 23813 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 16184 33554432000 1073741824 1073778376 140734696418976 140183980768296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23809/tid=23814] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23814/stat : 23814 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 16184 33554432000 1073741824 1073778376 140734696418976 140183979715240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23809/tid=23815] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23815/stat : 23815 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 16184 33554432000 1073741824 1073778376 140734696418976 140183978662696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23809/tid=23816] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23816/stat : 23816 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 16184 33554432000 1073741824 1073778376 140734696418976 140183977609640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23817] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23817/stat : 23817 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 16184 33554432000 1073741824 1073778376 140734696418976 140183976557096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23809/tid=23818] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23818/stat : 23818 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 16184 33554432000 1073741824 1073778376 140734696418976 140183975504040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23819] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23819/stat : 23819 (java) S 23806 23809 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 16184 33554432000 1073741824 1073778376 140734696418976 140183846037800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23820] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23820/stat : 23820 (java) S 23806 23809 22399 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36422070 9856040960 16184 33554432000 1073741824 1073778376 140734696418976 140183363091304 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23821] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23821/stat : 23821 (java) S 23806 23809 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36422070 9856040960 16184 33554432000 1073741824 1073778376 140734696418976 140183362037624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23822] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23822/stat : 23822 (java) S 23806 23809 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36422070 9856040960 16184 33554432000 1073741824 1073778376 140734696418976 140183360984456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23823] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23823/stat : 23823 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422073 9856040960 16184 33554432000 1073741824 1073778376 140734696418976 140183359933200 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23824] ppid=23806 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/23809/task/23824/stat : 23824 (java) S 23806 23809 22399 0 -1 4202560 4841 0 0 0 51 0 0 0 20 0 19 0 36422073 9856040960 16184 33554432000 1073741824 1073778376 140734696418976 140183358880056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23825] ppid=23806 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/23809/task/23825/stat : 23825 (java) S 23806 23809 22399 0 -1 4202560 3902 0 0 0 47 1 0 0 20 0 19 0 36422073 9856040960 16184 33554432000 1073741824 1073778376 140734696418976 140183357827512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23809/tid=23826] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23826/stat : 23826 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422073 9856040960 16184 33554432000 1073741824 1073778376 140734696418976 140183356774648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23809/tid=23827] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23827/stat : 23827 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422073 9856040960 16184 33554432000 1073741824 1073778376 140734696418976 140183355722312 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23828] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23828/stat : 23828 (java) S 23806 23809 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36422098 9856040960 16184 33554432000 1073741824 1073778376 140734696418976 140183354668584 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.40 2.35 2.01 3/215 23828
/proc/meminfo: memFree=29773164/32872528 swapFree=1482636/1662508
[pid=23809] ppid=23806 vsize=9625040 CPUtime=4.14 cores=0,2,4,6
/proc/23809/stat : 23809 (java) S 23806 23809 22399 0 -1 4202496 12457 0 1 0 409 5 0 0 20 0 19 0 36422067 9856040960 18236 33554432000 1073741824 1073778376 140734696418976 140734696410112 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23809/statm: 2406260 18236 2270 9 0 2396937 0
[pid=23809/tid=23811] ppid=23806 vsize=9625040 CPUtime=3.03 cores=0,2,4,6
/proc/23809/task/23811/stat : 23811 (java) R 23806 23809 22399 0 -1 4202560 2433 0 1 0 301 2 0 0 20 0 19 0 36422068 9856040960 18236 33554432000 1073741824 1073778376 140734696418976 140184009365904 140183857595639 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23809/tid=23812] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23812/stat : 23812 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 18236 33554432000 1073741824 1073778376 140734696418976 140183981820840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23813] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23813/stat : 23813 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 18236 33554432000 1073741824 1073778376 140734696418976 140183980768296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23809/tid=23814] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23814/stat : 23814 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 18236 33554432000 1073741824 1073778376 140734696418976 140183979715240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23809/tid=23815] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23815/stat : 23815 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 18236 33554432000 1073741824 1073778376 140734696418976 140183978662696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23809/tid=23816] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23816/stat : 23816 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 18236 33554432000 1073741824 1073778376 140734696418976 140183977609640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23817] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23817/stat : 23817 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 18236 33554432000 1073741824 1073778376 140734696418976 140183976557096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23809/tid=23818] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23818/stat : 23818 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 18236 33554432000 1073741824 1073778376 140734696418976 140183975504040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23819] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23819/stat : 23819 (java) S 23806 23809 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 18236 33554432000 1073741824 1073778376 140734696418976 140183846037800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23820] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23820/stat : 23820 (java) S 23806 23809 22399 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36422070 9856040960 18236 33554432000 1073741824 1073778376 140734696418976 140183363091304 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23821] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23821/stat : 23821 (java) S 23806 23809 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36422070 9856040960 18236 33554432000 1073741824 1073778376 140734696418976 140183362037624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23822] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23822/stat : 23822 (java) S 23806 23809 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36422070 9856040960 18236 33554432000 1073741824 1073778376 140734696418976 140183360984456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23823] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23823/stat : 23823 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422073 9856040960 18236 33554432000 1073741824 1073778376 140734696418976 140183359933200 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23824] ppid=23806 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/23809/task/23824/stat : 23824 (java) S 23806 23809 22399 0 -1 4202560 4842 0 0 0 54 0 0 0 20 0 19 0 36422073 9856040960 18236 33554432000 1073741824 1073778376 140734696418976 140183358880056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23825] ppid=23806 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/23809/task/23825/stat : 23825 (java) S 23806 23809 22399 0 -1 4202560 3906 0 0 0 51 1 0 0 20 0 19 0 36422073 9856040960 18236 33554432000 1073741824 1073778376 140734696418976 140183357827512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23809/tid=23826] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23826/stat : 23826 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422073 9856040960 18236 33554432000 1073741824 1073778376 140734696418976 140183356774648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23809/tid=23827] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23827/stat : 23827 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422073 9856040960 18236 33554432000 1073741824 1073778376 140734696418976 140183355722312 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23828] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23828/stat : 23828 (java) S 23806 23809 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36422098 9856040960 18236 33554432000 1073741824 1073778376 140734696418976 140183354668584 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.40 2.35 2.01 3/215 23828
/proc/meminfo: memFree=29758604/32872528 swapFree=1482636/1662508
[pid=23809] ppid=23806 vsize=9625040 CPUtime=7.38 cores=0,2,4,6
/proc/23809/stat : 23809 (java) S 23806 23809 22399 0 -1 4202496 12465 0 1 0 733 5 0 0 20 0 19 0 36422067 9856040960 21217 33554432000 1073741824 1073778376 140734696418976 140734696410112 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23809/statm: 2406260 21217 2270 9 0 2396937 0
[pid=23809/tid=23811] ppid=23806 vsize=9625040 CPUtime=6.21 cores=0,2,4,6
/proc/23809/task/23811/stat : 23811 (java) R 23806 23809 22399 0 -1 4202560 2441 0 1 0 619 2 0 0 20 0 19 0 36422068 9856040960 21217 33554432000 1073741824 1073778376 140734696418976 140184009368128 140183857552351 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23809/tid=23812] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23812/stat : 23812 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 21217 33554432000 1073741824 1073778376 140734696418976 140183981820840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23813] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23813/stat : 23813 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 21217 33554432000 1073741824 1073778376 140734696418976 140183980768296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23809/tid=23814] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23814/stat : 23814 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 21217 33554432000 1073741824 1073778376 140734696418976 140183979715240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23809/tid=23815] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23815/stat : 23815 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 21217 33554432000 1073741824 1073778376 140734696418976 140183978662696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23809/tid=23816] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23816/stat : 23816 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 21217 33554432000 1073741824 1073778376 140734696418976 140183977609640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23817] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23817/stat : 23817 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 21217 33554432000 1073741824 1073778376 140734696418976 140183976557096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23809/tid=23818] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23818/stat : 23818 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 21217 33554432000 1073741824 1073778376 140734696418976 140183975504040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23819] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23819/stat : 23819 (java) S 23806 23809 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 21217 33554432000 1073741824 1073778376 140734696418976 140183846037800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23820] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23820/stat : 23820 (java) S 23806 23809 22399 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36422070 9856040960 21217 33554432000 1073741824 1073778376 140734696418976 140183363091304 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23821] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23821/stat : 23821 (java) S 23806 23809 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36422070 9856040960 21217 33554432000 1073741824 1073778376 140734696418976 140183362037624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23822] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23822/stat : 23822 (java) S 23806 23809 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36422070 9856040960 21217 33554432000 1073741824 1073778376 140734696418976 140183360984456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23823] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23823/stat : 23823 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422073 9856040960 21217 33554432000 1073741824 1073778376 140734696418976 140183359933200 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23824] ppid=23806 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/23809/task/23824/stat : 23824 (java) S 23806 23809 22399 0 -1 4202560 4842 0 0 0 57 0 0 0 20 0 19 0 36422073 9856040960 21217 33554432000 1073741824 1073778376 140734696418976 140183358880056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23825] ppid=23806 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/23809/task/23825/stat : 23825 (java) S 23806 23809 22399 0 -1 4202560 3906 0 0 0 54 1 0 0 20 0 19 0 36422073 9856040960 21217 33554432000 1073741824 1073778376 140734696418976 140183357827512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23809/tid=23826] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23826/stat : 23826 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422073 9856040960 21217 33554432000 1073741824 1073778376 140734696418976 140183356774648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23809/tid=23827] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23827/stat : 23827 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422073 9856040960 21217 33554432000 1073741824 1073778376 140734696418976 140183355722312 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23828] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23828/stat : 23828 (java) S 23806 23809 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36422098 9856040960 21217 33554432000 1073741824 1073778376 140734696418976 140183354668584 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.38
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 2.36 2.35 2.01 4/215 23893
/proc/meminfo: memFree=29837096/32872528 swapFree=1482636/1662508
[pid=23809] ppid=23806 vsize=9625040 CPUtime=13.83 cores=0,2,4,6
/proc/23809/stat : 23809 (java) S 23806 23809 22399 0 -1 4202496 12477 0 1 0 1378 5 0 0 20 0 19 0 36422067 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140734696410112 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23809/statm: 2406260 26338 2271 9 0 2396937 0
[pid=23809/tid=23811] ppid=23806 vsize=9625040 CPUtime=12.59 cores=0,2,4,6
/proc/23809/task/23811/stat : 23811 (java) R 23806 23809 22399 0 -1 4202560 2452 0 1 0 1257 2 0 0 20 0 19 0 36422068 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140184009366728 140183857552317 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23809/tid=23812] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23812/stat : 23812 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183981820840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23813] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23813/stat : 23813 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183980768296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23809/tid=23814] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23814/stat : 23814 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183979715240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23809/tid=23815] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23815/stat : 23815 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183978662696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23809/tid=23816] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23816/stat : 23816 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183977609640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23817] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23817/stat : 23817 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183976557096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23809/tid=23818] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23818/stat : 23818 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183975504040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23819] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23819/stat : 23819 (java) S 23806 23809 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183846037800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23820] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23820/stat : 23820 (java) S 23806 23809 22399 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36422070 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183363091304 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23821] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23821/stat : 23821 (java) S 23806 23809 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36422070 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183362037624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23822] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23822/stat : 23822 (java) S 23806 23809 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36422070 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183360984456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23823] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23823/stat : 23823 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422073 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183359933200 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23824] ppid=23806 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/23809/task/23824/stat : 23824 (java) S 23806 23809 22399 0 -1 4202560 4843 0 0 0 62 0 0 0 20 0 19 0 36422073 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183358880056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23825] ppid=23806 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/23809/task/23825/stat : 23825 (java) S 23806 23809 22399 0 -1 4202560 3906 0 0 0 54 1 0 0 20 0 19 0 36422073 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183357827512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23809/tid=23826] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23826/stat : 23826 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422073 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183356774648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23809/tid=23827] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23827/stat : 23827 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422073 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183355722312 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23828] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23828/stat : 23828 (java) S 23806 23809 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36422098 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183354668584 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 13.83
Current children cumulated vsize (KiB) 9625040

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 23809 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+12.7008 s]
/proc/loadavg: 2.36 2.35 2.01 4/215 23893
/proc/meminfo: memFree=29837096/32872528 swapFree=1482636/1662508
[pid=23809] ppid=23806 vsize=9625040 CPUtime=13.83 cores=0,2,4,6
/proc/23809/stat : 23809 (java) S 23806 23809 22399 0 -1 4202496 12477 0 1 0 1378 5 0 0 20 0 19 0 36422067 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140734696410112 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23809/statm: 2406260 26338 2271 9 0 2396937 0
[pid=23809/tid=23811] ppid=23806 vsize=9625040 CPUtime=12.59 cores=0,2,4,6
/proc/23809/task/23811/stat : 23811 (java) R 23806 23809 22399 0 -1 4202560 2452 0 1 0 1257 2 0 0 20 0 19 0 36422068 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140184009366728 140183857552317 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23809/tid=23812] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23812/stat : 23812 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183981820840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23813] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23813/stat : 23813 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183980768296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23809/tid=23814] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23814/stat : 23814 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183979715240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23809/tid=23815] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23815/stat : 23815 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183978662696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23809/tid=23816] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23816/stat : 23816 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183977609640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23817] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23817/stat : 23817 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183976557096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23809/tid=23818] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23818/stat : 23818 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183975504040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23819] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23819/stat : 23819 (java) S 23806 23809 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36422069 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183846037800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23820] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23820/stat : 23820 (java) S 23806 23809 22399 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36422070 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183363091304 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23821] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23821/stat : 23821 (java) S 23806 23809 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36422070 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183362037624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23822] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23822/stat : 23822 (java) S 23806 23809 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36422070 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183360984456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23823] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23823/stat : 23823 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422073 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183359933200 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23824] ppid=23806 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/23809/task/23824/stat : 23824 (java) S 23806 23809 22399 0 -1 4202560 4843 0 0 0 62 0 0 0 20 0 19 0 36422073 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183358880056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23825] ppid=23806 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/23809/task/23825/stat : 23825 (java) S 23806 23809 22399 0 -1 4202560 3906 0 0 0 54 1 0 0 20 0 19 0 36422073 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183357827512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23809/tid=23826] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23826/stat : 23826 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422073 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183356774648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23809/tid=23827] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23827/stat : 23827 (java) S 23806 23809 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422073 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183355722312 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23809/tid=23828] ppid=23806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23809/task/23828/stat : 23828 (java) S 23806 23809 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36422098 9856040960 26338 33554432000 1073741824 1073778376 140734696418976 140183354668584 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 13.83
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 12.7969
CPU time (s): 13.9029
CPU user time (s): 13.8399
CPU system time (s): 0.06299
CPU usage (%): 108.642
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.8399
system time used= 0.06299
maximum resident set size= 105412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12500
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 559
involuntary context switches= 144

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.094985 second user time and 0.108983 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-19 15:42:37
IDJOB=4109852
IDBENCH=78947
IDSOLVER=2551
FILE ID=node134/4109852-1466343756
RUNJOBID= node134-1466341813-22415
PBS_JOBID= 19922019
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900573901--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109852-1466343756/watcher-4109852-1466343756 -o /tmp/evaluation-result-4109852-1466343756/solver-4109852-1466343756 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466341813-22415 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109852-1466343756.wbo

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

MD5SUM BENCH= a057c56aaeadccffd1b9b5ae1c954d95
RANDOM SEED=1305013243

node134.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.020
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 7358.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29834400 kB
Buffers:          195720 kB
Cached:           264540 kB
SwapCached:         1068 kB
Active:           284596 kB
Inactive:         349360 kB
Active(anon):     174324 kB
Inactive(anon):     1732 kB
Active(file):     110272 kB
Inactive(file):   347628 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100176 kB
Dirty:               876 kB
Writeback:             0 kB
AnonPages:       1779884 kB
Mapped:            15508 kB
Shmem:                 0 kB
Slab:             606396 kB
SReclaimable:      50088 kB
SUnreclaim:       556308 kB
KernelStack:        1776 kB
PageTables:         7872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2351384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    264192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71720 MiB
End job on node134 at 2016-06-19 15:42:49