Trace number 4110332

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 50.61 48.9797

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900547389--soft-0-100-0.wbo
MD5SUM24569843aeaad08e546ecaba09eee200
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 benchmark50.61
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136614
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136613
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 721
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4110332-1466343876.wbo
0.08/0.12	c reading problem ... 
0.46/0.32	c ... done. Wall clock time 0.202s.
0.46/0.32	c declared #vars     231
0.46/0.32	c internal #vars     2938
0.46/0.32	c #constraints  2707
0.46/0.32	c constraints type 
0.46/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.46/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.46/0.32	c 2707 constraints processed.
0.46/0.32	c objective function length is 2707 literals
1.03/0.50	c SATISFIABLE
1.03/0.50	c OPTIMIZING...
1.03/0.50	c Got one! Elapsed wall clock time (in seconds):0.383
1.03/0.50	o 796
1.03/0.54	c Got one! Elapsed wall clock time (in seconds):0.415
1.03/0.54	o 395
1.03/0.56	c Got one! Elapsed wall clock time (in seconds):0.435
1.03/0.56	o 384
1.03/0.58	c Got one! Elapsed wall clock time (in seconds):0.456
1.03/0.58	o 379
1.32/0.61	c Got one! Elapsed wall clock time (in seconds):0.484
1.32/0.61	o 368
1.32/0.63	c Got one! Elapsed wall clock time (in seconds):0.505
1.32/0.63	o 361
1.32/0.68	c Got one! Elapsed wall clock time (in seconds):0.558
1.32/0.68	o 325
1.62/0.70	c Got one! Elapsed wall clock time (in seconds):0.576
1.62/0.70	o 311
1.62/0.74	c Got one! Elapsed wall clock time (in seconds):0.62
1.62/0.74	o 304
1.62/0.76	c Got one! Elapsed wall clock time (in seconds):0.64
1.62/0.76	o 284
2.40/1.41	c Got one! Elapsed wall clock time (in seconds):1.291
2.40/1.41	o 282
2.40/1.48	c Got one! Elapsed wall clock time (in seconds):1.361
2.40/1.48	o 281
2.40/1.49	c Got one! Elapsed wall clock time (in seconds):1.373
2.40/1.49	o 276
2.50/1.50	c Got one! Elapsed wall clock time (in seconds):1.382
2.50/1.50	o 248
2.50/1.53	c Got one! Elapsed wall clock time (in seconds):1.408
2.50/1.53	o 246
2.80/1.80	c Got one! Elapsed wall clock time (in seconds):1.679
2.80/1.80	o 243
2.80/1.81	c Got one! Elapsed wall clock time (in seconds):1.689
2.80/1.81	o 238
2.80/1.85	c Got one! Elapsed wall clock time (in seconds):1.734
2.80/1.85	o 237
3.12/2.11	c cleaning 4006 clauses out of 8022 with flag 4150/8022
3.33/2.32	c Got one! Elapsed wall clock time (in seconds):2.2
3.33/2.32	o 235
3.33/2.34	c Got one! Elapsed wall clock time (in seconds):2.219
3.33/2.34	o 216
3.33/2.35	c Got one! Elapsed wall clock time (in seconds):2.227
3.33/2.35	o 214
3.33/2.36	c Got one! Elapsed wall clock time (in seconds):2.235
3.33/2.36	o 191
3.42/2.47	c Got one! Elapsed wall clock time (in seconds):2.346
3.42/2.47	o 189
3.65/2.61	c Got one! Elapsed wall clock time (in seconds):2.486
3.65/2.61	o 182
3.65/2.66	c Got one! Elapsed wall clock time (in seconds):2.536
3.65/2.66	o 179
3.75/2.74	c Got one! Elapsed wall clock time (in seconds):2.619
3.75/2.74	o 178
3.85/2.85	c Got one! Elapsed wall clock time (in seconds):2.729
3.85/2.85	o 175
3.95/2.90	c Got one! Elapsed wall clock time (in seconds):2.778
3.95/2.90	o 159
4.05/3.01	c Got one! Elapsed wall clock time (in seconds):2.893
4.05/3.01	o 155
4.25/3.26	c Got one! Elapsed wall clock time (in seconds):3.142
4.25/3.26	o 154
4.57/3.52	c Got one! Elapsed wall clock time (in seconds):3.403
4.57/3.52	o 151
4.57/3.55	c Got one! Elapsed wall clock time (in seconds):3.431
4.57/3.55	o 150
4.57/3.59	c Got one! Elapsed wall clock time (in seconds):3.465
4.57/3.59	o 148
4.77/3.71	c Got one! Elapsed wall clock time (in seconds):3.591
4.77/3.71	o 146
4.77/3.72	c Got one! Elapsed wall clock time (in seconds):3.602
4.77/3.72	o 128
4.87/3.87	c Got one! Elapsed wall clock time (in seconds):3.747
4.87/3.87	o 123
4.97/3.91	c Got one! Elapsed wall clock time (in seconds):3.791
4.97/3.91	o 121
4.97/3.97	c Got one! Elapsed wall clock time (in seconds):3.845
4.97/3.97	o 118
4.97/3.98	c Got one! Elapsed wall clock time (in seconds):3.861
4.97/3.98	o 109
5.17/4.12	c Got one! Elapsed wall clock time (in seconds):3.994
5.17/4.12	o 108
5.17/4.16	c Got one! Elapsed wall clock time (in seconds):4.041
5.17/4.16	o 105
5.27/4.29	c Got one! Elapsed wall clock time (in seconds):4.165
5.27/4.29	o 103
5.48/4.41	c Got one! Elapsed wall clock time (in seconds):4.288
5.48/4.41	o 97
5.48/4.48	c Got one! Elapsed wall clock time (in seconds):4.355
5.48/4.48	o 85
6.09/5.04	c Got one! Elapsed wall clock time (in seconds):4.918
6.09/5.04	o 80
6.47/5.30	c cleaning 9171 clauses out of 18361 with flag 6764/22367
7.58/6.02	c Got one! Elapsed wall clock time (in seconds):5.896
7.58/6.02	o 73
7.68/6.10	c Got one! Elapsed wall clock time (in seconds):5.98
7.68/6.10	o 72
7.99/6.46	c cleaning 7644 clauses out of 15296 with flag 10445/28473
8.21/6.64	c Got one! Elapsed wall clock time (in seconds):6.523
8.21/6.64	o 71
8.21/6.70	c Got one! Elapsed wall clock time (in seconds):6.577
8.21/6.70	o 66
8.40/6.83	c Got one! Elapsed wall clock time (in seconds):6.707
8.40/6.83	o 65
8.50/6.90	c Got one! Elapsed wall clock time (in seconds):6.776
8.50/6.90	o 64
9.01/7.46	c cleaning 7199 clauses out of 14423 with flag 24011/35244
9.11/7.52	c Got one! Elapsed wall clock time (in seconds):7.396
9.11/7.52	o 62
9.71/8.13	c Got one! Elapsed wall clock time (in seconds):8.007
9.71/8.13	o 59
10.01/8.46	c cleaning 6935 clauses out of 13884 with flag 12221/41904
10.11/8.59	c Got one! Elapsed wall clock time (in seconds):8.467
10.11/8.59	o 57
10.81/9.20	c Got one! Elapsed wall clock time (in seconds):9.084
10.81/9.20	o 56
10.81/9.24	c Got one! Elapsed wall clock time (in seconds):9.122
10.81/9.24	o 53
11.04/9.42	c cleaning 6554 clauses out of 13130 with flag 6068/48085
11.44/9.80	c Got one! Elapsed wall clock time (in seconds):9.677
11.44/9.80	o 51
11.65/10.07	c Got one! Elapsed wall clock time (in seconds):9.944
11.65/10.07	o 50
11.94/10.34	c cleaning 6605 clauses out of 13211 with flag 13564/54720
12.24/10.60	c Got one! Elapsed wall clock time (in seconds):10.478
12.24/10.60	o 45
12.44/10.88	c Got one! Elapsed wall clock time (in seconds):10.755
12.44/10.88	o 44
12.67/11.06	c Got one! Elapsed wall clock time (in seconds):10.937
12.67/11.06	o 40
12.77/11.19	c cleaning 6360 clauses out of 12731 with flag 8010/60845
13.66/12.05	c cleaning 6161 clauses out of 12371 with flag 62494/66845
14.56/12.94	c cleaning 6597 clauses out of 13210 with flag 123914/73845
15.66/14.08	c cleaning 7303 clauses out of 14614 with flag 197461/81846
16.76/15.12	c cleaning 8146 clauses out of 16312 with flag 279940/90847
17.96/16.36	c cleaning 9066 clauses out of 18164 with flag 378954/100845
18.76/17.11	c Got one! Elapsed wall clock time (in seconds):16.986
18.76/17.11	o 34
18.86/17.25	c cleaning 7457 clauses out of 14939 with flag 7504/106686
19.46/17.83	c Got one! Elapsed wall clock time (in seconds):17.704
19.46/17.83	o 32
19.46/17.86	c Got one! Elapsed wall clock time (in seconds):17.736
19.46/17.86	o 30
19.56/17.98	c cleaning 6699 clauses out of 13402 with flag 6997/112606
19.76/18.17	c Got one! Elapsed wall clock time (in seconds):18.045
19.76/18.17	o 29
19.86/18.26	c Got one! Elapsed wall clock time (in seconds):18.14
19.86/18.26	o 28
20.16/18.58	c cleaning 6257 clauses out of 12522 with flag 26529/118425
20.66/19.09	c cleaning 6124 clauses out of 12264 with flag 73817/124424
21.47/19.83	c cleaning 6564 clauses out of 13141 with flag 133929/131425
22.26/20.62	c cleaning 7285 clauses out of 14576 with flag 204664/139424
23.16/21.55	c cleaning 8141 clauses out of 16291 with flag 286803/148424
23.86/22.29	c Got one! Elapsed wall clock time (in seconds):22.171
23.86/22.29	o 23
24.36/22.74	c Got one! Elapsed wall clock time (in seconds):22.617
24.36/22.74	o 22
24.57/22.99	c cleaning 10664 clauses out of 21342 with flag 18393/161616
25.27/23.66	c cleaning 8330 clauses out of 16677 with flag 77915/167615
25.47/23.88	c Got one! Elapsed wall clock time (in seconds):23.759
25.47/23.88	o 21
25.77/24.19	c cleaning 6915 clauses out of 13843 with flag 26149/173111
26.17/24.58	c Got one! Elapsed wall clock time (in seconds):24.464
26.17/24.58	o 20
26.27/24.62	c Got one! Elapsed wall clock time (in seconds):24.497
26.27/24.62	o 19
26.37/24.70	c Got one! Elapsed wall clock time (in seconds):24.582
26.37/24.70	o 16
26.37/24.78	c cleaning 6685 clauses out of 13390 with flag 8008/179573
26.77/25.19	c cleaning 6338 clauses out of 12704 with flag 62515/185572
27.37/25.70	c cleaning 6676 clauses out of 13366 with flag 132336/192572
27.67/26.01	c Got one! Elapsed wall clock time (in seconds):25.888
27.67/26.01	o 10
27.67/26.09	c cleaning 5977 clauses out of 11970 with flag 10104/197852
28.08/26.50	c cleaning 5983 clauses out of 11993 with flag 68737/203852
28.57/26.99	c cleaning 6495 clauses out of 13010 with flag 139710/210852
29.07/27.47	c Got one! Elapsed wall clock time (in seconds):27.344
29.07/27.47	o 9
29.47/27.90	c cleaning 8846 clauses out of 17698 with flag 44746/222035
29.97/28.37	c cleaning 7417 clauses out of 14850 with flag 105159/228033
30.57/28.96	c cleaning 7204 clauses out of 14434 with flag 175832/235034
31.27/29.61	c cleaning 7609 clauses out of 15229 with flag 255820/243033
32.07/30.40	c cleaning 8304 clauses out of 16622 with flag 352109/252035
32.97/31.31	c cleaning 9149 clauses out of 18316 with flag 456653/262033
33.77/32.18	c cleaning 10072 clauses out of 20167 with flag 551059/273034
34.79/33.13	c cleaning 11046 clauses out of 22095 with flag 647035/285034
36.08/34.42	c cleaning 12011 clauses out of 24048 with flag 773694/298033
36.28/34.61	c Got one! Elapsed wall clock time (in seconds):34.493
36.28/34.61	o 8
36.48/34.87	c cleaning 8653 clauses out of 17334 with flag 26568/303330
36.99/35.33	c cleaning 7333 clauses out of 14682 with flag 78970/309331
37.28/35.69	c Got one! Elapsed wall clock time (in seconds):35.567
37.28/35.69	o 4
37.38/35.76	c cleaning 6548 clauses out of 13112 with flag 7941/315094
37.78/36.12	c cleaning 6269 clauses out of 12562 with flag 54660/321092
38.28/36.63	c cleaning 6639 clauses out of 13295 with flag 114596/328094
38.88/37.28	c cleaning 7324 clauses out of 14658 with flag 184583/336096
39.68/38.04	c cleaning 8164 clauses out of 16333 with flag 265870/345095
39.98/38.33	c Got one! Elapsed wall clock time (in seconds):38.208
39.98/38.33	o 2
40.19/38.51	c cleaning 6817 clauses out of 13655 with flag 18553/350581
40.58/38.92	c cleaning 6402 clauses out of 12839 with flag 64075/356582
41.08/39.41	c cleaning 6717 clauses out of 13436 with flag 122468/363581
41.58/39.99	c cleaning 7355 clauses out of 14720 with flag 191555/371582
42.39/40.71	c cleaning 8178 clauses out of 16364 with flag 271931/380581
43.18/41.58	c cleaning 9092 clauses out of 18186 with flag 368980/390581
44.28/42.65	c cleaning 10041 clauses out of 20093 with flag 471874/401581
44.38/42.70	c Got one! Elapsed wall clock time (in seconds):42.582
44.38/42.70	o 1
44.78/43.15	c cleaning 7967 clauses out of 15945 with flag 49540/407474
45.38/43.72	c cleaning 6988 clauses out of 13979 with flag 108309/413475
45.88/44.23	c cleaning 6987 clauses out of 13989 with flag 160619/420474
46.48/44.82	c cleaning 7495 clauses out of 15002 with flag 214608/428474
46.90/45.26	c cleaning 8253 clauses out of 16505 with flag 260320/437474
47.60/45.99	c cleaning 9122 clauses out of 18250 with flag 316759/447474
48.71/47.02	c cleaning 10062 clauses out of 20130 with flag 390066/458476
50.01/48.31	c cleaning 11030 clauses out of 22066 with flag 480736/470474
50.61/48.97	c starts		: 258
50.61/48.97	c conflicts		: 482639
50.61/48.97	c decisions		: 906617
50.61/48.97	c propagations		: 62427329
50.61/48.97	c inspects		: 550295705
50.61/48.97	c shortcuts		: 0
50.61/48.97	c learnt literals	: 25
50.61/48.97	c learnt binary clauses	: 61
50.61/48.97	c learnt ternary clauses	: 350
50.61/48.97	c learnt constraints	: 482613
50.61/48.97	c ignored constraints	: 0
50.61/48.97	c root simplifications	: 0
50.61/48.97	c removed literals (reason simplification)	: 0
50.61/48.97	c reason swapping (by a shorter reason)	: 0
50.61/48.97	c Calls to reduceDB	: 60
50.61/48.97	c Number of update (reduction) of LBD	: 177087
50.61/48.97	c Imported unit clauses	: 0
50.61/48.97	c number of reductions to clauses (during analyze)	: 0
50.61/48.97	c number of learned constraints concerned by reduction	: 0
50.61/48.97	c number of learning phase by resolution	: 0
50.61/48.97	c number of learning phase by cutting planes	: 0
50.61/48.97	c speed (assignments/second)	: 1283720.5223113303
50.61/48.97	c non guided choices	9120
50.61/48.97	c learnt constraints type 
50.61/48.97	s OPTIMUM FOUND
50.61/48.97	c Found 78 solution(s)
50.61/48.97	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10 -x11 x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 x107 -x108 -x109 -x110 -x111 -x112 -x113 x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 x167 -x168 -x169 -x170 -x171 -x172 -x173 x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 x200 -x201 -x202 -x203 -x204 -x205 -x206 x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 
50.61/48.97	c objective function=1
50.61/48.97	c Total wall clock time (in seconds): 48.851

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-4110332-1466343876/watcher-4110332-1466343876 -o /tmp/evaluation-result-4110332-1466343876/solver-4110332-1466343876 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466341819-12181 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4110332-1466343876.wbo 

