Trace number 4090574

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 82.75 80.7618

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900570242--soft-33-100-0.wbo
MD5SUMa7f6c0c06b26873046d2d80874a938bb
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark147.615
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 constraints1868
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 94981
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 94980
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 749
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.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.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4090574-1466065243.wbo
0.10/0.10	c reading problem ... 
0.50/0.30	c ... done. Wall clock time 0.198s.
0.50/0.30	c declared #vars     231
0.50/0.30	c internal #vars     2099
0.50/0.30	c #constraints  2707
0.50/0.30	c constraints type 
0.50/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2599
0.50/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
0.50/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 85
0.50/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
0.50/0.30	c 2707 constraints processed.
0.50/0.30	c objective function length is 1868 literals
0.75/0.44	c SATISFIABLE
0.75/0.44	c OPTIMIZING...
0.75/0.44	c Got one! Elapsed wall clock time (in seconds):0.336
0.75/0.44	o 777
0.75/0.48	c Got one! Elapsed wall clock time (in seconds):0.379
0.75/0.48	o 721
1.04/0.50	c Got one! Elapsed wall clock time (in seconds):0.402
1.04/0.50	o 382
1.04/0.53	c Got one! Elapsed wall clock time (in seconds):0.43
1.04/0.53	o 360
1.04/0.56	c Got one! Elapsed wall clock time (in seconds):0.453
1.04/0.56	o 345
1.35/0.61	c Got one! Elapsed wall clock time (in seconds):0.507
1.35/0.61	o 344
1.35/0.63	c Got one! Elapsed wall clock time (in seconds):0.524
1.35/0.63	o 329
1.35/0.63	c Got one! Elapsed wall clock time (in seconds):0.532
1.35/0.63	o 319
1.35/0.64	c Got one! Elapsed wall clock time (in seconds):0.541
1.35/0.64	o 293
1.35/0.66	c Got one! Elapsed wall clock time (in seconds):0.554
1.35/0.66	o 291
1.35/0.67	c Got one! Elapsed wall clock time (in seconds):0.562
1.35/0.67	o 268
1.65/0.71	c Got one! Elapsed wall clock time (in seconds):0.611
1.65/0.71	o 267
1.65/0.72	c Got one! Elapsed wall clock time (in seconds):0.62
1.65/0.72	o 251
1.65/0.73	c Got one! Elapsed wall clock time (in seconds):0.626
1.65/0.73	o 233
1.77/0.80	c Got one! Elapsed wall clock time (in seconds):0.694
1.77/0.80	o 226
1.77/0.81	c Got one! Elapsed wall clock time (in seconds):0.711
1.77/0.81	o 224
2.09/1.16	c Got one! Elapsed wall clock time (in seconds):1.053
2.09/1.16	o 223
2.09/1.17	c Got one! Elapsed wall clock time (in seconds):1.064
2.09/1.17	o 190
2.28/1.34	c Got one! Elapsed wall clock time (in seconds):1.238
2.28/1.34	o 189
2.38/1.40	c Got one! Elapsed wall clock time (in seconds):1.297
2.38/1.40	o 187
2.38/1.44	c Got one! Elapsed wall clock time (in seconds):1.337
2.38/1.44	o 185
2.38/1.47	c Got one! Elapsed wall clock time (in seconds):1.366
2.38/1.47	o 183
2.48/1.58	c Got one! Elapsed wall clock time (in seconds):1.48
2.48/1.58	o 178
2.89/1.96	c cleaning 4625 clauses out of 9262 with flag 12371/9262
2.89/1.98	c Got one! Elapsed wall clock time (in seconds):1.878
2.89/1.98	o 159
3.77/2.79	c cleaning 4888 clauses out of 9790 with flag 28652/14415
3.97/2.90	c Got one! Elapsed wall clock time (in seconds):2.801
3.97/2.90	o 155
3.97/2.98	c Got one! Elapsed wall clock time (in seconds):2.877
3.97/2.98	o 154
3.97/2.99	c Got one! Elapsed wall clock time (in seconds):2.891
3.97/2.99	o 152
4.67/3.65	c cleaning 5438 clauses out of 10881 with flag 24684/20394
4.67/3.68	c Got one! Elapsed wall clock time (in seconds):3.573
4.67/3.68	o 146
4.89/3.76	c Got one! Elapsed wall clock time (in seconds):3.654
4.89/3.76	o 142
5.63/4.10	c Got one! Elapsed wall clock time (in seconds):3.996
5.63/4.10	o 138
5.83/4.30	c Got one! Elapsed wall clock time (in seconds):4.198
5.83/4.30	o 135
5.83/4.37	c Got one! Elapsed wall clock time (in seconds):4.27
5.83/4.37	o 133
6.23/4.72	c cleaning 5895 clauses out of 11825 with flag 12405/26776
7.24/5.34	c Got one! Elapsed wall clock time (in seconds):5.237
7.24/5.34	o 131
7.34/5.45	c Got one! Elapsed wall clock time (in seconds):5.343
7.34/5.45	o 130
7.55/5.66	c Got one! Elapsed wall clock time (in seconds):5.555
7.55/5.66	o 109
7.75/5.81	c cleaning 6456 clauses out of 12928 with flag 5827/33774
7.75/5.83	c Got one! Elapsed wall clock time (in seconds):5.727
7.75/5.83	o 105
8.45/6.57	c cleaning 5823 clauses out of 11657 with flag 31509/38959
8.55/6.63	c Got one! Elapsed wall clock time (in seconds):6.524
8.55/6.63	o 100
8.55/6.68	c Got one! Elapsed wall clock time (in seconds):6.575
8.55/6.68	o 96
8.85/6.97	c Got one! Elapsed wall clock time (in seconds):6.866
8.85/6.97	o 91
9.45/7.60	c cleaning 6201 clauses out of 12423 with flag 23752/45548
9.75/7.83	c Got one! Elapsed wall clock time (in seconds):7.727
9.75/7.83	o 90
9.75/7.88	c Got one! Elapsed wall clock time (in seconds):7.772
9.75/7.88	o 88
10.35/8.43	c cleaning 6080 clauses out of 12173 with flag 24981/51499
10.35/8.48	c Got one! Elapsed wall clock time (in seconds):8.382
10.35/8.48	o 67
10.45/8.54	c Got one! Elapsed wall clock time (in seconds):8.437
10.45/8.54	o 64
10.55/8.62	c Got one! Elapsed wall clock time (in seconds):8.513
10.55/8.62	o 63
10.76/8.81	c Got one! Elapsed wall clock time (in seconds):8.712
10.76/8.81	o 62
10.96/9.02	c Got one! Elapsed wall clock time (in seconds):8.916
10.96/9.02	o 61
10.96/9.06	c Got one! Elapsed wall clock time (in seconds):8.961
10.96/9.06	o 60
11.16/9.26	c Got one! Elapsed wall clock time (in seconds):9.154
11.16/9.26	o 49
11.36/9.48	c cleaning 7404 clauses out of 14816 with flag 14323/60222
11.56/9.60	c Got one! Elapsed wall clock time (in seconds):9.497
11.56/9.60	o 40
11.56/9.63	c Got one! Elapsed wall clock time (in seconds):9.527
11.56/9.63	o 39
11.87/9.93	c Got one! Elapsed wall clock time (in seconds):9.824
11.87/9.93	o 36
11.87/9.97	c Got one! Elapsed wall clock time (in seconds):9.87
11.87/9.97	o 35
11.87/10.00	c Got one! Elapsed wall clock time (in seconds):9.896
11.87/10.00	o 33
11.98/10.10	c cleaning 7089 clauses out of 14196 with flag 5741/67006
12.09/10.18	c Got one! Elapsed wall clock time (in seconds):10.078
12.09/10.18	o 31
12.42/10.46	c cleaning 6127 clauses out of 12270 with flag 26397/72169
12.52/10.56	c Got one! Elapsed wall clock time (in seconds):10.461
12.52/10.56	o 30
12.82/10.88	c cleaning 5937 clauses out of 11891 with flag 26959/77917
12.92/10.90	c Got one! Elapsed wall clock time (in seconds):10.8
12.92/10.90	o 29
12.92/10.93	c Got one! Elapsed wall clock time (in seconds):10.831
12.92/10.93	o 28
13.12/11.12	c Got one! Elapsed wall clock time (in seconds):11.021
13.12/11.12	o 26
13.22/11.29	c cleaning 6028 clauses out of 12074 with flag 15240/84037
13.72/11.76	c cleaning 6011 clauses out of 12043 with flag 62345/90034
14.12/12.12	c Got one! Elapsed wall clock time (in seconds):12.014
14.12/12.12	o 25
14.22/12.20	c cleaning 5910 clauses out of 11848 with flag 7346/95850
14.22/12.28	c Got one! Elapsed wall clock time (in seconds):12.174
14.22/12.28	o 24
14.31/12.33	c Got one! Elapsed wall clock time (in seconds):12.226
14.31/12.33	o 23
14.52/12.56	c Got one! Elapsed wall clock time (in seconds):12.458
14.52/12.56	o 22
14.62/12.64	c cleaning 5951 clauses out of 11916 with flag 7722/101828
14.72/12.78	c Got one! Elapsed wall clock time (in seconds):12.677
14.72/12.78	o 18
14.92/12.99	c cleaning 5526 clauses out of 11058 with flag 23280/106921
15.42/13.41	c cleaning 5753 clauses out of 11534 with flag 71635/112923
15.82/13.81	c Got one! Elapsed wall clock time (in seconds):13.704
15.82/13.81	o 17
16.13/14.16	c Got one! Elapsed wall clock time (in seconds):14.062
16.13/14.16	o 16
16.23/14.26	c cleaning 8443 clauses out of 16895 with flag 8043/124037
16.73/14.78	c cleaning 7220 clauses out of 14451 with flag 60523/130036
17.43/15.41	c Got one! Elapsed wall clock time (in seconds):15.307
17.43/15.41	o 15
17.83/15.87	c Got one! Elapsed wall clock time (in seconds):15.767
17.83/15.87	o 14
17.93/15.97	c cleaning 10032 clauses out of 20075 with flag 8096/142880
18.13/16.15	c Got one! Elapsed wall clock time (in seconds):16.044
18.13/16.15	o 13
18.43/16.42	c cleaning 7574 clauses out of 15172 with flag 26741/148009
18.93/16.95	c cleaning 6791 clauses out of 13598 with flag 83181/154009
19.53/17.52	c cleaning 6877 clauses out of 13809 with flag 138868/161011
20.23/18.20	c cleaning 7458 clauses out of 14930 with flag 206098/169009
20.63/18.69	c Got one! Elapsed wall clock time (in seconds):18.585
20.63/18.69	o 12
21.02/19.01	c Got one! Elapsed wall clock time (in seconds):18.904
21.02/19.01	o 11
21.13/19.19	c Got one! Elapsed wall clock time (in seconds):19.084
21.13/19.19	o 10
21.22/19.29	c cleaning 9563 clauses out of 19125 with flag 7003/180662
21.72/19.79	c cleaning 7765 clauses out of 15563 with flag 48906/186663
22.32/20.35	c cleaning 7379 clauses out of 14797 with flag 103561/193662
23.03/21.05	c cleaning 7699 clauses out of 15418 with flag 165015/201662
23.82/21.87	c cleaning 8348 clauses out of 16720 with flag 240679/210663
24.92/22.96	c cleaning 9173 clauses out of 18371 with flag 335263/220662
25.02/23.06	c Got one! Elapsed wall clock time (in seconds):22.955
25.02/23.06	o 9
25.32/23.38	c cleaning 7120 clauses out of 14258 with flag 29675/225722
25.82/23.89	c cleaning 6563 clauses out of 13133 with flag 75632/231717
26.52/24.52	c cleaning 6773 clauses out of 13569 with flag 132403/238716
27.22/25.25	c cleaning 7392 clauses out of 14798 with flag 198054/246718
28.03/26.07	c cleaning 8200 clauses out of 16404 with flag 274511/255716
29.03/27.00	c Got one! Elapsed wall clock time (in seconds):26.897
29.03/27.00	o 8
29.53/27.55	c cleaning 11169 clauses out of 22344 with flag 40422/269856
30.03/28.09	c cleaning 8584 clauses out of 17176 with flag 87529/275857
30.63/28.70	c cleaning 7789 clauses out of 15590 with flag 141363/282855
31.33/29.34	c cleaning 7880 clauses out of 15801 with flag 199612/290855
32.13/30.13	c cleaning 8460 clauses out of 16922 with flag 266752/299856
33.13/31.15	c cleaning 9223 clauses out of 18464 with flag 343569/309858
34.13/32.14	c cleaning 10115 clauses out of 20238 with flag 417501/320855
35.43/33.42	c cleaning 11054 clauses out of 22127 with flag 515327/332859
36.83/34.85	c cleaning 12033 clauses out of 24072 with flag 615418/345858
38.53/36.52	c cleaning 13012 clauses out of 26036 with flag 725934/359855
40.13/38.18	c cleaning 14014 clauses out of 28027 with flag 836701/374858
42.03/40.03	c cleaning 14998 clauses out of 30010 with flag 950766/390855
44.03/42.05	c cleaning 15998 clauses out of 32013 with flag 1073059/407856
46.43/44.40	c cleaning 17009 clauses out of 34020 with flag 1221184/425862
49.03/47.01	c cleaning 17998 clauses out of 36004 with flag 1359301/444855
51.64/49.69	c cleaning 19001 clauses out of 38006 with flag 1499786/464855
54.73/52.71	c cleaning 20000 clauses out of 40008 with flag 1659006/485858
57.93/55.96	c cleaning 20996 clauses out of 42005 with flag 1821945/507855
61.54/59.57	c cleaning 22002 clauses out of 44013 with flag 2000494/530860
65.53/63.55	c cleaning 23005 clauses out of 46012 with flag 2199043/554861
69.63/67.62	c cleaning 23993 clauses out of 48004 with flag 2381708/579859
73.94/71.98	c cleaning 25004 clauses out of 50012 with flag 2579870/605862
78.95/76.95	c cleaning 25991 clauses out of 51996 with flag 2771822/632856
82.75/80.75	c starts		: 939
82.75/80.75	c conflicts		: 653721
82.75/80.75	c decisions		: 1143734
82.75/80.75	c propagations		: 63409808
82.75/80.75	c inspects		: 1196614714
82.75/80.75	c shortcuts		: 0
82.75/80.75	c learnt literals	: 29
82.75/80.75	c learnt binary clauses	: 66
82.75/80.75	c learnt ternary clauses	: 602
82.75/80.75	c learnt constraints	: 653691
82.75/80.75	c ignored constraints	: 0
82.75/80.75	c root simplifications	: 0
82.75/80.75	c removed literals (reason simplification)	: 0
82.75/80.75	c reason swapping (by a shorter reason)	: 0
82.75/80.75	c Calls to reduceDB	: 59
82.75/80.75	c Number of update (reduction) of LBD	: 269593
82.75/80.75	c Imported unit clauses	: 0
82.75/80.75	c number of reductions to clauses (during analyze)	: 0
82.75/80.75	c number of learned constraints concerned by reduction	: 0
82.75/80.75	c number of learning phase by resolution	: 0
82.75/80.75	c number of learning phase by cutting planes	: 0
82.75/80.75	c speed (assignments/second)	: 788287.0213823968
82.75/80.75	c non guided choices	9855
82.75/80.75	c learnt constraints type 
82.75/80.75	s OPTIMUM FOUND
82.75/80.75	c Found 73 solution(s)
82.75/80.75	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 
82.75/80.75	c objective function=8
82.75/80.75	c Total wall clock time (in seconds): 80.651

