Trace number 4109589

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 Res+CP PB16OPTIMUM 12.0602 29.7694

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110967729--soft-66-100-0.wbo
MD5SUMf10c85799fe54e7449f67e5a1fd13328
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 benchmark9.13161
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 1318
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4109589-1467321391.wbo
0.09/0.12	c reading problem ... 
0.09/0.18	c ... done. Wall clock time 0.064s.
0.09/0.18	c declared #vars     169
0.09/0.18	c internal #vars     197
0.09/0.18	c #constraints  101
0.09/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.09/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.09/0.19	c 101 constraints processed.
0.09/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 28
0.09/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 50
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21
0.09/0.19	c 101 constraints processed.
0.09/0.19	c objective function length is 28 literals
1.82/0.60	c And the winner is solver0
1.82/0.69	c SATISFIABLE
1.82/0.69	c OPTIMIZING...
1.82/0.69	c Got one! Elapsed wall clock time (in seconds):0.569
1.82/0.69	o 971
2.06/0.71	c And the winner is solver0
2.27/1.19	c Got one! Elapsed wall clock time (in seconds):1.07
2.27/1.19	o 803
2.27/1.20	c And the winner is solver0
2.27/1.69	c Got one! Elapsed wall clock time (in seconds):1.57
2.27/1.69	o 767
2.62/1.80	c cleaning 3176 clauses out of 6359 with flag 5303/6359
2.62/1.89	c And the winner is solver0
2.96/2.19	c Got one! Elapsed wall clock time (in seconds):2.071
2.96/2.19	o 762
2.96/2.19	c And the winner is solver0
2.96/2.69	c Got one! Elapsed wall clock time (in seconds):2.572
2.96/2.69	o 473
2.97/2.76	c cleaning 4152 clauses out of 8316 with flag 5610/11492
3.47/2.90	c And the winner is solver0
3.50/3.19	c Got one! Elapsed wall clock time (in seconds):3.073
3.50/3.19	o 470
3.50/3.20	c And the winner is solver0
3.50/3.69	c Got one! Elapsed wall clock time (in seconds):3.574
3.50/3.69	o 457
3.50/3.70	c And the winner is solver0
3.50/4.19	c Got one! Elapsed wall clock time (in seconds):4.075
3.50/4.19	o 455
3.50/4.20	c And the winner is solver0
3.50/4.70	c Got one! Elapsed wall clock time (in seconds):4.576
3.50/4.70	o 420
3.50/4.71	c And the winner is solver0
3.58/5.20	c Got one! Elapsed wall clock time (in seconds):5.077
3.58/5.20	o 415
3.58/5.21	c And the winner is solver0
3.65/5.70	c Got one! Elapsed wall clock time (in seconds):5.578
3.65/5.70	o 409
3.65/5.71	c And the winner is solver0
3.67/6.20	c Got one! Elapsed wall clock time (in seconds):6.079
3.67/6.20	o 402
3.67/6.21	c And the winner is solver0
3.69/6.70	c Got one! Elapsed wall clock time (in seconds):6.58
3.69/6.70	o 390
3.70/6.71	c And the winner is solver0
3.75/7.20	c Got one! Elapsed wall clock time (in seconds):7.081
3.75/7.20	o 387
3.75/7.21	c And the winner is solver0
3.75/7.70	c Got one! Elapsed wall clock time (in seconds):7.582
3.75/7.70	o 373
3.75/7.71	c And the winner is solver0
3.75/8.20	c Got one! Elapsed wall clock time (in seconds):8.083
3.75/8.20	o 365
3.75/8.23	c And the winner is solver0
3.83/8.70	c Got one! Elapsed wall clock time (in seconds):8.584
3.83/8.70	o 359
3.83/8.71	c And the winner is solver0
3.83/9.20	c Got one! Elapsed wall clock time (in seconds):9.084
3.83/9.20	o 353
3.83/9.25	c cleaning 6807 clauses out of 13615 with flag 3291/20943
3.83/9.27	c And the winner is solver0
3.99/9.70	c Got one! Elapsed wall clock time (in seconds):9.585
3.99/9.70	o 339
3.99/9.71	c And the winner is solver0
4.01/10.20	c Got one! Elapsed wall clock time (in seconds):10.086
4.01/10.20	o 337
4.01/10.23	c And the winner is solver0
4.08/10.71	c Got one! Elapsed wall clock time (in seconds):10.587
4.08/10.71	o 326
4.08/10.76	c And the winner is solver0
4.20/11.21	c Got one! Elapsed wall clock time (in seconds):11.088
4.20/11.21	o 320
4.20/11.23	c And the winner is solver0
4.27/11.71	c Got one! Elapsed wall clock time (in seconds):11.589
4.27/11.71	o 319
4.27/11.72	c And the winner is solver0
4.31/12.21	c Got one! Elapsed wall clock time (in seconds):12.09
4.31/12.21	o 317
4.31/12.22	c And the winner is solver0
4.35/12.71	c Got one! Elapsed wall clock time (in seconds):12.59
4.35/12.71	o 308
4.35/12.75	c And the winner is solver0
4.47/13.21	c Got one! Elapsed wall clock time (in seconds):13.091
4.47/13.21	o 303
4.47/13.22	c And the winner is solver0
4.52/13.71	c Got one! Elapsed wall clock time (in seconds):13.592
4.52/13.71	o 301
4.52/13.73	c And the winner is solver0
4.58/14.21	c Got one! Elapsed wall clock time (in seconds):14.093
4.58/14.21	o 284
4.58/14.30	c And the winner is solver0
4.79/14.71	c Got one! Elapsed wall clock time (in seconds):14.594
4.79/14.71	o 283
4.79/14.72	c And the winner is solver0
4.79/15.21	c Got one! Elapsed wall clock time (in seconds):15.095
4.79/15.21	o 222
4.79/15.23	c And the winner is solver0
4.86/15.71	c Got one! Elapsed wall clock time (in seconds):15.596
4.86/15.71	o 211
4.86/15.72	c And the winner is solver0
4.86/16.22	c Got one! Elapsed wall clock time (in seconds):16.097
4.86/16.22	o 208
4.86/16.27	c cleaning 8317 clauses out of 16636 with flag 3243/30771
5.05/16.31	c And the winner is solver0
5.12/16.72	c Got one! Elapsed wall clock time (in seconds):16.598
5.12/16.72	o 206
5.12/16.76	c And the winner is solver0
5.25/17.22	c Got one! Elapsed wall clock time (in seconds):17.098
5.25/17.22	o 201
5.25/17.22	c And the winner is solver0
5.25/17.72	c Got one! Elapsed wall clock time (in seconds):17.599
5.25/17.72	o 196
5.25/17.75	c And the winner is solver0
5.32/18.22	c Got one! Elapsed wall clock time (in seconds):18.1
5.32/18.22	o 183
5.32/18.29	c And the winner is solver0
5.52/18.72	c Got one! Elapsed wall clock time (in seconds):18.601
5.52/18.72	o 181
5.52/18.78	c cleaning 7564 clauses out of 15128 with flag 3585/37580
6.01/18.91	c And the winner is solver0
6.21/19.22	c Got one! Elapsed wall clock time (in seconds):19.102
6.21/19.22	o 162
6.21/19.23	c And the winner is solver0
6.23/19.72	c Got one! Elapsed wall clock time (in seconds):19.603
6.23/19.72	o 158
6.23/19.74	c And the winner is solver0
6.31/20.22	c Got one! Elapsed wall clock time (in seconds):20.104
6.31/20.22	o 152
6.31/20.28	c cleaning 6766 clauses out of 13546 with flag 3344/43562
6.49/20.34	c And the winner is solver0
6.93/20.72	c Got one! Elapsed wall clock time (in seconds):20.605
6.93/20.72	o 151
6.93/20.76	c And the winner is solver0
7.02/21.22	c Got one! Elapsed wall clock time (in seconds):21.106
7.02/21.22	o 138
7.17/21.30	c cleaning 6018 clauses out of 12041 with flag 6854/48823
7.17/21.30	c And the winner is solver0
7.18/21.73	c Got one! Elapsed wall clock time (in seconds):21.606
7.18/21.73	o 136
7.18/21.74	c And the winner is solver0
7.23/22.23	c Got one! Elapsed wall clock time (in seconds):22.107
7.23/22.23	o 130
7.37/22.37	c cleaning 5727 clauses out of 11458 with flag 17043/54258
7.57/22.49	c And the winner is solver0
7.78/22.73	c Got one! Elapsed wall clock time (in seconds):22.608
7.78/22.73	o 129
7.78/22.74	c And the winner is solver0
7.82/23.23	c Got one! Elapsed wall clock time (in seconds):23.109
7.82/23.23	o 116
7.82/23.25	c And the winner is solver0
7.88/23.73	c Got one! Elapsed wall clock time (in seconds):23.61
7.88/23.73	o 113
7.88/23.74	c And the winner is solver0
7.93/24.23	c Got one! Elapsed wall clock time (in seconds):24.111
7.93/24.23	o 112
7.93/24.25	c And the winner is solver0
8.01/24.73	c Got one! Elapsed wall clock time (in seconds):24.612
8.01/24.73	o 107
8.01/24.75	c And the winner is solver0
8.09/25.23	c Got one! Elapsed wall clock time (in seconds):25.112
8.09/25.23	o 96
8.09/25.28	c cleaning 6715 clauses out of 13437 with flag 4248/61964
8.43/25.46	c And the winner is solver0
8.56/25.73	c Got one! Elapsed wall clock time (in seconds):25.613
8.56/25.73	o 94
8.69/25.80	c And the winner is solver0
8.76/26.23	c Got one! Elapsed wall clock time (in seconds):26.114
8.76/26.23	o 93
8.89/26.33	c And the winner is solver0
9.08/26.73	c Got one! Elapsed wall clock time (in seconds):26.615
9.08/26.73	o 92
9.08/26.77	c And the winner is solver0
9.17/27.23	c Got one! Elapsed wall clock time (in seconds):27.116
9.17/27.23	o 86
9.30/27.35	c cleaning 10011 clauses out of 20022 with flag 7830/75264
9.73/27.56	c cleaning 7994 clauses out of 16010 with flag 31873/81263
10.34/27.80	c cleaning 7503 clauses out of 15016 with flag 58823/88263
10.54/27.94	c And the winner is solver0
10.65/28.24	c Got one! Elapsed wall clock time (in seconds):28.117
10.65/28.24	o 81
10.65/28.28	c cleaning 6385 clauses out of 12771 with flag 3666/93521
10.65/28.29	c And the winner is solver0
10.77/28.74	c Got one! Elapsed wall clock time (in seconds):28.618
10.77/28.74	o 80
11.09/28.90	c cleaning 5948 clauses out of 11898 with flag 19654/99035
11.52/29.12	c cleaning 5972 clauses out of 11946 with flag 43933/105036
11.72/29.29	c And the winner is solver0
11.97/29.76	c >>>>>>>>>> Solver number 0 (57 answers) <<<<<<<<<<<<<<<<<<
11.97/29.76	c starts		: 181
11.97/29.76	c conflicts		: 110575
11.97/29.76	c decisions		: 176788
11.97/29.76	c propagations		: 2310984
11.97/29.76	c inspects		: 38023203
11.97/29.76	c shortcuts		: 0
11.97/29.76	c learnt literals	: 25
11.97/29.76	c learnt binary clauses	: 141
11.97/29.76	c learnt ternary clauses	: 537
11.97/29.76	c learnt constraints	: 110549
11.97/29.76	c ignored constraints	: 0
11.97/29.76	c root simplifications	: 0
11.97/29.76	c removed literals (reason simplification)	: 1265821
11.97/29.76	c reason swapping (by a shorter reason)	: 0
11.97/29.76	c Calls to reduceDB	: 15
11.97/29.76	c Number of update (reduction) of LBD	: 26794
11.97/29.76	c Imported unit clauses	: 0
11.97/29.76	c number of reductions to clauses (during analyze)	: 0
11.97/29.76	c number of learned constraints concerned by reduction	: 0
11.97/29.76	c number of learning phase by resolution	: 0
11.97/29.76	c number of learning phase by cutting planes	: 0
11.97/29.76	c speed (assignments/second)	: 78155.63597010383
11.97/29.76	c non guided choices	1936
11.97/29.76	c learnt constraints type 
11.97/29.76	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
11.97/29.76	c starts		: 57
11.97/29.76	c conflicts		: 400
11.97/29.76	c decisions		: 4253
11.97/29.76	c propagations		: 20789
11.97/29.76	c inspects		: 597235
11.97/29.76	c shortcuts		: 0
11.97/29.76	c learnt literals	: 0
11.97/29.76	c learnt binary clauses	: 0
11.97/29.76	c learnt ternary clauses	: 0
11.97/29.76	c learnt constraints	: 345
11.97/29.76	c ignored constraints	: 0
11.97/29.76	c root simplifications	: 0
11.97/29.76	c removed literals (reason simplification)	: 0
11.97/29.76	c reason swapping (by a shorter reason)	: 0
11.97/29.76	c Calls to reduceDB	: 0
11.97/29.76	c Number of update (reduction) of LBD	: 0
11.97/29.76	c Imported unit clauses	: 0
11.97/29.76	c number of reductions to clauses (during analyze)	: 0
11.97/29.76	c number of learned constraints concerned by reduction	: 0
11.97/29.76	c number of learning phase by resolution	: 0
11.97/29.76	c number of learning phase by cutting planes	: 0
11.97/29.76	c speed (assignments/second)	: 20381.37254901961
11.97/29.76	c non guided choices	736
11.97/29.76	c learnt constraints type 
11.97/29.76	s OPTIMUM FOUND
11.97/29.76	c Found 56 solution(s)
11.97/29.76	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 
11.97/29.76	c objective function=80
11.97/29.76	c Total wall clock time (in seconds): 29.642

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

