Trace number 4109548

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.262 12.0179

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111226062--soft-33-100-0.wbo
MD5SUM7e4768b7f873096cfc405759f746d055
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark8.34773
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1231
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.12/0.10	c Pseudo Boolean Optimization by upper bound
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-4109548-1466343660.wbo
0.12/0.10	c reading problem ... 
0.12/0.15	c ... done. Wall clock time 0.055s.
0.12/0.15	c declared #vars     169
0.12/0.15	c internal #vars     238
0.12/0.15	c #constraints  101
0.12/0.15	c constraints type 
0.12/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.12/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.12/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.12/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.12/0.15	c 101 constraints processed.
0.12/0.15	c objective function length is 69 literals
0.28/0.24	c SATISFIABLE
0.28/0.24	c OPTIMIZING...
0.28/0.24	c Got one! Elapsed wall clock time (in seconds):0.139
0.28/0.24	o 867
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.173
0.28/0.27	o 606
0.28/0.28	c Got one! Elapsed wall clock time (in seconds):0.183
0.28/0.28	o 605
0.28/0.29	c Got one! Elapsed wall clock time (in seconds):0.189
0.28/0.29	o 594
0.28/0.29	c Got one! Elapsed wall clock time (in seconds):0.195
0.28/0.29	o 593
0.53/0.35	c Got one! Elapsed wall clock time (in seconds):0.249
0.53/0.35	o 584
0.53/0.35	c Got one! Elapsed wall clock time (in seconds):0.255
0.53/0.35	o 581
0.53/0.37	c Got one! Elapsed wall clock time (in seconds):0.271
0.53/0.37	o 575
0.53/0.39	c Got one! Elapsed wall clock time (in seconds):0.29
0.53/0.39	o 573
0.53/0.39	c Got one! Elapsed wall clock time (in seconds):0.293
0.53/0.39	o 569
0.69/0.40	c Got one! Elapsed wall clock time (in seconds):0.301
0.69/0.40	o 567
0.69/0.41	c Got one! Elapsed wall clock time (in seconds):0.312
0.69/0.41	o 564
0.69/0.42	c Got one! Elapsed wall clock time (in seconds):0.323
0.69/0.42	o 563
0.69/0.43	c Got one! Elapsed wall clock time (in seconds):0.329
0.69/0.43	o 554
0.69/0.43	c Got one! Elapsed wall clock time (in seconds):0.335
0.69/0.43	o 550
0.83/0.50	c Got one! Elapsed wall clock time (in seconds):0.397
0.83/0.50	o 549
0.83/0.51	c Got one! Elapsed wall clock time (in seconds):0.413
0.83/0.51	o 547
0.83/0.52	c Got one! Elapsed wall clock time (in seconds):0.422
0.83/0.52	o 523
0.83/0.53	c Got one! Elapsed wall clock time (in seconds):0.431
0.83/0.53	o 514
0.83/0.55	c Got one! Elapsed wall clock time (in seconds):0.446
0.83/0.55	o 511
0.83/0.55	c Got one! Elapsed wall clock time (in seconds):0.453
0.83/0.55	o 505
0.83/0.56	c Got one! Elapsed wall clock time (in seconds):0.456
0.83/0.56	o 361
0.83/0.56	c Got one! Elapsed wall clock time (in seconds):0.464
0.83/0.56	o 359
0.83/0.59	c Got one! Elapsed wall clock time (in seconds):0.486
0.83/0.59	o 358
1.09/0.70	c Got one! Elapsed wall clock time (in seconds):0.598
1.09/0.70	o 336
1.09/0.73	c Got one! Elapsed wall clock time (in seconds):0.632
1.09/0.73	o 329
1.20/0.82	c cleaning 6121 clauses out of 12241 with flag 3191/12241
1.20/0.82	c Got one! Elapsed wall clock time (in seconds):0.721
1.20/0.82	o 321
1.20/0.87	c Got one! Elapsed wall clock time (in seconds):0.775
1.20/0.87	o 320
1.32/0.92	c Got one! Elapsed wall clock time (in seconds):0.817
1.32/0.92	o 319
1.32/0.96	c Got one! Elapsed wall clock time (in seconds):0.858
1.32/0.96	o 308
1.32/0.97	c Got one! Elapsed wall clock time (in seconds):0.866
1.32/0.97	o 307
1.32/0.97	c Got one! Elapsed wall clock time (in seconds):0.87
1.32/0.97	o 293
1.32/0.97	c Got one! Elapsed wall clock time (in seconds):0.873
1.32/0.97	o 277
1.32/1.00	c Got one! Elapsed wall clock time (in seconds):0.896
1.32/1.00	o 274
1.42/1.05	c Got one! Elapsed wall clock time (in seconds):0.949
1.42/1.05	o 273
1.52/1.16	c cleaning 6737 clauses out of 13493 with flag 6730/19614
1.52/1.16	c Got one! Elapsed wall clock time (in seconds):1.062
1.52/1.16	o 269
1.63/1.23	c Got one! Elapsed wall clock time (in seconds):1.126
1.63/1.23	o 268
1.63/1.24	c Got one! Elapsed wall clock time (in seconds):1.144
1.63/1.24	o 267
1.63/1.27	c Got one! Elapsed wall clock time (in seconds):1.172
1.63/1.27	o 260
1.76/1.31	c Got one! Elapsed wall clock time (in seconds):1.207
1.76/1.31	o 236
1.76/1.35	c Got one! Elapsed wall clock time (in seconds):1.247
1.76/1.35	o 234
1.95/1.41	c Got one! Elapsed wall clock time (in seconds):1.306
1.95/1.41	o 225
1.95/1.49	c Got one! Elapsed wall clock time (in seconds):1.388
1.95/1.49	o 216
2.10/1.57	c Got one! Elapsed wall clock time (in seconds):1.474
2.10/1.57	o 212
2.24/1.64	c cleaning 8300 clauses out of 16604 with flag 3524/29462
2.47/1.86	c Got one! Elapsed wall clock time (in seconds):1.756
2.47/1.86	o 190
2.77/2.12	c cleaning 9193 clauses out of 18389 with flag 17868/39547
2.77/2.19	c Got one! Elapsed wall clock time (in seconds):2.089
2.77/2.19	o 188
2.88/2.23	c Got one! Elapsed wall clock time (in seconds):2.129
2.88/2.23	o 181
2.98/2.34	c Got one! Elapsed wall clock time (in seconds):2.245
2.98/2.34	o 179
2.98/2.36	c Got one! Elapsed wall clock time (in seconds):2.257
2.98/2.36	o 165
3.07/2.43	c Got one! Elapsed wall clock time (in seconds):2.334
3.07/2.43	o 155
3.17/2.50	c cleaning 8610 clauses out of 17220 with flag 4222/47571
3.17/2.56	c Got one! Elapsed wall clock time (in seconds):2.461
3.17/2.56	o 154
3.27/2.63	c Got one! Elapsed wall clock time (in seconds):2.527
3.27/2.63	o 153
3.37/2.70	c Got one! Elapsed wall clock time (in seconds):2.605
3.37/2.70	o 151
3.37/2.79	c Got one! Elapsed wall clock time (in seconds):2.69
3.37/2.79	o 143
3.47/2.85	c cleaning 7907 clauses out of 15816 with flag 4142/54777
3.47/2.88	c Got one! Elapsed wall clock time (in seconds):2.78
3.47/2.88	o 142
3.67/3.04	c Got one! Elapsed wall clock time (in seconds):2.941
3.67/3.04	o 130
3.67/3.08	c Got one! Elapsed wall clock time (in seconds):2.982
3.67/3.08	o 122
3.79/3.11	c Got one! Elapsed wall clock time (in seconds):3.007
3.79/3.11	o 116
3.79/3.15	c Got one! Elapsed wall clock time (in seconds):3.055
3.79/3.15	o 114
3.91/3.24	c Got one! Elapsed wall clock time (in seconds):3.146
3.91/3.24	o 112
3.91/3.27	c Got one! Elapsed wall clock time (in seconds):3.166
3.91/3.27	o 105
4.05/3.36	c cleaning 8830 clauses out of 17664 with flag 3954/64532
4.44/3.57	c Got one! Elapsed wall clock time (in seconds):3.472
4.44/3.57	o 103
4.65/3.60	c Got one! Elapsed wall clock time (in seconds):3.5
4.65/3.60	o 102
4.65/3.65	c Got one! Elapsed wall clock time (in seconds):3.549
4.65/3.65	o 95
4.86/3.72	c cleaning 8071 clauses out of 16147 with flag 4277/71845
5.00/3.88	c Got one! Elapsed wall clock time (in seconds):3.781
5.00/3.88	o 94
5.10/3.98	c cleaning 6924 clauses out of 13848 with flag 7497/77617
5.20/4.00	c Got one! Elapsed wall clock time (in seconds):3.899
5.20/4.00	o 93
5.20/4.01	c Got one! Elapsed wall clock time (in seconds):3.907
5.20/4.01	o 92
5.20/4.05	c Got one! Elapsed wall clock time (in seconds):3.951
5.20/4.05	o 90
5.20/4.06	c Got one! Elapsed wall clock time (in seconds):3.962
5.20/4.06	o 85
5.20/4.10	c Got one! Elapsed wall clock time (in seconds):3.997
5.20/4.10	o 79
5.30/4.19	c Got one! Elapsed wall clock time (in seconds):4.095
5.30/4.19	o 78
5.50/4.32	c Got one! Elapsed wall clock time (in seconds):4.216
5.50/4.32	o 77
5.50/4.33	c Got one! Elapsed wall clock time (in seconds):4.231
5.50/4.33	o 76
5.50/4.38	c Got one! Elapsed wall clock time (in seconds):4.277
5.50/4.38	o 73
5.61/4.44	c cleaning 8144 clauses out of 16289 with flag 4240/86982
5.90/4.72	c cleaning 7065 clauses out of 14144 with flag 28164/92981
5.90/4.76	c Got one! Elapsed wall clock time (in seconds):4.661
5.90/4.76	o 72
6.10/4.93	c cleaning 6051 clauses out of 12116 with flag 15751/98018
6.20/5.09	c Got one! Elapsed wall clock time (in seconds):4.987
6.20/5.09	o 71
6.30/5.13	c cleaning 5568 clauses out of 11144 with flag 3936/103097
6.50/5.37	c cleaning 5786 clauses out of 11576 with flag 27397/109098
6.60/5.43	c Got one! Elapsed wall clock time (in seconds):5.331
6.60/5.43	o 60
6.71/5.58	c cleaning 5782 clauses out of 11566 with flag 15117/114874
7.01/5.80	c cleaning 5890 clauses out of 11785 with flag 35456/120875
7.01/5.81	c Got one! Elapsed wall clock time (in seconds):5.708
7.01/5.81	o 58
7.11/5.92	c Got one! Elapsed wall clock time (in seconds):5.823
7.11/5.92	o 56
7.21/6.01	c cleaning 5599 clauses out of 11207 with flag 7866/126187
7.40/6.23	c cleaning 5793 clauses out of 11605 with flag 30649/132184
7.70/6.50	c cleaning 6402 clauses out of 12811 with flag 55944/139184
8.00/6.83	c cleaning 7204 clauses out of 14409 with flag 85492/147184
8.40/7.22	c cleaning 8095 clauses out of 16204 with flag 117569/156184
8.50/7.31	c Got one! Elapsed wall clock time (in seconds):7.207
8.50/7.31	o 52
8.60/7.43	c cleaning 6824 clauses out of 13656 with flag 11325/161731
8.80/7.65	c cleaning 6405 clauses out of 12830 with flag 32162/167729
8.91/7.74	c Got one! Elapsed wall clock time (in seconds):7.643
8.91/7.74	o 45
9.02/7.82	c cleaning 5737 clauses out of 11474 with flag 7422/172778
9.02/7.88	c Got one! Elapsed wall clock time (in seconds):7.785
9.02/7.88	o 38
9.11/7.91	c Got one! Elapsed wall clock time (in seconds):7.81
9.11/7.91	o 36
9.11/7.98	c Got one! Elapsed wall clock time (in seconds):7.884
9.11/7.98	o 35
9.21/8.03	c cleaning 5780 clauses out of 11570 with flag 4473/178611
9.21/8.04	c Got one! Elapsed wall clock time (in seconds):7.941
9.21/8.04	o 26
9.21/8.07	c Got one! Elapsed wall clock time (in seconds):7.975
9.21/8.07	o 24
9.31/8.16	c Got one! Elapsed wall clock time (in seconds):8.061
9.31/8.16	o 23
9.41/8.20	c Got one! Elapsed wall clock time (in seconds):8.101
9.41/8.20	o 20
9.41/8.24	c cleaning 5962 clauses out of 11931 with flag 3769/184752
9.63/8.41	c Got one! Elapsed wall clock time (in seconds):8.312
9.63/8.41	o 18
9.63/8.45	c cleaning 5884 clauses out of 11797 with flag 4095/190582
9.83/8.68	c cleaning 5956 clauses out of 11913 with flag 27777/196582
10.14/8.94	c cleaning 6473 clauses out of 12955 with flag 53469/203582
10.14/8.96	c Got one! Elapsed wall clock time (in seconds):8.864
10.14/8.96	o 17
10.33/9.15	c cleaning 6173 clauses out of 12355 with flag 20063/209457
10.43/9.26	c Got one! Elapsed wall clock time (in seconds):9.165
10.43/9.26	o 15
10.53/9.34	c cleaning 6011 clauses out of 12028 with flag 8818/215303
10.73/9.55	c cleaning 6004 clauses out of 12015 with flag 32704/221302
11.03/9.80	c cleaning 6501 clauses out of 13011 with flag 60956/228302
11.33/10.12	c cleaning 7246 clauses out of 14508 with flag 96121/236301
11.43/10.28	c Got one! Elapsed wall clock time (in seconds):10.181
11.43/10.28	o 14
11.53/10.33	c cleaning 6503 clauses out of 13014 with flag 4763/242054
11.73/10.56	c cleaning 6252 clauses out of 12510 with flag 29658/248053
12.03/10.83	c cleaning 6625 clauses out of 13255 with flag 59649/255053
12.23/11.05	c Got one! Elapsed wall clock time (in seconds):10.953
12.23/11.05	o 13
12.33/11.14	c Got one! Elapsed wall clock time (in seconds):11.045
12.33/11.14	o 12
12.53/11.36	c cleaning 9300 clauses out of 18602 with flag 18591/267030
12.63/11.47	c Got one! Elapsed wall clock time (in seconds):11.373
12.63/11.47	o 11
12.83/11.63	c cleaning 7574 clauses out of 15173 with flag 15144/272903
12.83/11.68	c Got one! Elapsed wall clock time (in seconds):11.585
12.83/11.68	o 10
13.03/11.87	c cleaning 6571 clauses out of 13156 with flag 20461/278462
13.23/12.01	c starts		: 272
13.23/12.01	c conflicts		: 281895
13.23/12.01	c decisions		: 482025
13.23/12.01	c propagations		: 7589077
13.23/12.01	c inspects		: 135291505
13.23/12.01	c shortcuts		: 0
13.23/12.01	c learnt literals	: 37
13.23/12.01	c learnt binary clauses	: 48
13.23/12.01	c learnt ternary clauses	: 751
13.23/12.01	c learnt constraints	: 281857
13.23/12.01	c ignored constraints	: 0
13.23/12.01	c root simplifications	: 0
13.23/12.01	c removed literals (reason simplification)	: 0
13.23/12.01	c reason swapping (by a shorter reason)	: 0
13.23/12.01	c Calls to reduceDB	: 40
13.23/12.01	c Number of update (reduction) of LBD	: 79422
13.23/12.01	c Imported unit clauses	: 0
13.23/12.01	c number of reductions to clauses (during analyze)	: 0
13.23/12.01	c number of learned constraints concerned by reduction	: 0
13.23/12.01	c number of learning phase by resolution	: 0
13.23/12.01	c number of learning phase by cutting planes	: 0
13.23/12.01	c speed (assignments/second)	: 640320.3678704016
13.23/12.01	c non guided choices	3358
13.23/12.01	c learnt constraints type 
13.23/12.01	s OPTIMUM FOUND
13.23/12.01	c Found 96 solution(s)
13.23/12.01	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 
13.23/12.01	c objective function=10
13.23/12.01	c Total wall clock time (in seconds): 11.911

