Trace number 4090905

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 15.4926 13.917

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110968561--soft-0-100-0.wbo
MD5SUM8d3a0dfad59028a8b475e3430d41a204
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 benchmark7.70383
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 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1247
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4090905-1466067888.wbo
0.09/0.11	c reading problem ... 
0.09/0.17	c ... done. Wall clock time 0.054s.
0.09/0.17	c declared #vars     169
0.09/0.17	c internal #vars     270
0.09/0.17	c #constraints  101
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.09/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.09/0.17	c 101 constraints processed.
0.09/0.17	c objective function length is 101 literals
0.52/0.32	c SATISFIABLE
0.52/0.32	c OPTIMIZING...
0.52/0.32	c Got one! Elapsed wall clock time (in seconds):0.206
0.52/0.32	o 662
0.52/0.32	c Got one! Elapsed wall clock time (in seconds):0.211
0.52/0.32	o 589
0.52/0.33	c Got one! Elapsed wall clock time (in seconds):0.222
0.52/0.33	o 587
0.52/0.34	c Got one! Elapsed wall clock time (in seconds):0.227
0.52/0.34	o 362
0.52/0.35	c Got one! Elapsed wall clock time (in seconds):0.235
0.52/0.35	o 350
0.52/0.36	c Got one! Elapsed wall clock time (in seconds):0.246
0.52/0.36	o 343
0.52/0.37	c Got one! Elapsed wall clock time (in seconds):0.253
0.52/0.37	o 338
0.52/0.37	c Got one! Elapsed wall clock time (in seconds):0.259
0.52/0.37	o 334
0.66/0.40	c Got one! Elapsed wall clock time (in seconds):0.291
0.66/0.40	o 328
0.66/0.41	c Got one! Elapsed wall clock time (in seconds):0.301
0.66/0.41	o 323
0.85/0.59	c cleaning 3514 clauses out of 7035 with flag 13004/7035
0.98/0.61	c Got one! Elapsed wall clock time (in seconds):0.494
0.98/0.61	o 322
0.98/0.61	c Got one! Elapsed wall clock time (in seconds):0.497
0.98/0.61	o 319
0.98/0.62	c Got one! Elapsed wall clock time (in seconds):0.504
0.98/0.62	o 315
1.09/0.74	c Got one! Elapsed wall clock time (in seconds):0.627
1.09/0.74	o 309
1.09/0.79	c Got one! Elapsed wall clock time (in seconds):0.679
1.09/0.79	o 305
1.22/0.80	c Got one! Elapsed wall clock time (in seconds):0.691
1.22/0.80	o 288
1.22/0.87	c Got one! Elapsed wall clock time (in seconds):0.758
1.22/0.87	o 287
1.32/0.97	c cleaning 5723 clauses out of 11445 with flag 7268/14959
1.32/0.99	c Got one! Elapsed wall clock time (in seconds):0.88
1.32/0.99	o 282
1.43/1.00	c Got one! Elapsed wall clock time (in seconds):0.89
1.43/1.00	o 279
1.43/1.05	c Got one! Elapsed wall clock time (in seconds):0.937
1.43/1.05	o 273
1.43/1.05	c Got one! Elapsed wall clock time (in seconds):0.942
1.43/1.05	o 267
1.53/1.12	c Got one! Elapsed wall clock time (in seconds):1.01
1.53/1.12	o 263
1.53/1.15	c Got one! Elapsed wall clock time (in seconds):1.034
1.53/1.15	o 232
1.86/1.31	c cleaning 6265 clauses out of 12530 with flag 11739/21767
2.10/1.60	c Got one! Elapsed wall clock time (in seconds):1.486
2.10/1.60	o 230
2.30/1.77	c Got one! Elapsed wall clock time (in seconds):1.658
2.30/1.77	o 218
2.42/1.83	c Got one! Elapsed wall clock time (in seconds):1.715
2.42/1.83	o 216
2.52/1.93	c Got one! Elapsed wall clock time (in seconds):1.814
2.52/1.93	o 215
2.63/2.00	c cleaning 9439 clauses out of 18889 with flag 3700/34391
2.63/2.03	c Got one! Elapsed wall clock time (in seconds):1.919
2.63/2.03	o 205
2.74/2.10	c Got one! Elapsed wall clock time (in seconds):1.991
2.74/2.10	o 204
2.74/2.12	c Got one! Elapsed wall clock time (in seconds):2.009
2.74/2.12	o 201
2.85/2.23	c Got one! Elapsed wall clock time (in seconds):2.115
2.85/2.23	o 198
2.85/2.26	c Got one! Elapsed wall clock time (in seconds):2.147
2.85/2.26	o 182
2.85/2.29	c Got one! Elapsed wall clock time (in seconds):2.175
2.85/2.29	o 181
2.95/2.32	c Got one! Elapsed wall clock time (in seconds):2.206
2.95/2.32	o 180
3.05/2.44	c cleaning 8793 clauses out of 17613 with flag 8129/42554
3.05/2.45	c Got one! Elapsed wall clock time (in seconds):2.341
3.05/2.45	o 179
3.16/2.51	c Got one! Elapsed wall clock time (in seconds):2.397
3.16/2.51	o 176
3.16/2.54	c Got one! Elapsed wall clock time (in seconds):2.43
3.16/2.54	o 175
3.37/2.76	c cleaning 7438 clauses out of 14888 with flag 18931/48622
3.49/2.84	c Got one! Elapsed wall clock time (in seconds):2.727
3.49/2.84	o 173
3.64/2.93	c Got one! Elapsed wall clock time (in seconds):2.821
3.64/2.93	o 168
3.64/2.97	c Got one! Elapsed wall clock time (in seconds):2.863
3.64/2.97	o 167
3.75/3.02	c Got one! Elapsed wall clock time (in seconds):2.905
3.75/3.02	o 165
3.75/3.06	c Got one! Elapsed wall clock time (in seconds):2.95
3.75/3.06	o 164
3.75/3.08	c Got one! Elapsed wall clock time (in seconds):2.964
3.75/3.08	o 161
3.85/3.11	c Got one! Elapsed wall clock time (in seconds):2.998
3.85/3.11	o 158
3.95/3.29	c cleaning 8692 clauses out of 17385 with flag 12458/58557
4.25/3.52	c Got one! Elapsed wall clock time (in seconds):3.403
4.25/3.52	o 154
4.25/3.55	c Got one! Elapsed wall clock time (in seconds):3.437
4.25/3.55	o 152
4.25/3.58	c Got one! Elapsed wall clock time (in seconds):3.465
4.25/3.58	o 148
4.35/3.63	c Got one! Elapsed wall clock time (in seconds):3.513
4.35/3.63	o 145
4.35/3.69	c cleaning 8097 clauses out of 16214 with flag 4299/66078
4.45/3.70	c Got one! Elapsed wall clock time (in seconds):3.588
4.45/3.70	o 139
4.45/3.72	c Got one! Elapsed wall clock time (in seconds):3.611
4.45/3.72	o 137
4.55/3.86	c Got one! Elapsed wall clock time (in seconds):3.75
4.55/3.86	o 136
4.65/3.98	c Got one! Elapsed wall clock time (in seconds):3.868
4.65/3.98	o 134
4.75/4.01	c Got one! Elapsed wall clock time (in seconds):3.899
4.75/4.01	o 131
4.75/4.04	c Got one! Elapsed wall clock time (in seconds):3.924
4.75/4.04	o 119
4.85/4.12	c cleaning 7880 clauses out of 15766 with flag 4035/73727
5.06/4.23	c Got one! Elapsed wall clock time (in seconds):4.116
5.06/4.23	o 114
5.06/4.25	c Got one! Elapsed wall clock time (in seconds):4.137
5.06/4.25	o 113
5.06/4.28	c Got one! Elapsed wall clock time (in seconds):4.166
5.06/4.28	o 110
5.29/4.37	c Got one! Elapsed wall clock time (in seconds):4.257
5.29/4.37	o 105
5.29/4.39	c Got one! Elapsed wall clock time (in seconds):4.279
5.29/4.39	o 104
5.50/4.44	c Got one! Elapsed wall clock time (in seconds):4.327
5.50/4.44	o 102
5.50/4.47	c Got one! Elapsed wall clock time (in seconds):4.357
5.50/4.47	o 80
5.75/4.61	c cleaning 8130 clauses out of 16273 with flag 8058/82114
5.75/4.67	c Got one! Elapsed wall clock time (in seconds):4.553
5.75/4.67	o 78
6.16/4.87	c cleaning 6812 clauses out of 13629 with flag 18415/87600
6.60/5.13	c cleaning 6400 clauses out of 12815 with flag 44813/93598
6.90/5.43	c cleaning 6703 clauses out of 13416 with flag 72038/100599
6.90/5.46	c Got one! Elapsed wall clock time (in seconds):5.347
6.90/5.46	o 71
7.01/5.51	c Got one! Elapsed wall clock time (in seconds):5.393
7.01/5.51	o 70
7.11/5.65	c Got one! Elapsed wall clock time (in seconds):5.534
7.11/5.65	o 69
7.20/5.70	c cleaning 6434 clauses out of 12890 with flag 4908/106776
7.30/5.88	c Got one! Elapsed wall clock time (in seconds):5.77
7.30/5.88	o 67
7.41/5.93	c cleaning 6011 clauses out of 12024 with flag 4110/112344
7.41/5.94	c Got one! Elapsed wall clock time (in seconds):5.832
7.41/5.94	o 66
7.51/6.00	c Got one! Elapsed wall clock time (in seconds):5.888
7.51/6.00	o 65
7.51/6.04	c Got one! Elapsed wall clock time (in seconds):5.929
7.51/6.04	o 62
7.61/6.18	c cleaning 5992 clauses out of 11996 with flag 12358/118327
7.61/6.20	c Got one! Elapsed wall clock time (in seconds):6.083
7.61/6.20	o 61
7.91/6.40	c cleaning 5717 clauses out of 11452 with flag 20977/123775
7.91/6.46	c Got one! Elapsed wall clock time (in seconds):6.351
7.91/6.46	o 59
7.91/6.48	c Got one! Elapsed wall clock time (in seconds):6.369
7.91/6.48	o 58
8.12/6.66	c cleaning 6081 clauses out of 12169 with flag 20106/130209
8.41/6.90	c cleaning 6032 clauses out of 12088 with flag 48038/136209
8.61/7.15	c Got one! Elapsed wall clock time (in seconds):7.039
8.61/7.15	o 56
8.61/7.17	c Got one! Elapsed wall clock time (in seconds):7.06
8.61/7.17	o 55
8.71/7.30	c Got one! Elapsed wall clock time (in seconds):7.183
8.71/7.30	o 52
8.81/7.39	c cleaning 8670 clauses out of 17339 with flag 7302/147492
8.91/7.40	c Got one! Elapsed wall clock time (in seconds):7.29
8.91/7.40	o 51
8.91/7.42	c Got one! Elapsed wall clock time (in seconds):7.311
8.91/7.42	o 42
9.11/7.63	c cleaning 7272 clauses out of 14565 with flag 19115/153388
9.22/7.77	c Got one! Elapsed wall clock time (in seconds):7.663
9.22/7.77	o 41
9.32/7.82	c cleaning 6233 clauses out of 12469 with flag 3958/158564
9.51/8.03	c cleaning 6107 clauses out of 12232 with flag 27007/164560
9.71/8.29	c cleaning 6557 clauses out of 13127 with flag 54528/171562
10.11/8.60	c cleaning 7282 clauses out of 14569 with flag 84777/179561
10.42/8.97	c cleaning 8140 clauses out of 16286 with flag 117645/188560
10.61/9.13	c Got one! Elapsed wall clock time (in seconds):9.019
10.61/9.13	o 40
10.61/9.18	c cleaning 6626 clauses out of 13262 with flag 3620/193676
10.91/9.40	c cleaning 6307 clauses out of 12635 with flag 25439/199675
11.12/9.65	c cleaning 6660 clauses out of 13327 with flag 50763/206675
11.43/9.97	c cleaning 7326 clauses out of 14667 with flag 81285/214675
11.43/9.99	c Got one! Elapsed wall clock time (in seconds):9.882
11.43/9.99	o 39
11.63/10.19	c cleaning 6525 clauses out of 13057 with flag 19476/220391
11.73/10.20	c Got one! Elapsed wall clock time (in seconds):10.09
11.73/10.20	o 38
11.83/10.39	c cleaning 5903 clauses out of 11814 with flag 17804/225673
12.03/10.58	c Got one! Elapsed wall clock time (in seconds):10.465
12.03/10.58	o 37
12.13/10.65	c Got one! Elapsed wall clock time (in seconds):10.537
12.13/10.65	o 31
12.23/10.70	c Got one! Elapsed wall clock time (in seconds):10.591
12.23/10.70	o 29
12.23/10.73	c Got one! Elapsed wall clock time (in seconds):10.622
12.23/10.73	o 22
12.23/10.74	c Got one! Elapsed wall clock time (in seconds):10.632
12.23/10.74	o 19
12.35/10.82	c Got one! Elapsed wall clock time (in seconds):10.708
12.35/10.82	o 18
12.35/10.83	c Got one! Elapsed wall clock time (in seconds):10.721
12.35/10.83	o 15
12.35/10.84	c Got one! Elapsed wall clock time (in seconds):10.728
12.35/10.84	o 14
12.46/10.94	c cleaning 9838 clauses out of 19681 with flag 7468/239444
12.57/11.06	c Got one! Elapsed wall clock time (in seconds):10.946
12.57/11.06	o 12
12.68/11.14	c cleaning 7582 clauses out of 15177 with flag 7899/244778
12.87/11.36	c cleaning 6795 clauses out of 13591 with flag 30516/250774
12.87/11.38	c Got one! Elapsed wall clock time (in seconds):11.27
12.87/11.38	o 6
13.07/11.57	c cleaning 6331 clauses out of 12680 with flag 19792/256659
13.29/11.77	c cleaning 6171 clauses out of 12347 with flag 40779/262658
13.39/11.80	c Got one! Elapsed wall clock time (in seconds):11.692
13.39/11.80	o 4
13.49/11.94	c cleaning 5790 clauses out of 11602 with flag 14825/268085
13.70/12.14	c cleaning 5905 clauses out of 11811 with flag 36159/274084
13.89/12.38	c cleaning 6445 clauses out of 12904 with flag 62548/281083
13.89/12.39	c Got one! Elapsed wall clock time (in seconds):12.275
13.89/12.39	o 3
14.09/12.55	c cleaning 5773 clauses out of 11559 with flag 19014/286185
14.29/12.76	c cleaning 5892 clauses out of 11785 with flag 41502/292185
14.59/13.00	c cleaning 6440 clauses out of 12892 with flag 68994/299185
14.80/13.30	c cleaning 7218 clauses out of 14451 with flag 100162/307186
15.19/13.66	c cleaning 8110 clauses out of 16232 with flag 135758/316185
15.49/13.91	c starts		: 265
15.49/13.91	c conflicts		: 322578
15.49/13.91	c decisions		: 562650
15.49/13.91	c propagations		: 9888512
15.49/13.91	c inspects		: 146631576
15.49/13.91	c shortcuts		: 0
15.49/13.91	c learnt literals	: 33
15.49/13.91	c learnt binary clauses	: 29
15.49/13.91	c learnt ternary clauses	: 762
15.49/13.91	c learnt constraints	: 322544
15.49/13.91	c ignored constraints	: 0
15.49/13.91	c root simplifications	: 0
15.49/13.91	c removed literals (reason simplification)	: 0
15.49/13.91	c reason swapping (by a shorter reason)	: 0
15.49/13.91	c Calls to reduceDB	: 45
15.49/13.91	c Number of update (reduction) of LBD	: 101905
15.49/13.91	c Imported unit clauses	: 0
15.49/13.91	c number of reductions to clauses (during analyze)	: 0
15.49/13.91	c number of learned constraints concerned by reduction	: 0
15.49/13.91	c number of learning phase by resolution	: 0
15.49/13.91	c number of learning phase by cutting planes	: 0
15.49/13.91	c speed (assignments/second)	: 719845.0899031812
15.49/13.91	c non guided choices	4664
15.49/13.91	c learnt constraints type 
15.49/13.91	s OPTIMUM FOUND
15.49/13.91	c Found 93 solution(s)
15.49/13.91	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 
15.49/13.91	c objective function=3
15.49/13.91	c Total wall clock time (in seconds): 13.797

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-4090905-1466067888/watcher-4090905-1466067888 -o /tmp/evaluation-result-4090905-1466067888/solver-4090905-1466067888 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466062131-17742 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090905-1466067888.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.32 2.22 2.19 4/194 18569
/proc/meminfo: memFree=30383512/32872528 swapFree=1430864/1543284
[pid=18569] ppid=18566 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/18569/stat : 18569 (java) D 18566 18569 17726 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 8837582 2560000 46 33554432000 1073741824 1073778376 140735990409248 140735990406376 266426477863 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/18569/statm: 626 47 37 9 0 30 0