pid=1166
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: 0.97 0.98 1.25 2/169 1169
/proc/meminfo: memFree=30053428/32872528 swapFree=1427768/1542232
[pid=1169] ppid=1166 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/1169/stat : 1169 (java) D 1166 1169 15544 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 13100091 9515008 175 33554432000 1073741824 1073778376 140735399754112 140735399736840 266435642256 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/1169/statm: 2323 175 133 9 0 71 0

[startup+0.100157 s]
/proc/loadavg: 0.97 0.98 1.25 2/169 1169
/proc/meminfo: memFree=30053428/32872528 swapFree=1427768/1542232
[pid=1169] ppid=1166 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/1169/stat : 1169 (java) S 1166 1169 15544 0 -1 4202496 4473 0 1 0 8 1 0 0 20 0 18 0 13100091 9787879424 5588 33554432000 1073741824 1073778376 140735197056112 140735197047248 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1169/statm: 2389619 5588 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200319 s]
/proc/loadavg: 0.97 0.98 1.25 2/169 1169
/proc/meminfo: memFree=30053428/32872528 swapFree=1427768/1542232
[pid=1169] ppid=1166 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/1169/stat : 1169 (java) S 1166 1169 15544 0 -1 4202496 4853 0 1 0 22 1 0 0 20 0 22 0 13100091 10060525568 7463 33554432000 1073741824 1073778376 140735197056112 140735197047248 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1169/statm: 2456183 7463 2208 9 0 2446860 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9824732

