Trace number 4110204

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 12.86 11.305

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111226680--soft-0-100-0.wbo
MD5SUMbf6c20afd58a85c8a111061436284549
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark6.72998
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1190
Number of bits of the biggest sum of numbers11
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4110204-1466343843.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.054s.
0.10/0.16	c declared #vars     169
0.10/0.16	c internal #vars     270
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.10/0.16	c 101 constraints processed.
0.10/0.16	c objective function length is 101 literals
0.28/0.26	c SATISFIABLE
0.28/0.26	c OPTIMIZING...
0.28/0.26	c Got one! Elapsed wall clock time (in seconds):0.154
0.28/0.26	o 970
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.167
0.28/0.27	o 807
0.28/0.28	c Got one! Elapsed wall clock time (in seconds):0.178
0.28/0.28	o 801
0.54/0.31	c Got one! Elapsed wall clock time (in seconds):0.207
0.54/0.31	o 632
0.54/0.32	c Got one! Elapsed wall clock time (in seconds):0.214
0.54/0.32	o 609
0.54/0.33	c Got one! Elapsed wall clock time (in seconds):0.221
0.54/0.33	o 607
0.54/0.34	c Got one! Elapsed wall clock time (in seconds):0.235
0.54/0.34	o 606
0.54/0.35	c Got one! Elapsed wall clock time (in seconds):0.246
0.54/0.35	o 597
0.54/0.36	c Got one! Elapsed wall clock time (in seconds):0.251
0.54/0.36	o 583
0.54/0.36	c Got one! Elapsed wall clock time (in seconds):0.257
0.54/0.36	o 571
0.54/0.37	c Got one! Elapsed wall clock time (in seconds):0.264
0.54/0.37	o 554
0.54/0.37	c Got one! Elapsed wall clock time (in seconds):0.271
0.54/0.37	o 522
0.90/0.59	c cleaning 3734 clauses out of 7477 with flag 14246/7477
1.03/0.62	c Got one! Elapsed wall clock time (in seconds):0.516
1.03/0.62	o 500
1.03/0.62	c Got one! Elapsed wall clock time (in seconds):0.519
1.03/0.62	o 474
1.03/0.63	c Got one! Elapsed wall clock time (in seconds):0.523
1.03/0.63	o 439
1.03/0.63	c Got one! Elapsed wall clock time (in seconds):0.525
1.03/0.63	o 389
1.03/0.68	c Got one! Elapsed wall clock time (in seconds):0.575
1.03/0.68	o 388
1.03/0.68	c Got one! Elapsed wall clock time (in seconds):0.578
1.03/0.68	o 385
1.03/0.69	c Got one! Elapsed wall clock time (in seconds):0.581
1.03/0.69	o 378
1.03/0.69	c Got one! Elapsed wall clock time (in seconds):0.584
1.03/0.69	o 310
1.14/0.70	c Got one! Elapsed wall clock time (in seconds):0.599
1.14/0.70	o 309
1.14/0.71	c Got one! Elapsed wall clock time (in seconds):0.603
1.14/0.71	o 305
1.14/0.73	c Got one! Elapsed wall clock time (in seconds):0.626
1.14/0.73	o 303
1.14/0.75	c Got one! Elapsed wall clock time (in seconds):0.645
1.14/0.75	o 300
1.14/0.76	c Got one! Elapsed wall clock time (in seconds):0.657
1.14/0.76	o 296
1.14/0.77	c Got one! Elapsed wall clock time (in seconds):0.666
1.14/0.77	o 288
1.14/0.77	c Got one! Elapsed wall clock time (in seconds):0.671
1.14/0.77	o 285
1.14/0.79	c Got one! Elapsed wall clock time (in seconds):0.685
1.14/0.79	o 283
1.32/0.80	c Got one! Elapsed wall clock time (in seconds):0.694
1.32/0.80	o 282
1.32/0.84	c Got one! Elapsed wall clock time (in seconds):0.733
1.32/0.84	o 269
1.32/0.85	c Got one! Elapsed wall clock time (in seconds):0.748
1.32/0.85	o 267
1.32/0.87	c Got one! Elapsed wall clock time (in seconds):0.765
1.32/0.87	o 265
1.32/0.89	c Got one! Elapsed wall clock time (in seconds):0.785
1.32/0.89	o 257
1.51/0.90	c Got one! Elapsed wall clock time (in seconds):0.794
1.51/0.90	o 255
1.51/0.92	c Got one! Elapsed wall clock time (in seconds):0.819
1.51/0.92	o 252
1.51/0.93	c Got one! Elapsed wall clock time (in seconds):0.829
1.51/0.93	o 244
1.51/0.95	c Got one! Elapsed wall clock time (in seconds):0.841
1.51/0.95	o 242
1.64/1.07	c Got one! Elapsed wall clock time (in seconds):0.966
1.64/1.07	o 236
1.78/1.11	c Got one! Elapsed wall clock time (in seconds):1.01
1.78/1.11	o 222
1.90/1.23	c cleaning 8539 clauses out of 17077 with flag 7327/20811
2.00/1.36	c Got one! Elapsed wall clock time (in seconds):1.255
2.00/1.36	o 221
2.10/1.46	c Got one! Elapsed wall clock time (in seconds):1.355
2.10/1.46	o 220
2.20/1.52	c cleaning 7312 clauses out of 14641 with flag 4385/26914
2.20/1.54	c Got one! Elapsed wall clock time (in seconds):1.438
2.20/1.54	o 208
2.20/1.57	c Got one! Elapsed wall clock time (in seconds):1.47
2.20/1.57	o 205
2.31/1.61	c Got one! Elapsed wall clock time (in seconds):1.51
2.31/1.61	o 197
2.31/1.65	c Got one! Elapsed wall clock time (in seconds):1.544
2.31/1.65	o 194
2.41/1.72	c Got one! Elapsed wall clock time (in seconds):1.612
2.41/1.72	o 191
2.41/1.73	c Got one! Elapsed wall clock time (in seconds):1.625
2.41/1.73	o 181
2.41/1.76	c Got one! Elapsed wall clock time (in seconds):1.653
2.41/1.76	o 179
2.51/1.82	c Got one! Elapsed wall clock time (in seconds):1.715
2.51/1.82	o 177
2.51/1.85	c Got one! Elapsed wall clock time (in seconds):1.747
2.51/1.85	o 176
2.51/1.86	c Got one! Elapsed wall clock time (in seconds):1.761
2.51/1.86	o 175
2.62/1.92	c Got one! Elapsed wall clock time (in seconds):1.811
2.62/1.92	o 174
2.62/1.94	c Got one! Elapsed wall clock time (in seconds):1.838
2.62/1.94	o 173
2.82/2.12	c cleaning 9525 clauses out of 19050 with flag 13017/38635
2.92/2.27	c Got one! Elapsed wall clock time (in seconds):2.169
2.92/2.27	o 165
3.02/2.32	c Got one! Elapsed wall clock time (in seconds):2.218
3.02/2.32	o 160
3.12/2.42	c Got one! Elapsed wall clock time (in seconds):2.314
3.12/2.42	o 159
3.12/2.48	c cleaning 8284 clauses out of 16586 with flag 3952/45696
3.22/2.56	c Got one! Elapsed wall clock time (in seconds):2.459
3.22/2.56	o 154
3.32/2.67	c Got one! Elapsed wall clock time (in seconds):2.562
3.32/2.67	o 101
3.57/2.81	c cleaning 7217 clauses out of 14436 with flag 7973/51830
3.57/2.83	c Got one! Elapsed wall clock time (in seconds):2.721
3.57/2.83	o 100
3.57/2.87	c Got one! Elapsed wall clock time (in seconds):2.763
3.57/2.87	o 99
3.57/2.89	c Got one! Elapsed wall clock time (in seconds):2.783
3.57/2.89	o 98
4.04/3.03	c Got one! Elapsed wall clock time (in seconds):2.924
4.04/3.03	o 87
4.04/3.05	c Got one! Elapsed wall clock time (in seconds):2.943
4.04/3.05	o 83
4.04/3.06	c Got one! Elapsed wall clock time (in seconds):2.953
4.04/3.06	o 82
4.04/3.07	c Got one! Elapsed wall clock time (in seconds):2.966
4.04/3.07	o 80
4.18/3.10	c Got one! Elapsed wall clock time (in seconds):3.001
4.18/3.10	o 73
4.29/3.22	c Got one! Elapsed wall clock time (in seconds):3.116
4.29/3.22	o 67
4.29/3.30	c cleaning 8458 clauses out of 16916 with flag 3696/61527
5.01/3.60	c cleaning 7228 clauses out of 14457 with flag 26429/67526
5.01/3.60	c Got one! Elapsed wall clock time (in seconds):3.497
5.01/3.60	o 66
5.01/3.69	c Got one! Elapsed wall clock time (in seconds):3.591
5.01/3.69	o 65
5.25/3.83	c cleaning 6338 clauses out of 12686 with flag 11177/72983
5.45/4.09	c cleaning 6173 clauses out of 12346 with flag 36956/78981
5.75/4.35	c Got one! Elapsed wall clock time (in seconds):4.248
5.75/4.35	o 64
6.06/4.63	c cleaning 8690 clauses out of 17393 with flag 22240/90201
6.36/4.93	c cleaning 7348 clauses out of 14701 with flag 47204/96199
6.46/5.07	c Got one! Elapsed wall clock time (in seconds):4.965
6.46/5.07	o 63
6.57/5.15	c Got one! Elapsed wall clock time (in seconds):5.048
6.57/5.15	o 60
6.67/5.21	c cleaning 6652 clauses out of 13308 with flag 4483/102154
6.67/5.24	c Got one! Elapsed wall clock time (in seconds):5.136
6.67/5.24	o 58
6.67/5.25	c Got one! Elapsed wall clock time (in seconds):5.146
6.67/5.25	o 57
6.67/5.27	c Got one! Elapsed wall clock time (in seconds):5.162
6.67/5.27	o 53
6.77/5.34	c Got one! Elapsed wall clock time (in seconds):5.235
6.77/5.34	o 52
6.87/5.40	c Got one! Elapsed wall clock time (in seconds):5.294
6.87/5.40	o 51
6.98/5.51	c Got one! Elapsed wall clock time (in seconds):5.408
6.98/5.51	o 50
6.98/5.55	c Got one! Elapsed wall clock time (in seconds):5.449
6.98/5.55	o 48
6.98/5.59	c Got one! Elapsed wall clock time (in seconds):5.489
6.98/5.59	o 43
7.08/5.61	c Got one! Elapsed wall clock time (in seconds):5.507
7.08/5.61	o 38
7.08/5.64	c Got one! Elapsed wall clock time (in seconds):5.538
7.08/5.64	o 36
7.08/5.66	c Got one! Elapsed wall clock time (in seconds):5.551
7.08/5.66	o 35
7.17/5.72	c cleaning 8979 clauses out of 17963 with flag 3794/113461
7.17/5.73	c Got one! Elapsed wall clock time (in seconds):5.624
7.17/5.73	o 32
7.17/5.75	c Got one! Elapsed wall clock time (in seconds):5.645
7.17/5.75	o 30
7.17/5.77	c Got one! Elapsed wall clock time (in seconds):5.665
7.17/5.77	o 25
7.29/5.81	c Got one! Elapsed wall clock time (in seconds):5.709
7.29/5.81	o 24
7.39/5.94	c Got one! Elapsed wall clock time (in seconds):5.837
7.39/5.94	o 23
7.39/5.95	c Got one! Elapsed wall clock time (in seconds):5.849
7.39/5.95	o 22
7.39/5.96	c Got one! Elapsed wall clock time (in seconds):5.858
7.39/5.96	o 20
7.51/6.01	c Got one! Elapsed wall clock time (in seconds):5.904
7.51/6.01	o 19
7.51/6.02	c Got one! Elapsed wall clock time (in seconds):5.913
7.51/6.02	o 14
7.51/6.07	c cleaning 8597 clauses out of 17194 with flag 4040/121671
7.51/6.09	c Got one! Elapsed wall clock time (in seconds):5.981
7.51/6.09	o 12
7.61/6.12	c Got one! Elapsed wall clock time (in seconds):6.019
7.61/6.12	o 10
7.71/6.29	c cleaning 7089 clauses out of 14186 with flag 16757/127260
8.01/6.52	c cleaning 6548 clauses out of 13098 with flag 43505/133261
8.22/6.79	c cleaning 6768 clauses out of 13547 with flag 75040/140259
8.41/6.95	c Got one! Elapsed wall clock time (in seconds):6.845
8.41/6.95	o 9
8.41/7.00	c cleaning 6109 clauses out of 12237 with flag 4474/145717
8.72/7.21	c cleaning 6050 clauses out of 12128 with flag 30283/151717
8.92/7.48	c cleaning 6536 clauses out of 13079 with flag 62028/158718
9.12/7.64	c Got one! Elapsed wall clock time (in seconds):7.54
9.12/7.64	o 7
9.12/7.69	c cleaning 6006 clauses out of 12026 with flag 5152/164203
9.42/7.92	c cleaning 5999 clauses out of 12019 with flag 31932/170202
9.72/8.20	c cleaning 6508 clauses out of 13020 with flag 63158/177202
10.02/8.50	c cleaning 7241 clauses out of 14513 with flag 98583/185203
10.32/8.88	c cleaning 8127 clauses out of 16271 with flag 139912/194202
10.52/9.07	c Got one! Elapsed wall clock time (in seconds):8.963
10.52/9.07	o 6
10.64/9.12	c cleaning 6865 clauses out of 13747 with flag 5204/199805
10.84/9.37	c cleaning 6439 clauses out of 12881 with flag 33291/205804
11.15/9.65	c Got one! Elapsed wall clock time (in seconds):9.549
11.15/9.65	o 3
11.46/9.92	c cleaning 9160 clauses out of 18323 with flag 24000/217686
11.65/10.19	c cleaning 7575 clauses out of 15162 with flag 54190/223687
11.95/10.49	c cleaning 7292 clauses out of 14583 with flag 86783/230686
12.36/10.83	c cleaning 7644 clauses out of 15290 with flag 124004/238688
12.76/11.28	c cleaning 8317 clauses out of 16636 with flag 168607/247686
12.76/11.30	c starts		: 231
12.76/11.30	c conflicts		: 248089
12.76/11.30	c decisions		: 416865
12.76/11.30	c propagations		: 7119215
12.76/11.30	c inspects		: 125951719
12.76/11.30	c shortcuts		: 0
12.76/11.30	c learnt literals	: 31
12.76/11.30	c learnt binary clauses	: 30
12.76/11.30	c learnt ternary clauses	: 548
12.76/11.30	c learnt constraints	: 248057
12.76/11.30	c ignored constraints	: 0
12.76/11.30	c root simplifications	: 0
12.76/11.30	c removed literals (reason simplification)	: 0
12.76/11.30	c reason swapping (by a shorter reason)	: 0
12.76/11.30	c Calls to reduceDB	: 33
12.76/11.30	c Number of update (reduction) of LBD	: 71081
12.76/11.30	c Imported unit clauses	: 0
12.76/11.30	c number of reductions to clauses (during analyze)	: 0
12.76/11.30	c number of learned constraints concerned by reduction	: 0
12.76/11.30	c number of learning phase by resolution	: 0
12.76/11.30	c number of learning phase by cutting planes	: 0
12.76/11.30	c speed (assignments/second)	: 639412.1609484461
12.76/11.30	c non guided choices	4164
12.76/11.30	c learnt constraints type 
12.76/11.30	s OPTIMUM FOUND
12.76/11.30	c Found 98 solution(s)
12.76/11.30	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 
12.86/11.30	c objective function=3
12.86/11.30	c Total wall clock time (in seconds): 11.193