Verifier Data

OK	8

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-4090574-1466065243/watcher-4090574-1466065243 -o /tmp/evaluation-result-4090574-1466065243/solver-4090574-1466065243 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466062134-7218 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090574-1466065243.wbo 

pid=8016
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.07 2.14 2.06 4/195 8019
/proc/meminfo: memFree=30454140/32872528 swapFree=1103228/1182944
[pid=8019] ppid=8016 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8019/stat : 8019 (java) S 8016 8019 7201 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 8573319 98570240 976 33554432000 1073741824 1073778376 140736137892416 140736137883552 271790932029 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8019/statm: 24065 976 743 9 0 16771 0
[pid=8019/tid=8020] ppid=8016 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8020/stat : 8020 (java) R 8016 8019 7201 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 8573320 98570240 976 33554432000 1073741824 1073778376 140736137892416 140123166636232 271787574656 0 0 4096 0 0 0 0 -1 5 0 0 0 0 0

[startup+0.100069 s]
/proc/loadavg: 2.07 2.14 2.06 4/195 8019
/proc/meminfo: memFree=30454140/32872528 swapFree=1103228/1182944
[pid=8019] ppid=8016 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/8019/stat : 8019 (java) S 8016 8019 7201 0 -1 4202496 4460 0 1 0 9 1 0 0 20 0 18 0 8573319 9787879424 6088 33554432000 1073741824 1073778376 140736137892416 140736137883552 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8019/statm: 2389619 6088 2155 9 0 2380296 0
[pid=8019/tid=8020] ppid=8016 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8020/stat : 8020 (java) R 8016 8019 7201 0 -1 4202560 2379 0 1 0 6 1 0 0 20 0 18 0 8573320 9787879424 6088 33554432000 1073741824 1073778376 140736137892416 140123166641928 271790957837 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200367 s]
/proc/loadavg: 2.07 2.14 2.06 4/195 8019
/proc/meminfo: memFree=30454140/32872528 swapFree=1103228/1182944
[pid=8019] ppid=8016 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/8019/stat : 8019 (java) S 8016 8019 7201 0 -1 4202496 4777 0 1 0 25 1 0 0 20 0 18 0 8573319 9787879424 6830 33554432000 1073741824 1073778376 140736137892416 140736137883552 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8019/statm: 2389619 6830 2212 9 0 2380296 0
[pid=8019/tid=8020] ppid=8016 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/8019/task/8020/stat : 8020 (java) R 8016 8019 7201 0 -1 4202560 2395 0 1 0 16 1 0 0 20 0 18 0 8573320 9787879424 6830 33554432000 1073741824 1073778376 140736137892416 140123166641928 271790947384 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300288 s]
/proc/loadavg: 2.07 2.14 2.06 4/195 8019
/proc/meminfo: memFree=30454140/32872528 swapFree=1103228/1182944
[pid=8019] ppid=8016 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/8019/stat : 8019 (java) S 8016 8019 7201 0 -1 4202496 5887 0 1 0 48 2 0 0 20 0 18 0 8573319 9787879424 8892 33554432000 1073741824 1073778376 140736137892416 140736137883552 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8019/statm: 2389619 8892 2233 9 0 2380296 0
[pid=8019/tid=8020] ppid=8016 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/8019/task/8020/stat : 8020 (java) R 8016 8019 7201 0 -1 4202560 2403 0 1 0 26 1 0 0 20 0 18 0 8573320 9787879424 8892 33554432000 1073741824 1073778376 140736137892416 140123166641928 271790959661 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700269 s]
/proc/loadavg: 2.07 2.14 2.06 4/195 8019
/proc/meminfo: memFree=30454140/32872528 swapFree=1103228/1182944
[pid=8019] ppid=8016 vsize=9625040 CPUtime=1.65 cores=1,3,5,7
/proc/8019/stat : 8019 (java) S 8016 8019 7201 0 -1 4202496 13062 0 1 0 162 3 0 0 20 0 19 0 8573319 9856040960 13827 33554432000 1073741824 1073778376 140736137892416 140736137883552 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8019/statm: 2406260 13827 2262 9 0 2396937 0
[pid=8019/tid=8020] ppid=8016 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/8019/task/8020/stat : 8020 (java) R 8016 8019 7201 0 -1 4202560 2418 0 1 0 66 1 0 0 20 0 19 0 8573320 9856040960 13827 33554432000 1073741824 1073778376 140736137892416 140123166646808 140122989852058 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.07 2.14 2.06 3/214 8038
/proc/meminfo: memFree=30402652/32872528 swapFree=1103228/1182944
[pid=8019] ppid=8016 vsize=9625040 CPUtime=2.48 cores=1,3,5,7
/proc/8019/stat : 8019 (java) S 8016 8019 7201 0 -1 4202496 13073 0 1 0 245 3 0 0 20 0 19 0 8573319 9856040960 15880 33554432000 1073741824 1073778376 140736137892416 140736137883552 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8019/statm: 2406260 15880 2266 9 0 2396937 0
[pid=8019/tid=8020] ppid=8016 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/8019/task/8020/stat : 8020 (java) R 8016 8019 7201 0 -1 4202560 2425 0 1 0 146 2 0 0 20 0 19 0 8573320 9856040960 15880 33554432000 1073741824 1073778376 140736137892416 140123166638384 140122989921300 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8019/tid=8022] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8022/stat : 8022 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 15880 33554432000 1073741824 1073778376 140736137892416 140123128138408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8023] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8023/stat : 8023 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 15880 33554432000 1073741824 1073778376 140736137892416 140123127085864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8024] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8024/stat : 8024 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 15880 33554432000 1073741824 1073778376 140736137892416 140123126033320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8019/tid=8025] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8025/stat : 8025 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 15880 33554432000 1073741824 1073778376 140736137892416 140123124980776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8019/tid=8026] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8026/stat : 8026 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 15880 33554432000 1073741824 1073778376 140736137892416 140123123927208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8027] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8027/stat : 8027 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 15880 33554432000 1073741824 1073778376 140736137892416 140123122874664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8019/tid=8028] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8028/stat : 8028 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 15880 33554432000 1073741824 1073778376 140736137892416 140123121822120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8029] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8029/stat : 8029 (java) S 8016 8019 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 15880 33554432000 1073741824 1073778376 140736137892416 140123120769576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8030] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8030/stat : 8030 (java) S 8016 8019 7201 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8573322 9856040960 15880 33554432000 1073741824 1073778376 140736137892416 140123108358760 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8031] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8031/stat : 8031 (java) S 8016 8019 7201 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8573322 9856040960 15880 33554432000 1073741824 1073778376 140736137892416 140122989258360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8032] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8032/stat : 8032 (java) S 8016 8019 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8573322 9856040960 15880 33554432000 1073741824 1073778376 140736137892416 140122988205704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8033] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8033/stat : 8033 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573324 9856040960 15880 33554432000 1073741824 1073778376 140736137892416 140122987154448 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8034] ppid=8016 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/8019/task/8034/stat : 8034 (java) S 8016 8019 7201 0 -1 4202560 3927 0 0 0 45 0 0 0 20 0 19 0 8573324 9856040960 15880 33554432000 1073741824 1073778376 140736137892416 140122986100792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8035] ppid=8016 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/8019/task/8035/stat : 8035 (java) R 8016 8019 7201 0 -1 4202560 5443 0 0 0 51 0 0 0 20 0 19 0 8573324 9856040960 15880 33554432000 1073741824 1073778376 140736137892416 140122985048248 140123170733473 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8036] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8036/stat : 8036 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573324 9856040960 15880 33554432000 1073741824 1073778376 140736137892416 140122983995896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8037] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8037/stat : 8037 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573324 9856040960 15880 33554432000 1073741824 1073778376 140736137892416 140122982943560 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8038] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8038/stat : 8038 (java) S 8016 8019 7201 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8573351 9856040960 15880 33554432000 1073741824 1073778376 140736137892416 140122981889320 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.07 2.14 2.06 3/214 8038
/proc/meminfo: memFree=30394088/32872528 swapFree=1103228/1182944
[pid=8019] ppid=8016 vsize=9625040 CPUtime=4.17 cores=1,3,5,7
/proc/8019/stat : 8019 (java) S 8016 8019 7201 0 -1 4202496 13202 0 1 0 414 3 0 0 20 0 19 0 8573319 9856040960 17932 33554432000 1073741824 1073778376 140736137892416 140736137883552 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8019/statm: 2406260 17932 2270 9 0 2396937 0
[pid=8019/tid=8020] ppid=8016 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/8019/task/8020/stat : 8020 (java) R 8016 8019 7201 0 -1 4202560 2430 0 1 0 306 2 0 0 20 0 19 0 8573320 9856040960 17932 33554432000 1073741824 1073778376 140736137892416 140123166646704 140122989867102 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8019/tid=8022] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8022/stat : 8022 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 17932 33554432000 1073741824 1073778376 140736137892416 140123128138408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8023] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8023/stat : 8023 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 17932 33554432000 1073741824 1073778376 140736137892416 140123127085864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8024] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8024/stat : 8024 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 17932 33554432000 1073741824 1073778376 140736137892416 140123126033320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8019/tid=8025] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8025/stat : 8025 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 17932 33554432000 1073741824 1073778376 140736137892416 140123124980776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8019/tid=8026] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8026/stat : 8026 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 17932 33554432000 1073741824 1073778376 140736137892416 140123123927208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8027] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8027/stat : 8027 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 17932 33554432000 1073741824 1073778376 140736137892416 140123122874664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8019/tid=8028] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8028/stat : 8028 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 17932 33554432000 1073741824 1073778376 140736137892416 140123121822120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8029] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8029/stat : 8029 (java) S 8016 8019 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 17932 33554432000 1073741824 1073778376 140736137892416 140123120769576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8030] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8030/stat : 8030 (java) S 8016 8019 7201 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8573322 9856040960 17932 33554432000 1073741824 1073778376 140736137892416 140123108358760 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8031] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8031/stat : 8031 (java) S 8016 8019 7201 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8573322 9856040960 17932 33554432000 1073741824 1073778376 140736137892416 140122989258360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8032] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8032/stat : 8032 (java) S 8016 8019 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8573322 9856040960 17932 33554432000 1073741824 1073778376 140736137892416 140122988205704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8033] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8033/stat : 8033 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573324 9856040960 17932 33554432000 1073741824 1073778376 140736137892416 140122987154448 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8034] ppid=8016 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/8019/task/8034/stat : 8034 (java) S 8016 8019 7201 0 -1 4202560 4047 0 0 0 50 0 0 0 20 0 19 0 8573324 9856040960 17932 33554432000 1073741824 1073778376 140736137892416 140122986100792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8035] ppid=8016 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/8019/task/8035/stat : 8035 (java) S 8016 8019 7201 0 -1 4202560 5447 0 0 0 55 0 0 0 20 0 19 0 8573324 9856040960 17932 33554432000 1073741824 1073778376 140736137892416 140122985048248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8036] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8036/stat : 8036 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573324 9856040960 17932 33554432000 1073741824 1073778376 140736137892416 140122983995896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8037] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8037/stat : 8037 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573324 9856040960 17932 33554432000 1073741824 1073778376 140736137892416 140122982943560 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8038] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8038/stat : 8038 (java) S 8016 8019 7201 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8573351 9856040960 17932 33554432000 1073741824 1073778376 140736137892416 140122981889320 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.15 2.15 2.07 3/214 8038
/proc/meminfo: memFree=30356104/32872528 swapFree=1103228/1182944
[pid=8019] ppid=8016 vsize=9625040 CPUtime=8.25 cores=1,3,5,7
/proc/8019/stat : 8019 (java) S 8016 8019 7201 0 -1 4202496 23984 0 1 0 820 5 0 0 20 0 19 0 8573319 9856040960 26974 33554432000 1073741824 1073778376 140736137892416 140736137883552 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8019/statm: 2406260 26974 2270 9 0 2396937 0
[pid=8019/tid=8020] ppid=8016 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/8019/task/8020/stat : 8020 (java) R 8016 8019 7201 0 -1 4202560 2440 0 1 0 625 2 0 0 20 0 19 0 8573320 9856040960 26974 33554432000 1073741824 1073778376 140736137892416 140123166638384 140122989819847 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8019/tid=8022] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8022/stat : 8022 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 26974 33554432000 1073741824 1073778376 140736137892416 140123128138408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8023] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8023/stat : 8023 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 26974 33554432000 1073741824 1073778376 140736137892416 140123127085864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8024] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8024/stat : 8024 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 26974 33554432000 1073741824 1073778376 140736137892416 140123126033320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8019/tid=8025] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8025/stat : 8025 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 26974 33554432000 1073741824 1073778376 140736137892416 140123124980776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8019/tid=8026] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8026/stat : 8026 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 26974 33554432000 1073741824 1073778376 140736137892416 140123123927208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8027] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8027/stat : 8027 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 26974 33554432000 1073741824 1073778376 140736137892416 140123122874664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8019/tid=8028] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8028/stat : 8028 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 26974 33554432000 1073741824 1073778376 140736137892416 140123121822120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8029] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8029/stat : 8029 (java) S 8016 8019 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 26974 33554432000 1073741824 1073778376 140736137892416 140123120769576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8030] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8030/stat : 8030 (java) S 8016 8019 7201 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8573322 9856040960 26974 33554432000 1073741824 1073778376 140736137892416 140123108358760 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8031] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8031/stat : 8031 (java) S 8016 8019 7201 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8573322 9856040960 26974 33554432000 1073741824 1073778376 140736137892416 140122989258360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8032] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8032/stat : 8032 (java) S 8016 8019 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8573322 9856040960 26974 33554432000 1073741824 1073778376 140736137892416 140122988205704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8033] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8033/stat : 8033 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573324 9856040960 26974 33554432000 1073741824 1073778376 140736137892416 140122987154448 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8034] ppid=8016 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/8019/task/8034/stat : 8034 (java) S 8016 8019 7201 0 -1 4202560 10056 0 0 0 91 1 0 0 20 0 19 0 8573324 9856040960 26974 33554432000 1073741824 1073778376 140736137892416 140122986100792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8035] ppid=8016 vsize=9625040 CPUtime=1 cores=1,3,5,7

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