pid=15068
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.55 2.40 2.07 3/194 15071
/proc/meminfo: memFree=29726660/32872528 swapFree=1534436/1655032
[pid=15071] ppid=15068 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/15071/stat : 15071 (java) D 15068 15071 12165 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 36436069 9515008 175 33554432000 1073741824 1073778376 140736002609632 140736002592360 217410519952 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/15071/statm: 2323 175 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.55 2.40 2.07 3/194 15071
/proc/meminfo: memFree=29726660/32872528 swapFree=1534436/1655032
[pid=15071] ppid=15068 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/15071/stat : 15071 (java) S 15068 15071 12165 0 -1 4202496 4332 0 1 0 7 1 0 0 20 0 18 0 36436069 9787879424 5451 33554432000 1073741824 1073778376 140735900656464 140735900647600 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15071/statm: 2389619 5451 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200208 s]
/proc/loadavg: 2.55 2.40 2.07 3/194 15071
/proc/meminfo: memFree=29726660/32872528 swapFree=1534436/1655032
[pid=15071] ppid=15068 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/15071/stat : 15071 (java) S 15068 15071 12165 0 -1 4202496 4701 0 1 0 21 1 0 0 20 0 18 0 36436069 9787879424 6809 33554432000 1073741824 1073778376 140735900656464 140735900647600 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15071/statm: 2389619 6809 2197 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300215 s]
/proc/loadavg: 2.55 2.40 2.07 3/194 15071
/proc/meminfo: memFree=29726660/32872528 swapFree=1534436/1655032
[pid=15071] ppid=15068 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/15071/stat : 15071 (java) S 15068 15071 12165 0 -1 4202496 6389 0 1 0 44 2 0 0 20 0 18 0 36436069 9787879424 8726 33554432000 1073741824 1073778376 140735900656464 140735900647600 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15071/statm: 2389619 8726 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700178 s]
/proc/loadavg: 2.55 2.40 2.07 3/194 15071
/proc/meminfo: memFree=29726660/32872528 swapFree=1534436/1655032
[pid=15071] ppid=15068 vsize=9625040 CPUtime=1.62 cores=0,2,4,6
/proc/15071/stat : 15071 (java) S 15068 15071 12165 0 -1 4202496 12295 0 1 0 159 3 0 0 20 0 19 0 36436069 9856040960 14244 33554432000 1073741824 1073778376 140735900656464 140735900647600 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15071/statm: 2406260 14244 2268 9 0 2396937 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.55 2.40 2.07 3/213 15090
/proc/meminfo: memFree=29676492/32872528 swapFree=1534436/1655032
[pid=15071] ppid=15068 vsize=9625040 CPUtime=2.5 cores=0,2,4,6
/proc/15071/stat : 15071 (java) S 15068 15071 12165 0 -1 4202496 12304 0 1 0 247 3 0 0 20 0 19 0 36436069 9856040960 15785 33554432000 1073741824 1073778376 140735900656464 140735900647600 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15071/statm: 2406260 15785 2272 9 0 2396937 0
[pid=15071/tid=15073] ppid=15068 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/15071/task/15073/stat : 15073 (java) R 15068 15071 12165 0 -1 4202560 2417 0 1 0 144 2 0 0 20 0 19 0 36436071 9856040960 15785 33554432000 1073741824 1073778376 140735900656464 140489965122088 140489807135232 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15071/tid=15074] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15074/stat : 15074 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 15785 33554432000 1073741824 1073778376 140735900656464 140489926613160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15075] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15075/stat : 15075 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 15785 33554432000 1073741824 1073778376 140735900656464 140489925560616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15071/tid=15076] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15076/stat : 15076 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 15785 33554432000 1073741824 1073778376 140735900656464 140489806309800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15071/tid=15077] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15077/stat : 15077 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 15785 33554432000 1073741824 1073778376 140735900656464 140489805257256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15071/tid=15078] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15078/stat : 15078 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 15785 33554432000 1073741824 1073778376 140735900656464 140489804204712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15079] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15079/stat : 15079 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 15785 33554432000 1073741824 1073778376 140735900656464 140489803152168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15071/tid=15080] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15080/stat : 15080 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 15785 33554432000 1073741824 1073778376 140735900656464 140489802099624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15071/tid=15081] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15081/stat : 15081 (java) S 15068 15071 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 15785 33554432000 1073741824 1073778376 140735900656464 140489801047080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15082] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15082/stat : 15082 (java) S 15068 15071 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36436073 9856040960 15785 33554432000 1073741824 1073778376 140735900656464 140489318717544 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15071/tid=15083] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15083/stat : 15083 (java) S 15068 15071 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36436074 9856040960 15785 33554432000 1073741824 1073778376 140735900656464 140489317663864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15084] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15084/stat : 15084 (java) S 15068 15071 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436074 9856040960 15785 33554432000 1073741824 1073778376 140735900656464 140489316611208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15085] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15085/stat : 15085 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436076 9856040960 15785 33554432000 1073741824 1073778376 140735900656464 140489315559952 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15086] ppid=15068 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/15071/task/15086/stat : 15086 (java) S 15068 15071 12165 0 -1 4202560 4443 0 0 0 47 0 0 0 20 0 19 0 36436076 9856040960 15785 33554432000 1073741824 1073778376 140735900656464 140489314507320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15087] ppid=15068 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/15071/task/15087/stat : 15087 (java) S 15068 15071 12165 0 -1 4202560 4166 0 0 0 53 0 0 0 20 0 19 0 36436076 9856040960 15785 33554432000 1073741824 1073778376 140735900656464 140489313454776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15088] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15088/stat : 15088 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436076 9856040960 15785 33554432000 1073741824 1073778376 140735900656464 140489312402424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15071/tid=15089] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15089/stat : 15089 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436076 9856040960 15785 33554432000 1073741824 1073778376 140735900656464 140489311350088 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15071/tid=15090] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15090/stat : 15090 (java) S 15068 15071 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36436104 9856040960 15785 33554432000 1073741824 1073778376 140735900656464 140489310294824 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.50 2.39 2.07 3/213 15090
/proc/meminfo: memFree=29666004/32872528 swapFree=1534436/1655032
[pid=15071] ppid=15068 vsize=9625040 CPUtime=4.15 cores=0,2,4,6
/proc/15071/stat : 15071 (java) S 15068 15071 12165 0 -1 4202496 12318 0 1 0 412 3 0 0 20 0 19 0 36436069 9856040960 19886 33554432000 1073741824 1073778376 140735900656464 140735900647600 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15071/statm: 2406260 19886 2276 9 0 2396937 0
[pid=15071/tid=15073] ppid=15068 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/15071/task/15073/stat : 15073 (java) R 15068 15071 12165 0 -1 4202560 2427 0 1 0 303 2 0 0 20 0 19 0 36436071 9856040960 19886 33554432000 1073741824 1073778376 140735900656464 140489965122120 140489806985152 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15071/tid=15074] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15074/stat : 15074 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 19886 33554432000 1073741824 1073778376 140735900656464 140489926613160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15075] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15075/stat : 15075 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 19886 33554432000 1073741824 1073778376 140735900656464 140489925560616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15071/tid=15076] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15076/stat : 15076 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 19886 33554432000 1073741824 1073778376 140735900656464 140489806309800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15071/tid=15077] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15077/stat : 15077 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 19886 33554432000 1073741824 1073778376 140735900656464 140489805257256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15071/tid=15078] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15078/stat : 15078 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 19886 33554432000 1073741824 1073778376 140735900656464 140489804204712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15079] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15079/stat : 15079 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 19886 33554432000 1073741824 1073778376 140735900656464 140489803152168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15071/tid=15080] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15080/stat : 15080 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 19886 33554432000 1073741824 1073778376 140735900656464 140489802099624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15071/tid=15081] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15081/stat : 15081 (java) S 15068 15071 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 19886 33554432000 1073741824 1073778376 140735900656464 140489801047080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15082] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15082/stat : 15082 (java) S 15068 15071 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36436073 9856040960 19886 33554432000 1073741824 1073778376 140735900656464 140489318717544 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15071/tid=15083] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15083/stat : 15083 (java) S 15068 15071 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36436074 9856040960 19886 33554432000 1073741824 1073778376 140735900656464 140489317663864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15084] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15084/stat : 15084 (java) S 15068 15071 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436074 9856040960 19886 33554432000 1073741824 1073778376 140735900656464 140489316611208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15085] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15085/stat : 15085 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436076 9856040960 19886 33554432000 1073741824 1073778376 140735900656464 140489315559952 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15086] ppid=15068 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/15071/task/15086/stat : 15086 (java) S 15068 15071 12165 0 -1 4202560 4447 0 0 0 49 0 0 0 20 0 19 0 36436076 9856040960 19886 33554432000 1073741824 1073778376 140735900656464 140489314507320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15087] ppid=15068 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/15071/task/15087/stat : 15087 (java) S 15068 15071 12165 0 -1 4202560 4166 0 0 0 57 0 0 0 20 0 19 0 36436076 9856040960 19886 33554432000 1073741824 1073778376 140735900656464 140489313454776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15071/tid=15088] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15088/stat : 15088 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436076 9856040960 19886 33554432000 1073741824 1073778376 140735900656464 140489312402424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15071/tid=15089] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15089/stat : 15089 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436076 9856040960 19886 33554432000 1073741824 1073778376 140735900656464 140489311350088 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15071/tid=15090] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15090/stat : 15090 (java) S 15068 15071 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36436104 9856040960 19886 33554432000 1073741824 1073778376 140735900656464 140489310294824 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.50 2.39 2.07 4/213 15090
/proc/meminfo: memFree=29623992/32872528 swapFree=1534436/1655032
[pid=15071] ppid=15068 vsize=9625040 CPUtime=7.89 cores=0,2,4,6
/proc/15071/stat : 15071 (java) S 15068 15071 12165 0 -1 4202496 19237 0 1 0 784 5 0 0 20 0 19 0 36436069 9856040960 29150 33554432000 1073741824 1073778376 140735900656464 140735900647600 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15071/statm: 2406260 29150 2277 9 0 2396937 0
[pid=15071/tid=15073] ppid=15068 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/15071/task/15073/stat : 15073 (java) R 15068 15071 12165 0 -1 4202560 2440 0 1 0 622 2 0 0 20 0 19 0 36436071 9856040960 29150 33554432000 1073741824 1073778376 140735900656464 140489965113056 140489806948791 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15071/tid=15074] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15074/stat : 15074 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 29150 33554432000 1073741824 1073778376 140735900656464 140489926613160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15075] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15075/stat : 15075 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 29150 33554432000 1073741824 1073778376 140735900656464 140489925560616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15071/tid=15076] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15076/stat : 15076 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 29150 33554432000 1073741824 1073778376 140735900656464 140489806309800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15071/tid=15077] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15077/stat : 15077 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 29150 33554432000 1073741824 1073778376 140735900656464 140489805257256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15071/tid=15078] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15078/stat : 15078 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 29150 33554432000 1073741824 1073778376 140735900656464 140489804204712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15079] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15079/stat : 15079 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 29150 33554432000 1073741824 1073778376 140735900656464 140489803152168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15071/tid=15080] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15080/stat : 15080 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 29150 33554432000 1073741824 1073778376 140735900656464 140489802099624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15071/tid=15081] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15081/stat : 15081 (java) S 15068 15071 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 29150 33554432000 1073741824 1073778376 140735900656464 140489801047080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15082] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15082/stat : 15082 (java) S 15068 15071 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36436073 9856040960 29150 33554432000 1073741824 1073778376 140735900656464 140489318717544 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15071/tid=15083] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15083/stat : 15083 (java) S 15068 15071 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36436074 9856040960 29150 33554432000 1073741824 1073778376 140735900656464 140489317663864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15084] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15084/stat : 15084 (java) S 15068 15071 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436074 9856040960 29150 33554432000 1073741824 1073778376 140735900656464 140489316611208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15085] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15085/stat : 15085 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436076 9856040960 29150 33554432000 1073741824 1073778376 140735900656464 140489315559952 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15086] ppid=15068 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/15071/task/15086/stat : 15086 (java) S 15068 15071 12165 0 -1 4202560 4447 0 0 0 56 0 0 0 20 0 19 0 36436076 9856040960 29150 33554432000 1073741824 1073778376 140735900656464 140489314507320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15087] ppid=15068 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/15071/task/15087/stat : 15087 (java) S 15068 15071 12165 0 -1 4202560 11071 0 0 0 101 2 0 0 20 0 19 0 36436076 9856040960 29150 33554432000 1073741824 1073778376 140735900656464 140489313454776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15071/tid=15088] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15088/stat : 15088 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436076 9856040960 29150 33554432000 1073741824 1073778376 140735900656464 140489312402424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15071/tid=15089] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15089/stat : 15089 (java) S 15068 15071 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36436076 9856040960 29150 33554432000 1073741824 1073778376 140735900656464 140489311350088 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15071/tid=15090] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15090/stat : 15090 (java) S 15068 15071 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36436104 9856040960 29150 33554432000 1073741824 1073778376 140735900656464 140489310294824 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.89
Current children cumulated vsize (KiB) 9625040


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