[startup+0.10006 s]
/proc/loadavg: 2.32 2.22 2.19 4/194 18569
/proc/meminfo: memFree=30383512/32872528 swapFree=1430864/1543284
[pid=18569] ppid=18566 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/18569/stat : 18569 (java) S 18566 18569 17726 0 -1 4202496 4404 0 1 0 8 1 0 0 20 0 18 0 8837582 9787879424 6029 33554432000 1073741824 1073778376 140735990409248 140735990400384 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18569/statm: 2389619 6029 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200213 s]
/proc/loadavg: 2.32 2.22 2.19 4/194 18569
/proc/meminfo: memFree=30383512/32872528 swapFree=1430864/1543284
[pid=18569] ppid=18566 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/18569/stat : 18569 (java) S 18566 18569 17726 0 -1 4202496 5710 0 1 0 23 2 0 0 20 0 19 0 8837582 9856040960 7519 33554432000 1073741824 1073778376 140735990409248 140735990400384 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18569/statm: 2406260 7524 2222 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300216 s]
/proc/loadavg: 2.32 2.22 2.19 4/194 18569
/proc/meminfo: memFree=30383512/32872528 swapFree=1430864/1543284
[pid=18569] ppid=18566 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/18569/stat : 18569 (java) S 18566 18569 17726 0 -1 4202496 7176 0 1 0 50 2 0 0 20 0 19 0 8837582 9856040960 8235 33554432000 1073741824 1073778376 140735990409248 140735990400384 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18569/statm: 2406260 8235 2243 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700152 s]
/proc/loadavg: 2.32 2.22 2.19 4/194 18569
/proc/meminfo: memFree=30383512/32872528 swapFree=1430864/1543284
[pid=18569] ppid=18566 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/18569/stat : 18569 (java) S 18566 18569 17726 0 -1 4202496 8705 0 1 0 107 2 0 0 20 0 19 0 8837582 9856040960 9691 33554432000 1073741824 1073778376 140735990409248 140735990400384 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18569/statm: 2406260 9691 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9625040