[startup+0.300224 s]
/proc/loadavg: 0.97 0.98 1.25 2/169 1169
/proc/meminfo: memFree=30053428/32872528 swapFree=1427768/1542232
[pid=1169] ppid=1166 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/1169/stat : 1169 (java) S 1166 1169 15544 0 -1 4202496 7908 0 1 0 59 2 0 0 20 0 22 0 13100091 10060525568 9634 33554432000 1073741824 1073778376 140735197056112 140735197047248 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1169/statm: 2456183 9634 2247 9 0 2446860 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 9824732

[startup+0.700189 s]
/proc/loadavg: 0.97 0.98 1.25 2/169 1169
/proc/meminfo: memFree=30053428/32872528 swapFree=1427768/1542232
[pid=1169] ppid=1166 vsize=9824732 CPUtime=2.06 cores=1,3,5,7
/proc/1169/stat : 1169 (java) S 1166 1169 15544 0 -1 4202496 17406 0 1 0 200 6 0 0 20 0 22 0 13100091 10060525568 18316 33554432000 1073741824 1073778376 140735197056112 140735197047248 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1169/statm: 2456183 18316 2260 9 0 2446860 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 9824732

[startup+1.5008 s]
/proc/loadavg: 1.21 1.03 1.27 1/188 1194
/proc/meminfo: memFree=29982416/32872528 swapFree=1427768/1542232
[pid=1169] ppid=1166 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/1169/stat : 1169 (java) S 1166 1169 15544 0 -1 4202496 17445 0 1 0 219 8 0 0 20 0 19 0 13100091 10060525568 20897 33554432000 1073741824 1073778376 140735197056112 140735197047248 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1169/statm: 2456183 20897 2264 9 0 2446860 0
[pid=1169/tid=1171] ppid=1166 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/1169/task/1171/stat : 1171 (java) S 1166 1169 15544 0 -1 4202560 2460 0 1 0 14 2 0 0 20 0 19 0 13100092 10060525568 20897 33554432000 1073741824 1073778376 140735197056112 140055728059256 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1172] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1172/stat : 1172 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13100093 10060525568 20897 33554432000 1073741824 1073778376 140735197056112 140055666789288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1173] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1173/stat : 1173 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13100093 10060525568 20897 33554432000 1073741824 1073778376 140735197056112 140055665736744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1169/tid=1174] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1174/stat : 1174 (java) S 1166 1169 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13100093 10060525568 20897 33554432000 1073741824 1073778376 140735197056112 140055664683688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1169/tid=1175] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1175/stat : 1175 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13100093 10060525568 20897 33554432000 1073741824 1073778376 140735197056112 140055663631144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1176] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1176/stat : 1176 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13100093 10060525568 20897 33554432000 1073741824 1073778376 140735197056112 140055567612328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1177] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1177/stat : 1177 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13100093 10060525568 20897 33554432000 1073741824 1073778376 140735197056112 140055566559784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1178] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1178/stat : 1178 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13100093 10060525568 20897 33554432000 1073741824 1073778376 140735197056112 140055565506728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1179] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1179/stat : 1179 (java) S 1166 1169 15544 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13100093 10060525568 20897 33554432000 1073741824 1073778376 140735197056112 140055564454184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1180] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1180/stat : 1180 (java) S 1166 1169 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13100094 10060525568 20897 33554432000 1073741824 1073778376 140735197056112 140055552256872 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1181] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1181/stat : 1181 (java) S 1166 1169 15544 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13100095 10060525568 20897 33554432000 1073741824 1073778376 140735197056112 140055551203192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1182] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1182/stat : 1182 (java) S 1166 1169 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13100095 10060525568 20897 33554432000 1073741824 1073778376 140735197056112 140055550150024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1183] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1183/stat : 1183 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13100097 10060525568 20897 33554432000 1073741824 1073778376 140735197056112 140055549098768 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1184] ppid=1166 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/1169/task/1184/stat : 1184 (java) S 1166 1169 15544 0 -1 4202560 7173 0 0 0 56 2 0 0 20 0 19 0 13100097 10060525568 20897 33554432000 1073741824 1073778376 140735197056112 140055548045624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1185] ppid=1166 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/1169/task/1185/stat : 1185 (java) S 1166 1169 15544 0 -1 4202560 6453 0 0 0 59 1 0 0 20 0 19 0 13100097 10060525568 20897 33554432000 1073741824 1073778376 140735197056112 140055546993080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1169/tid=1186] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1186/stat : 1186 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13100097 10060525568 20897 33554432000 1073741824 1073778376 140735197056112 140055545940216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1169/tid=1187] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1187/stat : 1187 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13100097 10060525568 20897 33554432000 1073741824 1073778376 140735197056112 140055544887880 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1190] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1190/stat : 1190 (java) S 1166 1169 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13100110 10060525568 20897 33554432000 1073741824 1073778376 140735197056112 140055541728552 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9824732

