Trace number 4109528

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 10.41 9.71597

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111222539--soft-66-100-0.wbo
MD5SUM9ad94edd7f8408376c2683ae25697fb9
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark11.3223
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints28
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1192
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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@587bd9f2
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@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4109528-1466343653.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.053s.
0.10/0.16	c declared #vars     169
0.10/0.16	c internal #vars     197
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.10/0.16	c 101 constraints processed.
0.10/0.16	c objective function length is 28 literals
0.69/0.44	c SATISFIABLE
0.69/0.44	c OPTIMIZING...
0.69/0.44	c Got one! Elapsed wall clock time (in seconds):0.341
0.69/0.45	o 1122
0.86/0.51	c cleaning 2993 clauses out of 5986 with flag 2812/5986
1.19/0.70	c cleaning 4492 clauses out of 8994 with flag 19158/11987
1.19/0.72	c Got one! Elapsed wall clock time (in seconds):0.612
1.19/0.72	o 1100
1.19/0.76	c Got one! Elapsed wall clock time (in seconds):0.659
1.19/0.76	o 907
1.41/0.90	c cleaning 5383 clauses out of 10774 with flag 11555/18259
1.52/1.01	c Got one! Elapsed wall clock time (in seconds):0.904
1.52/1.01	o 905
1.52/1.09	c cleaning 5565 clauses out of 11141 with flag 6131/24009
1.67/1.20	c Got one! Elapsed wall clock time (in seconds):1.095
1.67/1.20	o 897
1.77/1.21	c Got one! Elapsed wall clock time (in seconds):1.103
1.77/1.21	o 773
1.77/1.25	c Got one! Elapsed wall clock time (in seconds):1.149
1.77/1.25	o 766
1.77/1.29	c cleaning 5899 clauses out of 11805 with flag 3316/30238
1.96/1.41	c Got one! Elapsed wall clock time (in seconds):1.311
1.96/1.41	o 761
1.96/1.49	c cleaning 5917 clauses out of 11836 with flag 7165/36168
2.06/1.54	c Got one! Elapsed wall clock time (in seconds):1.432
2.06/1.54	o 751
2.06/1.57	c Got one! Elapsed wall clock time (in seconds):1.462
2.06/1.57	o 677
2.16/1.61	c Got one! Elapsed wall clock time (in seconds):1.502
2.16/1.61	o 666
2.16/1.68	c Got one! Elapsed wall clock time (in seconds):1.573
2.16/1.68	o 658
2.16/1.68	c Got one! Elapsed wall clock time (in seconds):1.58
2.16/1.68	o 653
2.26/1.71	c Got one! Elapsed wall clock time (in seconds):1.606
2.26/1.71	o 652
2.26/1.71	c Got one! Elapsed wall clock time (in seconds):1.611
2.26/1.71	o 648
2.26/1.72	c Got one! Elapsed wall clock time (in seconds):1.616
2.26/1.72	o 594
2.26/1.77	c cleaning 6866 clauses out of 13735 with flag 3791/43984
2.36/1.84	c Got one! Elapsed wall clock time (in seconds):1.734
2.36/1.84	o 593
2.36/1.85	c Got one! Elapsed wall clock time (in seconds):1.749
2.36/1.85	o 592
2.46/1.95	c cleaning 6342 clauses out of 12689 with flag 9974/49804
2.66/2.14	c cleaning 6171 clauses out of 12347 with flag 30104/55804
2.66/2.20	c Got one! Elapsed wall clock time (in seconds):2.099
2.66/2.20	o 590
2.77/2.21	c Got one! Elapsed wall clock time (in seconds):2.106
2.77/2.21	o 522
2.77/2.23	c Got one! Elapsed wall clock time (in seconds):2.125
2.77/2.23	o 518
2.87/2.34	c cleaning 6121 clauses out of 12245 with flag 11090/61873
3.06/2.54	c cleaning 6061 clauses out of 12124 with flag 32932/67873
3.16/2.60	c Got one! Elapsed wall clock time (in seconds):2.495
3.16/2.60	o 515
3.26/2.70	c cleaning 5647 clauses out of 11297 with flag 11544/73107
3.36/2.84	c Got one! Elapsed wall clock time (in seconds):2.74
3.36/2.84	o 510
3.56/3.02	c Got one! Elapsed wall clock time (in seconds):2.918
3.56/3.02	o 509
3.56/3.07	c cleaning 8314 clauses out of 16632 with flag 3847/84089
3.76/3.28	c cleaning 7155 clauses out of 14316 with flag 26872/90087
3.76/3.28	c Got one! Elapsed wall clock time (in seconds):3.179
3.76/3.28	o 508
3.87/3.34	c Got one! Elapsed wall clock time (in seconds):3.232
3.87/3.34	o 506
3.97/3.47	c cleaning 6542 clauses out of 13085 with flag 15141/96011
3.97/3.48	c Got one! Elapsed wall clock time (in seconds):3.376
3.97/3.48	o 502
4.06/3.51	c Got one! Elapsed wall clock time (in seconds):3.402
4.06/3.51	o 480
4.06/3.59	c Got one! Elapsed wall clock time (in seconds):3.49
4.06/3.59	o 466
4.27/3.70	c cleaning 6888 clauses out of 13779 with flag 12424/103247
4.27/3.76	c Got one! Elapsed wall clock time (in seconds):3.656
4.27/3.76	o 465
4.27/3.77	c Got one! Elapsed wall clock time (in seconds):3.668
4.27/3.77	o 459
4.37/3.88	c cleaning 6140 clauses out of 12284 with flag 11450/108640
4.47/3.93	c Got one! Elapsed wall clock time (in seconds):3.825
4.47/3.93	o 456
4.47/3.93	c Got one! Elapsed wall clock time (in seconds):3.83
4.47/3.93	o 443
4.57/4.07	c cleaning 6098 clauses out of 12205 with flag 15322/114701
4.67/4.18	c Got one! Elapsed wall clock time (in seconds):4.078
4.67/4.18	o 438
4.67/4.19	c Got one! Elapsed wall clock time (in seconds):4.087
4.67/4.19	o 433
4.78/4.26	c cleaning 6127 clauses out of 12253 with flag 8255/120847
4.78/4.27	c Got one! Elapsed wall clock time (in seconds):4.168
4.78/4.27	o 420
4.78/4.29	c Got one! Elapsed wall clock time (in seconds):4.188
4.78/4.29	o 410
4.88/4.39	c Got one! Elapsed wall clock time (in seconds):4.287
4.88/4.39	o 406
4.99/4.47	c cleaning 6238 clauses out of 12491 with flag 8114/127212
5.18/4.63	c Got one! Elapsed wall clock time (in seconds):4.523
5.18/4.63	o 400
5.18/4.63	c Got one! Elapsed wall clock time (in seconds):4.53
5.18/4.63	o 399
5.38/4.84	c cleaning 8276 clauses out of 16555 with flag 20296/137514
5.38/4.85	c Got one! Elapsed wall clock time (in seconds):4.747
5.38/4.85	o 396
5.38/4.85	c Got one! Elapsed wall clock time (in seconds):4.75
5.38/4.85	o 395
5.61/5.03	c cleaning 6863 clauses out of 13738 with flag 20754/142973
5.71/5.14	c Got one! Elapsed wall clock time (in seconds):5.035
5.71/5.14	o 391
5.71/5.14	c Got one! Elapsed wall clock time (in seconds):5.041
5.71/5.14	o 372
5.80/5.22	c cleaning 6263 clauses out of 12531 with flag 8091/148629
5.80/5.25	c Got one! Elapsed wall clock time (in seconds):5.142
5.80/5.25	o 366
5.80/5.25	c Got one! Elapsed wall clock time (in seconds):5.148
5.80/5.25	o 365
5.80/5.29	c Got one! Elapsed wall clock time (in seconds):5.183
5.80/5.29	o 364
5.91/5.30	c Got one! Elapsed wall clock time (in seconds):5.201
5.91/5.30	o 362
5.91/5.32	c Got one! Elapsed wall clock time (in seconds):5.215
5.91/5.32	o 360
5.91/5.35	c Got one! Elapsed wall clock time (in seconds):5.248
5.91/5.35	o 359
5.91/5.36	c Got one! Elapsed wall clock time (in seconds):5.26
5.91/5.36	o 354
6.13/5.52	c cleaning 7433 clauses out of 14869 with flag 15888/157230
6.23/5.62	c Got one! Elapsed wall clock time (in seconds):5.519
6.23/5.62	o 353
6.23/5.64	c Got one! Elapsed wall clock time (in seconds):5.535
6.23/5.64	o 336
6.37/5.71	c cleaning 6672 clauses out of 13361 with flag 8215/163155
6.37/5.75	c Got one! Elapsed wall clock time (in seconds):5.642
6.37/5.75	o 334
6.37/5.76	c Got one! Elapsed wall clock time (in seconds):5.652
6.37/5.76	o 319
6.37/5.79	c Got one! Elapsed wall clock time (in seconds):5.683
6.37/5.79	o 308
6.47/5.81	c Got one! Elapsed wall clock time (in seconds):5.711
6.47/5.81	o 296
6.47/5.88	c Got one! Elapsed wall clock time (in seconds):5.775
6.47/5.88	o 291
6.57/5.96	c cleaning 6999 clauses out of 13999 with flag 9662/170465
6.77/6.18	c cleaning 6490 clauses out of 13000 with flag 37011/176465
6.77/6.19	c Got one! Elapsed wall clock time (in seconds):6.083
6.77/6.19	o 289
6.88/6.28	c Got one! Elapsed wall clock time (in seconds):6.173
6.88/6.28	o 286
6.99/6.39	c cleaning 6433 clauses out of 12878 with flag 12936/182833
7.19/6.54	c Got one! Elapsed wall clock time (in seconds):6.433
7.19/6.54	o 281
7.19/6.54	c Got one! Elapsed wall clock time (in seconds):6.436
7.19/6.54	o 276
7.19/6.58	c cleaning 6143 clauses out of 12294 with flag 3935/188682
7.39/6.71	c Got one! Elapsed wall clock time (in seconds):6.61
7.39/6.71	o 272
7.39/6.75	c cleaning 5591 clauses out of 11191 with flag 3911/193722
7.39/6.78	c Got one! Elapsed wall clock time (in seconds):6.68
7.39/6.78	o 267
7.39/6.79	c Got one! Elapsed wall clock time (in seconds):6.685
7.39/6.79	o 266
7.59/6.92	c cleaning 5451 clauses out of 10903 with flag 16634/199025
7.59/6.98	c Got one! Elapsed wall clock time (in seconds):6.873
7.59/6.98	o 261
7.59/6.99	c Got one! Elapsed wall clock time (in seconds):6.881
7.59/6.99	o 255
7.70/7.04	c Got one! Elapsed wall clock time (in seconds):6.933
7.70/7.04	o 250
7.80/7.11	c cleaning 5691 clauses out of 11385 with flag 8551/204958
7.90/7.28	c Got one! Elapsed wall clock time (in seconds):7.172
7.90/7.28	o 246
8.10/7.48	c cleaning 7944 clauses out of 15891 with flag 23642/215155
8.20/7.56	c Got one! Elapsed wall clock time (in seconds):7.459
8.20/7.56	o 245
8.20/7.57	c Got one! Elapsed wall clock time (in seconds):7.47
8.20/7.57	o 243
8.30/7.68	c Got one! Elapsed wall clock time (in seconds):7.578
8.30/7.68	o 242
8.40/7.73	c cleaning 7276 clauses out of 14557 with flag 4538/221765
8.60/7.95	c cleaning 6637 clauses out of 13281 with flag 32382/227765
8.60/7.95	c Got one! Elapsed wall clock time (in seconds):7.847
8.60/7.95	o 239
8.80/8.11	c cleaning 5851 clauses out of 11730 with flag 22528/232851
8.90/8.28	c Got one! Elapsed wall clock time (in seconds):8.18
8.90/8.28	o 237
9.00/8.34	c Got one! Elapsed wall clock time (in seconds):8.232
9.00/8.34	o 232
9.20/8.52	c cleaning 8250 clauses out of 16506 with flag 18707/243478
9.20/8.58	c Got one! Elapsed wall clock time (in seconds):8.481
9.20/8.58	o 230
9.40/8.71	c cleaning 6669 clauses out of 13356 with flag 13300/248578
9.61/8.92	c cleaning 6340 clauses out of 12687 with flag 41123/254578
9.61/8.94	c Got one! Elapsed wall clock time (in seconds):8.836
9.61/8.94	o 227
9.61/8.97	c Got one! Elapsed wall clock time (in seconds):8.871
9.61/8.97	o 221
9.71/9.06	c Got one! Elapsed wall clock time (in seconds):8.958
9.71/9.06	o 217
9.81/9.10	c Got one! Elapsed wall clock time (in seconds):8.995
9.81/9.10	o 214
9.81/9.14	c cleaning 6320 clauses out of 12660 with flag 4042/260891
9.91/9.22	c Got one! Elapsed wall clock time (in seconds):9.12
9.91/9.22	o 213
9.91/9.23	c Got one! Elapsed wall clock time (in seconds):9.129
9.91/9.23	o 206
9.91/9.27	c Got one! Elapsed wall clock time (in seconds):9.166
9.91/9.27	o 150
10.01/9.35	c cleaning 6166 clauses out of 12344 with flag 9017/266895
10.21/9.57	c cleaning 6085 clauses out of 12177 with flag 36637/272894
10.21/9.59	c Got one! Elapsed wall clock time (in seconds):9.49
10.21/9.59	o 149
10.31/9.61	c Got one! Elapsed wall clock time (in seconds):9.511
10.31/9.61	o 144
10.31/9.65	c Got one! Elapsed wall clock time (in seconds):9.541
10.31/9.65	o 138
10.31/9.67	c Got one! Elapsed wall clock time (in seconds):9.564
10.31/9.67	o 136
10.31/9.69	c Got one! Elapsed wall clock time (in seconds):9.585
10.31/9.69	o 135
10.31/9.69	c Got one! Elapsed wall clock time (in seconds):9.587
10.31/9.69	o 97
10.31/9.69	c Got one! Elapsed wall clock time (in seconds):9.587
10.31/9.69	o 80
10.41/9.70	c starts		: 448
10.41/9.70	c conflicts		: 276754
10.41/9.70	c decisions		: 433411
10.41/9.70	c propagations		: 5283102
10.41/9.70	c inspects		: 117180530
10.41/9.70	c shortcuts		: 0
10.41/9.70	c learnt literals	: 1
10.41/9.70	c learnt binary clauses	: 1
10.41/9.70	c learnt ternary clauses	: 3
10.41/9.70	c learnt constraints	: 276753
10.41/9.70	c ignored constraints	: 0
10.41/9.70	c root simplifications	: 0
10.41/9.70	c removed literals (reason simplification)	: 0
10.41/9.70	c reason swapping (by a shorter reason)	: 0
10.41/9.70	c Calls to reduceDB	: 42
10.41/9.70	c Number of update (reduction) of LBD	: 60170
10.41/9.70	c Imported unit clauses	: 0
10.41/9.70	c number of reductions to clauses (during analyze)	: 0
10.41/9.70	c number of learned constraints concerned by reduction	: 0
10.41/9.70	c number of learning phase by resolution	: 0
10.41/9.70	c number of learning phase by cutting planes	: 0
10.41/9.70	c speed (assignments/second)	: 553900.3984063745
10.41/9.70	c non guided choices	2378
10.41/9.70	c learnt constraints type 
10.41/9.70	s OPTIMUM FOUND
10.41/9.70	c Found 90 solution(s)
10.41/9.70	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 
10.41/9.70	c objective function=80
10.41/9.70	c Total wall clock time (in seconds): 9.595