[startup+1.50083 s]
/proc/loadavg: 2.32 2.22 2.19 4/213 18588
/proc/meminfo: memFree=30349132/32872528 swapFree=1430864/1543284
[pid=18569] ppid=18566 vsize=9625040 CPUtime=2.1 cores=0,2,4,6
/proc/18569/stat : 18569 (java) S 18566 18569 17726 0 -1 4202496 11775 0 1 0 207 3 0 0 20 0 19 0 8837582 9856040960 11358 33554432000 1073741824 1073778376 140735990409248 140735990400384 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18569/statm: 2406260 11358 2261 9 0 2396937 0
[pid=18569/tid=18571] ppid=18566 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/18569/task/18571/stat : 18571 (java) R 18566 18569 17726 0 -1 4202560 2414 0 1 0 144 2 0 0 20 0 19 0 8837583 9856040960 11358 33554432000 1073741824 1073778376 140735990409248 140687865245392 140687710827920 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18569/tid=18572] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18572/stat : 18572 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 11358 33554432000 1073741824 1073778376 140735990409248 140687837707176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18573] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18573/stat : 18573 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 11358 33554432000 1073741824 1073778376 140735990409248 140687836654632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18569/tid=18574] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18574/stat : 18574 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 11358 33554432000 1073741824 1073778376 140735990409248 140687835601576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18569/tid=18575] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18575/stat : 18575 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 11358 33554432000 1073741824 1073778376 140735990409248 140687834549032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18569/tid=18576] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18576/stat : 18576 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 11358 33554432000 1073741824 1073778376 140735990409248 140687833495976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18577] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18577/stat : 18577 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 11358 33554432000 1073741824 1073778376 140735990409248 140687832443432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18569/tid=18578] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18578/stat : 18578 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 11358 33554432000 1073741824 1073778376 140735990409248 140687831390376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18579] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18579/stat : 18579 (java) S 18566 18569 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 11358 33554432000 1073741824 1073778376 140735990409248 140687830337832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18580] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18580/stat : 18580 (java) S 18566 18569 17726 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8837586 9856040960 11358 33554432000 1073741824 1073778376 140735990409248 140687218547560 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18581] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18581/stat : 18581 (java) S 18566 18569 17726 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8837586 9856040960 11358 33554432000 1073741824 1073778376 140735990409248 140687217493880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18582] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18582/stat : 18582 (java) S 18566 18569 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837586 9856040960 11358 33554432000 1073741824 1073778376 140735990409248 140687216440712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18583] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18583/stat : 18583 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837588 9856040960 11358 33554432000 1073741824 1073778376 140735990409248 140687215389456 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18584] ppid=18566 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/18569/task/18584/stat : 18584 (java) S 18566 18569 17726 0 -1 4202560 4937 0 0 0 35 0 0 0 20 0 19 0 8837588 9856040960 11358 33554432000 1073741824 1073778376 140735990409248 140687214336312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18585] ppid=18566 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/18569/task/18585/stat : 18585 (java) S 18566 18569 17726 0 -1 4202560 3152 0 0 0 26 0 0 0 20 0 19 0 8837588 9856040960 11358 33554432000 1073741824 1073778376 140735990409248 140687213283768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18569/tid=18586] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18586/stat : 18586 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837588 9856040960 11358 33554432000 1073741824 1073778376 140735990409248 140687212230904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18569/tid=18587] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18587/stat : 18587 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837588 9856040960 11358 33554432000 1073741824 1073778376 140735990409248 140687211178568 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18588] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18588/stat : 18588 (java) S 18566 18569 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837600 9856040960 11358 33554432000 1073741824 1073778376 140735990409248 140687210124840 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.29 2.21 2.19 4/213 18588
/proc/meminfo: memFree=30341624/32872528 swapFree=1430864/1543284
[pid=18569] ppid=18566 vsize=9625040 CPUtime=3.85 cores=0,2,4,6
/proc/18569/stat : 18569 (java) S 18566 18569 17726 0 -1 4202496 12263 0 1 0 382 3 0 0 20 0 19 0 8837582 9856040960 13415 33554432000 1073741824 1073778376 140735990409248 140735990400384 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18569/statm: 2406260 13415 2262 9 0 2396937 0
[pid=18569/tid=18571] ppid=18566 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/18569/task/18571/stat : 18571 (java) R 18566 18569 17726 0 -1 4202560 2419 0 1 0 303 2 0 0 20 0 19 0 8837583 9856040960 13415 33554432000 1073741824 1073778376 140735990409248 140687865252408 140687710861133 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18569/tid=18572] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18572/stat : 18572 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 13415 33554432000 1073741824 1073778376 140735990409248 140687837707176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18573] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18573/stat : 18573 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 13415 33554432000 1073741824 1073778376 140735990409248 140687836654632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18569/tid=18574] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18574/stat : 18574 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 13415 33554432000 1073741824 1073778376 140735990409248 140687835601576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18569/tid=18575] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18575/stat : 18575 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 13415 33554432000 1073741824 1073778376 140735990409248 140687834549032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18569/tid=18576] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18576/stat : 18576 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 13415 33554432000 1073741824 1073778376 140735990409248 140687833495976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18577] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18577/stat : 18577 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 13415 33554432000 1073741824 1073778376 140735990409248 140687832443432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18569/tid=18578] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18578/stat : 18578 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 13415 33554432000 1073741824 1073778376 140735990409248 140687831390376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18579] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18579/stat : 18579 (java) S 18566 18569 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 13415 33554432000 1073741824 1073778376 140735990409248 140687830337832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18580] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18580/stat : 18580 (java) S 18566 18569 17726 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8837586 9856040960 13415 33554432000 1073741824 1073778376 140735990409248 140687218547560 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18581] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18581/stat : 18581 (java) S 18566 18569 17726 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8837586 9856040960 13415 33554432000 1073741824 1073778376 140735990409248 140687217493880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18582] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18582/stat : 18582 (java) S 18566 18569 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837586 9856040960 13415 33554432000 1073741824 1073778376 140735990409248 140687216440712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18583] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18583/stat : 18583 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837588 9856040960 13415 33554432000 1073741824 1073778376 140735990409248 140687215389456 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18584] ppid=18566 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/18569/task/18584/stat : 18584 (java) S 18566 18569 17726 0 -1 4202560 4939 0 0 0 41 0 0 0 20 0 19 0 8837588 9856040960 13415 33554432000 1073741824 1073778376 140735990409248 140687214336312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18585] ppid=18566 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/18569/task/18585/stat : 18585 (java) S 18566 18569 17726 0 -1 4202560 3633 0 0 0 35 0 0 0 20 0 19 0 8837588 9856040960 13415 33554432000 1073741824 1073778376 140735990409248 140687213283768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18569/tid=18586] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18586/stat : 18586 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837588 9856040960 13415 33554432000 1073741824 1073778376 140735990409248 140687212230904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18569/tid=18587] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18587/stat : 18587 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837588 9856040960 13415 33554432000 1073741824 1073778376 140735990409248 140687211178568 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18588] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18588/stat : 18588 (java) S 18566 18569 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837600 9856040960 13415 33554432000 1073741824 1073778376 140735990409248 140687210124840 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.29 2.21 2.19 3/213 18588
/proc/meminfo: memFree=30310220/32872528 swapFree=1430864/1543284
[pid=18569] ppid=18566 vsize=9625040 CPUtime=7.81 cores=0,2,4,6
/proc/18569/stat : 18569 (java) S 18566 18569 17726 0 -1 4202496 22623 0 1 0 776 5 0 0 20 0 19 0 8837582 9856040960 21350 33554432000 1073741824 1073778376 140735990409248 140735990400384 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18569/statm: 2406260 21350 2264 9 0 2396937 0
[pid=18569/tid=18571] ppid=18566 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/18569/task/18571/stat : 18571 (java) R 18566 18569 17726 0 -1 4202560 2433 0 1 0 622 2 0 0 20 0 19 0 8837583 9856040960 21350 33554432000 1073741824 1073778376 140735990409248 140687865245392 140687710785015 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18569/tid=18572] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18572/stat : 18572 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 21350 33554432000 1073741824 1073778376 140735990409248 140687837707176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18573] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18573/stat : 18573 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 21350 33554432000 1073741824 1073778376 140735990409248 140687836654632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18569/tid=18574] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18574/stat : 18574 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 21350 33554432000 1073741824 1073778376 140735990409248 140687835601576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18569/tid=18575] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18575/stat : 18575 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 21350 33554432000 1073741824 1073778376 140735990409248 140687834549032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18569/tid=18576] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18576/stat : 18576 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 21350 33554432000 1073741824 1073778376 140735990409248 140687833495976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18577] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18577/stat : 18577 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 21350 33554432000 1073741824 1073778376 140735990409248 140687832443432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18569/tid=18578] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18578/stat : 18578 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 21350 33554432000 1073741824 1073778376 140735990409248 140687831390376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18579] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18579/stat : 18579 (java) S 18566 18569 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 21350 33554432000 1073741824 1073778376 140735990409248 140687830337832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18580] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18580/stat : 18580 (java) S 18566 18569 17726 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8837586 9856040960 21350 33554432000 1073741824 1073778376 140735990409248 140687218547560 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18581] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18581/stat : 18581 (java) S 18566 18569 17726 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8837586 9856040960 21350 33554432000 1073741824 1073778376 140735990409248 140687217493880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18582] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18582/stat : 18582 (java) S 18566 18569 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837586 9856040960 21350 33554432000 1073741824 1073778376 140735990409248 140687216440712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18583] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18583/stat : 18583 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837588 9856040960 21350 33554432000 1073741824 1073778376 140735990409248 140687215389456 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18584] ppid=18566 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/18569/task/18584/stat : 18584 (java) S 18566 18569 17726 0 -1 4202560 10239 0 0 0 84 2 0 0 20 0 19 0 8837588 9856040960 21350 33554432000 1073741824 1073778376 140735990409248 140687214336312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18585] ppid=18566 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/18569/task/18585/stat : 18585 (java) S 18566 18569 17726 0 -1 4202560 8678 0 0 0 65 0 0 0 20 0 19 0 8837588 9856040960 21350 33554432000 1073741824 1073778376 140735990409248 140687213283768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18569/tid=18586] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18586/stat : 18586 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837588 9856040960 21350 33554432000 1073741824 1073778376 140735990409248 140687212230904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18569/tid=18587] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18587/stat : 18587 (java) S 18566 18569 17726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8837588 9856040960 21350 33554432000 1073741824 1073778376 140735990409248 140687211178568 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18588] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18588/stat : 18588 (java) S 18566 18569 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837600 9856040960 21350 33554432000 1073741824 1073778376 140735990409248 140687210124840 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 9625040


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