[startup+3.10081 s]
/proc/loadavg: 1.21 1.03 1.27 1/188 1203
/proc/meminfo: memFree=29924296/32872528 swapFree=1427768/1542232
[pid=1169] ppid=1166 vsize=9824732 CPUtime=3.5 cores=1,3,5,7
/proc/1169/stat : 1169 (java) S 1166 1169 15544 0 -1 4202496 19297 0 1 0 337 13 0 0 20 0 19 0 13100091 10060525568 44534 33554432000 1073741824 1073778376 140735197056112 140735197047248 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1169/statm: 2456183 44534 2285 9 0 2446860 0
[pid=1169/tid=1171] ppid=1166 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/1169/task/1171/stat : 1171 (java) S 1166 1169 15544 0 -1 4202560 2461 0 1 0 14 2 0 0 20 0 19 0 13100092 10060525568 44534 33554432000 1073741824 1073778376 140735197056112 140055728059256 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1172] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1172/stat : 1172 (java) S 1166 1169 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13100093 10060525568 44534 33554432000 1073741824 1073778376 140735197056112 140055666789288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1173] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1173/stat : 1173 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13100093 10060525568 44534 33554432000 1073741824 1073778376 140735197056112 140055665736744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1169/tid=1174] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1174/stat : 1174 (java) S 1166 1169 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13100093 10060525568 44534 33554432000 1073741824 1073778376 140735197056112 140055664683688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1169/tid=1175] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1175/stat : 1175 (java) S 1166 1169 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13100093 10060525568 44534 33554432000 1073741824 1073778376 140735197056112 140055663631144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1176] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1176/stat : 1176 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13100093 10060525568 44534 33554432000 1073741824 1073778376 140735197056112 140055567612328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1177] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1177/stat : 1177 (java) S 1166 1169 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13100093 10060525568 44534 33554432000 1073741824 1073778376 140735197056112 140055566559784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1169/tid=1178] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1178/stat : 1178 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13100093 10060525568 44534 33554432000 1073741824 1073778376 140735197056112 140055565506728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1179] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1179/stat : 1179 (java) S 1166 1169 15544 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13100093 10060525568 44534 33554432000 1073741824 1073778376 140735197056112 140055564454184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1180] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1180/stat : 1180 (java) S 1166 1169 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13100094 10060525568 44534 33554432000 1073741824 1073778376 140735197056112 140055552256872 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1181] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1181/stat : 1181 (java) S 1166 1169 15544 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13100095 10060525568 44534 33554432000 1073741824 1073778376 140735197056112 140055551203192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1182] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1182/stat : 1182 (java) S 1166 1169 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13100095 10060525568 44534 33554432000 1073741824 1073778376 140735197056112 140055550150024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1183] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1183/stat : 1183 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13100097 10060525568 44534 33554432000 1073741824 1073778376 140735197056112 140055549098768 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1184] ppid=1166 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/1169/task/1184/stat : 1184 (java) S 1166 1169 15544 0 -1 4202560 8756 0 0 0 74 2 0 0 20 0 19 0 13100097 10060525568 44534 33554432000 1073741824 1073778376 140735197056112 140055548045624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1185] ppid=1166 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/1169/task/1185/stat : 1185 (java) S 1166 1169 15544 0 -1 4202560 6625 0 0 0 80 2 0 0 20 0 19 0 13100097 10060525568 44534 33554432000 1073741824 1073778376 140735197056112 140055546993080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1169/tid=1186] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1186/stat : 1186 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13100097 10060525568 44534 33554432000 1073741824 1073778376 140735197056112 140055545940216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1169/tid=1187] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1187/stat : 1187 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13100097 10060525568 44534 33554432000 1073741824 1073778376 140735197056112 140055544887880 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1190] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1190/stat : 1190 (java) S 1166 1169 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13100110 10060525568 44534 33554432000 1073741824 1073778376 140735197056112 140055541728552 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 9824732