[pid=15071/tid=15083] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15083/stat : 15083 (java) S 15068 15071 12165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36436074 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489317663864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15084] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15084/stat : 15084 (java) S 15068 15071 12165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36436074 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489316611208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15085] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15085/stat : 15085 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436076 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489315559952 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15086] ppid=15068 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/15071/task/15086/stat : 15086 (java) S 15068 15071 12165 0 -1 4202560 4451 0 0 0 63 0 0 0 20 0 19 0 36436076 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489314507320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15087] ppid=15068 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/15071/task/15087/stat : 15087 (java) S 15068 15071 12165 0 -1 4202560 11071 0 0 0 105 2 0 0 20 0 19 0 36436076 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489313454776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15071/tid=15088] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15088/stat : 15088 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436076 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489312402424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15071/tid=15089] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15089/stat : 15089 (java) S 15068 15071 12165 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36436076 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489311350088 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15071/tid=15090] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15090/stat : 15090 (java) S 15068 15071 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36436104 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489310294824 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 49.71
Current children cumulated vsize (KiB) 9625040

[startup+48.4007 s]
/proc/loadavg: 2.41 2.38 2.08 3/213 15090
/proc/meminfo: memFree=29485888/32872528 swapFree=1534436/1655032
[pid=15071] ppid=15068 vsize=9625040 CPUtime=50.11 cores=0,2,4,6
/proc/15071/stat : 15071 (java) S 15068 15071 12165 0 -1 4202496 19311 0 1 0 5004 7 0 0 20 0 19 0 36436069 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140735900647600 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15071/statm: 2406260 46054 2291 9 0 2396937 0
[pid=15071/tid=15073] ppid=15068 vsize=9625040 CPUtime=48.23 cores=0,2,4,6
/proc/15071/task/15073/stat : 15073 (java) R 15068 15071 12165 0 -1 4202560 2480 0 1 0 4820 3 0 0 20 0 19 0 36436071 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489965113088 140489806583728 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15071/tid=15074] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15074/stat : 15074 (java) S 15068 15071 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489926613160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15075] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15075/stat : 15075 (java) S 15068 15071 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489925560616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15071/tid=15076] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15076/stat : 15076 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489806309800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15071/tid=15077] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15077/stat : 15077 (java) S 15068 15071 12165 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489805257256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15071/tid=15078] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15078/stat : 15078 (java) S 15068 15071 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489804204712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15071/tid=15079] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15079/stat : 15079 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489803152168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15071/tid=15080] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15080/stat : 15080 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489802099624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15071/tid=15081] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15081/stat : 15081 (java) S 15068 15071 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489801047080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15082] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15082/stat : 15082 (java) S 15068 15071 12165 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36436073 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489318717544 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15071/tid=15083] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15083/stat : 15083 (java) S 15068 15071 12165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36436074 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489317663864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15084] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15084/stat : 15084 (java) S 15068 15071 12165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36436074 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489316611208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15085] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15085/stat : 15085 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436076 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489315559952 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15086] ppid=15068 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/15071/task/15086/stat : 15086 (java) S 15068 15071 12165 0 -1 4202560 4451 0 0 0 63 0 0 0 20 0 19 0 36436076 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489314507320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15087] ppid=15068 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/15071/task/15087/stat : 15087 (java) S 15068 15071 12165 0 -1 4202560 11071 0 0 0 105 2 0 0 20 0 19 0 36436076 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489313454776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15071/tid=15088] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15088/stat : 15088 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436076 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489312402424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15071/tid=15089] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15089/stat : 15089 (java) S 15068 15071 12165 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36436076 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489311350088 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15071/tid=15090] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15090/stat : 15090 (java) S 15068 15071 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36436104 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489310294824 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 50.11
Current children cumulated vsize (KiB) 9625040