Verifier Data

OK	3

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

pid=24717
running on 4 cores: 1,3,5,7

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.39 2.34 2.03 3/196 24720
/proc/meminfo: memFree=29925808/32872528 swapFree=1482636/1662508
[pid=24720] ppid=24717 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/24720/stat : 24720 (java) R 24717 24720 22399 0 -1 4202496 887 0 0 0 0 0 0 0 20 0 1 0 36430736 23793664 538 33554432000 1073741824 1073778376 140734835933984 140734835923048 273896487489 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24720/statm: 5809 549 412 9 0 128 0

[startup+0.100114 s]
/proc/loadavg: 2.39 2.34 2.03 3/196 24720
/proc/meminfo: memFree=29925808/32872528 swapFree=1482636/1662508
[pid=24720] ppid=24717 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/24720/stat : 24720 (java) S 24717 24720 22399 0 -1 4202496 4427 0 1 0 9 1 0 0 20 0 18 0 36430736 9787879424 6062 33554432000 1073741824 1073778376 140734835933984 140734835925120 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24720/statm: 2389619 6062 2147 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200288 s]
/proc/loadavg: 2.39 2.34 2.03 3/196 24720
/proc/meminfo: memFree=29925808/32872528 swapFree=1482636/1662508
[pid=24720] ppid=24717 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/24720/stat : 24720 (java) S 24717 24720 22399 0 -1 4202496 6303 0 1 0 27 1 0 0 20 0 19 0 36430736 9856040960 7896 33554432000 1073741824 1073778376 140734835933984 140734835925120 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24720/statm: 2406260 7896 2234 9 0 2396937 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300335 s]
/proc/loadavg: 2.39 2.34 2.03 3/196 24720
/proc/meminfo: memFree=29925808/32872528 swapFree=1482636/1662508
[pid=24720] ppid=24717 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/24720/stat : 24720 (java) S 24717 24720 22399 0 -1 4202496 7471 0 1 0 53 1 0 0 20 0 19 0 36430736 9856040960 8599 33554432000 1073741824 1073778376 140734835933984 140734835925120 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24720/statm: 2406260 8599 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625040