[startup+6.30082 s]
/proc/loadavg: 1.20 1.02 1.27 1/188 1221
/proc/meminfo: memFree=29880932/32872528 swapFree=1427768/1542232
[pid=1169] ppid=1166 vsize=9824732 CPUtime=3.69 cores=1,3,5,7
/proc/1169/stat : 1169 (java) S 1166 1169 15544 0 -1 4202496 19368 0 1 0 349 20 0 0 20 0 19 0 13100091 10060525568 44912 33554432000 1073741824 1073778376 140735197056112 140735197047248 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1169/statm: 2456183 44912 2286 9 0 2446860 0
[pid=1169/tid=1171] ppid=1166 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/1169/task/1171/stat : 1171 (java) S 1166 1169 15544 0 -1 4202560 2462 0 1 0 15 2 0 0 20 0 19 0 13100092 10060525568 44912 33554432000 1073741824 1073778376 140735197056112 140055728059256 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1172] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1172/stat : 1172 (java) S 1166 1169 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13100093 10060525568 44912 33554432000 1073741824 1073778376 140735197056112 140055666789288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1173] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1173/stat : 1173 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13100093 10060525568 44912 33554432000 1073741824 1073778376 140735197056112 140055665736744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1169/tid=1174] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1174/stat : 1174 (java) S 1166 1169 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13100093 10060525568 44912 33554432000 1073741824 1073778376 140735197056112 140055664683688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1169/tid=1175] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1175/stat : 1175 (java) S 1166 1169 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13100093 10060525568 44912 33554432000 1073741824 1073778376 140735197056112 140055663631144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1176] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1176/stat : 1176 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13100093 10060525568 44912 33554432000 1073741824 1073778376 140735197056112 140055567612328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1177] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1177/stat : 1177 (java) S 1166 1169 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13100093 10060525568 44912 33554432000 1073741824 1073778376 140735197056112 140055566559784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1169/tid=1178] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1178/stat : 1178 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13100093 10060525568 44912 33554432000 1073741824 1073778376 140735197056112 140055565506728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1179] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1179/stat : 1179 (java) S 1166 1169 15544 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13100093 10060525568 44912 33554432000 1073741824 1073778376 140735197056112 140055564454184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1180] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1180/stat : 1180 (java) S 1166 1169 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13100094 10060525568 44912 33554432000 1073741824 1073778376 140735197056112 140055552256872 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1169/tid=1181] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1181/stat : 1181 (java) S 1166 1169 15544 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13100095 10060525568 44912 33554432000 1073741824 1073778376 140735197056112 140055551203192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1182] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1182/stat : 1182 (java) S 1166 1169 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13100095 10060525568 44912 33554432000 1073741824 1073778376 140735197056112 140055550150024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1183] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1183/stat : 1183 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13100097 10060525568 44912 33554432000 1073741824 1073778376 140735197056112 140055549098768 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1184] ppid=1166 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/1169/task/1184/stat : 1184 (java) S 1166 1169 15544 0 -1 4202560 8762 0 0 0 75 3 0 0 20 0 19 0 13100097 10060525568 44912 33554432000 1073741824 1073778376 140735197056112 140055548045624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1185] ppid=1166 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/1169/task/1185/stat : 1185 (java) S 1166 1169 15544 0 -1 4202560 6625 0 0 0 80 2 0 0 20 0 19 0 13100097 10060525568 44912 33554432000 1073741824 1073778376 140735197056112 140055546993080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1169/tid=1186] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1186/stat : 1186 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13100097 10060525568 44912 33554432000 1073741824 1073778376 140735197056112 140055545940216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1169/tid=1187] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1187/stat : 1187 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13100097 10060525568 44912 33554432000 1073741824 1073778376 140735197056112 140055544887880 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1190] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1190/stat : 1190 (java) S 1166 1169 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13100110 10060525568 44912 33554432000 1073741824 1073778376 140735197056112 140055541728552 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 9824732
heavy processes:

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

