Trace number 4092294

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 PB16MSAT (TO) 1800.47 1809.75

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110971363--soft-0-100-0.wbo
MD5SUM4e22340b84333f0476155fff0e8b142d
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark8.88965
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1228
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@5d764be1
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@9f436f5
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@4413ee
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@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4092294-1466083130.wbo
0.09/0.12	c reading problem ... 
0.09/0.18	c ... done. Wall clock time 0.065s.
0.09/0.18	c declared #vars     169
0.09/0.18	c internal #vars     270
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 => 30
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
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.OriginalHTClausePB => 30
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.09/0.19	c 101 constraints processed.
0.09/0.19	c objective function length is 101 literals
1.42/0.52	c And the winner is solver0
1.68/0.69	c SATISFIABLE
1.68/0.69	c OPTIMIZING...
1.68/0.69	c Got one! Elapsed wall clock time (in seconds):0.57
1.68/0.69	o 418
1.88/0.70	c And the winner is solver0
1.89/1.19	c Got one! Elapsed wall clock time (in seconds):1.071
1.89/1.19	o 408
1.89/1.20	c And the winner is solver0
1.95/1.69	c Got one! Elapsed wall clock time (in seconds):1.573
1.95/1.69	o 404
1.96/1.70	c And the winner is solver0
1.96/2.19	c Got one! Elapsed wall clock time (in seconds):2.074
1.96/2.19	o 394
1.96/2.20	c And the winner is solver0
1.98/2.69	c Got one! Elapsed wall clock time (in seconds):2.576
1.98/2.69	o 381
1.99/2.70	c And the winner is solver0
1.99/3.20	c Got one! Elapsed wall clock time (in seconds):3.077
1.99/3.20	o 371
2.01/3.20	c And the winner is solver0
2.05/3.70	c Got one! Elapsed wall clock time (in seconds):3.578
2.05/3.70	o 370
2.05/3.70	c And the winner is solver0
2.08/4.20	c Got one! Elapsed wall clock time (in seconds):4.08
2.08/4.20	o 303
2.08/4.20	c And the winner is solver0
2.09/4.70	c Got one! Elapsed wall clock time (in seconds):4.581
2.09/4.70	o 299
2.09/4.71	c And the winner is solver0
2.13/5.20	c Got one! Elapsed wall clock time (in seconds):5.082
2.13/5.20	o 272
2.87/5.41	c And the winner is solver0
2.93/5.70	c Got one! Elapsed wall clock time (in seconds):5.583
2.93/5.70	o 261
2.93/5.75	c And the winner is solver0
3.22/6.20	c Got one! Elapsed wall clock time (in seconds):6.085
3.22/6.20	o 255
3.22/6.22	c And the winner is solver0
3.42/6.70	c Got one! Elapsed wall clock time (in seconds):6.586
3.42/6.70	o 253
3.42/6.71	c And the winner is solver0
3.44/7.21	c Got one! Elapsed wall clock time (in seconds):7.088
3.44/7.21	o 251
3.44/7.21	c And the winner is solver0
3.44/7.71	c Got one! Elapsed wall clock time (in seconds):7.589
3.44/7.71	o 248
3.44/7.72	c And the winner is solver0
3.48/8.21	c Got one! Elapsed wall clock time (in seconds):8.09
3.48/8.21	o 237
3.48/8.22	c And the winner is solver0
3.53/8.71	c Got one! Elapsed wall clock time (in seconds):8.591
3.53/8.71	o 235
3.53/8.72	c And the winner is solver0
3.55/9.21	c Got one! Elapsed wall clock time (in seconds):9.092
3.55/9.21	o 234
3.55/9.24	c And the winner is solver0
3.65/9.71	c Got one! Elapsed wall clock time (in seconds):9.593
3.65/9.71	o 221
3.65/9.73	c And the winner is solver0
3.69/10.21	c Got one! Elapsed wall clock time (in seconds):10.095
3.69/10.21	o 216
3.69/10.23	c And the winner is solver0
3.74/10.72	c Got one! Elapsed wall clock time (in seconds):10.597
3.74/10.72	o 214
3.74/10.72	c And the winner is solver0
3.76/11.22	c Got one! Elapsed wall clock time (in seconds):11.098
3.76/11.22	o 204
3.76/11.25	c And the winner is solver0
3.86/11.72	c Got one! Elapsed wall clock time (in seconds):11.599
3.86/11.72	o 203
3.86/11.72	c And the winner is solver0
3.89/12.22	c Got one! Elapsed wall clock time (in seconds):12.1
3.89/12.22	o 185
4.15/12.31	c cleaning 5600 clauses out of 11200 with flag 3989/11200
4.15/12.33	c And the winner is solver0
4.29/12.72	c Got one! Elapsed wall clock time (in seconds):12.601
4.29/12.72	o 184
4.45/12.84	c And the winner is solver0
4.55/13.22	c Got one! Elapsed wall clock time (in seconds):13.102
4.55/13.22	o 183
4.55/13.23	c And the winner is solver0
4.56/13.72	c Got one! Elapsed wall clock time (in seconds):13.603
4.56/13.72	o 157
4.71/13.83	c And the winner is solver0
4.80/14.22	c Got one! Elapsed wall clock time (in seconds):14.104
4.80/14.22	o 156
4.80/14.24	c And the winner is solver0
4.84/14.72	c Got one! Elapsed wall clock time (in seconds):14.605
4.84/14.72	o 148
4.84/14.76	c And the winner is solver0
4.93/15.23	c Got one! Elapsed wall clock time (in seconds):15.107
4.93/15.23	o 146
4.93/15.29	c cleaning 6276 clauses out of 12564 with flag 3827/18164
5.10/15.38	c And the winner is solver0
5.36/15.73	c Got one! Elapsed wall clock time (in seconds):15.608
5.36/15.73	o 144
5.36/15.74	c And the winner is solver0
5.45/16.23	c Got one! Elapsed wall clock time (in seconds):16.109
5.45/16.23	o 141
5.45/16.25	c And the winner is solver0
5.54/16.73	c Got one! Elapsed wall clock time (in seconds):16.61
5.54/16.73	o 121
5.54/16.78	c And the winner is solver0
5.70/17.23	c Got one! Elapsed wall clock time (in seconds):17.111
5.70/17.23	o 114
6.05/17.48	c And the winner is solver0
6.28/17.73	c Got one! Elapsed wall clock time (in seconds):17.612
6.28/17.73	o 110
6.28/17.78	c And the winner is solver0
6.42/18.23	c Got one! Elapsed wall clock time (in seconds):18.113
6.42/18.23	o 109
6.42/18.27	c And the winner is solver0
6.55/18.73	c Got one! Elapsed wall clock time (in seconds):18.614
6.55/18.73	o 108
6.55/18.76	c And the winner is solver0
6.70/19.23	c Got one! Elapsed wall clock time (in seconds):19.115
6.70/19.23	o 96
6.70/19.27	c And the winner is solver0
6.84/19.73	c Got one! Elapsed wall clock time (in seconds):19.616
6.84/19.73	o 93
6.84/19.75	c And the winner is solver0
7.07/20.24	c Got one! Elapsed wall clock time (in seconds):20.117
7.07/20.24	o 88
7.07/20.25	c And the winner is solver0
7.12/20.74	c Got one! Elapsed wall clock time (in seconds):20.618
7.12/20.74	o 86
7.12/20.76	c And the winner is solver0
7.23/21.24	c Got one! Elapsed wall clock time (in seconds):21.119
7.23/21.24	o 82
7.35/21.37	c cleaning 8673 clauses out of 17345 with flag 3965/29221
7.69/21.45	c And the winner is solver0
8.32/21.74	c Got one! Elapsed wall clock time (in seconds):21.62
8.32/21.74	o 71
8.69/21.97	c cleaning 7094 clauses out of 14194 with flag 16172/34743
9.29/22.23	c And the winner is solver0
9.29/22.29	c Got one! Elapsed wall clock time (in seconds):22.172
9.29/22.29	o 70
9.42/22.31	c And the winner is solver0
9.45/22.79	c Got one! Elapsed wall clock time (in seconds):22.673
9.45/22.79	o 68
9.45/22.83	c And the winner is solver0
9.57/23.29	c Got one! Elapsed wall clock time (in seconds):23.175
9.57/23.29	o 66
9.57/23.38	c And the winner is solver0
9.77/23.80	c Got one! Elapsed wall clock time (in seconds):23.677
9.77/23.80	o 65
9.97/23.91	c And the winner is solver0
10.06/24.30	c Got one! Elapsed wall clock time (in seconds):24.178
10.06/24.30	o 52
10.07/24.37	c And the winner is solver0
10.24/24.80	c Got one! Elapsed wall clock time (in seconds):24.68
10.24/24.80	o 50
10.24/24.82	c And the winner is solver0
10.36/25.30	c Got one! Elapsed wall clock time (in seconds):25.182
10.36/25.30	o 49
10.36/25.39	c And the winner is solver0
10.55/25.80	c Got one! Elapsed wall clock time (in seconds):25.685
10.55/25.80	o 45
10.55/25.88	c cleaning 10208 clauses out of 20415 with flag 3416/48058
11.16/26.17	c cleaning 8104 clauses out of 16208 with flag 22087/54059
11.96/26.53	c cleaning 7552 clauses out of 15103 with flag 45826/61058
12.75/26.92	c cleaning 7771 clauses out of 15552 with flag 72738/69059
13.54/27.39	c cleaning 8385 clauses out of 16781 with flag 109853/78059
14.74/27.98	c cleaning 9197 clauses out of 18395 with flag 152902/88058
15.34/28.28	c And the winner is solver0
15.73/28.51	c Got one! Elapsed wall clock time (in seconds):28.388
15.73/28.51	o 41
16.13/28.75	c And the winner is solver0
16.38/29.01	c Got one! Elapsed wall clock time (in seconds):28.891
16.38/29.01	o 38
16.38/29.09	c cleaning 10143 clauses out of 20288 with flag 4819/99148
16.55/29.10	c And the winner is solver0
16.63/29.51	c Got one! Elapsed wall clock time (in seconds):29.394
16.63/29.51	o 19
16.63/29.52	c And the winner is solver0
216.56/228.81	c Got one! Elapsed wall clock time (in seconds):228.69
216.56/228.81	o 18
216.56/228.85	c And the winner is solver0
1715.93/1727.02	c Got one! Elapsed wall clock time (in seconds):1726.897
1715.93/1727.02	o 15
1716.45/1727.30	c cleaning 7857 clauses out of 15721 with flag 19930/104724
1716.85/1727.53	c cleaning 6924 clauses out of 13865 with flag 41417/110725
1717.45/1727.81	c cleaning 6969 clauses out of 13941 with flag 67226/117725
1718.06/1728.14	c cleaning 7480 clauses out of 14973 with flag 96403/125726
1718.85/1728.51	c cleaning 8235 clauses out of 16491 with flag 131711/134724
1718.85/1728.51	c And the winner is solver0
1733.27/1742.96	c Got one! Elapsed wall clock time (in seconds):1742.841
1733.27/1742.96	o 14
1733.33/1743.06	c And the winner is solver0
1800.06/1809.70	c >>>>>>>>>> Solver number 0 (58 answers) <<<<<<<<<<<<<<<<<<
1800.06/1809.70	c starts		: 131
1800.06/1809.70	c conflicts		: 135322
1800.06/1809.70	c decisions		: 229328
1800.06/1809.70	c propagations		: 3846371
1800.06/1809.70	c inspects		: 72935436
1800.06/1809.70	c shortcuts		: 0
1800.06/1809.70	c learnt literals	: 0
1800.06/1809.70	c learnt binary clauses	: 11
1800.06/1809.70	c learnt ternary clauses	: 323
1800.06/1809.70	c learnt constraints	: 135322
1800.06/1809.70	c ignored constraints	: 0
1800.06/1809.70	c root simplifications	: 0
1800.06/1809.70	c removed literals (reason simplification)	: 82431
1800.06/1809.70	c reason swapping (by a shorter reason)	: 0
1800.06/1809.70	c Calls to reduceDB	: 16
1800.06/1809.70	c Number of update (reduction) of LBD	: 40835
1800.06/1809.70	c Imported unit clauses	: 0
1800.06/1809.70	c number of reductions to clauses (during analyze)	: 0
1800.06/1809.70	c number of learned constraints concerned by reduction	: 0
1800.06/1809.70	c number of learning phase by resolution	: 0
1800.06/1809.70	c number of learning phase by cutting planes	: 0
1800.06/1809.70	c speed (assignments/second)	: 2125.639951544947
1800.06/1809.70	c non guided choices	2741
1800.06/1809.71	c learnt constraints type 
1800.06/1809.71	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 11
1800.06/1809.71	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 8843
1800.06/1809.71	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/1809.71	c starts		: 63
1800.06/1809.71	c conflicts		: 1010
1800.06/1809.71	c decisions		: 10329
1800.06/1809.71	c propagations		: 42393
1800.06/1809.71	c inspects		: 3575843
1800.06/1809.71	c shortcuts		: 0
1800.06/1809.71	c learnt literals	: 0
1800.06/1809.71	c learnt binary clauses	: 0
1800.06/1809.71	c learnt ternary clauses	: 0
1800.06/1809.71	c learnt constraints	: 961
1800.06/1809.71	c ignored constraints	: 0
1800.06/1809.71	c root simplifications	: 0
1800.06/1809.71	c removed literals (reason simplification)	: 0
1800.06/1809.71	c reason swapping (by a shorter reason)	: 0
1800.06/1809.71	c Calls to reduceDB	: 0
1800.06/1809.71	c Number of update (reduction) of LBD	: 0
1800.06/1809.71	c Imported unit clauses	: 0
1800.06/1809.71	c number of reductions to clauses (during analyze)	: 0
1800.06/1809.71	c number of learned constraints concerned by reduction	: 0
1800.06/1809.71	c number of learning phase by resolution	: 0
1800.06/1809.71	c number of learning phase by cutting planes	: 0
1800.06/1809.71	c speed (assignments/second)	: 637.6709134940811
1800.06/1809.71	c non guided choices	1468
1800.06/1809.71	c learnt constraints type 
1800.06/1809.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 961
1800.06/1809.71	s SATISFIABLE
1800.06/1809.71	c Found 57 solution(s)
1800.06/1809.71	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 
1800.06/1809.71	c objective function=14
1800.06/1809.71	c Total wall clock time (in seconds): 1809.594