[startup+0.700265 s]
/proc/loadavg: 2.39 2.34 2.03 3/196 24720
/proc/meminfo: memFree=29925808/32872528 swapFree=1482636/1662508
[pid=24720] ppid=24717 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/24720/stat : 24720 (java) S 24717 24720 22399 0 -1 4202496 9640 0 1 0 112 2 0 0 20 0 19 0 36430736 9856040960 9900 33554432000 1073741824 1073778376 140734835933984 140734835925120 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24720/statm: 2406260 9900 2259 9 0 2396937 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.36 2.34 2.03 4/215 24739
/proc/meminfo: memFree=29883128/32872528 swapFree=1482636/1662508
[pid=24720] ppid=24717 vsize=9625040 CPUtime=2.2 cores=1,3,5,7
/proc/24720/stat : 24720 (java) S 24717 24720 22399 0 -1 4202496 12301 0 1 0 218 2 0 0 20 0 19 0 36430736 9856040960 11724 33554432000 1073741824 1073778376 140734835933984 140734835925120 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24720/statm: 2406260 11724 2262 9 0 2396937 0
[pid=24720/tid=24722] ppid=24717 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/24720/task/24722/stat : 24722 (java) R 24717 24720 22399 0 -1 4202560 2408 0 1 0 146 1 0 0 20 0 19 0 36430737 9856040960 11724 33554432000 1073741824 1073778376 140734835933984 140097959800528 140097824082885 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24720/tid=24723] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24723/stat : 24723 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 11724 33554432000 1073741824 1073778376 140734835933984 140097948871720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24724] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24724/stat : 24724 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 11724 33554432000 1073741824 1073778376 140734835933984 140097947818920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24720/tid=24725] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24725/stat : 24725 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 11724 33554432000 1073741824 1073778376 140734835933984 140097946766120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24720/tid=24726] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24726/stat : 24726 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 11724 33554432000 1073741824 1073778376 140734835933984 140097945713320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24720/tid=24727] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24727/stat : 24727 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 11724 33554432000 1073741824 1073778376 140734835933984 140097944660520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24728] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24728/stat : 24728 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 11724 33554432000 1073741824 1073778376 140734835933984 140097943607720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24720/tid=24729] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24729/stat : 24729 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 11724 33554432000 1073741824 1073778376 140734835933984 140097942554920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24730] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24730/stat : 24730 (java) S 24717 24720 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 11724 33554432000 1073741824 1073778376 140734835933984 140097795864744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24731] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24731/stat : 24731 (java) S 24717 24720 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36430739 9856040960 11724 33554432000 1073741824 1073778376 140734835933984 140097783667688 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24732] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24732/stat : 24732 (java) S 24717 24720 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36430739 9856040960 11724 33554432000 1073741824 1073778376 140734835933984 140097782613752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24733] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24733/stat : 24733 (java) S 24717 24720 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430739 9856040960 11724 33554432000 1073741824 1073778376 140734835933984 140097781560840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24734] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24734/stat : 24734 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430742 9856040960 11724 33554432000 1073741824 1073778376 140734835933984 140097780509328 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24735] ppid=24717 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/24720/task/24735/stat : 24735 (java) S 24717 24720 22399 0 -1 4202560 2809 0 0 0 26 0 0 0 20 0 19 0 36430742 9856040960 11724 33554432000 1073741824 1073778376 140734835933984 140097779456440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24736] ppid=24717 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/24720/task/24736/stat : 24736 (java) S 24717 24720 22399 0 -1 4202560 5813 0 0 0 42 0 0 0 20 0 19 0 36430742 9856040960 11724 33554432000 1073741824 1073778376 140734835933984 140097778403640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24720/tid=24737] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24737/stat : 24737 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430742 9856040960 11724 33554432000 1073741824 1073778376 140734835933984 140097777351032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24720/tid=24738] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24738/stat : 24738 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430742 9856040960 11724 33554432000 1073741824 1073778376 140734835933984 140097776298440 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24739] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24739/stat : 24739 (java) S 24717 24720 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430753 9856040960 11724 33554432000 1073741824 1073778376 140734835933984 140097775244968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.36 2.34 2.03 3/215 24804
/proc/meminfo: memFree=29934608/32872528 swapFree=1482636/1662508
[pid=24720] ppid=24717 vsize=9625040 CPUtime=4.18 cores=1,3,5,7
/proc/24720/stat : 24720 (java) S 24717 24720 22399 0 -1 4202496 17596 0 1 0 415 3 0 0 20 0 19 0 36430736 9856040960 17529 33554432000 1073741824 1073778376 140734835933984 140734835925120 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24720/statm: 2406260 17529 2263 9 0 2396937 0
[pid=24720/tid=24722] ppid=24717 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/24720/task/24722/stat : 24722 (java) R 24717 24720 22399 0 -1 4202560 2415 0 1 0 305 1 0 0 20 0 19 0 36430737 9856040960 17529 33554432000 1073741824 1073778376 140734835933984 140097959807480 140097823930782 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24720/tid=24723] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24723/stat : 24723 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 17529 33554432000 1073741824 1073778376 140734835933984 140097948871720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24724] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24724/stat : 24724 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 17529 33554432000 1073741824 1073778376 140734835933984 140097947818920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24720/tid=24725] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24725/stat : 24725 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 17529 33554432000 1073741824 1073778376 140734835933984 140097946766120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24720/tid=24726] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24726/stat : 24726 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 17529 33554432000 1073741824 1073778376 140734835933984 140097945713320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24720/tid=24727] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24727/stat : 24727 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 17529 33554432000 1073741824 1073778376 140734835933984 140097944660520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24728] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24728/stat : 24728 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 17529 33554432000 1073741824 1073778376 140734835933984 140097943607720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24720/tid=24729] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24729/stat : 24729 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 17529 33554432000 1073741824 1073778376 140734835933984 140097942554920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24730] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24730/stat : 24730 (java) S 24717 24720 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 17529 33554432000 1073741824 1073778376 140734835933984 140097795864744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24731] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24731/stat : 24731 (java) S 24717 24720 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36430739 9856040960 17529 33554432000 1073741824 1073778376 140734835933984 140097783667688 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24732] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24732/stat : 24732 (java) S 24717 24720 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36430739 9856040960 17529 33554432000 1073741824 1073778376 140734835933984 140097782613752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24733] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24733/stat : 24733 (java) S 24717 24720 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430739 9856040960 17529 33554432000 1073741824 1073778376 140734835933984 140097781560840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24734] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24734/stat : 24734 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430742 9856040960 17529 33554432000 1073741824 1073778376 140734835933984 140097780509328 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24735] ppid=24717 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/24720/task/24735/stat : 24735 (java) S 24717 24720 22399 0 -1 4202560 3700 0 0 0 36 0 0 0 20 0 19 0 36430742 9856040960 17529 33554432000 1073741824 1073778376 140734835933984 140097779456440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24736] ppid=24717 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/24720/task/24736/stat : 24736 (java) S 24717 24720 22399 0 -1 4202560 10210 0 0 0 68 2 0 0 20 0 19 0 36430742 9856040960 17529 33554432000 1073741824 1073778376 140734835933984 140097778403640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24720/tid=24737] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24737/stat : 24737 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430742 9856040960 17529 33554432000 1073741824 1073778376 140734835933984 140097777351032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24720/tid=24738] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24738/stat : 24738 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430742 9856040960 17529 33554432000 1073741824 1073778376 140734835933984 140097776298440 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24739] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24739/stat : 24739 (java) S 24717 24720 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430753 9856040960 17529 33554432000 1073741824 1073778376 140734835933984 140097775244968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.33 2.33 2.03 3/215 24804
/proc/meminfo: memFree=29861064/32872528 swapFree=1482636/1662508
[pid=24720] ppid=24717 vsize=9625040 CPUtime=7.81 cores=1,3,5,7
/proc/24720/stat : 24720 (java) S 24717 24720 22399 0 -1 4202496 22617 0 1 0 777 4 0 0 20 0 19 0 36430736 9856040960 21347 33554432000 1073741824 1073778376 140734835933984 140734835925120 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24720/statm: 2406260 21347 2264 9 0 2396937 0
[pid=24720/tid=24722] ppid=24717 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/24720/task/24722/stat : 24722 (java) R 24717 24720 22399 0 -1 4202560 2426 0 1 0 625 1 0 0 20 0 19 0 36430737 9856040960 21347 33554432000 1073741824 1073778376 140734835933984 140097959807480 140097823936928 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24720/tid=24723] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24723/stat : 24723 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 21347 33554432000 1073741824 1073778376 140734835933984 140097948871720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24724] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24724/stat : 24724 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 21347 33554432000 1073741824 1073778376 140734835933984 140097947818920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24720/tid=24725] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24725/stat : 24725 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 21347 33554432000 1073741824 1073778376 140734835933984 140097946766120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24720/tid=24726] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24726/stat : 24726 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 21347 33554432000 1073741824 1073778376 140734835933984 140097945713320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24720/tid=24727] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24727/stat : 24727 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 21347 33554432000 1073741824 1073778376 140734835933984 140097944660520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24728] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24728/stat : 24728 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 21347 33554432000 1073741824 1073778376 140734835933984 140097943607720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24720/tid=24729] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24729/stat : 24729 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 21347 33554432000 1073741824 1073778376 140734835933984 140097942554920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24730] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24730/stat : 24730 (java) S 24717 24720 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 21347 33554432000 1073741824 1073778376 140734835933984 140097795864744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24731] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24731/stat : 24731 (java) S 24717 24720 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36430739 9856040960 21347 33554432000 1073741824 1073778376 140734835933984 140097783667688 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24732] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24732/stat : 24732 (java) S 24717 24720 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36430739 9856040960 21347 33554432000 1073741824 1073778376 140734835933984 140097782613752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24733] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24733/stat : 24733 (java) S 24717 24720 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430739 9856040960 21347 33554432000 1073741824 1073778376 140734835933984 140097781560840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24734] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24734/stat : 24734 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430742 9856040960 21347 33554432000 1073741824 1073778376 140734835933984 140097780509328 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24735] ppid=24717 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/24720/task/24735/stat : 24735 (java) S 24717 24720 22399 0 -1 4202560 8707 0 0 0 79 0 0 0 20 0 19 0 36430742 9856040960 21347 33554432000 1073741824 1073778376 140734835933984 140097779456440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24736] ppid=24717 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/24720/task/24736/stat : 24736 (java) S 24717 24720 22399 0 -1 4202560 10212 0 0 0 69 2 0 0 20 0 19 0 36430742 9856040960 21347 33554432000 1073741824 1073778376 140734835933984 140097778403640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24720/tid=24737] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24737/stat : 24737 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430742 9856040960 21347 33554432000 1073741824 1073778376 140734835933984 140097777351032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24720/tid=24738] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24738/stat : 24738 (java) S 24717 24720 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36430742 9856040960 21347 33554432000 1073741824 1073778376 140734835933984 140097776298440 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24739] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24739/stat : 24739 (java) S 24717 24720 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430753 9856040960 21347 33554432000 1073741824 1073778376 140734835933984 140097775244968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 9625040


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