Verifier Data

OK	10

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-4109548-1466343660/watcher-4109548-1466343660 -o /tmp/evaluation-result-4109548-1466343660/solver-4109548-1466343660 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466341805-32110 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109548-1466343660.wbo 

pid=32721
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.64 2.23 1.83 3/195 32724
/proc/meminfo: memFree=30436172/32872528 swapFree=534252/566956
[pid=32724] ppid=32721 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/32724/stat : 32724 (java) S 32721 32724 32093 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 36411620 98570240 977 33554432000 1073741824 1073778376 140735893543616 140735893534752 206632419389 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32724/statm: 24065 977 743 9 0 16771 0
[pid=32724/tid=32725] ppid=32721 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32725/stat : 32725 (java) R 32721 32724 32093 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 36411621 98570240 977 33554432000 1073741824 1073778376 140735893543616 139694951231016 206629062016 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.10012 s]
/proc/loadavg: 2.64 2.23 1.83 3/195 32724
/proc/meminfo: memFree=30436172/32872528 swapFree=534252/566956
[pid=32724] ppid=32721 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/32724/stat : 32724 (java) S 32721 32724 32093 0 -1 4202496 4537 0 1 0 11 1 0 0 20 0 18 0 36411620 9787879424 5658 33554432000 1073741824 1073778376 140735893543616 140735893534752 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32724/statm: 2389619 5658 2157 9 0 2380296 0
[pid=32724/tid=32725] ppid=32721 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/32724/task/32725/stat : 32725 (java) R 32721 32724 32093 0 -1 4202560 2432 0 1 0 8 0 0 0 20 0 18 0 36411621 9787879424 5658 33554432000 1073741824 1073778376 140735893543616 139694951234464 206632445197 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558476