Verifier Data

OK	14

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-4092294-1466083130/watcher-4092294-1466083130 -o /tmp/evaluation-result-4092294-1466083130/solver-4092294-1466083130 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466074085-13482 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4092294-1466083130.wbo 

pid=19780
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.88 2.06 2.12 3/196 19783
/proc/meminfo: memFree=30989984/32872528 swapFree=162364/176672
[pid=19783] ppid=19780 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/19783/stat : 19783 (java) R 19780 19783 11533 0 -1 4202496 429 0 0 0 0 0 0 0 20 0 1 0 10362896 9445376 97 33554432000 1073741824 1073778376 140734608143984 140734608141112 224913306720 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19783/statm: 2290 87 65 9 0 38 0

[startup+0.10006 s]
/proc/loadavg: 1.88 2.06 2.12 3/196 19783
/proc/meminfo: memFree=30989984/32872528 swapFree=162364/176672
[pid=19783] ppid=19780 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/19783/stat : 19783 (java) S 19780 19783 11533 0 -1 4202496 4385 0 1 0 8 1 0 0 20 0 18 0 10362896 9787879424 6025 33554432000 1073741824 1073778376 140734608143984 140734608135120 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19783/statm: 2389619 6025 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200219 s]
/proc/loadavg: 1.88 2.06 2.12 3/196 19783
/proc/meminfo: memFree=30989984/32872528 swapFree=162364/176672
[pid=19783] ppid=19780 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/19783/stat : 19783 (java) S 19780 19783 11533 0 -1 4202496 4817 0 1 0 23 1 0 0 20 0 22 0 10362896 10060525568 7921 33554432000 1073741824 1073778376 140734608143984 140734608135120 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19783/statm: 2456183 7921 2221 9 0 2446860 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9824732