Verifier Data

OK	80

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-4109528-1466343653/watcher-4109528-1466343653 -o /tmp/evaluation-result-4109528-1466343653/solver-4109528-1466343653 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466341813-22416 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109528-1466343653.wbo 

pid=23221
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.22 2.24 1.93 5/197 23224
/proc/meminfo: memFree=29982004/32872528 swapFree=1482636/1662508
[pid=23224] ppid=23221 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/23224/stat : 23224 (java) R 23221 23224 22399 0 -1 4202496 964 0 0 0 0 0 0 0 20 0 1 0 36411760 23793664 614 33554432000 1073741824 1073778376 140734685080496 140734685069560 273896487475 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23224/statm: 5809 626 466 9 0 128 0

[startup+0.100114 s]
/proc/loadavg: 2.22 2.24 1.93 5/197 23224
/proc/meminfo: memFree=29982004/32872528 swapFree=1482636/1662508
[pid=23224] ppid=23221 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/23224/stat : 23224 (java) S 23221 23224 22399 0 -1 4202496 4466 0 1 0 9 1 0 0 20 0 18 0 36411760 9787879424 6089 33554432000 1073741824 1073778376 140734685080496 140734685071632 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23224/statm: 2389619 6090 2154 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20033 s]
/proc/loadavg: 2.22 2.24 1.93 5/197 23224
/proc/meminfo: memFree=29982004/32872528 swapFree=1482636/1662508
[pid=23224] ppid=23221 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/23224/stat : 23224 (java) S 23221 23224 22399 0 -1 4202496 6586 0 1 0 26 1 0 0 20 0 19 0 36411760 9856040960 8671 33554432000 1073741824 1073778376 140734685080496 140734685071632 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23224/statm: 2406260 8671 2232 9 0 2396937 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300277 s]
/proc/loadavg: 2.22 2.24 1.93 5/197 23224
/proc/meminfo: memFree=29982004/32872528 swapFree=1482636/1662508
[pid=23224] ppid=23221 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/23224/stat : 23224 (java) S 23221 23224 22399 0 -1 4202496 7670 0 1 0 54 2 0 0 20 0 19 0 36411760 9856040960 8891 33554432000 1073741824 1073778376 140734685080496 140734685071632 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23224/statm: 2406260 8891 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9625040