[pid=8019/tid=8031] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8031/stat : 8031 (java) S 8016 8019 7201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8573322 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140122989258360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8032] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8032/stat : 8032 (java) S 8016 8019 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8573322 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140122988205704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8033] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8033/stat : 8033 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573324 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140122987154448 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8034] ppid=8016 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/8019/task/8034/stat : 8034 (java) S 8016 8019 7201 0 -1 4202560 10067 0 0 0 98 2 0 0 20 0 19 0 8573324 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140122986100792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8035] ppid=8016 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/8019/task/8035/stat : 8035 (java) S 8016 8019 7201 0 -1 4202560 10210 0 0 0 101 1 0 0 20 0 19 0 8573324 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140122985048248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8036] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8036/stat : 8036 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573324 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140122983995896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8037] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8037/stat : 8037 (java) S 8016 8019 7201 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8573324 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140122982943560 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8038] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8038/stat : 8038 (java) S 8016 8019 7201 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8573351 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140122981889320 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 82.05
Current children cumulated vsize (KiB) 9625040

[startup+80.4079 s]
/proc/loadavg: 2.18 2.16 2.08 3/213 8039
/proc/meminfo: memFree=30291252/32872528 swapFree=1103228/1182944
[pid=8019] ppid=8016 vsize=9625040 CPUtime=82.46 cores=1,3,5,7
/proc/8019/stat : 8019 (java) S 8016 8019 7201 0 -1 4202496 24073 0 1 0 8239 7 0 0 20 0 19 0 8573319 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140736137883552 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8019/statm: 2406260 43373 2284 9 0 2396937 0
[pid=8019/tid=8020] ppid=8016 vsize=9625040 CPUtime=80.17 cores=1,3,5,7
/proc/8019/task/8020/stat : 8020 (java) R 8016 8019 7201 0 -1 4202560 2489 0 1 0 8014 3 0 0 20 0 19 0 8573320 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140123166637824 140122989819362 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8019/tid=8022] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8022/stat : 8022 (java) S 8016 8019 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140123128138408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8023] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8023/stat : 8023 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140123127085864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8024] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8024/stat : 8024 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140123126033320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8019/tid=8025] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8025/stat : 8025 (java) S 8016 8019 7201 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140123124980776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8019/tid=8026] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8026/stat : 8026 (java) S 8016 8019 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140123123927208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8019/tid=8027] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8027/stat : 8027 (java) S 8016 8019 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140123122874664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8028] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8028/stat : 8028 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140123121822120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8029] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8029/stat : 8029 (java) S 8016 8019 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140123120769576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8030] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8030/stat : 8030 (java) S 8016 8019 7201 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 8573322 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140123108358760 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8031] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8031/stat : 8031 (java) S 8016 8019 7201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8573322 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140122989258360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8032] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8032/stat : 8032 (java) S 8016 8019 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8573322 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140122988205704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8033] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8033/stat : 8033 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573324 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140122987154448 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8034] ppid=8016 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/8019/task/8034/stat : 8034 (java) S 8016 8019 7201 0 -1 4202560 10067 0 0 0 98 2 0 0 20 0 19 0 8573324 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140122986100792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8035] ppid=8016 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/8019/task/8035/stat : 8035 (java) S 8016 8019 7201 0 -1 4202560 10210 0 0 0 101 1 0 0 20 0 19 0 8573324 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140122985048248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8036] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8036/stat : 8036 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573324 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140122983995896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8037] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8037/stat : 8037 (java) S 8016 8019 7201 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8573324 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140122982943560 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8038] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8038/stat : 8038 (java) S 8016 8019 7201 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8573351 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140122981889320 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 82.46
Current children cumulated vsize (KiB) 9625040

