Trace number 4090910

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 18.05 16.5183

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110972763--soft-0-100-0.wbo
MD5SUMc968c5c5686ce999c268d6dcbb002538
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark6.37703
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 1209
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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4090910-1466067852.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.054s.
0.11/0.16	c declared #vars     169
0.11/0.16	c internal #vars     270
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.11/0.16	c 101 constraints processed.
0.11/0.16	c objective function length is 101 literals
0.29/0.27	c SATISFIABLE
0.29/0.27	c OPTIMIZING...
0.29/0.27	c Got one! Elapsed wall clock time (in seconds):0.169
0.29/0.27	o 1847
0.29/0.28	c Got one! Elapsed wall clock time (in seconds):0.175
0.29/0.28	o 776
0.29/0.28	c Got one! Elapsed wall clock time (in seconds):0.181
0.29/0.28	o 759
0.29/0.29	c Got one! Elapsed wall clock time (in seconds):0.185
0.29/0.29	o 726
0.29/0.29	c Got one! Elapsed wall clock time (in seconds):0.19
0.29/0.29	o 387
0.51/0.37	c Got one! Elapsed wall clock time (in seconds):0.269
0.51/0.37	o 384
0.66/0.41	c Got one! Elapsed wall clock time (in seconds):0.309
0.66/0.41	o 378
0.66/0.44	c Got one! Elapsed wall clock time (in seconds):0.335
0.66/0.44	o 375
0.66/0.46	c Got one! Elapsed wall clock time (in seconds):0.36
0.66/0.46	o 347
0.66/0.48	c Got one! Elapsed wall clock time (in seconds):0.376
0.66/0.48	o 346
0.80/0.55	c Got one! Elapsed wall clock time (in seconds):0.449
0.80/0.55	o 344
0.80/0.57	c Got one! Elapsed wall clock time (in seconds):0.467
0.80/0.57	o 341
1.01/0.74	c cleaning 4893 clauses out of 9793 with flag 11474/9793
1.18/0.80	c Got one! Elapsed wall clock time (in seconds):0.7
1.18/0.80	o 339
1.18/0.81	c Got one! Elapsed wall clock time (in seconds):0.712
1.18/0.81	o 337
1.18/0.82	c Got one! Elapsed wall clock time (in seconds):0.721
1.18/0.82	o 334
1.18/0.88	c Got one! Elapsed wall clock time (in seconds):0.781
1.18/0.88	o 333
1.38/1.02	c Got one! Elapsed wall clock time (in seconds):0.917
1.38/1.02	o 325
1.38/1.05	c Got one! Elapsed wall clock time (in seconds):0.949
1.38/1.05	o 304
1.49/1.11	c cleaning 6183 clauses out of 12368 with flag 3440/17261
1.60/1.26	c Got one! Elapsed wall clock time (in seconds):1.16
1.60/1.26	o 303
1.60/1.28	c Got one! Elapsed wall clock time (in seconds):1.179
1.60/1.28	o 302
1.69/1.32	c Got one! Elapsed wall clock time (in seconds):1.22
1.69/1.32	o 282
1.69/1.37	c Got one! Elapsed wall clock time (in seconds):1.273
1.69/1.37	o 281
1.79/1.49	c cleaning 6919 clauses out of 13841 with flag 8954/24917
1.79/1.49	c Got one! Elapsed wall clock time (in seconds):1.386
1.79/1.49	o 275
2.11/1.61	c Got one! Elapsed wall clock time (in seconds):1.514
2.11/1.61	o 271
2.22/1.70	c Got one! Elapsed wall clock time (in seconds):1.595
2.22/1.70	o 265
2.36/1.81	c cleaning 6812 clauses out of 13638 with flag 8182/31633
2.46/1.93	c Got one! Elapsed wall clock time (in seconds):1.833
2.46/1.93	o 264
2.46/1.95	c Got one! Elapsed wall clock time (in seconds):1.848
2.46/1.95	o 263
2.46/1.97	c Got one! Elapsed wall clock time (in seconds):1.865
2.46/1.97	o 259
2.57/2.08	c Got one! Elapsed wall clock time (in seconds):1.975
2.57/2.08	o 254
2.67/2.14	c cleaning 6690 clauses out of 13382 with flag 4160/38189
2.67/2.15	c Got one! Elapsed wall clock time (in seconds):2.046
2.67/2.15	o 253
2.67/2.19	c Got one! Elapsed wall clock time (in seconds):2.089
2.67/2.19	o 249
2.67/2.20	c Got one! Elapsed wall clock time (in seconds):2.1
2.67/2.20	o 246
2.78/2.28	c Got one! Elapsed wall clock time (in seconds):2.175
2.78/2.28	o 242
2.97/2.43	c cleaning 6439 clauses out of 12884 with flag 14041/44381
3.07/2.51	c Got one! Elapsed wall clock time (in seconds):2.407
3.07/2.51	o 239
3.07/2.56	c Got one! Elapsed wall clock time (in seconds):2.454
3.07/2.56	o 237
3.07/2.59	c Got one! Elapsed wall clock time (in seconds):2.492
3.07/2.59	o 217
3.17/2.66	c Got one! Elapsed wall clock time (in seconds):2.559
3.17/2.66	o 216
3.29/2.78	c cleaning 6866 clauses out of 13738 with flag 9745/51674
3.29/2.79	c Got one! Elapsed wall clock time (in seconds):2.686
3.29/2.79	o 215
3.54/2.91	c Got one! Elapsed wall clock time (in seconds):2.812
3.54/2.91	o 211
3.54/2.98	c Got one! Elapsed wall clock time (in seconds):2.877
3.54/2.98	o 208
3.75/3.10	c cleaning 6659 clauses out of 13329 with flag 11041/58131
3.75/3.10	c Got one! Elapsed wall clock time (in seconds):2.999
3.75/3.10	o 200
3.75/3.15	c Got one! Elapsed wall clock time (in seconds):3.045
3.75/3.15	o 199
3.96/3.33	c cleaning 5892 clauses out of 11795 with flag 17323/63256
3.96/3.36	c Got one! Elapsed wall clock time (in seconds):3.254
3.96/3.36	o 197
3.96/3.38	c Got one! Elapsed wall clock time (in seconds):3.277
3.96/3.38	o 196
4.06/3.43	c Got one! Elapsed wall clock time (in seconds):3.326
4.06/3.43	o 180
4.06/3.46	c Got one! Elapsed wall clock time (in seconds):3.363
4.06/3.46	o 177
4.16/3.51	c Got one! Elapsed wall clock time (in seconds):3.405
4.16/3.51	o 172
4.36/3.71	c cleaning 6936 clauses out of 13883 with flag 16394/71236
4.46/3.82	c Got one! Elapsed wall clock time (in seconds):3.722
4.46/3.82	o 168
4.56/3.98	c cleaning 6211 clauses out of 12458 with flag 14997/76747
4.66/4.00	c Got one! Elapsed wall clock time (in seconds):3.901
4.66/4.00	o 165
4.66/4.07	c Got one! Elapsed wall clock time (in seconds):3.966
4.66/4.07	o 163
4.76/4.13	c Got one! Elapsed wall clock time (in seconds):4.026
4.76/4.13	o 162
4.86/4.28	c cleaning 6347 clauses out of 12694 with flag 13001/83194
4.95/4.33	c Got one! Elapsed wall clock time (in seconds):4.229
4.95/4.33	o 153
4.95/4.36	c Got one! Elapsed wall clock time (in seconds):4.257
4.95/4.36	o 146
5.08/4.47	c Got one! Elapsed wall clock time (in seconds):4.367
5.08/4.47	o 143
5.08/4.50	c Got one! Elapsed wall clock time (in seconds):4.402
5.08/4.50	o 142
5.18/4.54	c Got one! Elapsed wall clock time (in seconds):4.436
5.18/4.54	o 109
5.18/4.56	c Got one! Elapsed wall clock time (in seconds):4.463
5.18/4.56	o 106
5.18/4.59	c Got one! Elapsed wall clock time (in seconds):4.491
5.18/4.59	o 100
5.29/4.61	c Got one! Elapsed wall clock time (in seconds):4.506
5.29/4.61	o 94
5.29/4.63	c Got one! Elapsed wall clock time (in seconds):4.53
5.29/4.63	o 89
5.29/4.67	c Got one! Elapsed wall clock time (in seconds):4.572
5.29/4.67	o 88
5.41/4.72	c Got one! Elapsed wall clock time (in seconds):4.616
5.41/4.72	o 82
5.41/4.74	c Got one! Elapsed wall clock time (in seconds):4.638
5.41/4.74	o 72
5.51/4.89	c cleaning 8820 clauses out of 17640 with flag 8229/94487
5.69/4.91	c Got one! Elapsed wall clock time (in seconds):4.807
5.69/4.91	o 59
6.10/5.14	c cleaning 7113 clauses out of 14245 with flag 20564/99912
6.41/5.38	c Got one! Elapsed wall clock time (in seconds):5.281
6.41/5.38	o 58
6.72/5.62	c cleaning 8812 clauses out of 17631 with flag 20016/110411
7.10/5.84	c Got one! Elapsed wall clock time (in seconds):5.737
7.10/5.84	o 57
7.30/5.90	c cleaning 7352 clauses out of 14719 with flag 4016/116311
7.30/5.91	c Got one! Elapsed wall clock time (in seconds):5.807
7.30/5.91	o 56
7.56/6.11	c cleaning 6345 clauses out of 12708 with flag 20770/121652
7.66/6.23	c Got one! Elapsed wall clock time (in seconds):6.125
7.66/6.23	o 55
7.66/6.24	c Got one! Elapsed wall clock time (in seconds):6.138
7.66/6.24	o 51
7.66/6.29	c Got one! Elapsed wall clock time (in seconds):6.191
7.66/6.29	o 50
7.77/6.31	c Got one! Elapsed wall clock time (in seconds):6.212
7.77/6.31	o 49
7.77/6.34	c Got one! Elapsed wall clock time (in seconds):6.242
7.77/6.34	o 47
7.77/6.38	c Got one! Elapsed wall clock time (in seconds):6.275
7.77/6.38	o 46
7.87/6.47	c cleaning 7504 clauses out of 15023 with flag 6915/130312
7.97/6.55	c Got one! Elapsed wall clock time (in seconds):6.45
7.97/6.55	o 42
8.08/6.66	c cleaning 6354 clauses out of 12719 with flag 9943/135512
8.27/6.88	c cleaning 6179 clauses out of 12366 with flag 29154/141513
8.57/7.13	c cleaning 6586 clauses out of 13188 with flag 52944/148515
8.87/7.43	c cleaning 7293 clauses out of 14600 with flag 81383/156513
9.29/7.81	c cleaning 8150 clauses out of 16306 with flag 116997/165512
9.68/8.23	c cleaning 9074 clauses out of 18155 with flag 154526/175512
9.78/8.37	c Got one! Elapsed wall clock time (in seconds):8.27
9.78/8.37	o 39
9.88/8.46	c cleaning 7422 clauses out of 14860 with flag 7455/181291
10.19/8.70	c cleaning 6713 clauses out of 13437 with flag 32177/187290
10.19/8.74	c Got one! Elapsed wall clock time (in seconds):8.636
10.19/8.74	o 37
10.29/8.89	c cleaning 5977 clauses out of 11959 with flag 15766/192526
10.59/9.11	c cleaning 5987 clauses out of 11982 with flag 37668/198526
10.79/9.38	c cleaning 6494 clauses out of 12995 with flag 64225/205526
11.19/9.70	c cleaning 7250 clauses out of 14504 with flag 96530/213529
11.29/9.86	c Got one! Elapsed wall clock time (in seconds):9.764
11.29/9.86	o 36
11.39/9.91	c cleaning 6348 clauses out of 12708 with flag 4785/218983
11.59/10.14	c cleaning 6176 clauses out of 12362 with flag 30019/224985
11.59/10.16	c Got one! Elapsed wall clock time (in seconds):10.059
11.59/10.16	o 35
11.79/10.36	c cleaning 5956 clauses out of 11927 with flag 21596/230726
11.99/10.59	c cleaning 5980 clauses out of 11972 with flag 46445/236727
12.29/10.85	c cleaning 6489 clauses out of 12992 with flag 78989/243727
12.59/11.18	c cleaning 7251 clauses out of 14503 with flag 115716/251727
12.99/11.53	c Got one! Elapsed wall clock time (in seconds):11.426
12.99/11.53	o 28
13.09/11.64	c Got one! Elapsed wall clock time (in seconds):11.538
13.09/11.64	o 27
13.29/11.81	c cleaning 10496 clauses out of 21005 with flag 12308/265480
13.49/12.09	c cleaning 8254 clauses out of 16508 with flag 37258/271479
13.60/12.16	c Got one! Elapsed wall clock time (in seconds):12.063
13.60/12.16	o 21
13.71/12.28	c cleaning 6711 clauses out of 13446 with flag 9982/276672
13.90/12.48	c cleaning 6363 clauses out of 12735 with flag 30766/282672
14.20/12.73	c cleaning 6681 clauses out of 13371 with flag 55013/289671
14.50/13.00	c cleaning 7337 clauses out of 14690 with flag 82478/297671
14.81/13.34	c cleaning 8169 clauses out of 16353 with flag 112381/306671
15.20/13.72	c cleaning 9091 clauses out of 18184 with flag 146457/316672
15.20/13.73	c Got one! Elapsed wall clock time (in seconds):13.631
15.20/13.73	o 20
15.20/13.79	c Got one! Elapsed wall clock time (in seconds):13.692
15.20/13.79	o 15
15.41/13.95	c cleaning 7637 clauses out of 15281 with flag 15765/322860
15.61/14.15	c cleaning 6818 clauses out of 13644 with flag 39030/328861
15.82/14.39	c cleaning 6906 clauses out of 13824 with flag 65174/335860
16.12/14.68	c cleaning 7454 clauses out of 14918 with flag 93339/343861
16.42/14.92	c Got one! Elapsed wall clock time (in seconds):14.82
16.42/14.92	o 11
16.62/15.15	c cleaning 9709 clauses out of 19419 with flag 19893/355818
16.82/15.39	c cleaning 7846 clauses out of 15706 with flag 43755/361815
17.12/15.60	c Got one! Elapsed wall clock time (in seconds):15.503
17.12/15.60	o 10
17.12/15.68	c Got one! Elapsed wall clock time (in seconds):15.575
17.12/15.68	o 9
17.34/15.88	c cleaning 9787 clauses out of 19582 with flag 16937/373541
17.34/15.89	c Got one! Elapsed wall clock time (in seconds):15.785
17.34/15.89	o 5
17.55/16.07	c Got one! Elapsed wall clock time (in seconds):15.971
17.55/16.07	o 3
17.65/16.13	c cleaning 7803 clauses out of 15606 with flag 4379/379353
17.85/16.36	c cleaning 6898 clauses out of 13797 with flag 30397/385352
17.85/16.36	c Got one! Elapsed wall clock time (in seconds):16.261
17.85/16.36	o 1
18.05/16.51	c starts		: 303
18.05/16.51	c conflicts		: 389244
18.05/16.51	c decisions		: 682793
18.05/16.51	c propagations		: 11633069
18.05/16.51	c inspects		: 176467634
18.05/16.51	c shortcuts		: 0
18.05/16.51	c learnt literals	: 23
18.05/16.51	c learnt binary clauses	: 15
18.05/16.51	c learnt ternary clauses	: 658
18.05/16.51	c learnt constraints	: 389220
18.05/16.51	c ignored constraints	: 0
18.05/16.51	c root simplifications	: 0
18.05/16.51	c removed literals (reason simplification)	: 0
18.05/16.51	c reason swapping (by a shorter reason)	: 0
18.05/16.51	c Calls to reduceDB	: 53
18.05/16.51	c Number of update (reduction) of LBD	: 124197
18.05/16.51	c Imported unit clauses	: 0
18.05/16.51	c number of reductions to clauses (during analyze)	: 0
18.05/16.51	c number of learned constraints concerned by reduction	: 0
18.05/16.51	c number of learning phase by resolution	: 0
18.05/16.51	c number of learning phase by cutting planes	: 0
18.05/16.51	c speed (assignments/second)	: 711459.1768087579
18.05/16.51	c non guided choices	4261
18.05/16.51	c learnt constraints type 
18.05/16.51	s OPTIMUM FOUND
18.05/16.51	c Found 89 solution(s)
18.05/16.51	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 
18.05/16.51	c objective function=1
18.05/16.51	c Total wall clock time (in seconds): 16.41

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4090910-1466067852/watcher-4090910-1466067852 -o /tmp/evaluation-result-4090910-1466067852/solver-4090910-1466067852 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466062109-8003 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090910-1466067852.wbo 