[pid=24720/tid=24731] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24731/stat : 24731 (java) S 24717 24720 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36430739 9856040960 27493 33554432000 1073741824 1073778376 140734835933984 140097783667688 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24732] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24732/stat : 24732 (java) S 24717 24720 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36430739 9856040960 27493 33554432000 1073741824 1073778376 140734835933984 140097782613752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24733] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24733/stat : 24733 (java) S 24717 24720 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430739 9856040960 27493 33554432000 1073741824 1073778376 140734835933984 140097781560840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24734] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24734/stat : 24734 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430742 9856040960 27493 33554432000 1073741824 1073778376 140734835933984 140097780509328 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24735] ppid=24717 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/24720/task/24735/stat : 24735 (java) S 24717 24720 22399 0 -1 4202560 8709 0 0 0 83 0 0 0 20 0 19 0 36430742 9856040960 27493 33554432000 1073741824 1073778376 140734835933984 140097779456440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24736] ppid=24717 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/24720/task/24736/stat : 24736 (java) S 24717 24720 22399 0 -1 4202560 10212 0 0 0 70 2 0 0 20 0 19 0 36430742 9856040960 27493 33554432000 1073741824 1073778376 140734835933984 140097778403640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24720/tid=24737] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24737/stat : 24737 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430742 9856040960 27493 33554432000 1073741824 1073778376 140734835933984 140097777351032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24720/tid=24738] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24738/stat : 24738 (java) S 24717 24720 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36430742 9856040960 27493 33554432000 1073741824 1073778376 140734835933984 140097776298440 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24739] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24739/stat : 24739 (java) S 24717 24720 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430753 9856040960 27493 33554432000 1073741824 1073778376 140734835933984 140097775244968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 11.95
Current children cumulated vsize (KiB) 9625040