[startup+48.8008 s]
/proc/loadavg: 2.41 2.38 2.08 3/213 15090
/proc/meminfo: memFree=29485888/32872528 swapFree=1534436/1655032
[pid=15071] ppid=15068 vsize=9625040 CPUtime=50.51 cores=0,2,4,6
/proc/15071/stat : 15071 (java) S 15068 15071 12165 0 -1 4202496 19311 0 1 0 5044 7 0 0 20 0 19 0 36436069 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140735900647600 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15071/statm: 2406260 46054 2291 9 0 2396937 0
[pid=15071/tid=15073] ppid=15068 vsize=9625040 CPUtime=48.62 cores=0,2,4,6
/proc/15071/task/15073/stat : 15073 (java) R 15068 15071 12165 0 -1 4202560 2480 0 1 0 4859 3 0 0 20 0 19 0 36436071 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489965113088 140489806937153 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15071/tid=15074] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15074/stat : 15074 (java) S 15068 15071 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489926613160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15075] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15075/stat : 15075 (java) S 15068 15071 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489925560616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15071/tid=15076] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15076/stat : 15076 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489806309800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15071/tid=15077] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15077/stat : 15077 (java) S 15068 15071 12165 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489805257256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15071/tid=15078] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15078/stat : 15078 (java) S 15068 15071 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489804204712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15071/tid=15079] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15079/stat : 15079 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489803152168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15071/tid=15080] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15080/stat : 15080 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489802099624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15071/tid=15081] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15081/stat : 15081 (java) S 15068 15071 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489801047080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15082] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15082/stat : 15082 (java) S 15068 15071 12165 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36436073 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489318717544 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15071/tid=15083] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15083/stat : 15083 (java) S 15068 15071 12165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36436074 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489317663864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15084] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15084/stat : 15084 (java) S 15068 15071 12165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36436074 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489316611208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15085] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15085/stat : 15085 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436076 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489315559952 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15086] ppid=15068 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/15071/task/15086/stat : 15086 (java) S 15068 15071 12165 0 -1 4202560 4451 0 0 0 63 0 0 0 20 0 19 0 36436076 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489314507320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15087] ppid=15068 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/15071/task/15087/stat : 15087 (java) S 15068 15071 12165 0 -1 4202560 11071 0 0 0 105 2 0 0 20 0 19 0 36436076 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489313454776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15071/tid=15088] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15088/stat : 15088 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436076 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489312402424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15071/tid=15089] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15089/stat : 15089 (java) S 15068 15071 12165 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36436076 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489311350088 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15071/tid=15090] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15090/stat : 15090 (java) S 15068 15071 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36436104 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489310294824 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 9625040