pid=9603
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.16 2.20 2.18 3/194 9606
/proc/meminfo: memFree=29802112/32872528 swapFree=1399392/1569044
[pid=9606] ppid=9603 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9606/stat : 9606 (java) S 9603 9606 7986 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 8830452 98570240 977 33554432000 1073741824 1073778376 140733461864992 140733461856128 213422997565 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9606/statm: 24065 977 743 9 0 16771 0
[pid=9606/tid=9607] ppid=9603 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9607/stat : 9607 (java) R 9603 9606 7986 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 8830452 98570240 977 33554432000 1073741824 1073778376 140733461864992 140325250162216 213419640192 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.16 2.20 2.18 3/194 9606
/proc/meminfo: memFree=29802112/32872528 swapFree=1399392/1569044
[pid=9606] ppid=9603 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/9606/stat : 9606 (java) S 9603 9606 7986 0 -1 4202496 4483 0 1 0 10 1 0 0 20 0 18 0 8830452 9787879424 6111 33554432000 1073741824 1073778376 140733461864992 140733461856128 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9606/statm: 2389619 6111 2157 9 0 2380296 0
[pid=9606/tid=9607] ppid=9603 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/9606/task/9607/stat : 9607 (java) R 9603 9606 7986 0 -1 4202560 2377 0 1 0 6 1 0 0 20 0 18 0 8830452 9787879424 6111 33554432000 1073741824 1073778376 140733461864992 140325250165664 140325252950650 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.20028 s]
/proc/loadavg: 2.16 2.20 2.18 3/194 9606
/proc/meminfo: memFree=29802112/32872528 swapFree=1399392/1569044
[pid=9606] ppid=9603 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/9606/stat : 9606 (java) S 9603 9606 7986 0 -1 4202496 6494 0 1 0 27 2 0 0 20 0 19 0 8830452 9856040960 8132 33554432000 1073741824 1073778376 140733461864992 140733461856128 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9606/statm: 2406260 8132 2232 9 0 2396937 0
[pid=9606/tid=9607] ppid=9603 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/9606/task/9607/stat : 9607 (java) R 9603 9606 7986 0 -1 4202560 2405 0 1 0 16 1 0 0 20 0 19 0 8830452 9856040960 8133 33554432000 1073741824 1073778376 140733461864992 140325250166920 140325121242772 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300328 s]
/proc/loadavg: 2.16 2.20 2.18 3/194 9606
/proc/meminfo: memFree=29802112/32872528 swapFree=1399392/1569044
[pid=9606] ppid=9603 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/9606/stat : 9606 (java) S 9603 9606 7986 0 -1 4202496 6868 0 1 0 49 2 0 0 20 0 19 0 8830452 9856040960 8602 33554432000 1073741824 1073778376 140733461864992 140733461856128 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9606/statm: 2406260 8602 2243 9 0 2396937 0
[pid=9606/tid=9607] ppid=9603 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/9606/task/9607/stat : 9607 (java) R 9603 9606 7986 0 -1 4202560 2407 0 1 0 26 1 0 0 20 0 19 0 8830452 9856040960 8602 33554432000 1073741824 1073778376 140733461864992 140325250166920 140325121655687 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700224 s]
/proc/loadavg: 2.16 2.20 2.18 3/194 9606
/proc/meminfo: memFree=29802112/32872528 swapFree=1399392/1569044
[pid=9606] ppid=9603 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/9606/stat : 9606 (java) S 9603 9606 7986 0 -1 4202496 7863 0 1 0 99 2 0 0 20 0 19 0 8830452 9856040960 9235 33554432000 1073741824 1073778376 140733461864992 140733461856128 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9606/statm: 2406260 9235 2253 9 0 2396937 0
[pid=9606/tid=9607] ppid=9603 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/9606/task/9607/stat : 9607 (java) R 9603 9606 7986 0 -1 4202560 2408 0 1 0 66 1 0 0 20 0 19 0 8830452 9856040960 9235 33554432000 1073741824 1073778376 140733461864992 140325250166920 140325121664916 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9625040