[startup+10.8007 s]
/proc/loadavg: 2.33 2.33 2.03 4/215 24869
/proc/meminfo: memFree=29872200/32872528 swapFree=1482636/1662508
[pid=24720] ppid=24717 vsize=9625040 CPUtime=12.36 cores=1,3,5,7
/proc/24720/stat : 24720 (java) S 24717 24720 22399 0 -1 4202496 22633 0 1 0 1231 5 0 0 20 0 19 0 36430736 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140734835925120 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24720/statm: 2406260 28005 2266 9 0 2396937 0
[pid=24720/tid=24722] ppid=24717 vsize=9625040 CPUtime=10.74 cores=1,3,5,7
/proc/24720/task/24722/stat : 24722 (java) R 24717 24720 22399 0 -1 4202560 2440 0 1 0 1072 2 0 0 20 0 19 0 36430737 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097959800528 140097823869850 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24720/tid=24723] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24723/stat : 24723 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097948871720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24724] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24724/stat : 24724 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097947818920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24720/tid=24725] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24725/stat : 24725 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097946766120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24720/tid=24726] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24726/stat : 24726 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097945713320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24720/tid=24727] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24727/stat : 24727 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097944660520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24728] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24728/stat : 24728 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097943607720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24720/tid=24729] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24729/stat : 24729 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097942554920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24730] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24730/stat : 24730 (java) S 24717 24720 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097795864744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24731] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24731/stat : 24731 (java) S 24717 24720 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36430739 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097783667688 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24732] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24732/stat : 24732 (java) S 24717 24720 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36430739 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097782613752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24733] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24733/stat : 24733 (java) S 24717 24720 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430739 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097781560840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24734] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24734/stat : 24734 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430742 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097780509328 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24735] ppid=24717 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/24720/task/24735/stat : 24735 (java) S 24717 24720 22399 0 -1 4202560 8709 0 0 0 83 0 0 0 20 0 19 0 36430742 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097779456440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24736] ppid=24717 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/24720/task/24736/stat : 24736 (java) S 24717 24720 22399 0 -1 4202560 10212 0 0 0 70 2 0 0 20 0 19 0 36430742 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097778403640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24720/tid=24737] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24737/stat : 24737 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430742 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097777351032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24720/tid=24738] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24738/stat : 24738 (java) S 24717 24720 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36430742 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097776298440 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24739] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24739/stat : 24739 (java) S 24717 24720 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430753 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097775244968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 9625040

