Trace number 4090608

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPTIMUM 14.1139 12.869

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111220767--soft-66-100-0.wbo
MD5SUM0e6c262e00c2bafdec71b4c92c644f07
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 benchmark32.994
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 1248
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.12/0.10	c Pseudo Boolean Optimization by upper bound
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Glucose 2.1 dynamic restart strategy
0.12/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-4090608-1466065047.wbo
0.12/0.10	c reading problem ... 
0.12/0.15	c ... done. Wall clock time 0.054s.
0.12/0.15	c declared #vars     169
0.12/0.15	c internal #vars     197
0.12/0.15	c #constraints  101
0.12/0.15	c constraints type 
0.12/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.12/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.12/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.12/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.12/0.15	c 101 constraints processed.
0.12/0.15	c objective function length is 28 literals
0.68/0.46	c cleaning 2499 clauses out of 5000 with flag 13142/5000
0.98/0.66	c cleaning 4249 clauses out of 8501 with flag 30556/11000
1.09/0.74	c SATISFIABLE
1.09/0.74	c OPTIMIZING...
1.09/0.74	c Got one! Elapsed wall clock time (in seconds):0.64
1.09/0.74	o 1277
1.26/0.84	c cleaning 5003 clauses out of 10006 with flag 8583/16754
1.47/1.05	c cleaning 5502 clauses out of 11005 with flag 26230/22756
1.69/1.16	c Got one! Elapsed wall clock time (in seconds):1.064
1.69/1.16	o 1276
1.90/1.25	c cleaning 5633 clauses out of 11276 with flag 6133/28529
1.90/1.25	c Got one! Elapsed wall clock time (in seconds):1.155
1.90/1.25	o 983
2.10/1.31	c Got one! Elapsed wall clock time (in seconds):1.213
2.10/1.31	o 959
2.10/1.32	c Got one! Elapsed wall clock time (in seconds):1.218
2.10/1.32	o 557
2.10/1.34	c Got one! Elapsed wall clock time (in seconds):1.236
2.10/1.34	o 539
2.23/1.45	c cleaning 5907 clauses out of 11819 with flag 10198/34705
2.39/1.56	c Got one! Elapsed wall clock time (in seconds):1.461
2.39/1.56	o 538
2.59/1.61	c Got one! Elapsed wall clock time (in seconds):1.516
2.59/1.61	o 535
2.59/1.67	c cleaning 6217 clauses out of 12436 with flag 3325/41229
2.79/1.71	c Got one! Elapsed wall clock time (in seconds):1.614
2.79/1.71	o 534
2.79/1.72	c Got one! Elapsed wall clock time (in seconds):1.619
2.79/1.72	o 525
2.79/1.75	c Got one! Elapsed wall clock time (in seconds):1.653
2.79/1.75	o 524
2.79/1.76	c Got one! Elapsed wall clock time (in seconds):1.659
2.79/1.76	o 523
2.79/1.79	c Got one! Elapsed wall clock time (in seconds):1.695
2.79/1.79	o 522
2.93/1.87	c cleaning 6286 clauses out of 12584 with flag 6876/47594
3.13/2.06	c cleaning 6142 clauses out of 12297 with flag 27852/53593
3.34/2.20	c Got one! Elapsed wall clock time (in seconds):2.106
3.34/2.20	o 520
3.34/2.23	c Got one! Elapsed wall clock time (in seconds):2.128
3.34/2.23	o 519
3.34/2.24	c Got one! Elapsed wall clock time (in seconds):2.138
3.34/2.24	o 517
3.34/2.24	c Got one! Elapsed wall clock time (in seconds):2.144
3.34/2.24	o 506
3.34/2.29	c cleaning 6502 clauses out of 13004 with flag 4200/60442
3.34/2.30	c Got one! Elapsed wall clock time (in seconds):2.197
3.34/2.30	o 501
3.44/2.37	c Got one! Elapsed wall clock time (in seconds):2.271
3.44/2.37	o 497
3.53/2.48	c cleaning 6160 clauses out of 12325 with flag 11116/66265
3.73/2.65	c cleaning 6081 clauses out of 12164 with flag 32908/72264
3.93/2.89	c cleaning 6537 clauses out of 13084 with flag 59095/79265
4.23/3.14	c Got one! Elapsed wall clock time (in seconds):3.037
4.23/3.14	o 494
4.23/3.19	c Got one! Elapsed wall clock time (in seconds):3.091
4.23/3.19	o 490
4.44/3.32	c Got one! Elapsed wall clock time (in seconds):3.216
4.44/3.32	o 489
4.44/3.37	c cleaning 9917 clauses out of 19834 with flag 3829/92552
4.44/3.39	c Got one! Elapsed wall clock time (in seconds):3.289
4.44/3.39	o 486
4.44/3.40	c Got one! Elapsed wall clock time (in seconds):3.301
4.44/3.40	o 485
4.63/3.50	c Got one! Elapsed wall clock time (in seconds):3.405
4.63/3.50	o 482
4.73/3.60	c cleaning 8011 clauses out of 16034 with flag 8751/98669
4.73/3.67	c Got one! Elapsed wall clock time (in seconds):3.57
4.73/3.67	o 481
4.73/3.68	c Got one! Elapsed wall clock time (in seconds):3.584
4.73/3.68	o 471
4.83/3.70	c Got one! Elapsed wall clock time (in seconds):3.603
4.83/3.70	o 468
4.93/3.81	c cleaning 7111 clauses out of 14227 with flag 12038/104873
4.93/3.81	c Got one! Elapsed wall clock time (in seconds):3.71
4.93/3.81	o 467
4.93/3.84	c Got one! Elapsed wall clock time (in seconds):3.742
4.93/3.84	o 465
4.93/3.85	c Got one! Elapsed wall clock time (in seconds):3.755
4.93/3.85	o 463
4.93/3.87	c Got one! Elapsed wall clock time (in seconds):3.775
4.93/3.87	o 462
4.93/3.89	c Got one! Elapsed wall clock time (in seconds):3.793
4.93/3.89	o 459
5.03/3.90	c Got one! Elapsed wall clock time (in seconds):3.803
5.03/3.90	o 458
5.03/3.91	c Got one! Elapsed wall clock time (in seconds):3.816
5.03/3.91	o 453
5.14/4.07	c cleaning 7270 clauses out of 14546 with flag 16750/112303
5.34/4.27	c cleaning 6634 clauses out of 13276 with flag 40932/118303
5.44/4.37	c Got one! Elapsed wall clock time (in seconds):4.266
5.44/4.37	o 452
5.44/4.37	c Got one! Elapsed wall clock time (in seconds):4.269
5.44/4.37	o 400
5.44/4.39	c Got one! Elapsed wall clock time (in seconds):4.296
5.44/4.39	o 396
5.54/4.43	c Got one! Elapsed wall clock time (in seconds):4.334
5.54/4.43	o 394
5.54/4.43	c Got one! Elapsed wall clock time (in seconds):4.336
5.54/4.43	o 389
5.54/4.48	c Got one! Elapsed wall clock time (in seconds):4.383
5.54/4.48	o 383
5.64/4.53	c cleaning 6912 clauses out of 13833 with flag 4154/125494
5.83/4.73	c cleaning 6454 clauses out of 12920 with flag 28646/131493
5.83/4.78	c Got one! Elapsed wall clock time (in seconds):4.686
5.83/4.78	o 381
5.83/4.80	c Got one! Elapsed wall clock time (in seconds):4.696
5.83/4.80	o 380
5.94/4.80	c Got one! Elapsed wall clock time (in seconds):4.703
5.94/4.80	o 376
5.94/4.81	c Got one! Elapsed wall clock time (in seconds):4.71
5.94/4.81	o 375
6.06/4.95	c cleaning 6471 clauses out of 12957 with flag 17779/137984
6.06/4.96	c Got one! Elapsed wall clock time (in seconds):4.861
6.06/4.96	o 370
6.06/4.97	c Got one! Elapsed wall clock time (in seconds):4.867
6.06/4.97	o 368
6.16/5.05	c Got one! Elapsed wall clock time (in seconds):4.955
6.16/5.05	o 362
6.16/5.06	c Got one! Elapsed wall clock time (in seconds):4.964
6.16/5.06	o 357
6.16/5.07	c Got one! Elapsed wall clock time (in seconds):4.976
6.16/5.07	o 356
6.16/5.08	c Got one! Elapsed wall clock time (in seconds):4.979
6.16/5.08	o 330
6.16/5.08	c Got one! Elapsed wall clock time (in seconds):4.982
6.16/5.08	o 323
6.29/5.13	c Got one! Elapsed wall clock time (in seconds):5.034
6.29/5.13	o 322
6.29/5.14	c Got one! Elapsed wall clock time (in seconds):5.046
6.29/5.14	o 318
6.29/5.19	c Got one! Elapsed wall clock time (in seconds):5.094
6.29/5.19	o 313
6.43/5.24	c cleaning 7251 clauses out of 14503 with flag 3947/146001
6.63/5.46	c cleaning 6620 clauses out of 13251 with flag 28406/152000
6.93/5.72	c cleaning 6811 clauses out of 13632 with flag 58315/159001
7.03/5.83	c Got one! Elapsed wall clock time (in seconds):5.735
7.03/5.83	o 312
7.03/5.84	c Got one! Elapsed wall clock time (in seconds):5.738
7.03/5.84	o 307
7.03/5.84	c Got one! Elapsed wall clock time (in seconds):5.746
7.03/5.84	o 301
7.03/5.85	c Got one! Elapsed wall clock time (in seconds):5.755
7.03/5.85	o 288
7.14/5.90	c Got one! Elapsed wall clock time (in seconds):5.802
7.14/5.90	o 282
7.14/5.91	c Got one! Elapsed wall clock time (in seconds):5.808
7.14/5.91	o 272
7.14/5.93	c Got one! Elapsed wall clock time (in seconds):5.828
7.14/5.93	o 267
7.14/5.97	c cleaning 6975 clauses out of 13962 with flag 4155/166142
7.34/6.14	c Got one! Elapsed wall clock time (in seconds):6.039
7.34/6.14	o 262
7.54/6.35	c cleaning 8529 clauses out of 17081 with flag 19036/176236
7.74/6.57	c cleaning 7262 clauses out of 14552 with flag 43783/182236
7.95/6.78	c Got one! Elapsed wall clock time (in seconds):6.68
7.95/6.78	o 259
7.95/6.79	c Got one! Elapsed wall clock time (in seconds):6.689
7.95/6.79	o 238
8.15/6.97	c Got one! Elapsed wall clock time (in seconds):6.867
8.15/6.97	o 233
8.25/7.03	c cleaning 9580 clauses out of 19163 with flag 4483/194109
8.25/7.06	c Got one! Elapsed wall clock time (in seconds):6.958
8.25/7.06	o 228
8.25/7.06	c Got one! Elapsed wall clock time (in seconds):6.962
8.25/7.06	o 225
8.45/7.26	c cleaning 7831 clauses out of 15676 with flag 21776/200202
8.65/7.48	c cleaning 6916 clauses out of 13843 with flag 47318/206200
8.85/7.69	c Got one! Elapsed wall clock time (in seconds):7.591
8.85/7.69	o 193
9.06/7.83	c Got one! Elapsed wall clock time (in seconds):7.731
9.06/7.83	o 192
9.15/7.93	c cleaning 9330 clauses out of 18664 with flag 8536/217937
9.35/8.16	c cleaning 7662 clauses out of 15332 with flag 33897/223935
9.65/8.42	c cleaning 7330 clauses out of 14670 with flag 64071/230935
9.95/8.72	c cleaning 7668 clauses out of 15342 with flag 98802/238937
10.25/9.07	c cleaning 8329 clauses out of 16673 with flag 141067/247936
10.25/9.07	c Got one! Elapsed wall clock time (in seconds):8.967
10.25/9.07	o 189
10.45/9.25	c cleaning 6672 clauses out of 13358 with flag 23721/252950
10.65/9.47	c cleaning 6342 clauses out of 12687 with flag 52374/258951
10.85/9.69	c Got one! Elapsed wall clock time (in seconds):9.593
10.85/9.69	o 170
11.05/9.90	c Got one! Elapsed wall clock time (in seconds):9.798
11.05/9.90	o 166
11.16/9.95	c cleaning 9307 clauses out of 18618 with flag 4521/271224
11.35/10.18	c cleaning 7656 clauses out of 15311 with flag 30869/277224
11.65/10.45	c cleaning 7324 clauses out of 14655 with flag 62672/284224
11.75/10.53	c Got one! Elapsed wall clock time (in seconds):10.431
11.75/10.53	o 164
11.85/10.65	c cleaning 6312 clauses out of 12631 with flag 14095/289524
11.85/10.68	c Got one! Elapsed wall clock time (in seconds):10.581
11.85/10.68	o 156
12.05/10.86	c cleaning 6117 clauses out of 12242 with flag 23277/295447
12.26/11.04	c Got one! Elapsed wall clock time (in seconds):10.938
12.26/11.04	o 152
12.36/11.19	c Got one! Elapsed wall clock time (in seconds):11.088
12.36/11.19	o 151
12.45/11.28	c cleaning 8635 clauses out of 17274 with flag 9592/306596
12.65/11.47	c Got one! Elapsed wall clock time (in seconds):11.374
12.65/11.47	o 150
12.75/11.52	c cleaning 7271 clauses out of 14542 with flag 4438/312499
12.85/11.63	c Got one! Elapsed wall clock time (in seconds):11.527
12.85/11.63	o 149
12.85/11.64	c Got one! Elapsed wall clock time (in seconds):11.54
12.85/11.64	o 143
12.95/11.70	c Got one! Elapsed wall clock time (in seconds):11.6
12.95/11.70	o 138
12.95/11.75	c cleaning 6675 clauses out of 13352 with flag 4998/318580
13.05/11.80	c Got one! Elapsed wall clock time (in seconds):11.701
13.05/11.80	o 117
13.15/11.96	c cleaning 6077 clauses out of 12161 with flag 20411/324064
13.36/12.19	c cleaning 6036 clauses out of 12084 with flag 49561/330064
13.65/12.42	c Got one! Elapsed wall clock time (in seconds):12.321
13.65/12.42	o 111
13.85/12.68	c cleaning 8618 clauses out of 17235 with flag 25890/341251
14.05/12.83	c Got one! Elapsed wall clock time (in seconds):12.731
14.05/12.83	o 107
14.05/12.84	c Got one! Elapsed wall clock time (in seconds):12.746
14.05/12.84	o 106
14.05/12.85	c Got one! Elapsed wall clock time (in seconds):12.752
14.05/12.85	o 103
14.05/12.85	c Got one! Elapsed wall clock time (in seconds):12.754
14.05/12.85	o 80
14.05/12.86	c starts		: 643
14.05/12.86	c conflicts		: 345545
14.05/12.86	c decisions		: 525477
14.05/12.86	c propagations		: 6423130
14.05/12.86	c inspects		: 166019776
14.05/12.86	c shortcuts		: 0
14.05/12.86	c learnt literals	: 0
14.05/12.86	c learnt binary clauses	: 1
14.05/12.86	c learnt ternary clauses	: 64
14.05/12.86	c learnt constraints	: 345545
14.05/12.86	c ignored constraints	: 0
14.05/12.86	c root simplifications	: 0
14.05/12.86	c removed literals (reason simplification)	: 0
14.05/12.86	c reason swapping (by a shorter reason)	: 0
14.05/12.86	c Calls to reduceDB	: 48
14.05/12.86	c Number of update (reduction) of LBD	: 79378
14.05/12.86	c Imported unit clauses	: 0
14.05/12.86	c number of reductions to clauses (during analyze)	: 0
14.05/12.86	c number of learned constraints concerned by reduction	: 0
14.05/12.86	c number of learning phase by resolution	: 0
14.05/12.86	c number of learning phase by cutting planes	: 0
14.05/12.86	c speed (assignments/second)	: 505599.02392947103
14.05/12.86	c non guided choices	2871
14.05/12.86	c learnt constraints type 
14.05/12.86	s OPTIMUM FOUND
14.05/12.86	c Found 87 solution(s)
14.05/12.86	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 
14.05/12.86	c objective function=80
14.05/12.86	c Total wall clock time (in seconds): 12.763

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-4090608-1466065047/watcher-4090608-1466065047 -o /tmp/evaluation-result-4090608-1466065047/solver-4090608-1466065047 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466062104-9111 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090608-1466065047.wbo 