[startup+1.50068 s]
/proc/loadavg: 2.16 2.20 2.18 3/213 9625
/proc/meminfo: memFree=29769112/32872528 swapFree=1399392/1569044
[pid=9606] ppid=9603 vsize=9625040 CPUtime=1.91 cores=1,3,5,7
/proc/9606/stat : 9606 (java) S 9603 9606 7986 0 -1 4202496 8033 0 1 0 189 2 0 0 20 0 19 0 8830452 9856040960 10781 33554432000 1073741824 1073778376 140733461864992 140733461856128 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9606/statm: 2406260 10781 2261 9 0 2396937 0
[pid=9606/tid=9607] ppid=9603 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/9606/task/9607/stat : 9607 (java) R 9603 9606 7986 0 -1 4202560 2412 0 1 0 146 1 0 0 20 0 19 0 8830452 9856040960 10781 33554432000 1073741824 1073778376 140733461864992 140325250158288 140325121635602 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9606/tid=9609] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9609/stat : 9609 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 10781 33554432000 1073741824 1073778376 140733461864992 140325093587240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9610] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9610/stat : 9610 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 10781 33554432000 1073741824 1073778376 140733461864992 140325092534440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9606/tid=9611] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9611/stat : 9611 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 10781 33554432000 1073741824 1073778376 140733461864992 140325091482152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9606/tid=9612] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9612/stat : 9612 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 10781 33554432000 1073741824 1073778376 140733461864992 140325090429352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9606/tid=9613] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9613/stat : 9613 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 10781 33554432000 1073741824 1073778376 140733461864992 140325089377064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9614] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9614/stat : 9614 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 10781 33554432000 1073741824 1073778376 140733461864992 140325088324264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9606/tid=9615] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9615/stat : 9615 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 10781 33554432000 1073741824 1073778376 140733461864992 140325087271976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9616] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9616/stat : 9616 (java) S 9603 9606 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 10781 33554432000 1073741824 1073778376 140733461864992 140325086219176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9617] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9617/stat : 9617 (java) S 9603 9606 7986 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8830454 9856040960 10781 33554432000 1073741824 1073778376 140733461864992 140325074020584 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9606/tid=9618] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9618/stat : 9618 (java) S 9603 9606 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8830455 9856040960 10781 33554432000 1073741824 1073778376 140733461864992 140325072966648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9619] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9619/stat : 9619 (java) S 9603 9606 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830455 9856040960 10781 33554432000 1073741824 1073778376 140733461864992 140325071914248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9620] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9620/stat : 9620 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830457 9856040960 10781 33554432000 1073741824 1073778376 140733461864992 140325070862736 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9621] ppid=9603 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/9606/task/9621/stat : 9621 (java) S 9603 9606 7986 0 -1 4202560 1313 0 0 0 20 0 0 0 20 0 19 0 8830457 9856040960 10781 33554432000 1073741824 1073778376 140733461864992 140325069810360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9622] ppid=9603 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/9606/task/9622/stat : 9622 (java) R 9603 9606 7986 0 -1 4202560 3037 0 0 0 20 0 0 0 20 0 19 0 8830457 9856040960 10781 33554432000 1073741824 1073778376 140733461864992 140325068757440 140325256968503 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=9606/tid=9623] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9623/stat : 9623 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830457 9856040960 10781 33554432000 1073741824 1073778376 140733461864992 140325067705464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9606/tid=9624] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9624/stat : 9624 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830457 9856040960 10781 33554432000 1073741824 1073778376 140733461864992 140325066652872 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9606/tid=9625] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9625/stat : 9625 (java) S 9603 9606 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830468 9856040960 10781 33554432000 1073741824 1073778376 140733461864992 140325065597864 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.16 2.20 2.18 3/213 9625
/proc/meminfo: memFree=29761984/32872528 swapFree=1399392/1569044
[pid=9606] ppid=9603 vsize=9625040 CPUtime=3.75 cores=1,3,5,7
/proc/9606/stat : 9606 (java) S 9603 9606 7986 0 -1 4202496 11981 0 1 0 372 3 0 0 20 0 19 0 8830452 9856040960 13379 33554432000 1073741824 1073778376 140733461864992 140733461856128 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9606/statm: 2406260 13379 2262 9 0 2396937 0
[pid=9606/tid=9607] ppid=9603 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/9606/task/9607/stat : 9607 (java) R 9603 9606 7986 0 -1 4202560 2417 0 1 0 306 2 0 0 20 0 19 0 8830452 9856040960 13379 33554432000 1073741824 1073778376 140733461864992 140325250165224 140325121813848 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9606/tid=9609] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9609/stat : 9609 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 13379 33554432000 1073741824 1073778376 140733461864992 140325093587240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9610] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9610/stat : 9610 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 13379 33554432000 1073741824 1073778376 140733461864992 140325092534440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9606/tid=9611] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9611/stat : 9611 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 13379 33554432000 1073741824 1073778376 140733461864992 140325091482152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9606/tid=9612] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9612/stat : 9612 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 13379 33554432000 1073741824 1073778376 140733461864992 140325090429352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9606/tid=9613] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9613/stat : 9613 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 13379 33554432000 1073741824 1073778376 140733461864992 140325089377064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9614] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9614/stat : 9614 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 13379 33554432000 1073741824 1073778376 140733461864992 140325088324264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9606/tid=9615] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9615/stat : 9615 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 13379 33554432000 1073741824 1073778376 140733461864992 140325087271976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9616] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9616/stat : 9616 (java) S 9603 9606 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 13379 33554432000 1073741824 1073778376 140733461864992 140325086219176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9617] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9617/stat : 9617 (java) S 9603 9606 7986 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8830454 9856040960 13379 33554432000 1073741824 1073778376 140733461864992 140325074020584 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9606/tid=9618] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9618/stat : 9618 (java) S 9603 9606 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8830455 9856040960 13379 33554432000 1073741824 1073778376 140733461864992 140325072966648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9619] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9619/stat : 9619 (java) S 9603 9606 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830455 9856040960 13379 33554432000 1073741824 1073778376 140733461864992 140325071914248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9620] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9620/stat : 9620 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830457 9856040960 13379 33554432000 1073741824 1073778376 140733461864992 140325070862736 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9621] ppid=9603 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/9606/task/9621/stat : 9621 (java) S 9603 9606 7986 0 -1 4202560 2521 0 0 0 28 0 0 0 20 0 19 0 8830457 9856040960 13379 33554432000 1073741824 1073778376 140733461864992 140325069810360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9622] ppid=9603 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/9606/task/9622/stat : 9622 (java) S 9603 9606 7986 0 -1 4202560 5772 0 0 0 36 0 0 0 20 0 19 0 8830457 9856040960 13379 33554432000 1073741824 1073778376 140733461864992 140325068757560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9606/tid=9623] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9623/stat : 9623 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830457 9856040960 13379 33554432000 1073741824 1073778376 140733461864992 140325067705464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9606/tid=9624] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9624/stat : 9624 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830457 9856040960 13379 33554432000 1073741824 1073778376 140733461864992 140325066652872 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9606/tid=9625] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9625/stat : 9625 (java) S 9603 9606 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830468 9856040960 13379 33554432000 1073741824 1073778376 140733461864992 140325065597864 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.14 2.19 2.18 3/213 9625
/proc/meminfo: memFree=29729060/32872528 swapFree=1399392/1569044
[pid=9606] ppid=9603 vsize=9625040 CPUtime=7.77 cores=1,3,5,7
/proc/9606/stat : 9606 (java) S 9603 9606 7986 0 -1 4202496 22872 0 1 0 772 5 0 0 20 0 19 0 8830452 9856040960 22602 33554432000 1073741824 1073778376 140733461864992 140733461856128 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9606/statm: 2406260 22602 2264 9 0 2396937 0
[pid=9606/tid=9607] ppid=9603 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/9606/task/9607/stat : 9607 (java) R 9603 9606 7986 0 -1 4202560 2429 0 1 0 625 2 0 0 20 0 19 0 8830452 9856040960 22602 33554432000 1073741824 1073778376 140733461864992 140325250158288 140325121431459 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9606/tid=9609] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9609/stat : 9609 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 22602 33554432000 1073741824 1073778376 140733461864992 140325093587240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9610] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9610/stat : 9610 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 22602 33554432000 1073741824 1073778376 140733461864992 140325092534440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9606/tid=9611] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9611/stat : 9611 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 22602 33554432000 1073741824 1073778376 140733461864992 140325091482152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9606/tid=9612] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9612/stat : 9612 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 22602 33554432000 1073741824 1073778376 140733461864992 140325090429352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9606/tid=9613] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9613/stat : 9613 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 22602 33554432000 1073741824 1073778376 140733461864992 140325089377064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9614] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9614/stat : 9614 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 22602 33554432000 1073741824 1073778376 140733461864992 140325088324264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9606/tid=9615] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9615/stat : 9615 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 22602 33554432000 1073741824 1073778376 140733461864992 140325087271976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9616] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9616/stat : 9616 (java) S 9603 9606 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 22602 33554432000 1073741824 1073778376 140733461864992 140325086219176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9617] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9617/stat : 9617 (java) S 9603 9606 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8830454 9856040960 22602 33554432000 1073741824 1073778376 140733461864992 140325074020584 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9606/tid=9618] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9618/stat : 9618 (java) S 9603 9606 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8830455 9856040960 22602 33554432000 1073741824 1073778376 140733461864992 140325072966648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9619] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9619/stat : 9619 (java) S 9603 9606 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830455 9856040960 22602 33554432000 1073741824 1073778376 140733461864992 140325071914248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9620] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9620/stat : 9620 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830457 9856040960 22602 33554432000 1073741824 1073778376 140733461864992 140325070862736 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9621] ppid=9603 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/9606/task/9621/stat : 9621 (java) S 9603 9606 7986 0 -1 4202560 2894 0 0 0 37 0 0 0 20 0 19 0 8830457 9856040960 22602 33554432000 1073741824 1073778376 140733461864992 140325069810360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9622] ppid=9603 vsize=9625040 CPUtime=1.09 cores=1,3,5,7

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