[startup+0.200345 s]
/proc/loadavg: 2.64 2.23 1.83 3/195 32724
/proc/meminfo: memFree=30436172/32872528 swapFree=534252/566956
[pid=32724] ppid=32721 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/32724/stat : 32724 (java) S 32721 32724 32093 0 -1 4202496 6543 0 1 0 27 1 0 0 20 0 19 0 36411620 9856040960 8617 33554432000 1073741824 1073778376 140735893543616 140735893534752 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32724/statm: 2406260 8617 2233 9 0 2396937 0
[pid=32724/tid=32725] ppid=32721 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/32724/task/32725/stat : 32725 (java) R 32721 32724 32093 0 -1 4202560 2458 0 1 0 17 1 0 0 20 0 19 0 36411621 9856040960 8617 33554432000 1073741824 1073778376 140735893543616 139694951236224 139694891003169 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300284 s]
/proc/loadavg: 2.64 2.23 1.83 3/195 32724
/proc/meminfo: memFree=30436172/32872528 swapFree=534252/566956
[pid=32724] ppid=32721 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/32724/stat : 32724 (java) S 32721 32724 32093 0 -1 4202496 7181 0 1 0 52 1 0 0 20 0 19 0 36411620 9856040960 8570 33554432000 1073741824 1073778376 140735893543616 140735893534752 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32724/statm: 2406260 8570 2244 9 0 2396937 0
[pid=32724/tid=32725] ppid=32721 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/32724/task/32725/stat : 32725 (java) R 32721 32724 32093 0 -1 4202560 2460 0 1 0 26 1 0 0 20 0 19 0 36411621 9856040960 8570 33554432000 1073741824 1073778376 140735893543616 139694951227696 139694891038252 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700186 s]
/proc/loadavg: 2.64 2.23 1.83 3/195 32724
/proc/meminfo: memFree=30436172/32872528 swapFree=534252/566956
[pid=32724] ppid=32721 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/32724/stat : 32724 (java) S 32721 32724 32093 0 -1 4202496 8552 0 1 0 107 2 0 0 20 0 19 0 36411620 9856040960 9122 33554432000 1073741824 1073778376 140735893543616 140735893534752 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32724/statm: 2406260 9122 2254 9 0 2396937 0
[pid=32724/tid=32725] ppid=32721 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/32724/task/32725/stat : 32725 (java) R 32721 32724 32093 0 -1 4202560 2461 0 1 0 66 1 0 0 20 0 19 0 36411621 9856040960 9122 33554432000 1073741824 1073778376 140735893543616 139694951235896 139694891383215 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.64 2.23 1.83 3/213 32743
/proc/meminfo: memFree=30405872/32872528 swapFree=534252/566956
[pid=32724] ppid=32721 vsize=9625040 CPUtime=2.1 cores=1,3,5,7
/proc/32724/stat : 32724 (java) S 32721 32724 32093 0 -1 4202496 11883 0 1 0 208 2 0 0 20 0 19 0 36411620 9856040960 10252 33554432000 1073741824 1073778376 140735893543616 140735893534752 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32724/statm: 2406260 10281 2261 9 0 2396937 0
[pid=32724/tid=32725] ppid=32721 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/32724/task/32725/stat : 32725 (java) R 32721 32724 32093 0 -1 4202560 2464 0 1 0 146 1 0 0 20 0 19 0 36411621 9856040960 10284 33554432000 1073741824 1073778376 140735893543616 139694951227696 139694891408497 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32727] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32727/stat : 32727 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 10284 33554432000 1073741824 1073778376 140735893543616 139694889966120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32728] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32728/stat : 32728 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 10284 33554432000 1073741824 1073778376 140735893543616 139694888913320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32724/tid=32729] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32729/stat : 32729 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 10284 33554432000 1073741824 1073778376 140735893543616 139694887860520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32724/tid=32730] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32730/stat : 32730 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 10285 33554432000 1073741824 1073778376 140735893543616 139694886807720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32731] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32731/stat : 32731 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 10309 33554432000 1073741824 1073778376 140735893543616 139694790360104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32732] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32732/stat : 32732 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 10325 33554432000 1073741824 1073778376 140735893543616 139694789307304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32733] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32733/stat : 32733 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 10345 33554432000 1073741824 1073778376 140735893543616 139694788254504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32734] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32734/stat : 32734 (java) S 32721 32724 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 10366 33554432000 1073741824 1073778376 140735893543616 139694787201704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32735] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32735/stat : 32735 (java) S 32721 32724 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36411622 9856040960 10384 33554432000 1073741824 1073778376 140735893543616 139694775003624 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32736] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32736/stat : 32736 (java) S 32721 32724 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36411623 9856040960 10385 33554432000 1073741824 1073778376 140735893543616 139694773949688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32737] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32737/stat : 32737 (java) S 32721 32724 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411623 9856040960 10385 33554432000 1073741824 1073778376 140735893543616 139694772896776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32738] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32738/stat : 32738 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411625 9856040960 10385 33554432000 1073741824 1073778376 140735893543616 139694771845264 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32739] ppid=32721 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/32724/task/32739/stat : 32739 (java) S 32721 32724 32093 0 -1 4202560 1854 0 0 0 19 0 0 0 20 0 19 0 36411625 9856040960 10385 33554432000 1073741824 1073778376 140735893543616 139694770793400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32740] ppid=32721 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/32724/task/32740/stat : 32740 (java) R 32721 32724 32093 0 -1 4202560 6432 0 0 0 40 0 0 0 20 0 19 0 36411625 9856040960 10391 33554432000 1073741824 1073778376 140735893543616 139694769740600 139694954813876 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32724/tid=32741] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32741/stat : 32741 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411625 9856040960 10380 33554432000 1073741824 1073778376 140735893543616 139694768687992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32724/tid=32742] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32742/stat : 32742 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411625 9856040960 10326 33554432000 1073741824 1073778376 140735893543616 139694767635400 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32743] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32743/stat : 32743 (java) S 32721 32724 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411636 9856040960 10326 33554432000 1073741824 1073778376 140735893543616 139694766580904 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.59 2.22 1.83 3/213 32743
/proc/meminfo: memFree=30398744/32872528 swapFree=534252/566956
[pid=32724] ppid=32721 vsize=9625040 CPUtime=3.79 cores=1,3,5,7
/proc/32724/stat : 32724 (java) S 32721 32724 32093 0 -1 4202496 13013 0 1 0 376 3 0 0 20 0 19 0 36411620 9856040960 12376 33554432000 1073741824 1073778376 140735893543616 140735893534752 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32724/statm: 2406260 12376 2263 9 0 2396937 0
[pid=32724/tid=32725] ppid=32721 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/32724/task/32725/stat : 32725 (java) R 32721 32724 32093 0 -1 4202560 2469 0 1 0 306 1 0 0 20 0 19 0 36411621 9856040960 12376 33554432000 1073741824 1073778376 140735893543616 139694951227696 139694891412084 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32727] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32727/stat : 32727 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 12376 33554432000 1073741824 1073778376 140735893543616 139694889966120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32728] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32728/stat : 32728 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 12376 33554432000 1073741824 1073778376 140735893543616 139694888913320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32724/tid=32729] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32729/stat : 32729 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 12376 33554432000 1073741824 1073778376 140735893543616 139694887860520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32724/tid=32730] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32730/stat : 32730 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 12376 33554432000 1073741824 1073778376 140735893543616 139694886807720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32731] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32731/stat : 32731 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 12376 33554432000 1073741824 1073778376 140735893543616 139694790360104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32732] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32732/stat : 32732 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 12376 33554432000 1073741824 1073778376 140735893543616 139694789307304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32733] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32733/stat : 32733 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 12376 33554432000 1073741824 1073778376 140735893543616 139694788254504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32734] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32734/stat : 32734 (java) S 32721 32724 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 12376 33554432000 1073741824 1073778376 140735893543616 139694787201704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32735] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32735/stat : 32735 (java) S 32721 32724 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36411622 9856040960 12376 33554432000 1073741824 1073778376 140735893543616 139694775003624 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32736] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32736/stat : 32736 (java) S 32721 32724 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36411623 9856040960 12376 33554432000 1073741824 1073778376 140735893543616 139694773949688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32737] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32737/stat : 32737 (java) S 32721 32724 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411623 9856040960 12376 33554432000 1073741824 1073778376 140735893543616 139694772896776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32738] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32738/stat : 32738 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411625 9856040960 12376 33554432000 1073741824 1073778376 140735893543616 139694771845264 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32739] ppid=32721 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/32724/task/32739/stat : 32739 (java) S 32721 32724 32093 0 -1 4202560 1854 0 0 0 19 0 0 0 20 0 19 0 36411625 9856040960 12376 33554432000 1073741824 1073778376 140735893543616 139694770793400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32740] ppid=32721 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/32724/task/32740/stat : 32740 (java) R 32721 32724 32093 0 -1 4202560 7418 0 0 0 48 2 0 0 20 0 19 0 36411625 9856040960 12376 33554432000 1073741824 1073778376 140735893543616 139694769740600 139694953842777 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32724/tid=32741] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32741/stat : 32741 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411625 9856040960 12376 33554432000 1073741824 1073778376 140735893543616 139694768687992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32724/tid=32742] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32742/stat : 32742 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411625 9856040960 12376 33554432000 1073741824 1073778376 140735893543616 139694767635400 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32743] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32743/stat : 32743 (java) S 32721 32724 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411636 9856040960 12376 33554432000 1073741824 1073778376 140735893543616 139694766580904 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.59 2.22 1.83 3/213 32743
/proc/meminfo: memFree=30366140/32872528 swapFree=534252/566956
[pid=32724] ppid=32721 vsize=9625040 CPUtime=7.5 cores=1,3,5,7
/proc/32724/stat : 32724 (java) S 32721 32724 32093 0 -1 4202496 20703 0 1 0 746 4 0 0 20 0 19 0 36411620 9856040960 20208 33554432000 1073741824 1073778376 140735893543616 140735893534752 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32724/statm: 2406260 20208 2264 9 0 2396937 0
[pid=32724/tid=32725] ppid=32721 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/32724/task/32725/stat : 32725 (java) R 32721 32724 32093 0 -1 4202560 2480 0 1 0 624 2 0 0 20 0 19 0 36411621 9856040960 20208 33554432000 1073741824 1073778376 140735893543616 139694951236104 139694891363976 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32727] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32727/stat : 32727 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 20208 33554432000 1073741824 1073778376 140735893543616 139694889966120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32728] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32728/stat : 32728 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 20208 33554432000 1073741824 1073778376 140735893543616 139694888913320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32724/tid=32729] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32729/stat : 32729 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 20208 33554432000 1073741824 1073778376 140735893543616 139694887860520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32724/tid=32730] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32730/stat : 32730 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 20208 33554432000 1073741824 1073778376 140735893543616 139694886807720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32731] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32731/stat : 32731 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 20208 33554432000 1073741824 1073778376 140735893543616 139694790360104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32732] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32732/stat : 32732 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 20208 33554432000 1073741824 1073778376 140735893543616 139694789307304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32733] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32733/stat : 32733 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 20208 33554432000 1073741824 1073778376 140735893543616 139694788254504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32734] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32734/stat : 32734 (java) S 32721 32724 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 20208 33554432000 1073741824 1073778376 140735893543616 139694787201704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32735] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32735/stat : 32735 (java) S 32721 32724 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36411622 9856040960 20208 33554432000 1073741824 1073778376 140735893543616 139694775003624 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32736] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32736/stat : 32736 (java) S 32721 32724 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36411623 9856040960 20208 33554432000 1073741824 1073778376 140735893543616 139694773949688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32737] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32737/stat : 32737 (java) S 32721 32724 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411623 9856040960 20208 33554432000 1073741824 1073778376 140735893543616 139694772896776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32738] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32738/stat : 32738 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411625 9856040960 20208 33554432000 1073741824 1073778376 140735893543616 139694771845264 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32739] ppid=32721 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/32724/task/32739/stat : 32739 (java) S 32721 32724 32093 0 -1 4202560 2159 0 0 0 24 0 0 0 20 0 19 0 36411625 9856040960 20208 33554432000 1073741824 1073778376 140735893543616 139694770793400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32740] ppid=32721 vsize=9625040 CPUtime=0.97 cores=1,3,5,7

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