[startup+0.700235 s]
/proc/loadavg: 2.22 2.24 1.93 5/197 23224
/proc/meminfo: memFree=29982004/32872528 swapFree=1482636/1662508
[pid=23224] ppid=23221 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/23224/stat : 23224 (java) S 23221 23224 22399 0 -1 4202496 10648 0 1 0 117 2 0 0 20 0 19 0 36411760 9856040960 9438 33554432000 1073741824 1073778376 140734685080496 140734685071632 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23224/statm: 2406260 9438 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.52 2.30 1.95 5/216 23243
/proc/meminfo: memFree=29935336/32872528 swapFree=1482636/1662508
[pid=23224] ppid=23221 vsize=9625040 CPUtime=2.06 cores=1,3,5,7
/proc/23224/stat : 23224 (java) S 23221 23224 22399 0 -1 4202496 10707 0 1 0 204 2 0 0 20 0 19 0 36411760 9856040960 10985 33554432000 1073741824 1073778376 140734685080496 140734685071632 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23224/statm: 2406260 10985 2260 9 0 2396937 0
[pid=23224/tid=23226] ppid=23221 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/23224/task/23226/stat : 23226 (java) R 23221 23224 22399 0 -1 4202560 2413 0 1 0 146 1 0 0 20 0 19 0 36411761 9856040960 10985 33554432000 1073741824 1073778376 140734685080496 139890862698176 139890726178514 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23224/tid=23227] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23227/stat : 23227 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 10985 33554432000 1073741824 1073778376 140734685080496 139890851769384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23228] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23228/stat : 23228 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 10985 33554432000 1073741824 1073778376 140734685080496 139890850716584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23224/tid=23229] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23229/stat : 23229 (java) S 23221 23224 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 10985 33554432000 1073741824 1073778376 140734685080496 139890849663784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23224/tid=23230] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23230/stat : 23230 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 10985 33554432000 1073741824 1073778376 140734685080496 139890848610984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23224/tid=23231] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23231/stat : 23231 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 10985 33554432000 1073741824 1073778376 140734685080496 139890847558184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23232] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23232/stat : 23232 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 10985 33554432000 1073741824 1073778376 140734685080496 139890846505384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23224/tid=23233] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23233/stat : 23233 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 10985 33554432000 1073741824 1073778376 140734685080496 139890845452584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23234] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23234/stat : 23234 (java) S 23221 23224 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 10985 33554432000 1073741824 1073778376 140734685080496 139890844399784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23235] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23235/stat : 23235 (java) S 23221 23224 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36411762 9856040960 10985 33554432000 1073741824 1073778376 140734685080496 139890686766056 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23236] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23236/stat : 23236 (java) S 23221 23224 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36411763 9856040960 10985 33554432000 1073741824 1073778376 140734685080496 139890685712120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23237] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23237/stat : 23237 (java) S 23221 23224 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411763 9856040960 10985 33554432000 1073741824 1073778376 140734685080496 139890684659208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23238] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23238/stat : 23238 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411765 9856040960 10985 33554432000 1073741824 1073778376 140734685080496 139890683607696 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23239] ppid=23221 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/23224/task/23239/stat : 23239 (java) S 23221 23224 22399 0 -1 4202560 4678 0 0 0 32 0 0 0 20 0 19 0 36411765 9856040960 10985 33554432000 1073741824 1073778376 140734685080496 139890682554808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23240] ppid=23221 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/23224/task/23240/stat : 23240 (java) S 23221 23224 22399 0 -1 4202560 2343 0 0 0 23 0 0 0 20 0 19 0 36411765 9856040960 10985 33554432000 1073741824 1073778376 140734685080496 139890681502008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23224/tid=23241] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23241/stat : 23241 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411765 9856040960 10985 33554432000 1073741824 1073778376 140734685080496 139890680449400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23224/tid=23242] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23242/stat : 23242 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411765 9856040960 10985 33554432000 1073741824 1073778376 140734685080496 139890679396808 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23243] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23243/stat : 23243 (java) S 23221 23224 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411776 9856040960 10985 33554432000 1073741824 1073778376 140734685080496 139890678343336 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.52 2.30 1.95 4/216 23243
/proc/meminfo: memFree=29922488/32872528 swapFree=1482636/1662508
[pid=23224] ppid=23221 vsize=9625040 CPUtime=3.66 cores=1,3,5,7
/proc/23224/stat : 23224 (java) S 23221 23224 22399 0 -1 4202496 10712 0 1 0 364 2 0 0 20 0 19 0 36411760 9856040960 13545 33554432000 1073741824 1073778376 140734685080496 140734685071632 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23224/statm: 2406260 13545 2260 9 0 2396937 0
[pid=23224/tid=23226] ppid=23221 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/23224/task/23226/stat : 23226 (java) R 23221 23224 22399 0 -1 4202560 2418 0 1 0 305 1 0 0 20 0 19 0 36411761 9856040960 13545 33554432000 1073741824 1073778376 140734685080496 139890862698176 139890725921593 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23224/tid=23227] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23227/stat : 23227 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 13545 33554432000 1073741824 1073778376 140734685080496 139890851769384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23228] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23228/stat : 23228 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 13545 33554432000 1073741824 1073778376 140734685080496 139890850716584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23224/tid=23229] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23229/stat : 23229 (java) S 23221 23224 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 13545 33554432000 1073741824 1073778376 140734685080496 139890849663784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23224/tid=23230] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23230/stat : 23230 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 13545 33554432000 1073741824 1073778376 140734685080496 139890848610984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23224/tid=23231] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23231/stat : 23231 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 13545 33554432000 1073741824 1073778376 140734685080496 139890847558184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23232] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23232/stat : 23232 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 13545 33554432000 1073741824 1073778376 140734685080496 139890846505384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23224/tid=23233] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23233/stat : 23233 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 13545 33554432000 1073741824 1073778376 140734685080496 139890845452584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23234] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23234/stat : 23234 (java) S 23221 23224 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 13545 33554432000 1073741824 1073778376 140734685080496 139890844399784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23235] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23235/stat : 23235 (java) S 23221 23224 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36411762 9856040960 13545 33554432000 1073741824 1073778376 140734685080496 139890686766056 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23236] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23236/stat : 23236 (java) S 23221 23224 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36411763 9856040960 13545 33554432000 1073741824 1073778376 140734685080496 139890685712120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23237] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23237/stat : 23237 (java) S 23221 23224 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411763 9856040960 13545 33554432000 1073741824 1073778376 140734685080496 139890684659208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23238] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23238/stat : 23238 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411765 9856040960 13545 33554432000 1073741824 1073778376 140734685080496 139890683607696 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23239] ppid=23221 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/23224/task/23239/stat : 23239 (java) S 23221 23224 22399 0 -1 4202560 4678 0 0 0 33 0 0 0 20 0 19 0 36411765 9856040960 13545 33554432000 1073741824 1073778376 140734685080496 139890682554808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23240] ppid=23221 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/23224/task/23240/stat : 23240 (java) S 23221 23224 22399 0 -1 4202560 2343 0 0 0 23 0 0 0 20 0 19 0 36411765 9856040960 13545 33554432000 1073741824 1073778376 140734685080496 139890681502008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23224/tid=23241] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23241/stat : 23241 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411765 9856040960 13545 33554432000 1073741824 1073778376 140734685080496 139890680449400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23224/tid=23242] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23242/stat : 23242 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411765 9856040960 13545 33554432000 1073741824 1073778376 140734685080496 139890679396808 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23243] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23243/stat : 23243 (java) S 23221 23224 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411776 9856040960 13545 33554432000 1073741824 1073778376 140734685080496 139890678343336 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.56 2.31 1.96 4/216 23243
/proc/meminfo: memFree=29866648/32872528 swapFree=1482636/1662508
[pid=23224] ppid=23221 vsize=9625040 CPUtime=6.99 cores=1,3,5,7
/proc/23224/stat : 23224 (java) S 23221 23224 22399 0 -1 4202496 11466 0 1 0 696 3 0 0 20 0 19 0 36411760 9856040960 19269 33554432000 1073741824 1073778376 140734685080496 140734685071632 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23224/statm: 2406260 19269 2263 9 0 2396937 0
[pid=23224/tid=23226] ppid=23221 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/23224/task/23226/stat : 23226 (java) R 23221 23224 22399 0 -1 4202560 2431 0 1 0 624 2 0 0 20 0 19 0 36411761 9856040960 19269 33554432000 1073741824 1073778376 140734685080496 139890862705104 139890725945668 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23224/tid=23227] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23227/stat : 23227 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 19269 33554432000 1073741824 1073778376 140734685080496 139890851769384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23228] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23228/stat : 23228 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 19269 33554432000 1073741824 1073778376 140734685080496 139890850716584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23224/tid=23229] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23229/stat : 23229 (java) S 23221 23224 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 19269 33554432000 1073741824 1073778376 140734685080496 139890849663784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23224/tid=23230] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23230/stat : 23230 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 19269 33554432000 1073741824 1073778376 140734685080496 139890848610984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23224/tid=23231] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23231/stat : 23231 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 19269 33554432000 1073741824 1073778376 140734685080496 139890847558184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23232] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23232/stat : 23232 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 19269 33554432000 1073741824 1073778376 140734685080496 139890846505384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23224/tid=23233] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23233/stat : 23233 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 19269 33554432000 1073741824 1073778376 140734685080496 139890845452584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23234] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23234/stat : 23234 (java) S 23221 23224 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 19269 33554432000 1073741824 1073778376 140734685080496 139890844399784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23235] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23235/stat : 23235 (java) S 23221 23224 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36411762 9856040960 19269 33554432000 1073741824 1073778376 140734685080496 139890686766056 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23236] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23236/stat : 23236 (java) S 23221 23224 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36411763 9856040960 19269 33554432000 1073741824 1073778376 140734685080496 139890685712120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23237] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23237/stat : 23237 (java) S 23221 23224 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411763 9856040960 19269 33554432000 1073741824 1073778376 140734685080496 139890684659208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23238] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23238/stat : 23238 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411765 9856040960 19269 33554432000 1073741824 1073778376 140734685080496 139890683607696 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23239] ppid=23221 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/23224/task/23239/stat : 23239 (java) S 23221 23224 22399 0 -1 4202560 5413 0 0 0 41 0 0 0 20 0 19 0 36411765 9856040960 19269 33554432000 1073741824 1073778376 140734685080496 139890682554808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23240] ppid=23221 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/23224/task/23240/stat : 23240 (java) S 23221 23224 22399 0 -1 4202560 2348 0 0 0 26 0 0 0 20 0 19 0 36411765 9856040960 19269 33554432000 1073741824 1073778376 140734685080496 139890681502008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23224/tid=23241] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23241/stat : 23241 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411765 9856040960 19269 33554432000 1073741824 1073778376 140734685080496 139890680449400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23224/tid=23242] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23242/stat : 23242 (java) S 23221 23224 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36411765 9856040960 19269 33554432000 1073741824 1073778376 140734685080496 139890679396808 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23243] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23243/stat : 23243 (java) S 23221 23224 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411776 9856040960 19269 33554432000 1073741824 1073778376 140734685080496 139890678343336 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.99
Current children cumulated vsize (KiB) 9625040


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