[pid=18569/tid=18574] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18574/stat : 18574 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 31590 33554432000 1073741824 1073778376 140735990409248 140687835601576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18569/tid=18575] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18575/stat : 18575 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 31590 33554432000 1073741824 1073778376 140735990409248 140687834549032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18569/tid=18576] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18576/stat : 18576 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 31590 33554432000 1073741824 1073778376 140735990409248 140687833495976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18577] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18577/stat : 18577 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 31590 33554432000 1073741824 1073778376 140735990409248 140687832443432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18569/tid=18578] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18578/stat : 18578 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 31590 33554432000 1073741824 1073778376 140735990409248 140687831390376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18579] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18579/stat : 18579 (java) S 18566 18569 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 31590 33554432000 1073741824 1073778376 140735990409248 140687830337832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18580] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18580/stat : 18580 (java) S 18566 18569 17726 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8837586 9856040960 31590 33554432000 1073741824 1073778376 140735990409248 140687218547560 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18581] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18581/stat : 18581 (java) S 18566 18569 17726 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8837586 9856040960 31590 33554432000 1073741824 1073778376 140735990409248 140687217493880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18582] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18582/stat : 18582 (java) S 18566 18569 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837586 9856040960 31590 33554432000 1073741824 1073778376 140735990409248 140687216440712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18583] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18583/stat : 18583 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837588 9856040960 31590 33554432000 1073741824 1073778376 140735990409248 140687215389456 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18584] ppid=18566 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/18569/task/18584/stat : 18584 (java) S 18566 18569 17726 0 -1 4202560 10239 0 0 0 86 2 0 0 20 0 19 0 8837588 9856040960 31590 33554432000 1073741824 1073778376 140735990409248 140687214336312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18585] ppid=18566 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/18569/task/18585/stat : 18585 (java) S 18566 18569 17726 0 -1 4202560 8678 0 0 0 71 0 0 0 20 0 19 0 8837588 9856040960 31590 33554432000 1073741824 1073778376 140735990409248 140687213283768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18569/tid=18586] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18586/stat : 18586 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837588 9856040960 31590 33554432000 1073741824 1073778376 140735990409248 140687212230904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18569/tid=18587] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18587/stat : 18587 (java) S 18566 18569 17726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8837588 9856040960 31590 33554432000 1073741824 1073778376 140735990409248 140687211178568 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18588] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18588/stat : 18588 (java) S 18566 18569 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837600 9856040960 31590 33554432000 1073741824 1073778376 140735990409248 140687210124840 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 14.39
Current children cumulated vsize (KiB) 9625040