[startup+11.2007 s]
/proc/loadavg: 2.46 2.36 2.04 3/215 24869
/proc/meminfo: memFree=29842868/32872528 swapFree=1482636/1662508
[pid=24720] ppid=24717 vsize=9625040 CPUtime=12.76 cores=1,3,5,7
/proc/24720/stat : 24720 (java) S 24717 24720 22399 0 -1 4202496 22633 0 1 0 1271 5 0 0 20 0 19 0 36430736 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140734835925120 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24720/statm: 2406260 28005 2266 9 0 2396937 0
[pid=24720/tid=24722] ppid=24717 vsize=9625040 CPUtime=11.14 cores=1,3,5,7
/proc/24720/task/24722/stat : 24722 (java) R 24717 24720 22399 0 -1 4202560 2440 0 1 0 1112 2 0 0 20 0 19 0 36430737 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097959807480 140097823709050 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24720/tid=24723] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24723/stat : 24723 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097948871720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24724] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24724/stat : 24724 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097947818920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24720/tid=24725] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24725/stat : 24725 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097946766120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24720/tid=24726] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24726/stat : 24726 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097945713320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24720/tid=24727] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24727/stat : 24727 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097944660520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24728] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24728/stat : 24728 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097943607720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24720/tid=24729] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24729/stat : 24729 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097942554920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24730] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24730/stat : 24730 (java) S 24717 24720 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36430738 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097795864744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24731] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24731/stat : 24731 (java) S 24717 24720 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36430739 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097783667688 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24732] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24732/stat : 24732 (java) S 24717 24720 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36430739 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097782613752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24733] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24733/stat : 24733 (java) S 24717 24720 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430739 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097781560840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24734] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24734/stat : 24734 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430742 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097780509328 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24735] ppid=24717 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/24720/task/24735/stat : 24735 (java) S 24717 24720 22399 0 -1 4202560 8709 0 0 0 83 0 0 0 20 0 19 0 36430742 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097779456440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24736] ppid=24717 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/24720/task/24736/stat : 24736 (java) S 24717 24720 22399 0 -1 4202560 10212 0 0 0 70 2 0 0 20 0 19 0 36430742 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097778403640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24720/tid=24737] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24737/stat : 24737 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430742 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097777351032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24720/tid=24738] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24738/stat : 24738 (java) S 24717 24720 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36430742 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097776298440 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24739] ppid=24717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24739/stat : 24739 (java) S 24717 24720 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430753 9856040960 28005 33554432000 1073741824 1073778376 140734835933984 140097775244968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.76
Current children cumulated vsize (KiB) 9625040