[startup+0.300211 s]
/proc/loadavg: 1.88 2.06 2.12 3/196 19783
/proc/meminfo: memFree=30989984/32872528 swapFree=162364/176672
[pid=19783] ppid=19780 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/19783/stat : 19783 (java) S 19780 19783 11533 0 -1 4202496 7107 0 1 0 60 2 0 0 20 0 22 0 10362896 10060525568 9814 33554432000 1073741824 1073778376 140734608143984 140734608135120 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19783/statm: 2456183 9814 2245 9 0 2446860 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 9824732

[startup+0.700186 s]
/proc/loadavg: 1.88 2.06 2.12 3/196 19783
/proc/meminfo: memFree=30989984/32872528 swapFree=162364/176672
[pid=19783] ppid=19780 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/19783/stat : 19783 (java) S 19780 19783 11533 0 -1 4202496 14691 0 1 0 183 5 0 0 20 0 22 0 10362896 10060525568 17297 33554432000 1073741824 1073778376 140734608143984 140734608135120 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19783/statm: 2456183 17297 2257 9 0 2446860 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9824732

[startup+1.50076 s]
/proc/loadavg: 1.88 2.06 2.12 2/215 19808
/proc/meminfo: memFree=30926648/32872528 swapFree=162364/176672
[pid=19783] ppid=19780 vsize=9824732 CPUtime=1.95 cores=0,2,4,6
/proc/19783/stat : 19783 (java) S 19780 19783 11533 0 -1 4202496 14703 0 1 0 190 5 0 0 20 0 19 0 10362896 10060525568 18771 33554432000 1073741824 1073778376 140734608143984 140734608135120 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19783/statm: 2456183 18771 2257 9 0 2446860 0
[pid=19783/tid=19785] ppid=19780 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/19783/task/19785/stat : 19785 (java) S 19780 19783 11533 0 -1 4202560 2417 0 1 0 14 2 0 0 20 0 19 0 10362897 10060525568 18771 33554432000 1073741824 1073778376 140734608143984 140585740833656 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19786] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19786/stat : 19786 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10362899 10060525568 18771 33554432000 1073741824 1073778376 140734608143984 140585702324392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19787] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19787/stat : 19787 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10362899 10060525568 18771 33554432000 1073741824 1073778376 140734608143984 140585701271848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19783/tid=19788] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19788/stat : 19788 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10362899 10060525568 18771 33554432000 1073741824 1073778376 140734608143984 140585700219304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19783/tid=19789] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19789/stat : 19789 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10362899 10060525568 18771 33554432000 1073741824 1073778376 140734608143984 140585699166760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19783/tid=19790] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19790/stat : 19790 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10362899 10060525568 18771 33554432000 1073741824 1073778376 140734608143984 140585698114216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19791] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19791/stat : 19791 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10362899 10060525568 18771 33554432000 1073741824 1073778376 140734608143984 140585697061672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19783/tid=19792] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19792/stat : 19792 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10362899 10060525568 18771 33554432000 1073741824 1073778376 140734608143984 140585696009128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19783/tid=19793] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19793/stat : 19793 (java) S 19780 19783 11533 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10362899 10060525568 18771 33554432000 1073741824 1073778376 140734608143984 140585694956584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19794] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19794/stat : 19794 (java) S 19780 19783 11533 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10362900 10060525568 18771 33554432000 1073741824 1073778376 140734608143984 140585564342376 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19795] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19795/stat : 19795 (java) S 19780 19783 11533 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10362900 10060525568 18771 33554432000 1073741824 1073778376 140734608143984 140585563288696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19796] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19796/stat : 19796 (java) S 19780 19783 11533 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10362900 10060525568 18771 33554432000 1073741824 1073778376 140734608143984 140585562236040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19797] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19797/stat : 19797 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10362902 10060525568 18771 33554432000 1073741824 1073778376 140734608143984 140585561184784 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19798] ppid=19780 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/19783/task/19798/stat : 19798 (java) S 19780 19783 11533 0 -1 4202560 5515 0 0 0 52 2 0 0 20 0 19 0 10362902 10060525568 18771 33554432000 1073741824 1073778376 140734608143984 140585560132152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19799] ppid=19780 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/19783/task/19799/stat : 19799 (java) S 19780 19783 11533 0 -1 4202560 5419 0 0 0 55 0 0 0 20 0 19 0 10362902 10060525568 18771 33554432000 1073741824 1073778376 140734608143984 140585559079608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19783/tid=19800] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19800/stat : 19800 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10362903 10060525568 18771 33554432000 1073741824 1073778376 140734608143984 140585558027256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19783/tid=19801] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19801/stat : 19801 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10362903 10060525568 18771 33554432000 1073741824 1073778376 140734608143984 140585556974920 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19804] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19804/stat : 19804 (java) S 19780 19783 11533 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10362916 10060525568 18771 33554432000 1073741824 1073778376 140734608143984 140584411976744 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9824732