[startup+13.6007 s]
/proc/loadavg: 2.25 2.21 2.18 3/213 18588
/proc/meminfo: memFree=30252912/32872528 swapFree=1430864/1543284
[pid=18569] ppid=18566 vsize=9625040 CPUtime=15.19 cores=0,2,4,6
/proc/18569/stat : 18569 (java) S 18566 18569 17726 0 -1 4202496 22648 0 1 0 1513 6 0 0 20 0 19 0 8837582 9856040960 32614 33554432000 1073741824 1073778376 140735990409248 140735990400384 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18569/statm: 2406260 32614 2264 9 0 2396937 0
[pid=18569/tid=18571] ppid=18566 vsize=9625040 CPUtime=13.53 cores=0,2,4,6
/proc/18569/task/18571/stat : 18571 (java) R 18566 18569 17726 0 -1 4202560 2458 0 1 0 1350 3 0 0 20 0 19 0 8837583 9856040960 32614 33554432000 1073741824 1073778376 140735990409248 140687865245392 140687710844176 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18569/tid=18572] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18572/stat : 18572 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 32614 33554432000 1073741824 1073778376 140735990409248 140687837707176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18573] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18573/stat : 18573 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 32614 33554432000 1073741824 1073778376 140735990409248 140687836654632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18569/tid=18574] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18574/stat : 18574 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 32614 33554432000 1073741824 1073778376 140735990409248 140687835601576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18569/tid=18575] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18575/stat : 18575 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 32614 33554432000 1073741824 1073778376 140735990409248 140687834549032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18569/tid=18576] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18576/stat : 18576 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 32614 33554432000 1073741824 1073778376 140735990409248 140687833495976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18577] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18577/stat : 18577 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 32614 33554432000 1073741824 1073778376 140735990409248 140687832443432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18569/tid=18578] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18578/stat : 18578 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 32614 33554432000 1073741824 1073778376 140735990409248 140687831390376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18579] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18579/stat : 18579 (java) S 18566 18569 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 32614 33554432000 1073741824 1073778376 140735990409248 140687830337832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18580] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18580/stat : 18580 (java) S 18566 18569 17726 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8837586 9856040960 32614 33554432000 1073741824 1073778376 140735990409248 140687218547560 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18581] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18581/stat : 18581 (java) S 18566 18569 17726 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8837586 9856040960 32614 33554432000 1073741824 1073778376 140735990409248 140687217493880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18582] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18582/stat : 18582 (java) S 18566 18569 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837586 9856040960 32614 33554432000 1073741824 1073778376 140735990409248 140687216440712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18583] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18583/stat : 18583 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837588 9856040960 32614 33554432000 1073741824 1073778376 140735990409248 140687215389456 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18584] ppid=18566 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/18569/task/18584/stat : 18584 (java) S 18566 18569 17726 0 -1 4202560 10239 0 0 0 86 2 0 0 20 0 19 0 8837588 9856040960 32614 33554432000 1073741824 1073778376 140735990409248 140687214336312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18585] ppid=18566 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/18569/task/18585/stat : 18585 (java) S 18566 18569 17726 0 -1 4202560 8678 0 0 0 71 0 0 0 20 0 19 0 8837588 9856040960 32614 33554432000 1073741824 1073778376 140735990409248 140687213283768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18569/tid=18586] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18586/stat : 18586 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837588 9856040960 32614 33554432000 1073741824 1073778376 140735990409248 140687212230904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18569/tid=18587] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18587/stat : 18587 (java) S 18566 18569 17726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8837588 9856040960 32614 33554432000 1073741824 1073778376 140735990409248 140687211178568 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18588] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18588/stat : 18588 (java) S 18566 18569 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837600 9856040960 32614 33554432000 1073741824 1073778376 140735990409248 140687210124840 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 15.19
Current children cumulated vsize (KiB) 9625040