[pid=23224/tid=23236] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23236/stat : 23236 (java) S 23221 23224 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36411763 9856040960 22853 33554432000 1073741824 1073778376 140734685080496 139890685712120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23237] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23237/stat : 23237 (java) S 23221 23224 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411763 9856040960 22853 33554432000 1073741824 1073778376 140734685080496 139890684659208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23238] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23238/stat : 23238 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411765 9856040960 22853 33554432000 1073741824 1073778376 140734685080496 139890683607696 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23239] ppid=23221 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/23224/task/23239/stat : 23239 (java) S 23221 23224 22399 0 -1 4202560 5413 0 0 0 43 0 0 0 20 0 19 0 36411765 9856040960 22853 33554432000 1073741824 1073778376 140734685080496 139890682554808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23240] ppid=23221 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/23224/task/23240/stat : 23240 (java) S 23221 23224 22399 0 -1 4202560 2348 0 0 0 26 0 0 0 20 0 19 0 36411765 9856040960 22853 33554432000 1073741824 1073778376 140734685080496 139890681502008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23224/tid=23241] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23241/stat : 23241 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411765 9856040960 22853 33554432000 1073741824 1073778376 140734685080496 139890680449400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23224/tid=23242] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23242/stat : 23242 (java) S 23221 23224 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36411765 9856040960 22853 33554432000 1073741824 1073778376 140734685080496 139890679396808 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23243] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23243/stat : 23243 (java) S 23221 23224 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411776 9856040960 22853 33554432000 1073741824 1073778376 140734685080496 139890678343336 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.51
Current children cumulated vsize (KiB) 9625040