[pid=32724/tid=32729] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32729/stat : 32729 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 24816 33554432000 1073741824 1073778376 140735893543616 139694887860520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32724/tid=32730] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32730/stat : 32730 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 24816 33554432000 1073741824 1073778376 140735893543616 139694886807720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32731] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32731/stat : 32731 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 24816 33554432000 1073741824 1073778376 140735893543616 139694790360104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32732] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32732/stat : 32732 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 24816 33554432000 1073741824 1073778376 140735893543616 139694789307304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32733] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32733/stat : 32733 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 24816 33554432000 1073741824 1073778376 140735893543616 139694788254504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32734] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32734/stat : 32734 (java) S 32721 32724 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 24816 33554432000 1073741824 1073778376 140735893543616 139694787201704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32735] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32735/stat : 32735 (java) S 32721 32724 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36411622 9856040960 24816 33554432000 1073741824 1073778376 140735893543616 139694775003624 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32736] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32736/stat : 32736 (java) S 32721 32724 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36411623 9856040960 24816 33554432000 1073741824 1073778376 140735893543616 139694773949688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32737] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32737/stat : 32737 (java) S 32721 32724 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411623 9856040960 24816 33554432000 1073741824 1073778376 140735893543616 139694772896776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32738] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32738/stat : 32738 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411625 9856040960 24816 33554432000 1073741824 1073778376 140735893543616 139694771845264 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32739] ppid=32721 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/32724/task/32739/stat : 32739 (java) S 32721 32724 32093 0 -1 4202560 2159 0 0 0 25 0 0 0 20 0 19 0 36411625 9856040960 24816 33554432000 1073741824 1073778376 140735893543616 139694770793400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32740] ppid=32721 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/32724/task/32740/stat : 32740 (java) S 32721 32724 32093 0 -1 4202560 14791 0 0 0 96 2 0 0 20 0 19 0 36411625 9856040960 24816 33554432000 1073741824 1073778376 140735893543616 139694769740600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32724/tid=32741] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32741/stat : 32741 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411625 9856040960 24816 33554432000 1073741824 1073778376 140735893543616 139694768687992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32724/tid=32742] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32742/stat : 32742 (java) S 32721 32724 32093 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36411625 9856040960 24816 33554432000 1073741824 1073778376 140735893543616 139694767635400 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32743] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32743/stat : 32743 (java) S 32721 32724 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411636 9856040960 24816 33554432000 1073741824 1073778376 140735893543616 139694766580904 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 10.83
Current children cumulated vsize (KiB) 9625040