[startup+13.8007 s]
/proc/loadavg: 2.25 2.21 2.18 3/213 18588
/proc/meminfo: memFree=30252912/32872528 swapFree=1430864/1543284
[pid=18569] ppid=18566 vsize=9625040 CPUtime=15.39 cores=0,2,4,6
/proc/18569/stat : 18569 (java) S 18566 18569 17726 0 -1 4202496 22649 0 1 0 1533 6 0 0 20 0 19 0 8837582 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140735990400384 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18569/statm: 2406260 33126 2264 9 0 2396937 0
[pid=18569/tid=18571] ppid=18566 vsize=9625040 CPUtime=13.72 cores=0,2,4,6
/proc/18569/task/18571/stat : 18571 (java) R 18566 18569 17726 0 -1 4202560 2459 0 1 0 1369 3 0 0 20 0 19 0 8837583 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687865245392 140687710861401 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18569/tid=18572] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18572/stat : 18572 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687837707176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18573] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18573/stat : 18573 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687836654632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18569/tid=18574] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18574/stat : 18574 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687835601576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18569/tid=18575] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18575/stat : 18575 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687834549032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18569/tid=18576] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18576/stat : 18576 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687833495976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18577] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18577/stat : 18577 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687832443432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18569/tid=18578] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18578/stat : 18578 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687831390376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18579] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18579/stat : 18579 (java) S 18566 18569 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687830337832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18580] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18580/stat : 18580 (java) S 18566 18569 17726 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8837586 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687218547560 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18581] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18581/stat : 18581 (java) S 18566 18569 17726 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8837586 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687217493880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18582] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18582/stat : 18582 (java) S 18566 18569 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837586 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687216440712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18583] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18583/stat : 18583 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837588 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687215389456 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18584] ppid=18566 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/18569/task/18584/stat : 18584 (java) S 18566 18569 17726 0 -1 4202560 10239 0 0 0 86 2 0 0 20 0 19 0 8837588 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687214336312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18585] ppid=18566 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/18569/task/18585/stat : 18585 (java) S 18566 18569 17726 0 -1 4202560 8678 0 0 0 71 0 0 0 20 0 19 0 8837588 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687213283768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18569/tid=18586] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18586/stat : 18586 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837588 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687212230904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18569/tid=18587] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18587/stat : 18587 (java) S 18566 18569 17726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8837588 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687211178568 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18588] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18588/stat : 18588 (java) S 18566 18569 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837600 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687210124840 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 15.39
Current children cumulated vsize (KiB) 9625040