pid=9771
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.07 2.01 1.91 3/194 9774
/proc/meminfo: memFree=31982944/32872528 swapFree=7268/7268
[pid=9774] ppid=9771 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9774/stat : 9774 (java) S 9771 9774 9094 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 8549499 98570240 977 33554432000 1073741824 1073778376 140735077044128 140735077035264 243768787005 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9774/statm: 24065 977 744 9 0 16771 0
[pid=9774/tid=9775] ppid=9771 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9775/stat : 9775 (java) R 9771 9774 9094 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 8549500 98570240 977 33554432000 1073741824 1073778376 140735077044128 140506120699432 243765429632 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.07 2.01 1.91 3/194 9774
/proc/meminfo: memFree=31982944/32872528 swapFree=7268/7268
[pid=9774] ppid=9771 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/9774/stat : 9774 (java) S 9771 9774 9094 0 -1 4202496 4503 0 1 0 11 1 0 0 20 0 18 0 8549499 9787879424 6135 33554432000 1073741824 1073778376 140735077044128 140735077035264 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9774/statm: 2389619 6135 2157 9 0 2380296 0
[pid=9774/tid=9775] ppid=9771 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/9774/task/9775/stat : 9775 (java) R 9771 9774 9094 0 -1 4202560 2374 0 1 0 8 0 0 0 20 0 18 0 8549500 9787879424 6135 33554432000 1073741824 1073778376 140735077044128 140506120702880 243768812813 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558476