[startup+48.9008 s]
/proc/loadavg: 2.41 2.38 2.08 3/213 15090
/proc/meminfo: memFree=29485888/32872528 swapFree=1534436/1655032
[pid=15071] ppid=15068 vsize=9625040 CPUtime=50.61 cores=0,2,4,6
/proc/15071/stat : 15071 (java) S 15068 15071 12165 0 -1 4202496 19311 0 1 0 5054 7 0 0 20 0 19 0 36436069 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140735900647600 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15071/statm: 2406260 46054 2291 9 0 2396937 0
[pid=15071/tid=15073] ppid=15068 vsize=9625040 CPUtime=48.72 cores=0,2,4,6
/proc/15071/task/15073/stat : 15073 (java) R 15068 15071 12165 0 -1 4202560 2480 0 1 0 4869 3 0 0 20 0 19 0 36436071 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489965113088 140489806938485 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15071/tid=15074] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15074/stat : 15074 (java) S 15068 15071 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489926613160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15075] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15075/stat : 15075 (java) S 15068 15071 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489925560616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15071/tid=15076] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15076/stat : 15076 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489806309800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15071/tid=15077] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15077/stat : 15077 (java) S 15068 15071 12165 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489805257256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15071/tid=15078] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15078/stat : 15078 (java) S 15068 15071 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489804204712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15071/tid=15079] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15079/stat : 15079 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489803152168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15071/tid=15080] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15080/stat : 15080 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489802099624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15071/tid=15081] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15081/stat : 15081 (java) S 15068 15071 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436072 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489801047080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15082] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15082/stat : 15082 (java) S 15068 15071 12165 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36436073 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489318717544 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15071/tid=15083] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15083/stat : 15083 (java) S 15068 15071 12165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36436074 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489317663864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15084] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15084/stat : 15084 (java) S 15068 15071 12165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36436074 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489316611208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15085] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15085/stat : 15085 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436076 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489315559952 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15086] ppid=15068 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/15071/task/15086/stat : 15086 (java) S 15068 15071 12165 0 -1 4202560 4451 0 0 0 63 0 0 0 20 0 19 0 36436076 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489314507320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15071/tid=15087] ppid=15068 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/15071/task/15087/stat : 15087 (java) S 15068 15071 12165 0 -1 4202560 11071 0 0 0 105 2 0 0 20 0 19 0 36436076 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489313454776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15071/tid=15088] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15088/stat : 15088 (java) S 15068 15071 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436076 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489312402424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15071/tid=15089] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15089/stat : 15089 (java) S 15068 15071 12165 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36436076 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489311350088 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15071/tid=15090] ppid=15068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15071/task/15090/stat : 15090 (java) S 15068 15071 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36436104 9856040960 46054 33554432000 1073741824 1073778376 140735900656464 140489310294824 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15071 and gives
#  childrusage.ru_utime.tv_sec=50
#  childrusage.ru_utime.tv_usec=485325
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=79987
# CPU time returned by wait4() is 50.5653
# while last known CPU time is 50.61
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 48.9797
CPU time (s): 50.61
CPU user time (s): 50.54
CPU system time (s): 0.07
CPU usage (%): 103.328
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.4853
system time used= 0.079987
maximum resident set size= 184276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19334
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1378
involuntary context switches= 95

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.289955 second user time and 0.294955 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-19 15:44:36
IDJOB=4110332
IDBENCH=79261
IDSOLVER=2551
FILE ID=node122/4110332-1466343876
RUNJOBID= node122-1466341819-12181
PBS_JOBID= 19922031
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/tsp/normalized-t3002.11tsp11.1900547389--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110332-1466343876/watcher-4110332-1466343876 -o /tmp/evaluation-result-4110332-1466343876/solver-4110332-1466343876 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466341819-12181 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4110332-1466343876.wbo

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

MD5SUM BENCH= 24569843aeaad08e546ecaba09eee200
RANDOM SEED=1117164117

node122.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.769
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.53
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.769
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.769
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.769
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.769
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.53
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.769
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.769
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.769
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29727548 kB
Buffers:          177068 kB
Cached:           353568 kB
SwapCached:            0 kB
Active:           336812 kB
Inactive:         399748 kB
Active(anon):     198456 kB
Inactive(anon):     9900 kB
Active(file):     138356 kB
Inactive(file):   389848 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               496 kB
Writeback:             0 kB
AnonPages:       1981720 kB
Mapped:            21148 kB
Shmem:               204 kB
Slab:             615668 kB
SReclaimable:      59224 kB
SUnreclaim:       556444 kB
KernelStack:        1760 kB
PageTables:         8204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2472804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    411648 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 node122 at 2016-06-19 15:45:25