############
# WARNING:
# current cumulated CPU time (1.98 s) is less than in the last sample (1.99 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (0.00999999 s) to the 'lost time'.

[startup+2.70077 s]
/proc/loadavg: 1.81 2.05 2.12 4/218 19817
/proc/meminfo: memFree=30911808/32872528 swapFree=162364/176672
[pid=19783] ppid=19780 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/19783/stat : 19783 (java) S 19780 19783 11533 0 -1 4202496 14730 0 1 0 193 6 0 0 20 0 22 0 10362896 10060525568 22362 33554432000 1073741824 1073778376 140734608143984 140734608135120 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19783/statm: 2456183 22362 2260 9 0 2446860 0
[pid=19783/tid=19785] ppid=19780 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/19783/task/19785/stat : 19785 (java) S 19780 19783 11533 0 -1 4202560 2418 0 1 0 15 2 0 0 20 0 22 0 10362897 10060525568 22362 33554432000 1073741824 1073778376 140734608143984 140585740833656 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19786] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19786/stat : 19786 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10362899 10060525568 22362 33554432000 1073741824 1073778376 140734608143984 140585702324392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19787] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19787/stat : 19787 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10362899 10060525568 22362 33554432000 1073741824 1073778376 140734608143984 140585701271848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19783/tid=19788] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19788/stat : 19788 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10362899 10060525568 22362 33554432000 1073741824 1073778376 140734608143984 140585700219304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19783/tid=19789] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19789/stat : 19789 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10362899 10060525568 22362 33554432000 1073741824 1073778376 140734608143984 140585699166760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19783/tid=19790] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19790/stat : 19790 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10362899 10060525568 22362 33554432000 1073741824 1073778376 140734608143984 140585698114216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19791] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19791/stat : 19791 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10362899 10060525568 22362 33554432000 1073741824 1073778376 140734608143984 140585697061672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19783/tid=19792] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19792/stat : 19792 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10362899 10060525568 22362 33554432000 1073741824 1073778376 140734608143984 140585696009128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19783/tid=19793] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19793/stat : 19793 (java) S 19780 19783 11533 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 10362899 10060525568 22362 33554432000 1073741824 1073778376 140734608143984 140585694956584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19794] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19794/stat : 19794 (java) S 19780 19783 11533 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 10362900 10060525568 22362 33554432000 1073741824 1073778376 140734608143984 140585564342376 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19795] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19795/stat : 19795 (java) S 19780 19783 11533 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 10362900 10060525568 22362 33554432000 1073741824 1073778376 140734608143984 140585563288696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19796] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19796/stat : 19796 (java) S 19780 19783 11533 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10362900 10060525568 22362 33554432000 1073741824 1073778376 140734608143984 140585562236040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19797] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19797/stat : 19797 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10362902 10060525568 22362 33554432000 1073741824 1073778376 140734608143984 140585561184784 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19798] ppid=19780 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/19783/task/19798/stat : 19798 (java) S 19780 19783 11533 0 -1 4202560 5515 0 0 0 52 2 0 0 20 0 22 0 10362902 10060525568 22362 33554432000 1073741824 1073778376 140734608143984 140585560132152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19799] ppid=19780 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/19783/task/19799/stat : 19799 (java) S 19780 19783 11533 0 -1 4202560 5422 0 0 0 56 0 0 0 20 0 22 0 10362902 10060525568 22362 33554432000 1073741824 1073778376 140734608143984 140585559079608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19783/tid=19800] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19800/stat : 19800 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10362903 10060525568 22362 33554432000 1073741824 1073778376 140734608143984 140585558027256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19783/tid=19801] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19801/stat : 19801 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10362903 10060525568 22362 33554432000 1073741824 1073778376 140734608143984 140585556974920 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19804] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19804/stat : 19804 (java) S 19780 19783 11533 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10362916 10060525568 22362 33554432000 1073741824 1073778376 140734608143984 140584411976744 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 9824732