[startup+0.200333 s]
/proc/loadavg: 2.07 2.01 1.91 3/194 9774
/proc/meminfo: memFree=31982944/32872528 swapFree=7268/7268
[pid=9774] ppid=9771 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/9774/stat : 9774 (java) S 9771 9774 9094 0 -1 4202496 6647 0 1 0 27 2 0 0 20 0 19 0 8549499 9856040960 8736 33554432000 1073741824 1073778376 140735077044128 140735077035264 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9774/statm: 2406260 8736 2233 9 0 2396937 0
[pid=9774/tid=9775] ppid=9771 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/9774/task/9775/stat : 9775 (java) R 9771 9774 9094 0 -1 4202560 2404 0 1 0 17 0 0 0 20 0 19 0 8549500 9856040960 8736 33554432000 1073741824 1073778376 140735077044128 140506120704640 140505979642919 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300327 s]
/proc/loadavg: 2.07 2.01 1.91 3/194 9774
/proc/meminfo: memFree=31982944/32872528 swapFree=7268/7268
[pid=9774] ppid=9771 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/9774/stat : 9774 (java) S 9771 9774 9094 0 -1 4202496 7608 0 1 0 54 2 0 0 20 0 19 0 8549499 9856040960 8878 33554432000 1073741824 1073778376 140735077044128 140735077035264 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9774/statm: 2406260 8878 2244 9 0 2396937 0
[pid=9774/tid=9775] ppid=9771 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/9774/task/9775/stat : 9775 (java) R 9771 9774 9094 0 -1 4202560 2405 0 1 0 27 0 0 0 20 0 19 0 8549500 9856040960 8878 33554432000 1073741824 1073778376 140735077044128 140506120704640 140505979986832 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9625040