[pid=1169/tid=1174] ppid=1166 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1169/task/1174/stat : 1174 (java) S 1166 1169 15544 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 13100093 10060525568 50704 33554432000 1073741824 1073778376 140735197056112 140055664683688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1169/tid=1175] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1175/stat : 1175 (java) S 1166 1169 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13100093 10060525568 50704 33554432000 1073741824 1073778376 140735197056112 140055663631144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1176] ppid=1166 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1169/task/1176/stat : 1176 (java) S 1166 1169 15544 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 13100093 10060525568 50704 33554432000 1073741824 1073778376 140735197056112 140055567612328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1177] ppid=1166 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1169/task/1177/stat : 1177 (java) S 1166 1169 15544 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 13100093 10060525568 50704 33554432000 1073741824 1073778376 140735197056112 140055566559784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1169/tid=1178] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1178/stat : 1178 (java) S 1166 1169 15544 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13100093 10060525568 50704 33554432000 1073741824 1073778376 140735197056112 140055565506728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1179] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1179/stat : 1179 (java) S 1166 1169 15544 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 13100093 10060525568 50704 33554432000 1073741824 1073778376 140735197056112 140055564454184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1180] ppid=1166 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/1169/task/1180/stat : 1180 (java) S 1166 1169 15544 0 -1 4202560 11 0 0 0 1 4 0 0 20 0 22 0 13100094 10060525568 50704 33554432000 1073741824 1073778376 140735197056112 140055552256872 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1181] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1181/stat : 1181 (java) S 1166 1169 15544 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13100095 10060525568 50704 33554432000 1073741824 1073778376 140735197056112 140055551203192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1182] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1182/stat : 1182 (java) S 1166 1169 15544 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 22 0 13100095 10060525568 50704 33554432000 1073741824 1073778376 140735197056112 140055550150024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1169/tid=1183] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1183/stat : 1183 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13100097 10060525568 50704 33554432000 1073741824 1073778376 140735197056112 140055549098768 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1184] ppid=1166 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/1169/task/1184/stat : 1184 (java) S 1166 1169 15544 0 -1 4202560 8772 0 0 0 78 3 0 0 20 0 22 0 13100097 10060525568 50704 33554432000 1073741824 1073778376 140735197056112 140055548045624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1185] ppid=1166 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/1169/task/1185/stat : 1185 (java) S 1166 1169 15544 0 -1 4202560 14425 0 0 0 155 3 0 0 20 0 22 0 13100097 10060525568 50704 33554432000 1073741824 1073778376 140735197056112 140055546993080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1186] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1186/stat : 1186 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13100097 10060525568 50704 33554432000 1073741824 1073778376 140735197056112 140055545940216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1169/tid=1187] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1187/stat : 1187 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13100097 10060525568 50704 33554432000 1073741824 1073778376 140735197056112 140055544887880 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1190] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1190/stat : 1190 (java) S 1166 1169 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13100110 10060525568 50704 33554432000 1073741824 1073778376 140735197056112 140055541728552 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 10.89
Current children cumulated vsize (KiB) 9824732