[startup+11.2007 s]
/proc/loadavg: 2.54 2.22 1.83 3/213 32743
/proc/meminfo: memFree=30252448/32872528 swapFree=534252/566956
[pid=32724] ppid=32721 vsize=9625040 CPUtime=12.43 cores=1,3,5,7
/proc/32724/stat : 32724 (java) S 32721 32724 32093 0 -1 4202496 20717 0 1 0 1238 5 0 0 20 0 19 0 36411620 9856040960 25808 33554432000 1073741824 1073778376 140735893543616 140735893534752 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32724/statm: 2406260 25808 2264 9 0 2396937 0
[pid=32724/tid=32725] ppid=32721 vsize=9625040 CPUtime=11.15 cores=1,3,5,7
/proc/32724/task/32725/stat : 32725 (java) R 32721 32724 32093 0 -1 4202560 2494 0 1 0 1113 2 0 0 20 0 19 0 36411621 9856040960 25808 33554432000 1073741824 1073778376 140735893543616 139694951227088 139694891354979 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32727] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32727/stat : 32727 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 25808 33554432000 1073741824 1073778376 140735893543616 139694889966120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32728] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32728/stat : 32728 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 25808 33554432000 1073741824 1073778376 140735893543616 139694888913320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32724/tid=32729] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32729/stat : 32729 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 25808 33554432000 1073741824 1073778376 140735893543616 139694887860520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32724/tid=32730] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32730/stat : 32730 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 25808 33554432000 1073741824 1073778376 140735893543616 139694886807720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32731] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32731/stat : 32731 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 25808 33554432000 1073741824 1073778376 140735893543616 139694790360104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32732] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32732/stat : 32732 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 25808 33554432000 1073741824 1073778376 140735893543616 139694789307304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32733] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32733/stat : 32733 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 25808 33554432000 1073741824 1073778376 140735893543616 139694788254504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32734] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32734/stat : 32734 (java) S 32721 32724 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 25808 33554432000 1073741824 1073778376 140735893543616 139694787201704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32735] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32735/stat : 32735 (java) S 32721 32724 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36411622 9856040960 25808 33554432000 1073741824 1073778376 140735893543616 139694775003624 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32736] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32736/stat : 32736 (java) S 32721 32724 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36411623 9856040960 25808 33554432000 1073741824 1073778376 140735893543616 139694773949688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32737] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32737/stat : 32737 (java) S 32721 32724 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411623 9856040960 25808 33554432000 1073741824 1073778376 140735893543616 139694772896776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32738] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32738/stat : 32738 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411625 9856040960 25808 33554432000 1073741824 1073778376 140735893543616 139694771845264 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32739] ppid=32721 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/32724/task/32739/stat : 32739 (java) S 32721 32724 32093 0 -1 4202560 2159 0 0 0 25 0 0 0 20 0 19 0 36411625 9856040960 25808 33554432000 1073741824 1073778376 140735893543616 139694770793400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32740] ppid=32721 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/32724/task/32740/stat : 32740 (java) S 32721 32724 32093 0 -1 4202560 14791 0 0 0 96 2 0 0 20 0 19 0 36411625 9856040960 25808 33554432000 1073741824 1073778376 140735893543616 139694769740600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32724/tid=32741] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32741/stat : 32741 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411625 9856040960 25808 33554432000 1073741824 1073778376 140735893543616 139694768687992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32724/tid=32742] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32742/stat : 32742 (java) S 32721 32724 32093 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36411625 9856040960 25808 33554432000 1073741824 1073778376 140735893543616 139694767635400 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32743] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32743/stat : 32743 (java) S 32721 32724 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411636 9856040960 25808 33554432000 1073741824 1073778376 140735893543616 139694766580904 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 9625040