[startup+0.700268 s]
/proc/loadavg: 2.07 2.01 1.91 3/194 9774
/proc/meminfo: memFree=31982944/32872528 swapFree=7268/7268
[pid=9774] ppid=9771 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/9774/stat : 9774 (java) S 9771 9774 9094 0 -1 4202496 9104 0 1 0 107 2 0 0 20 0 19 0 8549499 9856040960 9524 33554432000 1073741824 1073778376 140735077044128 140735077035264 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9774/statm: 2406260 9524 2257 9 0 2396937 0
[pid=9774/tid=9775] ppid=9771 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/9774/task/9775/stat : 9775 (java) R 9771 9774 9094 0 -1 4202560 2406 0 1 0 67 0 0 0 20 0 19 0 8549500 9856040960 9524 33554432000 1073741824 1073778376 140735077044128 140506120704640 140505980096419 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9625040

[startup+1.50082 s]
/proc/loadavg: 2.07 2.01 1.91 4/213 9793
/proc/meminfo: memFree=31934076/32872528 swapFree=7268/7268
[pid=9774] ppid=9771 vsize=9625040 CPUtime=2.39 cores=1,3,5,7
/proc/9774/stat : 9774 (java) S 9771 9774 9094 0 -1 4202496 18827 0 1 0 235 4 0 0 20 0 19 0 8549499 9856040960 14982 33554432000 1073741824 1073778376 140735077044128 140735077035264 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9774/statm: 2406260 14982 2260 9 0 2396937 0
[pid=9774/tid=9775] ppid=9771 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/9774/task/9775/stat : 9775 (java) R 9771 9774 9094 0 -1 4202560 2410 0 1 0 147 0 0 0 20 0 19 0 8549500 9856040960 14982 33554432000 1073741824 1073778376 140735077044128 140506120704456 140505980208801 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9777] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9777/stat : 9777 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 14982 33554432000 1073741824 1073778376 140735077044128 140506098805032 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9778] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9778/stat : 9778 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 14982 33554432000 1073741824 1073778376 140735077044128 140505895659688 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9779] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9779/stat : 9779 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 14982 33554432000 1073741824 1073778376 140735077044128 140505894607400 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9780] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9780/stat : 9780 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 14982 33554432000 1073741824 1073778376 140735077044128 140505893554600 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9781] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9781/stat : 9781 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 14982 33554432000 1073741824 1073778376 140735077044128 140505892502312 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9782] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9782/stat : 9782 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 14982 33554432000 1073741824 1073778376 140735077044128 140505891449512 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9783] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9783/stat : 9783 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 14982 33554432000 1073741824 1073778376 140735077044128 140505890397224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9784] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9784/stat : 9784 (java) S 9771 9774 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 14982 33554432000 1073741824 1073778376 140735077044128 140505889344424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9785] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9785/stat : 9785 (java) S 9771 9774 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8549501 9856040960 14982 33554432000 1073741824 1073778376 140735077044128 140505877145832 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9786] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9786/stat : 9786 (java) S 9771 9774 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8549502 9856040960 14982 33554432000 1073741824 1073778376 140735077044128 140505876091896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9787] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9787/stat : 9787 (java) S 9771 9774 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8549502 9856040960 14982 33554432000 1073741824 1073778376 140735077044128 140505875039496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9788] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9788/stat : 9788 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549504 9856040960 14982 33554432000 1073741824 1073778376 140735077044128 140505873987984 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9789] ppid=9771 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/9774/task/9789/stat : 9789 (java) R 9771 9774 9094 0 -1 4202560 12491 0 0 0 60 3 0 0 20 0 19 0 8549504 9856040960 14982 33554432000 1073741824 1073778376 140735077044128 140505872912872 140506126664845 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9790] ppid=9771 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/9774/task/9790/stat : 9790 (java) S 9771 9774 9094 0 -1 4202560 2655 0 0 0 25 0 0 0 20 0 19 0 8549504 9856040960 14982 33554432000 1073741824 1073778376 140735077044128 140505871882808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9791] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9791/stat : 9791 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549504 9856040960 14982 33554432000 1073741824 1073778376 140735077044128 140505870830712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9792] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9792/stat : 9792 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549504 9856040960 14982 33554432000 1073741824 1073778376 140735077044128 140505869778120 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9793] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9793/stat : 9793 (java) S 9771 9774 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8549515 9856040960 14982 33554432000 1073741824 1073778376 140735077044128 140505868624808 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.06 2.01 1.91 3/213 9793
/proc/meminfo: memFree=31916580/32872528 swapFree=7268/7268
[pid=9774] ppid=9771 vsize=9625040 CPUtime=4.23 cores=1,3,5,7
/proc/9774/stat : 9774 (java) S 9771 9774 9094 0 -1 4202496 19297 0 1 0 418 5 0 0 20 0 19 0 8549499 9856040960 17540 33554432000 1073741824 1073778376 140735077044128 140735077035264 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9774/statm: 2406260 17540 2260 9 0 2396937 0
[pid=9774/tid=9775] ppid=9771 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/9774/task/9775/stat : 9775 (java) R 9771 9774 9094 0 -1 4202560 2416 0 1 0 306 1 0 0 20 0 19 0 8549500 9856040960 17540 33554432000 1073741824 1073778376 140735077044128 140506120695456 140505979819918 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9777] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9777/stat : 9777 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 17540 33554432000 1073741824 1073778376 140735077044128 140506098805032 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9778] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9778/stat : 9778 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 17540 33554432000 1073741824 1073778376 140735077044128 140505895659688 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9779] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9779/stat : 9779 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 17540 33554432000 1073741824 1073778376 140735077044128 140505894607400 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9780] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9780/stat : 9780 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 17540 33554432000 1073741824 1073778376 140735077044128 140505893554600 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9781] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9781/stat : 9781 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 17540 33554432000 1073741824 1073778376 140735077044128 140505892502312 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9782] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9782/stat : 9782 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 17540 33554432000 1073741824 1073778376 140735077044128 140505891449512 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9783] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9783/stat : 9783 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 17540 33554432000 1073741824 1073778376 140735077044128 140505890397224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9784] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9784/stat : 9784 (java) S 9771 9774 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 17540 33554432000 1073741824 1073778376 140735077044128 140505889344424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9785] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9785/stat : 9785 (java) S 9771 9774 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8549501 9856040960 17540 33554432000 1073741824 1073778376 140735077044128 140505877145832 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9786] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9786/stat : 9786 (java) S 9771 9774 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8549502 9856040960 17540 33554432000 1073741824 1073778376 140735077044128 140505876091896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9787] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9787/stat : 9787 (java) S 9771 9774 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8549502 9856040960 17540 33554432000 1073741824 1073778376 140735077044128 140505875039496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9788] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9788/stat : 9788 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549504 9856040960 17540 33554432000 1073741824 1073778376 140735077044128 140505873987984 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9789] ppid=9771 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/9774/task/9789/stat : 9789 (java) S 9771 9774 9094 0 -1 4202560 12955 0 0 0 83 3 0 0 20 0 19 0 8549504 9856040960 17540 33554432000 1073741824 1073778376 140735077044128 140505872935608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9790] ppid=9771 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/9774/task/9790/stat : 9790 (java) S 9771 9774 9094 0 -1 4202560 2655 0 0 0 25 0 0 0 20 0 19 0 8549504 9856040960 17540 33554432000 1073741824 1073778376 140735077044128 140505871882808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9791] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9791/stat : 9791 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549504 9856040960 17540 33554432000 1073741824 1073778376 140735077044128 140505870830712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9792] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9792/stat : 9792 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549504 9856040960 17540 33554432000 1073741824 1073778376 140735077044128 140505869778120 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9793] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9793/stat : 9793 (java) S 9771 9774 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8549515 9856040960 17540 33554432000 1073741824 1073778376 140735077044128 140505868624808 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.06 2.01 1.91 4/213 9858
/proc/meminfo: memFree=31931452/32872528 swapFree=7268/7268
[pid=9774] ppid=9771 vsize=9625040 CPUtime=7.54 cores=1,3,5,7
/proc/9774/stat : 9774 (java) S 9771 9774 9094 0 -1 4202496 19314 0 1 0 749 5 0 0 20 0 19 0 8549499 9856040960 22871 33554432000 1073741824 1073778376 140735077044128 140735077035264 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9774/statm: 2406260 22871 2263 9 0 2396937 0
[pid=9774/tid=9775] ppid=9771 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/9774/task/9775/stat : 9775 (java) R 9771 9774 9094 0 -1 4202560 2429 0 1 0 625 1 0 0 20 0 19 0 8549500 9856040960 22871 33554432000 1073741824 1073778376 140735077044128 140506120696112 140505979617173 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9777] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9777/stat : 9777 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 22871 33554432000 1073741824 1073778376 140735077044128 140506098805032 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9778] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9778/stat : 9778 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 22871 33554432000 1073741824 1073778376 140735077044128 140505895659688 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9779] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9779/stat : 9779 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 22871 33554432000 1073741824 1073778376 140735077044128 140505894607400 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9780] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9780/stat : 9780 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 22871 33554432000 1073741824 1073778376 140735077044128 140505893554600 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9781] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9781/stat : 9781 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 22871 33554432000 1073741824 1073778376 140735077044128 140505892502312 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9782] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9782/stat : 9782 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 22871 33554432000 1073741824 1073778376 140735077044128 140505891449512 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9783] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9783/stat : 9783 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 22871 33554432000 1073741824 1073778376 140735077044128 140505890397224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9784] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9784/stat : 9784 (java) S 9771 9774 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 22871 33554432000 1073741824 1073778376 140735077044128 140505889344424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9785] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9785/stat : 9785 (java) S 9771 9774 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8549501 9856040960 22871 33554432000 1073741824 1073778376 140735077044128 140505877145832 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9786] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9786/stat : 9786 (java) S 9771 9774 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8549502 9856040960 22871 33554432000 1073741824 1073778376 140735077044128 140505876091896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9787] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9787/stat : 9787 (java) S 9771 9774 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8549502 9856040960 22871 33554432000 1073741824 1073778376 140735077044128 140505875039496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9788] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9788/stat : 9788 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549504 9856040960 22871 33554432000 1073741824 1073778376 140735077044128 140505873987984 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9789] ppid=9771 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/9774/task/9789/stat : 9789 (java) S 9771 9774 9094 0 -1 4202560 12958 0 0 0 92 3 0 0 20 0 19 0 8549504 9856040960 22871 33554432000 1073741824 1073778376 140735077044128 140505872935608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9790] ppid=9771 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/9774/task/9790/stat : 9790 (java) S 9771 9774 9094 0 -1 4202560 2655 0 0 0 28 0 0 0 20 0 19 0 8549504 9856040960 22871 33554432000 1073741824 1073778376 140735077044128 140505871882808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9791] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9791/stat : 9791 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549504 9856040960 22871 33554432000 1073741824 1073778376 140735077044128 140505870830712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9792] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9792/stat : 9792 (java) S 9771 9774 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8549504 9856040960 22871 33554432000 1073741824 1073778376 140735077044128 140505869778120 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9793] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9793/stat : 9793 (java) S 9771 9774 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8549515 9856040960 22871 33554432000 1073741824 1073778376 140735077044128 140505868624808 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.54
Current children cumulated vsize (KiB) 9625040