[startup+29.2009 s]
/proc/loadavg: 1.31 1.06 1.27 1/188 1365
/proc/meminfo: memFree=29858152/32872528 swapFree=1427768/1542232
[pid=1169] ppid=1166 vsize=9824732 CPUtime=11.72 cores=1,3,5,7
/proc/1169/stat : 1169 (java) S 1166 1169 15544 0 -1 4202496 27680 0 1 0 1072 100 0 0 20 0 22 0 13100091 10060525568 50068 33554432000 1073741824 1073778376 140735197056112 140735197047248 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1169/statm: 2456183 50068 2287 9 0 2446860 0
[pid=1169/tid=1171] ppid=1166 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/1169/task/1171/stat : 1171 (java) S 1166 1169 15544 0 -1 4202560 2462 0 1 0 18 2 0 0 20 0 22 0 13100092 10060525568 50068 33554432000 1073741824 1073778376 140735197056112 140055728059256 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1172] ppid=1166 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1169/task/1172/stat : 1172 (java) S 1166 1169 15544 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 13100093 10060525568 50068 33554432000 1073741824 1073778376 140735197056112 140055666789288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1173] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1173/stat : 1173 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13100093 10060525568 50068 33554432000 1073741824 1073778376 140735197056112 140055665736744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1174] ppid=1166 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1169/task/1174/stat : 1174 (java) S 1166 1169 15544 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 13100093 10060525568 50068 33554432000 1073741824 1073778376 140735197056112 140055664683688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1169/tid=1175] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1175/stat : 1175 (java) S 1166 1169 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13100093 10060525568 50068 33554432000 1073741824 1073778376 140735197056112 140055663631144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1176] ppid=1166 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1169/task/1176/stat : 1176 (java) S 1166 1169 15544 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 13100093 10060525568 50068 33554432000 1073741824 1073778376 140735197056112 140055567612328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1177] ppid=1166 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/1169/task/1177/stat : 1177 (java) S 1166 1169 15544 0 -1 4202560 38 0 0 0 2 0 0 0 20 0 22 0 13100093 10060525568 50068 33554432000 1073741824 1073778376 140735197056112 140055566559784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1169/tid=1178] ppid=1166 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1169/task/1178/stat : 1178 (java) S 1166 1169 15544 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 13100093 10060525568 50068 33554432000 1073741824 1073778376 140735197056112 140055565506728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1179] ppid=1166 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1169/task/1179/stat : 1179 (java) S 1166 1169 15544 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 22 0 13100093 10060525568 50068 33554432000 1073741824 1073778376 140735197056112 140055564454184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1180] ppid=1166 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/1169/task/1180/stat : 1180 (java) S 1166 1169 15544 0 -1 4202560 11 0 0 0 1 5 0 0 20 0 22 0 13100094 10060525568 50068 33554432000 1073741824 1073778376 140735197056112 140055552256872 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1181] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1181/stat : 1181 (java) S 1166 1169 15544 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13100095 10060525568 50068 33554432000 1073741824 1073778376 140735197056112 140055551203192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1182] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1182/stat : 1182 (java) S 1166 1169 15544 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 22 0 13100095 10060525568 50068 33554432000 1073741824 1073778376 140735197056112 140055550150024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1169/tid=1183] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1183/stat : 1183 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13100097 10060525568 50068 33554432000 1073741824 1073778376 140735197056112 140055549098768 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1184] ppid=1166 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/1169/task/1184/stat : 1184 (java) S 1166 1169 15544 0 -1 4202560 8772 0 0 0 79 3 0 0 20 0 22 0 13100097 10060525568 50068 33554432000 1073741824 1073778376 140735197056112 140055548045624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1185] ppid=1166 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/1169/task/1185/stat : 1185 (java) S 1166 1169 15544 0 -1 4202560 14425 0 0 0 156 3 0 0 20 0 22 0 13100097 10060525568 50068 33554432000 1073741824 1073778376 140735197056112 140055546993080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1169/tid=1186] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1186/stat : 1186 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13100097 10060525568 50068 33554432000 1073741824 1073778376 140735197056112 140055545940216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1169/tid=1187] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1187/stat : 1187 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13100097 10060525568 50068 33554432000 1073741824 1073778376 140735197056112 140055544887880 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1190] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1190/stat : 1190 (java) S 1166 1169 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13100110 10060525568 50068 33554432000 1073741824 1073778376 140735197056112 140055541728552 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 11.72
Current children cumulated vsize (KiB) 9824732

[startup+29.6008 s]
/proc/loadavg: 1.31 1.06 1.27 1/188 1365
/proc/meminfo: memFree=29858152/32872528 swapFree=1427768/1542232
[pid=1169] ppid=1166 vsize=9824732 CPUtime=11.97 cores=1,3,5,7
/proc/1169/stat : 1169 (java) S 1166 1169 15544 0 -1 4202496 27680 0 1 0 1095 102 0 0 20 0 19 0 13100091 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140735197047248 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1169/statm: 2456183 50059 2287 9 0 2446860 0
[pid=1169/tid=1171] ppid=1166 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/1169/task/1171/stat : 1171 (java) S 1166 1169 15544 0 -1 4202560 2462 0 1 0 18 2 0 0 20 0 19 0 13100092 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055728059256 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1172] ppid=1166 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1169/task/1172/stat : 1172 (java) S 1166 1169 15544 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 13100093 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055666789288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1173] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1173/stat : 1173 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13100093 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055665736744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1174] ppid=1166 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1169/task/1174/stat : 1174 (java) S 1166 1169 15544 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 13100093 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055664683688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1169/tid=1175] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1175/stat : 1175 (java) S 1166 1169 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13100093 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055663631144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1176] ppid=1166 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1169/task/1176/stat : 1176 (java) S 1166 1169 15544 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 13100093 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055567612328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1177] ppid=1166 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/1169/task/1177/stat : 1177 (java) S 1166 1169 15544 0 -1 4202560 38 0 0 0 2 0 0 0 20 0 19 0 13100093 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055566559784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1169/tid=1178] ppid=1166 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1169/task/1178/stat : 1178 (java) S 1166 1169 15544 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 13100093 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055565506728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1179] ppid=1166 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1169/task/1179/stat : 1179 (java) S 1166 1169 15544 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 19 0 13100093 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055564454184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1180] ppid=1166 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/1169/task/1180/stat : 1180 (java) S 1166 1169 15544 0 -1 4202560 11 0 0 0 1 5 0 0 20 0 19 0 13100094 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055552256872 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1181] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1181/stat : 1181 (java) S 1166 1169 15544 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13100095 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055551203192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1182] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1182/stat : 1182 (java) S 1166 1169 15544 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 19 0 13100095 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055550150024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1169/tid=1183] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1183/stat : 1183 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13100097 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055549098768 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1184] ppid=1166 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/1169/task/1184/stat : 1184 (java) S 1166 1169 15544 0 -1 4202560 8772 0 0 0 80 3 0 0 20 0 19 0 13100097 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055548045624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1185] ppid=1166 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/1169/task/1185/stat : 1185 (java) S 1166 1169 15544 0 -1 4202560 14425 0 0 0 156 3 0 0 20 0 19 0 13100097 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055546993080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1169/tid=1186] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1186/stat : 1186 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13100097 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055545940216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1169/tid=1187] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1187/stat : 1187 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13100097 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055544887880 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1190] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1190/stat : 1190 (java) S 1166 1169 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13100110 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055541728552 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 11.97
Current children cumulated vsize (KiB) 9824732