[startup+11.6008 s]
/proc/loadavg: 2.54 2.22 1.83 3/213 32743
/proc/meminfo: memFree=30252448/32872528 swapFree=534252/566956
[pid=32724] ppid=32721 vsize=9625040 CPUtime=12.83 cores=1,3,5,7
/proc/32724/stat : 32724 (java) S 32721 32724 32093 0 -1 4202496 20718 0 1 0 1278 5 0 0 20 0 19 0 36411620 9856040960 26320 33554432000 1073741824 1073778376 140735893543616 140735893534752 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32724/statm: 2406260 26320 2264 9 0 2396937 0
[pid=32724/tid=32725] ppid=32721 vsize=9625040 CPUtime=11.55 cores=1,3,5,7
/proc/32724/task/32725/stat : 32725 (java) R 32721 32724 32093 0 -1 4202560 2495 0 1 0 1153 2 0 0 20 0 19 0 36411621 9856040960 26320 33554432000 1073741824 1073778376 140735893543616 139694951227696 139694891377187 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32727] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32727/stat : 32727 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 26320 33554432000 1073741824 1073778376 140735893543616 139694889966120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32728] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32728/stat : 32728 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 26320 33554432000 1073741824 1073778376 140735893543616 139694888913320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32724/tid=32729] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32729/stat : 32729 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 26320 33554432000 1073741824 1073778376 140735893543616 139694887860520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32724/tid=32730] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32730/stat : 32730 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 26320 33554432000 1073741824 1073778376 140735893543616 139694886807720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32731] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32731/stat : 32731 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 26320 33554432000 1073741824 1073778376 140735893543616 139694790360104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32732] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32732/stat : 32732 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 26320 33554432000 1073741824 1073778376 140735893543616 139694789307304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32733] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32733/stat : 32733 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 26320 33554432000 1073741824 1073778376 140735893543616 139694788254504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32734] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32734/stat : 32734 (java) S 32721 32724 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 26320 33554432000 1073741824 1073778376 140735893543616 139694787201704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32735] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32735/stat : 32735 (java) S 32721 32724 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36411622 9856040960 26320 33554432000 1073741824 1073778376 140735893543616 139694775003624 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32736] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32736/stat : 32736 (java) S 32721 32724 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36411623 9856040960 26320 33554432000 1073741824 1073778376 140735893543616 139694773949688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32737] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32737/stat : 32737 (java) S 32721 32724 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411623 9856040960 26320 33554432000 1073741824 1073778376 140735893543616 139694772896776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32738] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32738/stat : 32738 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411625 9856040960 26320 33554432000 1073741824 1073778376 140735893543616 139694771845264 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32739] ppid=32721 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/32724/task/32739/stat : 32739 (java) S 32721 32724 32093 0 -1 4202560 2159 0 0 0 25 0 0 0 20 0 19 0 36411625 9856040960 26320 33554432000 1073741824 1073778376 140735893543616 139694770793400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32740] ppid=32721 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/32724/task/32740/stat : 32740 (java) S 32721 32724 32093 0 -1 4202560 14791 0 0 0 96 2 0 0 20 0 19 0 36411625 9856040960 26320 33554432000 1073741824 1073778376 140735893543616 139694769740600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32724/tid=32741] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32741/stat : 32741 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411625 9856040960 26320 33554432000 1073741824 1073778376 140735893543616 139694768687992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32724/tid=32742] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32742/stat : 32742 (java) S 32721 32724 32093 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36411625 9856040960 26320 33554432000 1073741824 1073778376 140735893543616 139694767635400 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32743] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32743/stat : 32743 (java) S 32721 32724 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411636 9856040960 26320 33554432000 1073741824 1073778376 140735893543616 139694766580904 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.83
Current children cumulated vsize (KiB) 9625040