[startup+12.7007 s]
/proc/loadavg: 2.06 2.01 1.91 4/213 9923
/proc/meminfo: memFree=31915424/32872528 swapFree=7268/7268
[pid=9774] ppid=9771 vsize=9625040 CPUtime=13.95 cores=1,3,5,7
/proc/9774/stat : 9774 (java) S 9771 9774 9094 0 -1 4202496 19333 0 1 0 1390 5 0 0 20 0 19 0 8549499 9856040960 31984 33554432000 1073741824 1073778376 140735077044128 140735077035264 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9774/statm: 2406260 31984 2263 9 0 2396937 0
[pid=9774/tid=9775] ppid=9771 vsize=9625040 CPUtime=12.64 cores=1,3,5,7
/proc/9774/task/9775/stat : 9775 (java) R 9771 9774 9094 0 -1 4202560 2448 0 1 0 1263 1 0 0 20 0 19 0 8549500 9856040960 31984 33554432000 1073741824 1073778376 140735077044128 140506120696112 140505980207086 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9777] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9777/stat : 9777 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 31984 33554432000 1073741824 1073778376 140735077044128 140506098805032 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9778] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9778/stat : 9778 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 31984 33554432000 1073741824 1073778376 140735077044128 140505895659688 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9779] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9779/stat : 9779 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 31984 33554432000 1073741824 1073778376 140735077044128 140505894607400 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9780] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9780/stat : 9780 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 31984 33554432000 1073741824 1073778376 140735077044128 140505893554600 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9781] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9781/stat : 9781 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 31984 33554432000 1073741824 1073778376 140735077044128 140505892502312 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9782] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9782/stat : 9782 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 31984 33554432000 1073741824 1073778376 140735077044128 140505891449512 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9783] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9783/stat : 9783 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 31984 33554432000 1073741824 1073778376 140735077044128 140505890397224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9784] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9784/stat : 9784 (java) S 9771 9774 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 31984 33554432000 1073741824 1073778376 140735077044128 140505889344424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9785] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9785/stat : 9785 (java) S 9771 9774 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8549501 9856040960 31984 33554432000 1073741824 1073778376 140735077044128 140505877145832 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9786] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9786/stat : 9786 (java) S 9771 9774 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8549502 9856040960 31984 33554432000 1073741824 1073778376 140735077044128 140505876091896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9787] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9787/stat : 9787 (java) S 9771 9774 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8549502 9856040960 31984 33554432000 1073741824 1073778376 140735077044128 140505875039496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9788] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9788/stat : 9788 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549504 9856040960 31984 33554432000 1073741824 1073778376 140735077044128 140505873987984 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9789] ppid=9771 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/9774/task/9789/stat : 9789 (java) S 9771 9774 9094 0 -1 4202560 12958 0 0 0 92 3 0 0 20 0 19 0 8549504 9856040960 31984 33554432000 1073741824 1073778376 140735077044128 140505872935608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9790] ppid=9771 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/9774/task/9790/stat : 9790 (java) S 9771 9774 9094 0 -1 4202560 2655 0 0 0 29 0 0 0 20 0 19 0 8549504 9856040960 31984 33554432000 1073741824 1073778376 140735077044128 140505871882808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9791] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9791/stat : 9791 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549504 9856040960 31984 33554432000 1073741824 1073778376 140735077044128 140505870830712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9792] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9792/stat : 9792 (java) S 9771 9774 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8549504 9856040960 31984 33554432000 1073741824 1073778376 140735077044128 140505869778120 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9793] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9793/stat : 9793 (java) S 9771 9774 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8549515 9856040960 31984 33554432000 1073741824 1073778376 140735077044128 140505868624808 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 13.95
Current children cumulated vsize (KiB) 9625040

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