[startup+29.7008 s]
/proc/loadavg: 1.31 1.06 1.27 1/188 1368
/proc/meminfo: memFree=29860756/32872528 swapFree=1427768/1542232
[pid=1169] ppid=1166 vsize=9824732 CPUtime=11.97 cores=1,3,5,7
/proc/1169/stat : 1169 (java) S 1166 1169 15544 0 -1 4202496 27680 0 1 0 1095 102 0 0 20 0 19 0 13100091 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140735197047248 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1169/statm: 2456183 50059 2287 9 0 2446860 0
[pid=1169/tid=1171] ppid=1166 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/1169/task/1171/stat : 1171 (java) S 1166 1169 15544 0 -1 4202560 2462 0 1 0 18 2 0 0 20 0 19 0 13100092 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055728059256 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1172] ppid=1166 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1169/task/1172/stat : 1172 (java) S 1166 1169 15544 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 13100093 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055666789288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1173] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1173/stat : 1173 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13100093 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055665736744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1174] ppid=1166 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1169/task/1174/stat : 1174 (java) S 1166 1169 15544 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 13100093 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055664683688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1169/tid=1175] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1175/stat : 1175 (java) S 1166 1169 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13100093 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055663631144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1176] ppid=1166 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1169/task/1176/stat : 1176 (java) S 1166 1169 15544 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 13100093 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055567612328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1177] ppid=1166 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/1169/task/1177/stat : 1177 (java) S 1166 1169 15544 0 -1 4202560 38 0 0 0 2 0 0 0 20 0 19 0 13100093 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055566559784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1169/tid=1178] ppid=1166 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1169/task/1178/stat : 1178 (java) S 1166 1169 15544 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 13100093 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055565506728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1179] ppid=1166 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1169/task/1179/stat : 1179 (java) S 1166 1169 15544 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 19 0 13100093 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055564454184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1180] ppid=1166 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/1169/task/1180/stat : 1180 (java) S 1166 1169 15544 0 -1 4202560 11 0 0 0 1 5 0 0 20 0 19 0 13100094 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055552256872 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1181] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1181/stat : 1181 (java) S 1166 1169 15544 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13100095 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055551203192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1182] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1182/stat : 1182 (java) S 1166 1169 15544 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 19 0 13100095 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055550150024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1169/tid=1183] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1183/stat : 1183 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13100097 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055549098768 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1184] ppid=1166 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/1169/task/1184/stat : 1184 (java) S 1166 1169 15544 0 -1 4202560 8772 0 0 0 80 3 0 0 20 0 19 0 13100097 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055548045624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1169/tid=1185] ppid=1166 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/1169/task/1185/stat : 1185 (java) S 1166 1169 15544 0 -1 4202560 14425 0 0 0 156 3 0 0 20 0 19 0 13100097 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055546993080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1169/tid=1186] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1186/stat : 1186 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13100097 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055545940216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1169/tid=1187] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1187/stat : 1187 (java) S 1166 1169 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13100097 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055544887880 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1169/tid=1190] ppid=1166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1169/task/1190/stat : 1190 (java) S 1166 1169 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13100110 10060525568 50059 33554432000 1073741824 1073778376 140735197056112 140055541728552 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 11.97
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 29.7694
CPU time (s): 12.0602
CPU user time (s): 10.9493
CPU system time (s): 1.11083
CPU usage (%): 40.5119
Max. virtual memory (cumulated for all children) (KiB): 9826356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.9493
system time used= 1.11083
maximum resident set size= 209120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27693
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= 2601
involuntary context switches= 604

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.210967 second user time and 0.26296 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-30 23:16:31
IDJOB=4109589
IDBENCH=78861
IDSOLVER=2552
FILE ID=node116/4109589-1467321391
RUNJOBID= node116-1467319279-29205
PBS_JOBID= 20005287
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110967729--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109589-1467321391/watcher-4109589-1467321391 -o /tmp/evaluation-result-4109589-1467321391/solver-4109589-1467321391 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1467319279-29205 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109589-1467321391.wbo

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

MD5SUM BENCH= f10c85799fe54e7449f67e5a1fd13328
RANDOM SEED=1215638394

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.426
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	: 5332.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.426
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:        30054336 kB
Buffers:           71664 kB
Cached:           436400 kB
SwapCached:            0 kB
Active:           180064 kB
Inactive:         344548 kB
Active(anon):       5704 kB
Inactive(anon):    13296 kB
Active(file):     174360 kB
Inactive(file):   331252 kB
Unevictable:     1542232 kB
Mlocked:         1427768 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               512 kB
Writeback:             0 kB
AnonPages:       1558320 kB
Mapped:            13916 kB
Shmem:               204 kB
Slab:             620628 kB
SReclaimable:      64792 kB
SUnreclaim:       555836 kB
KernelStack:        1376 kB
PageTables:         6388 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1643036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 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= 71724 MiB
End job on node116 at 2016-06-30 23:17:00