[startup+13.9008 s]
/proc/loadavg: 2.25 2.21 2.18 3/213 18588
/proc/meminfo: memFree=30252912/32872528 swapFree=1430864/1543284
[pid=18569] ppid=18566 vsize=9625040 CPUtime=15.49 cores=0,2,4,6
/proc/18569/stat : 18569 (java) S 18566 18569 17726 0 -1 4202496 22649 0 1 0 1543 6 0 0 20 0 19 0 8837582 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140735990400384 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18569/statm: 2406260 33126 2264 9 0 2396937 0
[pid=18569/tid=18571] ppid=18566 vsize=9625040 CPUtime=13.82 cores=0,2,4,6
/proc/18569/task/18571/stat : 18571 (java) R 18566 18569 17726 0 -1 4202560 2459 0 1 0 1379 3 0 0 20 0 19 0 8837583 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687865245392 140687710794574 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18569/tid=18572] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18572/stat : 18572 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687837707176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18573] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18573/stat : 18573 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687836654632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18569/tid=18574] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18574/stat : 18574 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687835601576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18569/tid=18575] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18575/stat : 18575 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687834549032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18569/tid=18576] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18576/stat : 18576 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687833495976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18577] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18577/stat : 18577 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687832443432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18569/tid=18578] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18578/stat : 18578 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687831390376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18579] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18579/stat : 18579 (java) S 18566 18569 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8837584 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687830337832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18580] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18580/stat : 18580 (java) S 18566 18569 17726 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8837586 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687218547560 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18581] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18581/stat : 18581 (java) S 18566 18569 17726 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8837586 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687217493880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18582] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18582/stat : 18582 (java) S 18566 18569 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837586 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687216440712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18583] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18583/stat : 18583 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837588 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687215389456 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18584] ppid=18566 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/18569/task/18584/stat : 18584 (java) S 18566 18569 17726 0 -1 4202560 10239 0 0 0 86 2 0 0 20 0 19 0 8837588 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687214336312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18585] ppid=18566 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/18569/task/18585/stat : 18585 (java) S 18566 18569 17726 0 -1 4202560 8678 0 0 0 71 0 0 0 20 0 19 0 8837588 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687213283768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18569/tid=18586] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18586/stat : 18586 (java) S 18566 18569 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837588 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687212230904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18569/tid=18587] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18587/stat : 18587 (java) S 18566 18569 17726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8837588 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687211178568 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18569/tid=18588] ppid=18566 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18569/task/18588/stat : 18588 (java) S 18566 18569 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837600 9856040960 33126 33554432000 1073741824 1073778376 140735990409248 140687210124840 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 15.49
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 13.917
CPU time (s): 15.4926
CPU user time (s): 15.4077
CPU system time (s): 0.084987
CPU usage (%): 111.321
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.4077
system time used= 0.084987
maximum resident set size= 134616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22673
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= 651
involuntary context switches= 85

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