[startup+2.80078 s]
/proc/loadavg: 1.81 2.05 2.12 4/218 19817
/proc/meminfo: memFree=30911808/32872528 swapFree=162364/176672
[pid=19783] ppid=19780 vsize=9824732 CPUtime=1.98 cores=0,2,4,6
/proc/19783/stat : 19783 (java) S 19780 19783 11533 0 -1 4202496 14734 0 1 0 192 6 0 0 20 0 19 0 10362896 10060525568 22870 33554432000 1073741824 1073778376 140734608143984 140734608135120 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19783/statm: 2456183 22870 2260 9 0 2446860 0
[pid=19783/tid=19785] ppid=19780 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/19783/task/19785/stat : 19785 (java) S 19780 19783 11533 0 -1 4202560 2418 0 1 0 15 2 0 0 20 0 19 0 10362897 10060525568 22870 33554432000 1073741824 1073778376 140734608143984 140585740833656 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19786] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19786/stat : 19786 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10362899 10060525568 22870 33554432000 1073741824 1073778376 140734608143984 140585702324392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19787] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19787/stat : 19787 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10362899 10060525568 22870 33554432000 1073741824 1073778376 140734608143984 140585701271848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19783/tid=19788] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19788/stat : 19788 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10362899 10060525568 22870 33554432000 1073741824 1073778376 140734608143984 140585700219304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19783/tid=19789] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19789/stat : 19789 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10362899 10060525568 22870 33554432000 1073741824 1073778376 140734608143984 140585699166760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19783/tid=19790] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19790/stat : 19790 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10362899 10060525568 22870 33554432000 1073741824 1073778376 140734608143984 140585698114216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19791] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19791/stat : 19791 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10362899 10060525568 22870 33554432000 1073741824 1073778376 140734608143984 140585697061672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19783/tid=19792] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19792/stat : 19792 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10362899 10060525568 22870 33554432000 1073741824 1073778376 140734608143984 140585696009128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19783/tid=19793] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19793/stat : 19793 (java) S 19780 19783 11533 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10362899 10060525568 22870 33554432000 1073741824 1073778376 140734608143984 140585694956584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19794] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19794/stat : 19794 (java) S 19780 19783 11533 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10362900 10060525568 22870 33554432000 1073741824 1073778376 140734608143984 140585564342376 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19795] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19795/stat : 19795 (java) S 19780 19783 11533 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10362900 10060525568 22870 33554432000 1073741824 1073778376 140734608143984 140585563288696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19796] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19796/stat : 19796 (java) S 19780 19783 11533 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10362900 10060525568 22870 33554432000 1073741824 1073778376 140734608143984 140585562236040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19797] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19797/stat : 19797 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10362902 10060525568 22870 33554432000 1073741824 1073778376 140734608143984 140585561184784 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19798] ppid=19780 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/19783/task/19798/stat : 19798 (java) S 19780 19783 11533 0 -1 4202560 5515 0 0 0 52 2 0 0 20 0 19 0 10362902 10060525568 22870 33554432000 1073741824 1073778376 140734608143984 140585560132152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19799] ppid=19780 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/19783/task/19799/stat : 19799 (java) S 19780 19783 11533 0 -1 4202560 5422 0 0 0 56 0 0 0 20 0 19 0 10362902 10060525568 22870 33554432000 1073741824 1073778376 140734608143984 140585559079608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19783/tid=19800] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19800/stat : 19800 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10362903 10060525568 22870 33554432000 1073741824 1073778376 140734608143984 140585558027256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/meminfo: memFree=27520760/32872528 swapFree=162364/176672
[pid=19783] ppid=19780 vsize=9824732 CPUtime=1772.65 cores=0,2,4,6
/proc/19783/stat : 19783 (java) S 19780 19783 11533 0 -1 4202496 30369 0 1 0 177071 194 0 0 20 0 21 0 10362896 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140734608135120 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19783/statm: 2456183 291422 2287 9 0 2446860 0
[pid=19783/tid=19785] ppid=19780 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/19783/task/19785/stat : 19785 (java) S 19780 19783 11533 0 -1 4202560 2447 0 1 0 58 15 0 0 20 0 21 0 10362897 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585740833672 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19786] ppid=19780 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/19783/task/19786/stat : 19786 (java) S 19780 19783 11533 0 -1 4202560 328 0 0 0 22 4 0 0 20 0 21 0 10362899 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585702324392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19783/tid=19787] ppid=19780 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/19783/task/19787/stat : 19787 (java) S 19780 19783 11533 0 -1 4202560 71 0 0 0 19 3 0 0 20 0 21 0 10362899 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585701271848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19783/tid=19788] ppid=19780 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/19783/task/19788/stat : 19788 (java) S 19780 19783 11533 0 -1 4202560 74 0 0 0 19 4 0 0 20 0 21 0 10362899 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585700219304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19789] ppid=19780 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/19783/task/19789/stat : 19789 (java) S 19780 19783 11533 0 -1 4202560 127 0 0 0 20 4 0 0 20 0 21 0 10362899 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585699166760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19783/tid=19790] ppid=19780 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/19783/task/19790/stat : 19790 (java) S 19780 19783 11533 0 -1 4202560 169 0 0 0 23 4 0 0 20 0 21 0 10362899 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585698114216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19783/tid=19791] ppid=19780 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/19783/task/19791/stat : 19791 (java) S 19780 19783 11533 0 -1 4202560 77 0 0 0 19 2 0 0 20 0 21 0 10362899 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585697061672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19792] ppid=19780 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/19783/task/19792/stat : 19792 (java) S 19780 19783 11533 0 -1 4202560 206 0 0 0 19 5 0 0 20 0 21 0 10362899 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585696009128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19783/tid=19793] ppid=19780 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/19783/task/19793/stat : 19793 (java) S 19780 19783 11533 0 -1 4202560 147 0 0 0 23 5 0 0 20 0 21 0 10362899 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585694956584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19783/tid=19794] ppid=19780 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/19783/task/19794/stat : 19794 (java) S 19780 19783 11533 0 -1 4202560 528 0 0 0 1 7 0 0 20 0 21 0 10362900 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585564342376 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19795] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19795/stat : 19795 (java) S 19780 19783 11533 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 10362900 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585563288696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19796] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19796/stat : 19796 (java) S 19780 19783 11533 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 21 0 10362900 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585562236040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19797] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19797/stat : 19797 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10362902 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585561184784 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19798] ppid=19780 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/19783/task/19798/stat : 19798 (java) S 19780 19783 11533 0 -1 4202560 8181 0 0 0 127 3 0 0 20 0 21 0 10362902 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585560132152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19783/tid=19799] ppid=19780 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/19783/task/19799/stat : 19799 (java) S 19780 19783 11533 0 -1 4202560 14314 0 0 0 179 2 0 0 20 0 21 0 10362902 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585559079608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19783/tid=19800] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19800/stat : 19800 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10362903 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585558027256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19783/tid=19801] ppid=19780 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/19783/task/19801/stat : 19801 (java) S 19780 19783 11533 0 -1 4202560 104 0 0 0 10 18 0 0 20 0 21 0 10362903 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585556974920 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19804] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19804/stat : 19804 (java) S 19780 19783 11533 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 10362916 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140584411976744 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19783/tid=20184] ppid=19780 vsize=9824732 CPUtime=39.23 cores=0,2,4,6
/proc/19783/task/20184/stat : 20184 (java) R 19780 19783 11533 0 -1 4202560 42 0 0 0 3921 2 0 0 20 0 21 0 10537201 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140584410924248 140585571285557 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19783/tid=20185] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/20185/stat : 20185 (java) S 19780 19783 11533 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 10537220 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140584413029832 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1772.65
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.7 s]
/proc/loadavg: 2.06 2.03 2.01 3/217 20187
/proc/meminfo: memFree=27395348/32872528 swapFree=162364/176672
[pid=19783] ppid=19780 vsize=9824732 CPUtime=1800.05 cores=0,2,4,6
/proc/19783/stat : 19783 (java) S 19780 19783 11533 0 -1 4202496 30371 0 1 0 179811 194 0 0 20 0 21 0 10362896 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140734608135120 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19783/statm: 2456183 291422 2287 9 0 2446860 0
[pid=19783/tid=19785] ppid=19780 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/19783/task/19785/stat : 19785 (java) S 19780 19783 11533 0 -1 4202560 2447 0 1 0 59 15 0 0 20 0 21 0 10362897 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585740833672 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19786] ppid=19780 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/19783/task/19786/stat : 19786 (java) S 19780 19783 11533 0 -1 4202560 328 0 0 0 22 4 0 0 20 0 21 0 10362899 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585702324392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19783/tid=19787] ppid=19780 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/19783/task/19787/stat : 19787 (java) S 19780 19783 11533 0 -1 4202560 71 0 0 0 19 3 0 0 20 0 21 0 10362899 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585701271848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19783/tid=19788] ppid=19780 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/19783/task/19788/stat : 19788 (java) S 19780 19783 11533 0 -1 4202560 74 0 0 0 19 4 0 0 20 0 21 0 10362899 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585700219304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19789] ppid=19780 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/19783/task/19789/stat : 19789 (java) S 19780 19783 11533 0 -1 4202560 127 0 0 0 20 4 0 0 20 0 21 0 10362899 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585699166760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19783/tid=19790] ppid=19780 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/19783/task/19790/stat : 19790 (java) S 19780 19783 11533 0 -1 4202560 169 0 0 0 23 4 0 0 20 0 21 0 10362899 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585698114216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19783/tid=19791] ppid=19780 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/19783/task/19791/stat : 19791 (java) S 19780 19783 11533 0 -1 4202560 77 0 0 0 19 2 0 0 20 0 21 0 10362899 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585697061672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19792] ppid=19780 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/19783/task/19792/stat : 19792 (java) S 19780 19783 11533 0 -1 4202560 206 0 0 0 19 5 0 0 20 0 21 0 10362899 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585696009128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19783/tid=19793] ppid=19780 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/19783/task/19793/stat : 19793 (java) S 19780 19783 11533 0 -1 4202560 147 0 0 0 23 5 0 0 20 0 21 0 10362899 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585694956584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19783/tid=19794] ppid=19780 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/19783/task/19794/stat : 19794 (java) S 19780 19783 11533 0 -1 4202560 528 0 0 0 1 7 0 0 20 0 21 0 10362900 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585564342376 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19795] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19795/stat : 19795 (java) S 19780 19783 11533 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 10362900 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585563288696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19796] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19796/stat : 19796 (java) S 19780 19783 11533 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 21 0 10362900 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585562236040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19797] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19797/stat : 19797 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10362902 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585561184784 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19798] ppid=19780 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/19783/task/19798/stat : 19798 (java) S 19780 19783 11533 0 -1 4202560 8181 0 0 0 127 3 0 0 20 0 21 0 10362902 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585560132152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19783/tid=19799] ppid=19780 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/19783/task/19799/stat : 19799 (java) S 19780 19783 11533 0 -1 4202560 14314 0 0 0 179 2 0 0 20 0 21 0 10362902 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585559079608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19783/tid=19800] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19800/stat : 19800 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10362903 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585558027256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19783/tid=19801] ppid=19780 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/19783/task/19801/stat : 19801 (java) S 19780 19783 11533 0 -1 4202560 106 0 0 0 10 19 0 0 20 0 21 0 10362903 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585556974920 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19783/tid=19804] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19804/stat : 19804 (java) S 19780 19783 11533 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 10362916 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140584411976744 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19783/tid=20184] ppid=19780 vsize=9824732 CPUtime=66.63 cores=0,2,4,6
/proc/19783/task/20184/stat : 20184 (java) R 19780 19783 11533 0 -1 4202560 42 0 0 0 6660 3 0 0 20 0 21 0 10537201 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140584410924248 140585571285557 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19783/tid=20185] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/20185/stat : 20185 (java) S 19780 19783 11533 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 10537220 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140584413029832 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 19783 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1809.7 s]
/proc/loadavg: 2.06 2.03 2.01 3/217 20187
/proc/meminfo: memFree=27395348/32872528 swapFree=162364/176672
[pid=19783] ppid=19780 vsize=9824732 CPUtime=1800.05 cores=0,2,4,6
/proc/19783/stat : 19783 (java) S 19780 19783 11533 0 -1 4202496 30371 0 1 0 179811 194 0 0 20 0 21 0 10362896 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140734608135120 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19783/statm: 2456183 291422 2287 9 0 2446860 0
[pid=19783/tid=19785] ppid=19780 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/19783/task/19785/stat : 19785 (java) S 19780 19783 11533 0 -1 4202560 2447 0 1 0 59 15 0 0 20 0 21 0 10362897 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585740833672 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19786] ppid=19780 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/19783/task/19786/stat : 19786 (java) S 19780 19783 11533 0 -1 4202560 328 0 0 0 22 4 0 0 20 0 21 0 10362899 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585702324392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19783/tid=19787] ppid=19780 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/19783/task/19787/stat : 19787 (java) S 19780 19783 11533 0 -1 4202560 71 0 0 0 19 3 0 0 20 0 21 0 10362899 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585701271848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19783/tid=19788] ppid=19780 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/19783/task/19788/stat : 19788 (java) S 19780 19783 11533 0 -1 4202560 74 0 0 0 19 4 0 0 20 0 21 0 10362899 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585700219304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19789] ppid=19780 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/19783/task/19789/stat : 19789 (java) S 19780 19783 11533 0 -1 4202560 127 0 0 0 20 4 0 0 20 0 21 0 10362899 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585699166760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19783/tid=19790] ppid=19780 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/19783/task/19790/stat : 19790 (java) S 19780 19783 11533 0 -1 4202560 169 0 0 0 23 4 0 0 20 0 21 0 10362899 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585698114216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19783/tid=19791] ppid=19780 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/19783/task/19791/stat : 19791 (java) S 19780 19783 11533 0 -1 4202560 77 0 0 0 19 2 0 0 20 0 21 0 10362899 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585697061672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19792] ppid=19780 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/19783/task/19792/stat : 19792 (java) S 19780 19783 11533 0 -1 4202560 206 0 0 0 19 5 0 0 20 0 21 0 10362899 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585696009128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19783/tid=19793] ppid=19780 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/19783/task/19793/stat : 19793 (java) S 19780 19783 11533 0 -1 4202560 147 0 0 0 23 5 0 0 20 0 21 0 10362899 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585694956584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19783/tid=19794] ppid=19780 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/19783/task/19794/stat : 19794 (java) S 19780 19783 11533 0 -1 4202560 528 0 0 0 1 7 0 0 20 0 21 0 10362900 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585564342376 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19795] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19795/stat : 19795 (java) S 19780 19783 11533 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 10362900 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585563288696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19796] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19796/stat : 19796 (java) S 19780 19783 11533 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 21 0 10362900 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585562236040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19797] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19797/stat : 19797 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10362902 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585561184784 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19783/tid=19798] ppid=19780 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/19783/task/19798/stat : 19798 (java) S 19780 19783 11533 0 -1 4202560 8181 0 0 0 127 3 0 0 20 0 21 0 10362902 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585560132152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19783/tid=19799] ppid=19780 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/19783/task/19799/stat : 19799 (java) S 19780 19783 11533 0 -1 4202560 14314 0 0 0 179 2 0 0 20 0 21 0 10362902 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585559079608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19783/tid=19800] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19800/stat : 19800 (java) S 19780 19783 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10362903 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585558027256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19783/tid=19801] ppid=19780 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/19783/task/19801/stat : 19801 (java) S 19780 19783 11533 0 -1 4202560 106 0 0 0 10 19 0 0 20 0 21 0 10362903 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140585556974920 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19783/tid=19804] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/19804/stat : 19804 (java) S 19780 19783 11533 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 10362916 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140584411976744 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19783/tid=20184] ppid=19780 vsize=9824732 CPUtime=66.63 cores=0,2,4,6
/proc/19783/task/20184/stat : 20184 (java) R 19780 19783 11533 0 -1 4202560 42 0 0 0 6660 3 0 0 20 0 21 0 10537201 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140584410924248 140585571285557 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19783/tid=20185] ppid=19780 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19783/task/20185/stat : 20185 (java) S 19780 19783 11533 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 10537220 10060525568 291422 33554432000 1073741824 1073778376 140734608143984 140584413029832 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.0100029
#  lost CPU user time (s): 0.0300004
#  lost CPU system time (s): -0.02