[pid=9606/tid=9618] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9618/stat : 9618 (java) S 9603 9606 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8830455 9856040960 33210 33554432000 1073741824 1073778376 140733461864992 140325072966648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9619] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9619/stat : 9619 (java) S 9603 9606 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830455 9856040960 33210 33554432000 1073741824 1073778376 140733461864992 140325071914248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9620] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9620/stat : 9620 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830457 9856040960 33210 33554432000 1073741824 1073778376 140733461864992 140325070862736 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9621] ppid=9603 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/9606/task/9621/stat : 9621 (java) S 9603 9606 7986 0 -1 4202560 2894 0 0 0 40 0 0 0 20 0 19 0 8830457 9856040960 33210 33554432000 1073741824 1073778376 140733461864992 140325069810360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9622] ppid=9603 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/9606/task/9622/stat : 9622 (java) S 9603 9606 7986 0 -1 4202560 16276 0 0 0 106 3 0 0 20 0 19 0 8830457 9856040960 33210 33554432000 1073741824 1073778376 140733461864992 140325068757560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9606/tid=9623] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9623/stat : 9623 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830457 9856040960 33210 33554432000 1073741824 1073778376 140733461864992 140325067705464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9606/tid=9624] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9624/stat : 9624 (java) S 9603 9606 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8830457 9856040960 33210 33554432000 1073741824 1073778376 140733461864992 140325066652872 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9606/tid=9625] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9625/stat : 9625 (java) S 9603 9606 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830468 9856040960 33210 33554432000 1073741824 1073778376 140733461864992 140325065597864 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 16.72
Current children cumulated vsize (KiB) 9625040