[startup+9.2007 s]
/proc/loadavg: 2.56 2.31 1.96 3/215 23243
/proc/meminfo: memFree=29826520/32872528 swapFree=1482636/1662508
[pid=23224] ppid=23221 vsize=9625040 CPUtime=9.91 cores=1,3,5,7
/proc/23224/stat : 23224 (java) S 23221 23224 22399 0 -1 4202496 11475 0 1 0 987 4 0 0 20 0 19 0 36411760 9856040960 23877 33554432000 1073741824 1073778376 140734685080496 140734685071632 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23224/statm: 2406260 23877 2263 9 0 2396937 0
[pid=23224/tid=23226] ppid=23221 vsize=9625040 CPUtime=9.15 cores=1,3,5,7
/proc/23224/task/23226/stat : 23226 (java) R 23221 23224 22399 0 -1 4202560 2440 0 1 0 913 2 0 0 20 0 19 0 36411761 9856040960 23877 33554432000 1073741824 1073778376 140734685080496 139890862698800 139890726004127 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23224/tid=23227] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23227/stat : 23227 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 23877 33554432000 1073741824 1073778376 140734685080496 139890851769384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23228] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23228/stat : 23228 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 23877 33554432000 1073741824 1073778376 140734685080496 139890850716584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23224/tid=23229] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23229/stat : 23229 (java) S 23221 23224 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 23877 33554432000 1073741824 1073778376 140734685080496 139890849663784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23224/tid=23230] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23230/stat : 23230 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 23877 33554432000 1073741824 1073778376 140734685080496 139890848610984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23224/tid=23231] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23231/stat : 23231 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 23877 33554432000 1073741824 1073778376 140734685080496 139890847558184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23232] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23232/stat : 23232 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 23877 33554432000 1073741824 1073778376 140734685080496 139890846505384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23224/tid=23233] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23233/stat : 23233 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 23877 33554432000 1073741824 1073778376 140734685080496 139890845452584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23234] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23234/stat : 23234 (java) S 23221 23224 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 23877 33554432000 1073741824 1073778376 140734685080496 139890844399784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23235] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23235/stat : 23235 (java) S 23221 23224 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36411762 9856040960 23877 33554432000 1073741824 1073778376 140734685080496 139890686766056 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23236] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23236/stat : 23236 (java) S 23221 23224 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36411763 9856040960 23877 33554432000 1073741824 1073778376 140734685080496 139890685712120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23237] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23237/stat : 23237 (java) S 23221 23224 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411763 9856040960 23877 33554432000 1073741824 1073778376 140734685080496 139890684659208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23238] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23238/stat : 23238 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411765 9856040960 23877 33554432000 1073741824 1073778376 140734685080496 139890683607696 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23239] ppid=23221 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/23224/task/23239/stat : 23239 (java) S 23221 23224 22399 0 -1 4202560 5413 0 0 0 43 0 0 0 20 0 19 0 36411765 9856040960 23877 33554432000 1073741824 1073778376 140734685080496 139890682554808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23240] ppid=23221 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/23224/task/23240/stat : 23240 (java) S 23221 23224 22399 0 -1 4202560 2348 0 0 0 26 0 0 0 20 0 19 0 36411765 9856040960 23877 33554432000 1073741824 1073778376 140734685080496 139890681502008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23224/tid=23241] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23241/stat : 23241 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411765 9856040960 23877 33554432000 1073741824 1073778376 140734685080496 139890680449400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23224/tid=23242] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23242/stat : 23242 (java) S 23221 23224 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36411765 9856040960 23877 33554432000 1073741824 1073778376 140734685080496 139890679396808 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23243] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23243/stat : 23243 (java) S 23221 23224 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411776 9856040960 23877 33554432000 1073741824 1073778376 140734685080496 139890678343336 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.91
Current children cumulated vsize (KiB) 9625040