[startup+12.8009 s]
/proc/loadavg: 2.06 2.01 1.91 4/213 9923
/proc/meminfo: memFree=31915424/32872528 swapFree=7268/7268
[pid=9774] ppid=9771 vsize=9625040 CPUtime=14.05 cores=1,3,5,7
/proc/9774/stat : 9774 (java) S 9771 9774 9094 0 -1 4202496 19334 0 1 0 1400 5 0 0 20 0 19 0 8549499 9856040960 32496 33554432000 1073741824 1073778376 140735077044128 140735077035264 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9774/statm: 2406260 32496 2263 9 0 2396937 0
[pid=9774/tid=9775] ppid=9771 vsize=9625040 CPUtime=12.74 cores=1,3,5,7
/proc/9774/task/9775/stat : 9775 (java) R 9771 9774 9094 0 -1 4202560 2449 0 1 0 1273 1 0 0 20 0 19 0 8549500 9856040960 32496 33554432000 1073741824 1073778376 140735077044128 140506120695472 140505980070884 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9777] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9777/stat : 9777 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 32496 33554432000 1073741824 1073778376 140735077044128 140506098805032 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9778] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9778/stat : 9778 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 32496 33554432000 1073741824 1073778376 140735077044128 140505895659688 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9779] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9779/stat : 9779 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 32496 33554432000 1073741824 1073778376 140735077044128 140505894607400 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9780] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9780/stat : 9780 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 32496 33554432000 1073741824 1073778376 140735077044128 140505893554600 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9781] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9781/stat : 9781 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 32496 33554432000 1073741824 1073778376 140735077044128 140505892502312 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9782] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9782/stat : 9782 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 32496 33554432000 1073741824 1073778376 140735077044128 140505891449512 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9783] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9783/stat : 9783 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 32496 33554432000 1073741824 1073778376 140735077044128 140505890397224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9784] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9784/stat : 9784 (java) S 9771 9774 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8549500 9856040960 32496 33554432000 1073741824 1073778376 140735077044128 140505889344424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9785] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9785/stat : 9785 (java) S 9771 9774 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8549501 9856040960 32496 33554432000 1073741824 1073778376 140735077044128 140505877145832 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9786] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9786/stat : 9786 (java) S 9771 9774 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8549502 9856040960 32496 33554432000 1073741824 1073778376 140735077044128 140505876091896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9787] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9787/stat : 9787 (java) S 9771 9774 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8549502 9856040960 32496 33554432000 1073741824 1073778376 140735077044128 140505875039496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9788] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9788/stat : 9788 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549504 9856040960 32496 33554432000 1073741824 1073778376 140735077044128 140505873987984 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9789] ppid=9771 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/9774/task/9789/stat : 9789 (java) S 9771 9774 9094 0 -1 4202560 12958 0 0 0 92 3 0 0 20 0 19 0 8549504 9856040960 32496 33554432000 1073741824 1073778376 140735077044128 140505872935608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9790] ppid=9771 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/9774/task/9790/stat : 9790 (java) S 9771 9774 9094 0 -1 4202560 2655 0 0 0 29 0 0 0 20 0 19 0 8549504 9856040960 32496 33554432000 1073741824 1073778376 140735077044128 140505871882808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9791] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9791/stat : 9791 (java) S 9771 9774 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8549504 9856040960 32496 33554432000 1073741824 1073778376 140735077044128 140505870830712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9792] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9792/stat : 9792 (java) S 9771 9774 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8549504 9856040960 32496 33554432000 1073741824 1073778376 140735077044128 140505869778120 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9793] ppid=9771 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9793/stat : 9793 (java) S 9771 9774 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8549515 9856040960 32496 33554432000 1073741824 1073778376 140735077044128 140505868624808 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 14.05
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 12.869
CPU time (s): 14.1139
CPU user time (s): 14.0319
CPU system time (s): 0.081987
CPU usage (%): 109.673
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.0319
system time used= 0.081987
maximum resident set size= 132096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19358
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= 602
involuntary context switches= 75

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.092985 second user time and 0.109983 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-16 10:17:27
IDJOB=4090608
IDBENCH=78812
IDSOLVER=2551
FILE ID=node151/4090608-1466065047
RUNJOBID= node151-1466062104-9111
PBS_JOBID= 19903998
Free space on /tmp= 71748 MiB

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

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

MD5SUM BENCH= 0e6c262e00c2bafdec71b4c92c644f07
RANDOM SEED=1383713110

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31983332 kB
Buffers:            4688 kB
Cached:            38876 kB
SwapCached:        61608 kB
Active:           102268 kB
Inactive:          81004 kB
Active(anon):      81300 kB
Inactive(anon):    61024 kB
Active(file):      20968 kB
Inactive(file):    19980 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67038960 kB
Dirty:              1548 kB
Writeback:             0 kB
AnonPages:        150908 kB
Mapped:            15272 kB
Shmem:                 0 kB
Slab:             565480 kB
SReclaimable:       8748 kB
SUnreclaim:       556732 kB
KernelStack:        1760 kB
PageTables:         4716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     697764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    106496 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 node151 at 2016-06-16 10:17:40