[startup+12.0008 s]
/proc/loadavg: 2.54 2.22 1.83 3/213 32743
/proc/meminfo: memFree=30252448/32872528 swapFree=534252/566956
[pid=32724] ppid=32721 vsize=9625040 CPUtime=13.23 cores=1,3,5,7
/proc/32724/stat : 32724 (java) S 32721 32724 32093 0 -1 4202496 20719 0 1 0 1318 5 0 0 20 0 19 0 36411620 9856040960 26832 33554432000 1073741824 1073778376 140735893543616 140735893534752 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32724/statm: 2406260 26832 2264 9 0 2396937 0
[pid=32724/tid=32725] ppid=32721 vsize=9625040 CPUtime=11.95 cores=1,3,5,7
/proc/32724/task/32725/stat : 32725 (java) R 32721 32724 32093 0 -1 4202560 2496 0 1 0 1193 2 0 0 20 0 19 0 36411621 9856040960 26832 33554432000 1073741824 1073778376 140735893543616 139694951227696 139694891431664 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32727] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32727/stat : 32727 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 26832 33554432000 1073741824 1073778376 140735893543616 139694889966120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32728] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32728/stat : 32728 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 26832 33554432000 1073741824 1073778376 140735893543616 139694888913320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32724/tid=32729] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32729/stat : 32729 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 26832 33554432000 1073741824 1073778376 140735893543616 139694887860520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32724/tid=32730] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32730/stat : 32730 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 26832 33554432000 1073741824 1073778376 140735893543616 139694886807720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32731] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32731/stat : 32731 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 26832 33554432000 1073741824 1073778376 140735893543616 139694790360104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32732] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32732/stat : 32732 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 26832 33554432000 1073741824 1073778376 140735893543616 139694789307304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32733] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32733/stat : 32733 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 26832 33554432000 1073741824 1073778376 140735893543616 139694788254504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32734] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32734/stat : 32734 (java) S 32721 32724 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36411621 9856040960 26832 33554432000 1073741824 1073778376 140735893543616 139694787201704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32735] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32735/stat : 32735 (java) S 32721 32724 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36411622 9856040960 26832 33554432000 1073741824 1073778376 140735893543616 139694775003624 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32736] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32736/stat : 32736 (java) S 32721 32724 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36411623 9856040960 26832 33554432000 1073741824 1073778376 140735893543616 139694773949688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32737] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32737/stat : 32737 (java) S 32721 32724 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411623 9856040960 26832 33554432000 1073741824 1073778376 140735893543616 139694772896776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32738] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32738/stat : 32738 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411625 9856040960 26832 33554432000 1073741824 1073778376 140735893543616 139694771845264 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32739] ppid=32721 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/32724/task/32739/stat : 32739 (java) S 32721 32724 32093 0 -1 4202560 2159 0 0 0 25 0 0 0 20 0 19 0 36411625 9856040960 26832 33554432000 1073741824 1073778376 140735893543616 139694770793400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32724/tid=32740] ppid=32721 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/32724/task/32740/stat : 32740 (java) S 32721 32724 32093 0 -1 4202560 14791 0 0 0 96 2 0 0 20 0 19 0 36411625 9856040960 26832 33554432000 1073741824 1073778376 140735893543616 139694769740600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32724/tid=32741] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32741/stat : 32741 (java) S 32721 32724 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411625 9856040960 26832 33554432000 1073741824 1073778376 140735893543616 139694768687992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32724/tid=32742] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32742/stat : 32742 (java) S 32721 32724 32093 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36411625 9856040960 26832 33554432000 1073741824 1073778376 140735893543616 139694767635400 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32724/tid=32743] ppid=32721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32724/task/32743/stat : 32743 (java) S 32721 32724 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411636 9856040960 26832 33554432000 1073741824 1073778376 140735893543616 139694766580904 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 13.23
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 12.0179
CPU time (s): 13.262
CPU user time (s): 13.191
CPU system time (s): 0.070989
CPU usage (%): 110.352
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.191
system time used= 0.070989
maximum resident set size= 107392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20742
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= 547
involuntary context switches= 206

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.075988 second user time and 0.119981 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-19 15:41:00
IDJOB=4109548
IDBENCH=78846
IDSOLVER=2551
FILE ID=node138/4109548-1466343660
RUNJOBID= node138-1466341805-32110
PBS_JOBID= 19922015
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111226062--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109548-1466343660/watcher-4109548-1466343660 -o /tmp/evaluation-result-4109548-1466343660/solver-4109548-1466343660 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466341805-32110 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109548-1466343660.wbo

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

MD5SUM BENCH= 7e4768b7f873096cfc405759f746d055
RANDOM SEED=965987880

node138.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		: 2666.395
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	: 5332.79
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		: 2666.395
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	: 5332.55
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		: 2666.395
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		: 2666.395
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		: 2666.395
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		: 2666.395
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.55
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		: 2666.395
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.54
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		: 2666.395
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30436972 kB
Buffers:          175020 kB
Cached:           271608 kB
SwapCached:         1136 kB
Active:           775860 kB
Inactive:         333216 kB
Active(anon):     661900 kB
Inactive(anon):     3144 kB
Active(file):     113960 kB
Inactive(file):   330072 kB
Unevictable:      566956 kB
Mlocked:          534252 kB
SwapTotal:      67108856 kB
SwapFree:       67099724 kB
Dirty:               596 kB
Writeback:             0 kB
AnonPages:       1339404 kB
Mapped:            15568 kB
Shmem:                 0 kB
Slab:             609996 kB
SReclaimable:      53444 kB
SUnreclaim:       556552 kB
KernelStack:        1768 kB
PageTables:         6660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1496552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    763904 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= 71732 MiB
End job on node138 at 2016-06-19 15:41:12