[startup+9.60075 s]
/proc/loadavg: 2.56 2.31 1.96 3/215 23243
/proc/meminfo: memFree=29826520/32872528 swapFree=1482636/1662508
[pid=23224] ppid=23221 vsize=9625040 CPUtime=10.31 cores=1,3,5,7
/proc/23224/stat : 23224 (java) S 23221 23224 22399 0 -1 4202496 11476 0 1 0 1027 4 0 0 20 0 19 0 36411760 9856040960 24389 33554432000 1073741824 1073778376 140734685080496 140734685071632 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23224/statm: 2406260 24389 2263 9 0 2396937 0
[pid=23224/tid=23226] ppid=23221 vsize=9625040 CPUtime=9.55 cores=1,3,5,7
/proc/23224/task/23226/stat : 23226 (java) R 23221 23224 22399 0 -1 4202560 2441 0 1 0 953 2 0 0 20 0 19 0 36411761 9856040960 24389 33554432000 1073741824 1073778376 140734685080496 139890862698800 139890726004090 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23224/tid=23227] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23227/stat : 23227 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 24389 33554432000 1073741824 1073778376 140734685080496 139890851769384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23228] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23228/stat : 23228 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 24389 33554432000 1073741824 1073778376 140734685080496 139890850716584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23224/tid=23229] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23229/stat : 23229 (java) S 23221 23224 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 24389 33554432000 1073741824 1073778376 140734685080496 139890849663784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23224/tid=23230] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23230/stat : 23230 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 24389 33554432000 1073741824 1073778376 140734685080496 139890848610984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23224/tid=23231] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23231/stat : 23231 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 24389 33554432000 1073741824 1073778376 140734685080496 139890847558184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23232] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23232/stat : 23232 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 24389 33554432000 1073741824 1073778376 140734685080496 139890846505384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23224/tid=23233] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23233/stat : 23233 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 24389 33554432000 1073741824 1073778376 140734685080496 139890845452584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23234] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23234/stat : 23234 (java) S 23221 23224 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 24389 33554432000 1073741824 1073778376 140734685080496 139890844399784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23235] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23235/stat : 23235 (java) S 23221 23224 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36411762 9856040960 24389 33554432000 1073741824 1073778376 140734685080496 139890686766056 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23236] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23236/stat : 23236 (java) S 23221 23224 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36411763 9856040960 24389 33554432000 1073741824 1073778376 140734685080496 139890685712120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23237] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23237/stat : 23237 (java) S 23221 23224 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411763 9856040960 24389 33554432000 1073741824 1073778376 140734685080496 139890684659208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23238] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23238/stat : 23238 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411765 9856040960 24389 33554432000 1073741824 1073778376 140734685080496 139890683607696 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23239] ppid=23221 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/23224/task/23239/stat : 23239 (java) S 23221 23224 22399 0 -1 4202560 5413 0 0 0 43 0 0 0 20 0 19 0 36411765 9856040960 24389 33554432000 1073741824 1073778376 140734685080496 139890682554808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23240] ppid=23221 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/23224/task/23240/stat : 23240 (java) S 23221 23224 22399 0 -1 4202560 2348 0 0 0 26 0 0 0 20 0 19 0 36411765 9856040960 24389 33554432000 1073741824 1073778376 140734685080496 139890681502008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23224/tid=23241] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23241/stat : 23241 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411765 9856040960 24389 33554432000 1073741824 1073778376 140734685080496 139890680449400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23224/tid=23242] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23242/stat : 23242 (java) S 23221 23224 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36411765 9856040960 24389 33554432000 1073741824 1073778376 140734685080496 139890679396808 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23243] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23243/stat : 23243 (java) S 23221 23224 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411776 9856040960 24389 33554432000 1073741824 1073778376 140734685080496 139890678343336 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 10.31
Current children cumulated vsize (KiB) 9625040