[startup+80.6008 s]
/proc/loadavg: 2.18 2.16 2.08 3/213 8039
/proc/meminfo: memFree=30291252/32872528 swapFree=1103228/1182944
[pid=8019] ppid=8016 vsize=9625040 CPUtime=82.65 cores=1,3,5,7
/proc/8019/stat : 8019 (java) S 8016 8019 7201 0 -1 4202496 24073 0 1 0 8258 7 0 0 20 0 19 0 8573319 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140736137883552 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8019/statm: 2406260 43373 2284 9 0 2396937 0
[pid=8019/tid=8020] ppid=8016 vsize=9625040 CPUtime=80.36 cores=1,3,5,7
/proc/8019/task/8020/stat : 8020 (java) R 8016 8019 7201 0 -1 4202560 2489 0 1 0 8033 3 0 0 20 0 19 0 8573320 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140123166637824 140122989819847 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8019/tid=8022] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8022/stat : 8022 (java) S 8016 8019 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140123128138408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8023] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8023/stat : 8023 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140123127085864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8024] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8024/stat : 8024 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140123126033320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8019/tid=8025] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8025/stat : 8025 (java) S 8016 8019 7201 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140123124980776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8019/tid=8026] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8026/stat : 8026 (java) S 8016 8019 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140123123927208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8019/tid=8027] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8027/stat : 8027 (java) S 8016 8019 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140123122874664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8028] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8028/stat : 8028 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140123121822120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8029] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8029/stat : 8029 (java) S 8016 8019 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140123120769576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8030] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8030/stat : 8030 (java) S 8016 8019 7201 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 8573322 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140123108358760 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8031] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8031/stat : 8031 (java) S 8016 8019 7201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8573322 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140122989258360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8032] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8032/stat : 8032 (java) S 8016 8019 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8573322 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140122988205704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8033] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8033/stat : 8033 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573324 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140122987154448 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8034] ppid=8016 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/8019/task/8034/stat : 8034 (java) S 8016 8019 7201 0 -1 4202560 10067 0 0 0 98 2 0 0 20 0 19 0 8573324 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140122986100792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8035] ppid=8016 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/8019/task/8035/stat : 8035 (java) S 8016 8019 7201 0 -1 4202560 10210 0 0 0 101 1 0 0 20 0 19 0 8573324 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140122985048248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8036] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8036/stat : 8036 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573324 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140122983995896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8037] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8037/stat : 8037 (java) S 8016 8019 7201 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8573324 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140122982943560 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8038] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8038/stat : 8038 (java) S 8016 8019 7201 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8573351 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140122981889320 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 82.65
Current children cumulated vsize (KiB) 9625040