The end

Launcher Data

Begin job on node116 at 2016-06-16 11:04:49
IDJOB=4090905
IDBENCH=79249
IDSOLVER=2551
FILE ID=node116/4090905-1466067888
RUNJOBID= node116-1466062131-17742
PBS_JOBID= 19904020
Free space on /tmp= 71644 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.1110968561--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090905-1466067888/watcher-4090905-1466067888 -o /tmp/evaluation-result-4090905-1466067888/solver-4090905-1466067888 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466062131-17742 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090905-1466067888.wbo

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

MD5SUM BENCH= 8d3a0dfad59028a8b475e3430d41a204
RANDOM SEED=669887735

node116.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.781
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	: 5333.56
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.781
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.781
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.781
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.781
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.781
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		: 2666.781
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		: 2666.781
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:        30383784 kB
Buffers:            9284 kB
Cached:            40220 kB
SwapCached:         2840 kB
Active:           217240 kB
Inactive:          27732 kB
Active(anon):     196132 kB
Inactive(anon):     1948 kB
Active(file):      21108 kB
Inactive(file):    25784 kB
Unevictable:     1543284 kB
Mlocked:         1430864 kB
SwapTotal:      67108856 kB
SwapFree:       67099384 kB
Dirty:               784 kB
Writeback:             0 kB
AnonPages:       1737356 kB
Mapped:            15264 kB
Shmem:                 0 kB
Slab:             565716 kB
SReclaimable:       9852 kB
SUnreclaim:       555864 kB
KernelStack:        1592 kB
PageTables:         8036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1891472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    288768 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= 71640 MiB
End job on node116 at 2016-06-16 11:05:03