[startup+16.0008 s]
/proc/loadavg: 2.12 2.19 2.17 3/213 9626
/proc/meminfo: memFree=29675904/32872528 swapFree=1399392/1569044
[pid=9606] ppid=9603 vsize=9625040 CPUtime=17.55 cores=1,3,5,7
/proc/9606/stat : 9606 (java) S 9603 9606 7986 0 -1 4202496 22902 0 1 0 1748 7 0 0 20 0 19 0 8830452 9856040960 34234 33554432000 1073741824 1073778376 140733461864992 140733461856128 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9606/statm: 2406260 34234 2264 9 0 2396937 0
[pid=9606/tid=9607] ppid=9603 vsize=9625040 CPUtime=15.93 cores=1,3,5,7
/proc/9606/task/9607/stat : 9607 (java) R 9603 9606 7986 0 -1 4202560 2459 0 1 0 1590 3 0 0 20 0 19 0 8830452 9856040960 34234 33554432000 1073741824 1073778376 140733461864992 140325250158288 140325121614871 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9606/tid=9609] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9609/stat : 9609 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 34234 33554432000 1073741824 1073778376 140733461864992 140325093587240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9610] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9610/stat : 9610 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 34234 33554432000 1073741824 1073778376 140733461864992 140325092534440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9606/tid=9611] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9611/stat : 9611 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 34234 33554432000 1073741824 1073778376 140733461864992 140325091482152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9606/tid=9612] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9612/stat : 9612 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 34234 33554432000 1073741824 1073778376 140733461864992 140325090429352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9606/tid=9613] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9613/stat : 9613 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 34234 33554432000 1073741824 1073778376 140733461864992 140325089377064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9614] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9614/stat : 9614 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 34234 33554432000 1073741824 1073778376 140733461864992 140325088324264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9606/tid=9615] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9615/stat : 9615 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 34234 33554432000 1073741824 1073778376 140733461864992 140325087271976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9616] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9616/stat : 9616 (java) S 9603 9606 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 34234 33554432000 1073741824 1073778376 140733461864992 140325086219176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9617] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9617/stat : 9617 (java) S 9603 9606 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8830454 9856040960 34234 33554432000 1073741824 1073778376 140733461864992 140325074020584 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9606/tid=9618] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9618/stat : 9618 (java) S 9603 9606 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8830455 9856040960 34234 33554432000 1073741824 1073778376 140733461864992 140325072966648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9619] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9619/stat : 9619 (java) S 9603 9606 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830455 9856040960 34234 33554432000 1073741824 1073778376 140733461864992 140325071914248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9620] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9620/stat : 9620 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830457 9856040960 34234 33554432000 1073741824 1073778376 140733461864992 140325070862736 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9621] ppid=9603 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/9606/task/9621/stat : 9621 (java) S 9603 9606 7986 0 -1 4202560 2894 0 0 0 43 0 0 0 20 0 19 0 8830457 9856040960 34234 33554432000 1073741824 1073778376 140733461864992 140325069810360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9622] ppid=9603 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/9606/task/9622/stat : 9622 (java) S 9603 9606 7986 0 -1 4202560 16276 0 0 0 106 3 0 0 20 0 19 0 8830457 9856040960 34234 33554432000 1073741824 1073778376 140733461864992 140325068757560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9606/tid=9623] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9623/stat : 9623 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830457 9856040960 34234 33554432000 1073741824 1073778376 140733461864992 140325067705464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9606/tid=9624] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9624/stat : 9624 (java) S 9603 9606 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8830457 9856040960 34234 33554432000 1073741824 1073778376 140733461864992 140325066652872 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9606/tid=9625] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9625/stat : 9625 (java) S 9603 9606 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830468 9856040960 34234 33554432000 1073741824 1073778376 140733461864992 140325065597864 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 17.55
Current children cumulated vsize (KiB) 9625040