[startup+80.7008 s]
/proc/loadavg: 2.18 2.16 2.08 3/213 8039
/proc/meminfo: memFree=30291252/32872528 swapFree=1103228/1182944
[pid=8019] ppid=8016 vsize=9625040 CPUtime=82.75 cores=1,3,5,7
/proc/8019/stat : 8019 (java) S 8016 8019 7201 0 -1 4202496 24073 0 1 0 8268 7 0 0 20 0 19 0 8573319 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140736137883552 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8019/statm: 2406260 43373 2284 9 0 2396937 0
[pid=8019/tid=8020] ppid=8016 vsize=9625040 CPUtime=80.46 cores=1,3,5,7
/proc/8019/task/8020/stat : 8020 (java) R 8016 8019 7201 0 -1 4202560 2489 0 1 0 8043 3 0 0 20 0 19 0 8573320 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140123166637824 140122989852483 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8019/tid=8022] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8022/stat : 8022 (java) S 8016 8019 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140123128138408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8023] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8023/stat : 8023 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140123127085864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8024] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8024/stat : 8024 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140123126033320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8019/tid=8025] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8025/stat : 8025 (java) S 8016 8019 7201 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140123124980776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8019/tid=8026] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8026/stat : 8026 (java) S 8016 8019 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140123123927208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8019/tid=8027] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8027/stat : 8027 (java) S 8016 8019 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140123122874664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8028] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8028/stat : 8028 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140123121822120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8029] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8029/stat : 8029 (java) S 8016 8019 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8573321 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140123120769576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8030] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8030/stat : 8030 (java) S 8016 8019 7201 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 8573322 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140123108358760 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8031] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8031/stat : 8031 (java) S 8016 8019 7201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8573322 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140122989258360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8032] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8032/stat : 8032 (java) S 8016 8019 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8573322 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140122988205704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8033] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8033/stat : 8033 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573324 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140122987154448 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8019/tid=8034] ppid=8016 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/8019/task/8034/stat : 8034 (java) S 8016 8019 7201 0 -1 4202560 10067 0 0 0 98 2 0 0 20 0 19 0 8573324 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140122986100792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8035] ppid=8016 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/8019/task/8035/stat : 8035 (java) S 8016 8019 7201 0 -1 4202560 10210 0 0 0 101 1 0 0 20 0 19 0 8573324 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140122985048248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8036] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8036/stat : 8036 (java) S 8016 8019 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8573324 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140122983995896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8037] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8037/stat : 8037 (java) S 8016 8019 7201 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8573324 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140122982943560 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8019/tid=8038] ppid=8016 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8019/task/8038/stat : 8038 (java) S 8016 8019 7201 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8573351 9856040960 43373 33554432000 1073741824 1073778376 140736137892416 140122981889320 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 82.75
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8019 and gives
#  childrusage.ru_utime.tv_sec=82
#  childrusage.ru_utime.tv_usec=529453
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=103984
# CPU time returned by wait4() is 82.6334
# while last known CPU time is 82.75
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 80.7618
CPU time (s): 82.75
CPU user time (s): 82.68
CPU system time (s): 0.07
CPU usage (%): 102.462
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 82.5295
system time used= 0.103984
maximum resident set size= 173548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24095
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2036
involuntary context switches= 122

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.445932 second user time and 0.574912 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-16 10:20:43
IDJOB=4090574
IDBENCH=78942
IDSOLVER=2551
FILE ID=node115/4090574-1466065243
RUNJOBID= node115-1466062134-7218
PBS_JOBID= 19904021
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900570242--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090574-1466065243/watcher-4090574-1466065243 -o /tmp/evaluation-result-4090574-1466065243/solver-4090574-1466065243 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466062134-7218 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090574-1466065243.wbo

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

MD5SUM BENCH= a7f6c0c06b26873046d2d80874a938bb
RANDOM SEED=1457012027

node115.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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		: 2667.103
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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		: 2667.103
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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:        30454320 kB
Buffers:            6392 kB
Cached:            39140 kB
SwapCached:         2116 kB
Active:           511324 kB
Inactive:          24256 kB
Active(anon):     491040 kB
Inactive(anon):     1624 kB
Active(file):      20284 kB
Inactive(file):    22632 kB
Unevictable:     1182944 kB
Mlocked:         1103228 kB
SwapTotal:      67108856 kB
SwapFree:       67099088 kB
Dirty:               964 kB
Writeback:             0 kB
AnonPages:       1770984 kB
Mapped:            15380 kB
Shmem:                 0 kB
Slab:             564508 kB
SReclaimable:       8332 kB
SUnreclaim:       556176 kB
KernelStack:        1768 kB
PageTables:         7572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1854176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    653312 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 node115 at 2016-06-16 10:22:04