[startup+11.3006 s]
/proc/loadavg: 2.46 2.36 2.04 3/215 24869
/proc/meminfo: memFree=29842868/32872528 swapFree=1482636/1662508
[pid=24720] ppid=24717 vsize=9691604 CPUtime=12.86 cores=1,3,5,7
/proc/24720/stat : 24720 (java) S 24717 24720 22399 0 -1 4202496 22647 0 1 0 1281 5 0 0 20 0 19 0 36430736 9924202496 29038 33554432000 1073741824 1073778376 140734835933984 140734835925120 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24720/statm: 2422901 29038 2268 9 0 2413578 0
[pid=24720/tid=24722] ppid=24717 vsize=9691604 CPUtime=11.24 cores=1,3,5,7
/proc/24720/task/24722/stat : 24722 (java) S 24717 24720 22399 0 -1 4202560 2444 0 1 0 1122 2 0 0 20 0 19 0 36430737 9924202496 29038 33554432000 1073741824 1073778376 140734835933984 140097959809752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24720/tid=24723] ppid=24717 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24723/stat : 24723 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9924202496 29038 33554432000 1073741824 1073778376 140734835933984 140097948871720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24724] ppid=24717 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24724/stat : 24724 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9924202496 29038 33554432000 1073741824 1073778376 140734835933984 140097947818920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24720/tid=24725] ppid=24717 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24725/stat : 24725 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9924202496 29038 33554432000 1073741824 1073778376 140734835933984 140097946766120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24720/tid=24726] ppid=24717 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24726/stat : 24726 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9924202496 29038 33554432000 1073741824 1073778376 140734835933984 140097945713320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24720/tid=24727] ppid=24717 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24727/stat : 24727 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9924202496 29038 33554432000 1073741824 1073778376 140734835933984 140097944660520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24728] ppid=24717 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24728/stat : 24728 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9924202496 29038 33554432000 1073741824 1073778376 140734835933984 140097943607720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24720/tid=24729] ppid=24717 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24729/stat : 24729 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430738 9924202496 29038 33554432000 1073741824 1073778376 140734835933984 140097942554920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24730] ppid=24717 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24730/stat : 24730 (java) S 24717 24720 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36430738 9924202496 29038 33554432000 1073741824 1073778376 140734835933984 140097795864744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24731] ppid=24717 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24731/stat : 24731 (java) S 24717 24720 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36430739 9924202496 29038 33554432000 1073741824 1073778376 140734835933984 140097783667688 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24732] ppid=24717 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24732/stat : 24732 (java) S 24717 24720 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36430739 9924202496 29038 33554432000 1073741824 1073778376 140734835933984 140097782613752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24733] ppid=24717 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24733/stat : 24733 (java) S 24717 24720 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430739 9924202496 29038 33554432000 1073741824 1073778376 140734835933984 140097781560840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24734] ppid=24717 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24734/stat : 24734 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430742 9924202496 29038 33554432000 1073741824 1073778376 140734835933984 140097780509328 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24735] ppid=24717 vsize=9691604 CPUtime=0.83 cores=1,3,5,7
/proc/24720/task/24735/stat : 24735 (java) S 24717 24720 22399 0 -1 4202560 8709 0 0 0 83 0 0 0 20 0 19 0 36430742 9924202496 29038 33554432000 1073741824 1073778376 140734835933984 140097779456440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24720/tid=24736] ppid=24717 vsize=9691604 CPUtime=0.72 cores=1,3,5,7
/proc/24720/task/24736/stat : 24736 (java) S 24717 24720 22399 0 -1 4202560 10212 0 0 0 70 2 0 0 20 0 19 0 36430742 9924202496 29038 33554432000 1073741824 1073778376 140734835933984 140097778403640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24720/tid=24737] ppid=24717 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24737/stat : 24737 (java) S 24717 24720 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430742 9924202496 29038 33554432000 1073741824 1073778376 140734835933984 140097777351032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24720/tid=24738] ppid=24717 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/24720/task/24738/stat : 24738 (java) S 24717 24720 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36430742 9924202496 29038 33554432000 1073741824 1073778376 140734835933984 140097776298440 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.86
Current children cumulated vsize (KiB) 9691604

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24720 and gives
#  childrusage.ru_utime.tv_sec=12
#  childrusage.ru_utime.tv_usec=780057
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=70989
# CPU time returned by wait4() is 12.851
# while last known CPU time is 12.86
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 11.305
CPU time (s): 12.86
CPU user time (s): 12.81
CPU system time (s): 0.05
CPU usage (%): 113.755
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.7801
system time used= 0.070989
maximum resident set size= 116172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22654
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= 553
involuntary context switches= 71

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.043993 second user time and 0.057991 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-19 15:44:03
IDJOB=4110204
IDBENCH=79201
IDSOLVER=2551
FILE ID=node134/4110204-1466343843
RUNJOBID= node134-1466341813-22416
PBS_JOBID= 19922019
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111226680--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110204-1466343843/watcher-4110204-1466343843 -o /tmp/evaluation-result-4110204-1466343843/solver-4110204-1466343843 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466341813-22416 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4110204-1466343843.wbo

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

MD5SUM BENCH= bf6c20afd58a85c8a111061436284549
RANDOM SEED=840749917

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:        29926708 kB
Buffers:          196224 kB
Cached:           265480 kB
SwapCached:         1068 kB
Active:           174428 kB
Inactive:         350488 kB
Active(anon):      63844 kB
Inactive(anon):     1732 kB
Active(file):     110584 kB
Inactive(file):   348756 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100176 kB
Dirty:              1992 kB
Writeback:             0 kB
AnonPages:       1683452 kB
Mapped:            15540 kB
Shmem:                 0 kB
Slab:             607868 kB
SReclaimable:      50556 kB
SUnreclaim:       557312 kB
KernelStack:        1776 kB
PageTables:         7324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2351276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 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:44:15