[startup+16.4007 s]
/proc/loadavg: 2.12 2.19 2.17 3/213 9626
/proc/meminfo: memFree=29675904/32872528 swapFree=1399392/1569044
[pid=9606] ppid=9603 vsize=9625040 CPUtime=17.95 cores=1,3,5,7
/proc/9606/stat : 9606 (java) S 9603 9606 7986 0 -1 4202496 22903 0 1 0 1788 7 0 0 20 0 19 0 8830452 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140733461856128 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9606/statm: 2406260 34746 2264 9 0 2396937 0
[pid=9606/tid=9607] ppid=9603 vsize=9625040 CPUtime=16.33 cores=1,3,5,7
/proc/9606/task/9607/stat : 9607 (java) R 9603 9606 7986 0 -1 4202560 2460 0 1 0 1630 3 0 0 20 0 19 0 8830452 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325250158288 140325121690479 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9606/tid=9609] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9609/stat : 9609 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325093587240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9610] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9610/stat : 9610 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325092534440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9606/tid=9611] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9611/stat : 9611 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325091482152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9606/tid=9612] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9612/stat : 9612 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325090429352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9606/tid=9613] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9613/stat : 9613 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325089377064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9614] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9614/stat : 9614 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325088324264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9606/tid=9615] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9615/stat : 9615 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325087271976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9616] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9616/stat : 9616 (java) S 9603 9606 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325086219176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9617] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9617/stat : 9617 (java) S 9603 9606 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8830454 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325074020584 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9606/tid=9618] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9618/stat : 9618 (java) S 9603 9606 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8830455 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325072966648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9619] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9619/stat : 9619 (java) S 9603 9606 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830455 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325071914248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9620] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9620/stat : 9620 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830457 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325070862736 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9621] ppid=9603 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/9606/task/9621/stat : 9621 (java) S 9603 9606 7986 0 -1 4202560 2894 0 0 0 43 0 0 0 20 0 19 0 8830457 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325069810360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9622] ppid=9603 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/9606/task/9622/stat : 9622 (java) S 9603 9606 7986 0 -1 4202560 16276 0 0 0 106 3 0 0 20 0 19 0 8830457 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325068757560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9606/tid=9623] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9623/stat : 9623 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830457 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325067705464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9606/tid=9624] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9624/stat : 9624 (java) S 9603 9606 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8830457 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325066652872 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9606/tid=9625] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9625/stat : 9625 (java) S 9603 9606 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830468 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325065597864 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 17.95
Current children cumulated vsize (KiB) 9625040