[startup+9.70071 s]
/proc/loadavg: 2.56 2.31 1.96 3/215 23243
/proc/meminfo: memFree=29826520/32872528 swapFree=1482636/1662508
[pid=23224] ppid=23221 vsize=9625040 CPUtime=10.41 cores=1,3,5,7
/proc/23224/stat : 23224 (java) S 23221 23224 22399 0 -1 4202496 11527 0 1 0 1037 4 0 0 20 0 19 0 36411760 9856040960 24929 33554432000 1073741824 1073778376 140734685080496 140734685071632 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23224/statm: 2406260 24929 2263 9 0 2396937 0
[pid=23224/tid=23226] ppid=23221 vsize=9625040 CPUtime=9.65 cores=1,3,5,7
/proc/23224/task/23226/stat : 23226 (java) R 23221 23224 22399 0 -1 4202560 2442 0 1 0 963 2 0 0 20 0 19 0 36411761 9856040960 24929 33554432000 1073741824 1073778376 140734685080496 139890862698800 273909070904 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23224/tid=23227] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23227/stat : 23227 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 24929 33554432000 1073741824 1073778376 140734685080496 139890851769384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23228] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23228/stat : 23228 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 24929 33554432000 1073741824 1073778376 140734685080496 139890850716584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23224/tid=23229] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23229/stat : 23229 (java) S 23221 23224 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 24929 33554432000 1073741824 1073778376 140734685080496 139890849663784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23224/tid=23230] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23230/stat : 23230 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 24929 33554432000 1073741824 1073778376 140734685080496 139890848610984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23224/tid=23231] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23231/stat : 23231 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 24929 33554432000 1073741824 1073778376 140734685080496 139890847558184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23232] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23232/stat : 23232 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 24930 33554432000 1073741824 1073778376 140734685080496 139890846505384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23224/tid=23233] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23233/stat : 23233 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 24930 33554432000 1073741824 1073778376 140734685080496 139890845452584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23234] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23234/stat : 23234 (java) S 23221 23224 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36411761 9856040960 24930 33554432000 1073741824 1073778376 140734685080496 139890844399784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23235] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23235/stat : 23235 (java) S 23221 23224 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36411762 9856040960 24930 33554432000 1073741824 1073778376 140734685080496 139890686766056 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23236] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23236/stat : 23236 (java) S 23221 23224 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36411763 9856040960 24930 33554432000 1073741824 1073778376 140734685080496 139890685712120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23237] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23237/stat : 23237 (java) S 23221 23224 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411763 9856040960 24930 33554432000 1073741824 1073778376 140734685080496 139890684659208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23238] ppid=23221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23238/stat : 23238 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411765 9856040960 24930 33554432000 1073741824 1073778376 140734685080496 139890683607696 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23239] ppid=23221 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/23224/task/23239/stat : 23239 (java) R 23221 23224 22399 0 -1 4202560 5463 0 0 0 43 0 0 0 20 0 19 0 36411765 9856040960 24930 33554432000 1073741824 1073778376 140734685080496 139890682554688 139890865582039 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23240] ppid=23221 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/23224/task/23240/stat : 23240 (java) R 23221 23224 22399 0 -1 4202560 2349 0 0 0 26 0 0 0 20 0 19 0 36411765 9856040960 24930 33554432000 1073741824 1073778376 140734685080496 139890681502008 139890868733776 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23224/tid=23241] ppid=23221 vsize=9626068 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23241/stat : 23241 (java) S 23221 23224 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411765 9857093632 24932 33554432000 1073741824 1073778376 140734685080496 139890680449400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23224/tid=23242] ppid=23221 vsize=9626068 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23242/stat : 23242 (java) S 23221 23224 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 36411765 9857093632 24932 33554432000 1073741824 1073778376 140734685080496 139890679396808 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23224/tid=23243] ppid=23221 vsize=9757140 CPUtime=0 cores=1,3,5,7
/proc/23224/task/23243/stat : 23243 (java) S 23221 23224 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 36411776 9991311360 24932 33554432000 1073741824 1073778376 140734685080496 139890678343336 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 10.41
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23224 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=349426
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=51992
# CPU time returned by wait4() is 10.4014
# while last known CPU time is 10.41
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 9.71597
CPU time (s): 10.41
CPU user time (s): 10.37
CPU system time (s): 0.04
CPU usage (%): 107.143
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.3494
system time used= 0.051992
maximum resident set size= 101960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11621
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 498
involuntary context switches= 81

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.076988 second user time and 0.082987 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-19 15:40:53
IDJOB=4109528
IDBENCH=78840
IDSOLVER=2551
FILE ID=node134/4109528-1466343653
RUNJOBID= node134-1466341813-22416
PBS_JOBID= 19922019
Free space on /tmp= 71720 MiB

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

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

MD5SUM BENCH= 9ad94edd7f8408376c2683ae25697fb9
RANDOM SEED=878720365

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
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.020
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:        29989160 kB
Buffers:          195348 kB
Cached:           264024 kB
SwapCached:         1068 kB
Active:           131060 kB
Inactive:         349068 kB
Active(anon):      21636 kB
Inactive(anon):     1732 kB
Active(file):     109424 kB
Inactive(file):   347336 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100176 kB
Dirty:              1952 kB
Writeback:             0 kB
AnonPages:       1776516 kB
Mapped:            15040 kB
Shmem:                 0 kB
Slab:             606792 kB
SReclaimable:      50056 kB
SUnreclaim:       556736 kB
KernelStack:        1784 kB
PageTables:         7156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2351144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    282624 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= 71720 MiB
End job on node134 at 2016-06-19 15:41:03