Real time (s): 1809.75
CPU time (s): 1800.47
CPU user time (s): 1798.27
CPU system time (s): 2.19966
CPU usage (%): 99.4871
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.24
system time used= 2.21966
maximum resident set size= 1170136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30398
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77849
involuntary context switches= 6820

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0245 second user time and 13.7319 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-16 15:18:50
IDJOB=4092294
IDBENCH=79239
IDSOLVER=2552
FILE ID=node105/4092294-1466083130
RUNJOBID= node105-1466074085-13482
PBS_JOBID= 19904027
Free space on /tmp= 71748 MiB

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

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

MD5SUM BENCH= 4e22340b84333f0476155fff0e8b142d
RANDOM SEED=229571803

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30990248 kB
Buffers:           25972 kB
Cached:            62168 kB
SwapCached:         1468 kB
Active:           947148 kB
Inactive:          56020 kB
Active(anon):     915156 kB
Inactive(anon):     2564 kB
Active(file):      31992 kB
Inactive(file):    53456 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67097208 kB
Dirty:               856 kB
Writeback:             0 kB
AnonPages:       1209536 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             566640 kB
SReclaimable:      10348 kB
SUnreclaim:       556292 kB
KernelStack:        1776 kB
PageTables:         6920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1327768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    993280 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= 71748 MiB
End job on node105 at 2016-06-16 15:49:00