[startup+16.5007 s]
/proc/loadavg: 2.12 2.19 2.17 3/213 9626
/proc/meminfo: memFree=29669764/32872528 swapFree=1399392/1569044
[pid=9606] ppid=9603 vsize=9625040 CPUtime=18.05 cores=1,3,5,7
/proc/9606/stat : 9606 (java) S 9603 9606 7986 0 -1 4202496 22903 0 1 0 1798 7 0 0 20 0 19 0 8830452 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140733461856128 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9606/statm: 2406260 34746 2264 9 0 2396937 0
[pid=9606/tid=9607] ppid=9603 vsize=9625040 CPUtime=16.44 cores=1,3,5,7
/proc/9606/task/9607/stat : 9607 (java) R 9603 9606 7986 0 -1 4202560 2460 0 1 0 1641 3 0 0 20 0 19 0 8830452 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325250158288 140325121645893 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9606/tid=9609] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9609/stat : 9609 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325093587240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9610] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9610/stat : 9610 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325092534440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9606/tid=9611] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9611/stat : 9611 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325091482152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9606/tid=9612] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9612/stat : 9612 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325090429352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9606/tid=9613] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9613/stat : 9613 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325089377064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9614] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9614/stat : 9614 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325088324264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9606/tid=9615] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9615/stat : 9615 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325087271976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9616] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9616/stat : 9616 (java) S 9603 9606 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8830453 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325086219176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9617] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9617/stat : 9617 (java) S 9603 9606 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8830454 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325074020584 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9606/tid=9618] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9618/stat : 9618 (java) S 9603 9606 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8830455 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325072966648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9619] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9619/stat : 9619 (java) S 9603 9606 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830455 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325071914248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9620] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9620/stat : 9620 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830457 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325070862736 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9621] ppid=9603 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/9606/task/9621/stat : 9621 (java) S 9603 9606 7986 0 -1 4202560 2894 0 0 0 43 0 0 0 20 0 19 0 8830457 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325069810360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9606/tid=9622] ppid=9603 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/9606/task/9622/stat : 9622 (java) S 9603 9606 7986 0 -1 4202560 16276 0 0 0 106 3 0 0 20 0 19 0 8830457 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325068757560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9606/tid=9623] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9623/stat : 9623 (java) S 9603 9606 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830457 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325067705464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9606/tid=9624] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9624/stat : 9624 (java) S 9603 9606 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8830457 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325066652872 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9606/tid=9625] ppid=9603 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9606/task/9625/stat : 9625 (java) S 9603 9606 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830468 9856040960 34746 33554432000 1073741824 1073778376 140733461864992 140325065597864 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 18.05
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9606 and gives
#  childrusage.ru_utime.tv_sec=17
#  childrusage.ru_utime.tv_usec=939272
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=92985
# CPU time returned by wait4() is 18.0323
# while last known CPU time is 18.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 16.5183
CPU time (s): 18.05
CPU user time (s): 17.98
CPU system time (s): 0.07
CPU usage (%): 109.273
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.9393
system time used= 0.092985
maximum resident set size= 141096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22928
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= 663
involuntary context switches= 68

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.120981 second user time and 0.148977 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-16 11:04:12
IDJOB=4090910
IDBENCH=79231
IDSOLVER=2551
FILE ID=node140/4090910-1466067852
RUNJOBID= node140-1466062109-8003
PBS_JOBID= 19904000
Free space on /tmp= 71740 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.1110972763--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090910-1466067852/watcher-4090910-1466067852 -o /tmp/evaluation-result-4090910-1466067852/solver-4090910-1466067852 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466062109-8003 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090910-1466067852.wbo

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

MD5SUM BENCH= c968c5c5686ce999c268d6dcbb002538
RANDOM SEED=1349902818

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29802996 kB
Buffers:            9332 kB
Cached:            43160 kB
SwapCached:         2572 kB
Active:           772296 kB
Inactive:          29968 kB
Active(anon):     750336 kB
Inactive(anon):     1792 kB
Active(file):      21960 kB
Inactive(file):    28176 kB
Unevictable:     1569044 kB
Mlocked:         1399392 kB
SwapTotal:      67108856 kB
SwapFree:       67096812 kB
Dirty:              1020 kB
Writeback:             0 kB
AnonPages:       2391108 kB
Mapped:            15360 kB
Shmem:                 0 kB
Slab:             564736 kB
SReclaimable:       8708 kB
SUnreclaim:       556028 kB
KernelStack:        1760 kB
PageTables:         8700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2575224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    966656 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= 71740 MiB
End job on node140 at 2016-06-16 11:04:29