Trace number 4110212

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.6518 12.9402

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111227861--soft-0-100-0.wbo
MD5SUMf5c87030c1b11375e21b491121f8695e
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark7.27589
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 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1265
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.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4110212-1466343845.wbo
0.10/0.12	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.058s.
0.10/0.17	c declared #vars     169
0.10/0.17	c internal #vars     270
0.10/0.17	c #constraints  101
0.10/0.17	c constraints type 
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.10/0.18	c 101 constraints processed.
0.10/0.18	c objective function length is 101 literals
0.24/0.25	c SATISFIABLE
0.24/0.25	c OPTIMIZING...
0.24/0.25	c Got one! Elapsed wall clock time (in seconds):0.131
0.24/0.25	o 962
0.51/0.31	c Got one! Elapsed wall clock time (in seconds):0.19
0.51/0.31	o 797
0.51/0.31	c Got one! Elapsed wall clock time (in seconds):0.198
0.51/0.31	o 728
0.51/0.32	c Got one! Elapsed wall clock time (in seconds):0.205
0.51/0.32	o 721
0.51/0.33	c Got one! Elapsed wall clock time (in seconds):0.21
0.51/0.33	o 696
0.51/0.33	c Got one! Elapsed wall clock time (in seconds):0.217
0.51/0.33	o 695
0.51/0.34	c Got one! Elapsed wall clock time (in seconds):0.222
0.51/0.34	o 685
0.51/0.34	c Got one! Elapsed wall clock time (in seconds):0.226
0.51/0.34	o 591
0.51/0.35	c Got one! Elapsed wall clock time (in seconds):0.233
0.51/0.35	o 582
0.51/0.35	c Got one! Elapsed wall clock time (in seconds):0.237
0.51/0.35	o 565
0.51/0.36	c Got one! Elapsed wall clock time (in seconds):0.242
0.51/0.36	o 502
0.65/0.48	c Got one! Elapsed wall clock time (in seconds):0.364
0.65/0.48	o 500
0.65/0.48	c Got one! Elapsed wall clock time (in seconds):0.368
0.65/0.48	o 385
0.65/0.49	c Got one! Elapsed wall clock time (in seconds):0.373
0.65/0.49	o 382
0.81/0.50	c Got one! Elapsed wall clock time (in seconds):0.38
0.81/0.50	o 377
0.81/0.53	c Got one! Elapsed wall clock time (in seconds):0.413
0.81/0.53	o 359
0.81/0.53	c Got one! Elapsed wall clock time (in seconds):0.415
0.81/0.53	o 337
0.81/0.54	c Got one! Elapsed wall clock time (in seconds):0.42
0.81/0.54	o 331
0.81/0.55	c Got one! Elapsed wall clock time (in seconds):0.432
0.81/0.55	o 329
0.81/0.55	c Got one! Elapsed wall clock time (in seconds):0.435
0.81/0.55	o 306
0.81/0.56	c Got one! Elapsed wall clock time (in seconds):0.445
0.81/0.56	o 292
0.97/0.63	c Got one! Elapsed wall clock time (in seconds):0.515
0.97/0.63	o 287
0.97/0.64	c Got one! Elapsed wall clock time (in seconds):0.519
0.97/0.64	o 229
0.97/0.66	c Got one! Elapsed wall clock time (in seconds):0.545
0.97/0.66	o 228
1.07/0.74	c cleaning 4731 clauses out of 9475 with flag 3539/9475
1.07/0.78	c Got one! Elapsed wall clock time (in seconds):0.662
1.07/0.78	o 225
1.36/0.92	c Got one! Elapsed wall clock time (in seconds):0.806
1.36/0.92	o 223
1.46/1.06	c Got one! Elapsed wall clock time (in seconds):0.946
1.46/1.06	o 220
1.57/1.13	c cleaning 6063 clauses out of 12126 with flag 3904/16857
1.57/1.19	c Got one! Elapsed wall clock time (in seconds):1.073
1.57/1.19	o 214
1.69/1.27	c Got one! Elapsed wall clock time (in seconds):1.155
1.69/1.27	o 211
1.97/1.41	c Got one! Elapsed wall clock time (in seconds):1.293
1.97/1.41	o 209
1.97/1.48	c cleaning 6224 clauses out of 12460 with flag 4219/23254
2.09/1.52	c Got one! Elapsed wall clock time (in seconds):1.408
2.09/1.52	o 208
2.09/1.54	c Got one! Elapsed wall clock time (in seconds):1.427
2.09/1.54	o 207
2.19/1.61	c Got one! Elapsed wall clock time (in seconds):1.495
2.19/1.61	o 197
2.29/1.70	c Got one! Elapsed wall clock time (in seconds):1.581
2.29/1.70	o 195
2.39/1.87	c cleaning 6812 clauses out of 13630 with flag 12172/30648
2.69/2.20	c cleaning 6405 clauses out of 12819 with flag 41889/36649
2.80/2.27	c Got one! Elapsed wall clock time (in seconds):2.153
2.80/2.27	o 194
2.80/2.28	c Got one! Elapsed wall clock time (in seconds):2.167
2.80/2.28	o 165
2.90/2.35	c Got one! Elapsed wall clock time (in seconds):2.237
2.90/2.35	o 159
2.90/2.38	c Got one! Elapsed wall clock time (in seconds):2.268
2.90/2.38	o 145
3.32/2.60	c cleaning 6538 clauses out of 13081 with flag 12459/43316
3.32/2.64	c Got one! Elapsed wall clock time (in seconds):2.528
3.32/2.64	o 142
3.52/2.75	c Got one! Elapsed wall clock time (in seconds):2.637
3.52/2.75	o 138
3.75/2.80	c Got one! Elapsed wall clock time (in seconds):2.684
3.75/2.80	o 133
3.75/2.82	c Got one! Elapsed wall clock time (in seconds):2.707
3.75/2.82	o 129
4.22/3.01	c cleaning 6844 clauses out of 13695 with flag 11812/50468
4.33/3.11	c Got one! Elapsed wall clock time (in seconds):2.998
4.33/3.11	o 122
4.43/3.29	c Got one! Elapsed wall clock time (in seconds):3.171
4.43/3.29	o 106
4.54/3.36	c cleaning 6512 clauses out of 13031 with flag 4022/56648
4.54/3.38	c Got one! Elapsed wall clock time (in seconds):3.265
4.54/3.38	o 105
5.08/3.63	c Got one! Elapsed wall clock time (in seconds):3.51
5.08/3.63	o 104
5.28/3.71	c cleaning 6306 clauses out of 12625 with flag 4871/62754
5.39/3.82	c Got one! Elapsed wall clock time (in seconds):3.702
5.39/3.82	o 103
5.49/3.93	c Got one! Elapsed wall clock time (in seconds):3.816
5.49/3.93	o 100
5.49/3.99	c cleaning 5898 clauses out of 11801 with flag 4038/68236
5.69/4.12	c Got one! Elapsed wall clock time (in seconds):4.0
5.69/4.12	o 99
5.79/4.26	c Got one! Elapsed wall clock time (in seconds):4.141
5.79/4.26	o 95
5.79/4.28	c Got one! Elapsed wall clock time (in seconds):4.166
5.79/4.28	o 94
5.89/4.34	c cleaning 6334 clauses out of 12696 with flag 3918/75029
6.00/4.47	c Got one! Elapsed wall clock time (in seconds):4.352
6.00/4.47	o 90
6.00/4.48	c Got one! Elapsed wall clock time (in seconds):4.368
6.00/4.48	o 89
6.10/4.51	c Got one! Elapsed wall clock time (in seconds):4.393
6.10/4.51	o 86
6.10/4.52	c Got one! Elapsed wall clock time (in seconds):4.407
6.10/4.52	o 82
6.21/4.69	c cleaning 6467 clauses out of 12963 with flag 12917/81630
6.31/4.70	c Got one! Elapsed wall clock time (in seconds):4.588
6.31/4.70	o 79
6.31/4.73	c Got one! Elapsed wall clock time (in seconds):4.609
6.31/4.73	o 77
6.52/4.97	c cleaning 6171 clauses out of 12353 with flag 22303/87487
6.62/5.06	c Got one! Elapsed wall clock time (in seconds):4.94
6.62/5.06	o 76
6.62/5.07	c Got one! Elapsed wall clock time (in seconds):4.953
6.62/5.07	o 74
6.82/5.22	c cleaning 5879 clauses out of 11757 with flag 11996/93062
7.02/5.41	c Got one! Elapsed wall clock time (in seconds):5.29
7.02/5.41	o 72
7.02/5.46	c cleaning 5749 clauses out of 11507 with flag 4189/98691
7.14/5.59	c Got one! Elapsed wall clock time (in seconds):5.475
7.14/5.59	o 59
7.24/5.68	c cleaning 5410 clauses out of 10832 with flag 7309/103765
7.43/5.87	c Got one! Elapsed wall clock time (in seconds):5.75
7.43/5.87	o 57
7.53/5.91	c cleaning 5515 clauses out of 11035 with flag 3248/109378
7.53/5.93	c Got one! Elapsed wall clock time (in seconds):5.814
7.53/5.93	o 56
7.63/6.07	c Got one! Elapsed wall clock time (in seconds):5.952
7.63/6.07	o 54
7.63/6.08	c Got one! Elapsed wall clock time (in seconds):5.962
7.63/6.08	o 53
7.74/6.12	c Got one! Elapsed wall clock time (in seconds):6.002
7.74/6.12	o 51
7.84/6.21	c cleaning 6445 clauses out of 12912 with flag 6464/116770
7.84/6.23	c Got one! Elapsed wall clock time (in seconds):6.116
7.84/6.23	o 49
8.04/6.44	c cleaning 6110 clauses out of 12225 with flag 18211/122528
8.04/6.47	c Got one! Elapsed wall clock time (in seconds):6.349
8.04/6.47	o 47
8.24/6.68	c cleaning 6016 clauses out of 12044 with flag 18905/128457
8.54/6.94	c cleaning 6003 clauses out of 12029 with flag 43318/134458
8.74/7.10	c Got one! Elapsed wall clock time (in seconds):6.981
8.74/7.10	o 46
8.74/7.11	c Got one! Elapsed wall clock time (in seconds):6.995
8.74/7.11	o 44
8.74/7.17	c cleaning 5727 clauses out of 11473 with flag 4539/139905
8.84/7.22	c Got one! Elapsed wall clock time (in seconds):7.102
8.84/7.22	o 42
8.94/7.37	c Got one! Elapsed wall clock time (in seconds):7.25
8.94/7.37	o 31
9.04/7.41	c cleaning 5982 clauses out of 11976 with flag 3220/146135
9.24/7.62	c cleaning 5989 clauses out of 11993 with flag 22538/152134
9.24/7.64	c Got one! Elapsed wall clock time (in seconds):7.521
9.24/7.64	o 30
9.35/7.74	c Got one! Elapsed wall clock time (in seconds):7.619
9.35/7.74	o 23
9.45/7.86	c cleaning 6190 clauses out of 12390 with flag 10366/158520
9.64/8.01	c Got one! Elapsed wall clock time (in seconds):7.899
9.64/8.01	o 22
9.64/8.06	c cleaning 5847 clauses out of 11716 with flag 3839/164036
9.84/8.23	c Got one! Elapsed wall clock time (in seconds):8.109
9.84/8.23	o 20
9.84/8.27	c cleaning 5905 clauses out of 11825 with flag 3874/169992
9.95/8.32	c Got one! Elapsed wall clock time (in seconds):8.202
9.95/8.32	o 15
9.95/8.33	c Got one! Elapsed wall clock time (in seconds):8.213
9.95/8.33	o 14
10.05/8.40	c Got one! Elapsed wall clock time (in seconds):8.287
10.05/8.40	o 13
10.05/8.49	c cleaning 5967 clauses out of 11935 with flag 8495/176007
10.15/8.54	c Got one! Elapsed wall clock time (in seconds):8.427
10.15/8.54	o 12
10.35/8.70	c cleaning 5871 clauses out of 11751 with flag 16142/181790
10.45/8.86	c Got one! Elapsed wall clock time (in seconds):8.747
10.45/8.86	o 11
10.55/8.91	c cleaning 5826 clauses out of 11663 with flag 4334/187573
10.65/9.03	c Got one! Elapsed wall clock time (in seconds):8.918
10.65/9.03	o 10
10.75/9.12	c cleaning 5786 clauses out of 11584 with flag 8050/193320
10.75/9.14	c Got one! Elapsed wall clock time (in seconds):9.024
10.75/9.14	o 8
10.95/9.33	c cleaning 5732 clauses out of 11463 with flag 21283/198985
11.15/9.58	c cleaning 5860 clauses out of 11731 with flag 46017/204986
11.45/9.86	c cleaning 6434 clauses out of 12871 with flag 74254/211987
11.76/10.19	c cleaning 7214 clauses out of 14437 with flag 108026/219988
12.28/10.62	c cleaning 8105 clauses out of 16220 with flag 148309/228986
12.58/10.95	c Got one! Elapsed wall clock time (in seconds):10.838
12.58/10.95	o 7
12.90/11.26	c cleaning 10290 clauses out of 20580 with flag 22699/241453
13.20/11.56	c cleaning 8141 clauses out of 16289 with flag 50232/247455
13.60/11.91	c cleaning 7574 clauses out of 15148 with flag 82652/254456
13.90/12.29	c cleaning 7783 clauses out of 15568 with flag 117645/262453
14.40/12.73	c cleaning 8387 clauses out of 16778 with flag 157076/271453
14.60/12.93	c starts		: 224
14.60/12.93	c conflicts		: 275678
14.60/12.93	c decisions		: 472947
14.60/12.93	c propagations		: 8641095
14.60/12.93	c inspects		: 125084473
14.60/12.93	c shortcuts		: 0
14.60/12.93	c learnt literals	: 38
14.60/12.93	c learnt binary clauses	: 35
14.60/12.93	c learnt ternary clauses	: 815
14.60/12.93	c learnt constraints	: 275639
14.60/12.93	c ignored constraints	: 0
14.60/12.93	c root simplifications	: 0
14.60/12.93	c removed literals (reason simplification)	: 0
14.60/12.93	c reason swapping (by a shorter reason)	: 0
14.60/12.93	c Calls to reduceDB	: 41
14.60/12.93	c Number of update (reduction) of LBD	: 85308
14.60/12.93	c Imported unit clauses	: 0
14.60/12.93	c number of reductions to clauses (during analyze)	: 0
14.60/12.93	c number of learned constraints concerned by reduction	: 0
14.60/12.93	c number of learning phase by resolution	: 0
14.60/12.93	c number of learning phase by cutting planes	: 0
14.60/12.93	c speed (assignments/second)	: 677573.5121147966
14.60/12.93	c non guided choices	3833
14.60/12.93	c learnt constraints type 
14.60/12.93	s OPTIMUM FOUND
14.60/12.93	c Found 84 solution(s)
14.60/12.93	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.60/12.93	c objective function=7
14.60/12.93	c Total wall clock time (in seconds): 12.816

Verifier Data

OK	7

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-4110212-1466343845/watcher-4110212-1466343845 -o /tmp/evaluation-result-4110212-1466343845/solver-4110212-1466343845 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466341816-5530 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4110212-1466343845.wbo 

pid=8027
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: 2.42 2.24 1.94 3/194 8030
/proc/meminfo: memFree=31186360/32872528 swapFree=338416/354768
[pid=8030] ppid=8027 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8030/stat : 8030 (java) S 8027 8030 5514 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 36431250 98570240 977 33554432000 1073741824 1073778376 140734892218304 140734892209440 242170757181 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8030/statm: 24065 977 743 9 0 16771 0
[pid=8030/tid=8031] ppid=8027 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8031/stat : 8031 (java) R 8027 8030 5514 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 36431251 98570240 977 33554432000 1073741824 1073778376 140734892218304 140020691025448 242167399808 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100065 s]
/proc/loadavg: 2.42 2.24 1.94 3/194 8030
/proc/meminfo: memFree=31186360/32872528 swapFree=338416/354768
[pid=8030] ppid=8027 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/8030/stat : 8030 (java) S 8027 8030 5514 0 -1 4202496 4399 0 1 0 9 1 0 0 20 0 18 0 36431250 9787879424 6032 33554432000 1073741824 1073778376 140734892218304 140734892209440 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8030/statm: 2389619 6032 2125 9 0 2380296 0
[pid=8030/tid=8031] ppid=8027 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/8030/task/8031/stat : 8031 (java) R 8027 8030 5514 0 -1 4202560 2377 0 1 0 6 1 0 0 20 0 18 0 36431251 9787879424 6032 33554432000 1073741824 1073778376 140734892218304 140020691028896 242170782989 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200314 s]
/proc/loadavg: 2.42 2.24 1.94 3/194 8030
/proc/meminfo: memFree=31186360/32872528 swapFree=338416/354768
[pid=8030] ppid=8027 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/8030/stat : 8030 (java) S 8027 8030 5514 0 -1 4202496 4769 0 1 0 23 1 0 0 20 0 19 0 36431250 9856040960 6861 33554432000 1073741824 1073778376 140734892218304 140734892209440 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8030/statm: 2406260 6861 2215 9 0 2396937 0
[pid=8030/tid=8031] ppid=8027 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/8030/task/8031/stat : 8031 (java) R 8027 8030 5514 0 -1 4202560 2408 0 1 0 16 1 0 0 20 0 19 0 36431251 9856040960 6861 33554432000 1073741824 1073778376 140734892218304 140020691030424 140020514143021 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9625040

[startup+0.300298 s]
/proc/loadavg: 2.42 2.24 1.94 3/194 8030
/proc/meminfo: memFree=31186360/32872528 swapFree=338416/354768
[pid=8030] ppid=8027 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/8030/stat : 8030 (java) S 8027 8030 5514 0 -1 4202496 6974 0 1 0 49 2 0 0 20 0 19 0 36431250 9856040960 8550 33554432000 1073741824 1073778376 140734892218304 140734892209440 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8030/statm: 2406260 8550 2243 9 0 2396937 0
[pid=8030/tid=8031] ppid=8027 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/8030/task/8031/stat : 8031 (java) R 8027 8030 5514 0 -1 4202560 2410 0 1 0 26 1 0 0 20 0 19 0 36431251 9856040960 8550 33554432000 1073741824 1073778376 140734892218304 140020691030424 140020514092456 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700269 s]
/proc/loadavg: 2.42 2.24 1.94 3/194 8030
/proc/meminfo: memFree=31186360/32872528 swapFree=338416/354768
[pid=8030] ppid=8027 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/8030/stat : 8030 (java) S 8027 8030 5514 0 -1 4202496 8886 0 1 0 105 2 0 0 20 0 19 0 36431250 9856040960 9604 33554432000 1073741824 1073778376 140734892218304 140734892209440 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8030/statm: 2406260 9604 2255 9 0 2396937 0
[pid=8030/tid=8031] ppid=8027 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/8030/task/8031/stat : 8031 (java) R 8027 8030 5514 0 -1 4202560 2412 0 1 0 66 1 0 0 20 0 19 0 36431251 9856040960 9604 33554432000 1073741824 1073778376 140734892218304 140020691030424 140020514506669 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.39 2.23 1.94 3/213 8049
/proc/meminfo: memFree=31151272/32872528 swapFree=338416/354768
[pid=8030] ppid=8027 vsize=9625040 CPUtime=2.09 cores=0,2,4,6
/proc/8030/stat : 8030 (java) S 8027 8030 5514 0 -1 4202496 12195 0 1 0 206 3 0 0 20 0 19 0 36431250 9856040960 10748 33554432000 1073741824 1073778376 140734892218304 140734892209440 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8030/statm: 2406260 10748 2262 9 0 2396937 0
[pid=8030/tid=8031] ppid=8027 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/8030/task/8031/stat : 8031 (java) R 8027 8030 5514 0 -1 4202560 2415 0 1 0 146 2 0 0 20 0 19 0 36431251 9856040960 10748 33554432000 1073741824 1073778376 140734892218304 140020691030024 140020514480756 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8030/tid=8033] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8033/stat : 8033 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 10748 33554432000 1073741824 1073778376 140734892218304 140020652521768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8034] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8034/stat : 8034 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 10748 33554432000 1073741824 1073778376 140734892218304 140020651468968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8030/tid=8035] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8035/stat : 8035 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 10748 33554432000 1073741824 1073778376 140734892218304 140020650416680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8030/tid=8036] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8036/stat : 8036 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 10748 33554432000 1073741824 1073778376 140734892218304 140020649363880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8030/tid=8037] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8037/stat : 8037 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 10748 33554432000 1073741824 1073778376 140734892218304 140020648311592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8038] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8038/stat : 8038 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 10748 33554432000 1073741824 1073778376 140734892218304 140020647258792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8030/tid=8039] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8039/stat : 8039 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 10748 33554432000 1073741824 1073778376 140734892218304 140020646206504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8040] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8040/stat : 8040 (java) S 8027 8030 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 10748 33554432000 1073741824 1073778376 140734892218304 140020645153704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8041] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8041/stat : 8041 (java) S 8027 8030 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36431253 9856040960 10748 33554432000 1073741824 1073778376 140734892218304 140020632742120 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8042] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8042/stat : 8042 (java) S 8027 8030 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36431253 9856040960 10748 33554432000 1073741824 1073778376 140734892218304 140020514022392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8043] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8043/stat : 8043 (java) S 8027 8030 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431253 9856040960 10748 33554432000 1073741824 1073778376 140734892218304 140020512969992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8044] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8044/stat : 8044 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431256 9856040960 10748 33554432000 1073741824 1073778376 140734892218304 140020511918480 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8045] ppid=8027 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/8030/task/8045/stat : 8045 (java) S 8027 8030 5514 0 -1 4202560 1925 0 0 0 23 0 0 0 20 0 19 0 36431256 9856040960 10748 33554432000 1073741824 1073778376 140734892218304 140020510866104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8046] ppid=8027 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/8030/task/8046/stat : 8046 (java) S 8027 8030 5514 0 -1 4202560 6583 0 0 0 33 2 0 0 20 0 19 0 36431256 9856040960 10748 33554432000 1073741824 1073778376 140734892218304 140020509813304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8030/tid=8047] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8047/stat : 8047 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431256 9856040960 10748 33554432000 1073741824 1073778376 140734892218304 140020508761208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8030/tid=8048] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8048/stat : 8048 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431256 9856040960 10748 33554432000 1073741824 1073778376 140734892218304 140020507708616 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8049] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8049/stat : 8049 (java) S 8027 8030 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431268 9856040960 10748 33554432000 1073741824 1073778376 140734892218304 140020506653608 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.39 2.23 1.94 3/213 8049
/proc/meminfo: memFree=31142716/32872528 swapFree=338416/354768
[pid=8030] ppid=8027 vsize=9625040 CPUtime=4.33 cores=0,2,4,6
/proc/8030/stat : 8030 (java) S 8027 8030 5514 0 -1 4202496 22970 0 1 0 428 5 0 0 20 0 19 0 36431250 9856040960 17296 33554432000 1073741824 1073778376 140734892218304 140734892209440 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8030/statm: 2406260 17296 2262 9 0 2396937 0
[pid=8030/tid=8031] ppid=8027 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/8030/task/8031/stat : 8031 (java) R 8027 8030 5514 0 -1 4202560 2420 0 1 0 306 2 0 0 20 0 19 0 36431251 9856040960 17296 33554432000 1073741824 1073778376 140734892218304 140020691030584 140020514518891 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8030/tid=8033] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8033/stat : 8033 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 17296 33554432000 1073741824 1073778376 140734892218304 140020652521768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8034] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8034/stat : 8034 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 17296 33554432000 1073741824 1073778376 140734892218304 140020651468968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8030/tid=8035] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8035/stat : 8035 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 17296 33554432000 1073741824 1073778376 140734892218304 140020650416680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8030/tid=8036] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8036/stat : 8036 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 17296 33554432000 1073741824 1073778376 140734892218304 140020649363880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8030/tid=8037] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8037/stat : 8037 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 17296 33554432000 1073741824 1073778376 140734892218304 140020648311592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8038] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8038/stat : 8038 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 17296 33554432000 1073741824 1073778376 140734892218304 140020647258792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8030/tid=8039] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8039/stat : 8039 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 17296 33554432000 1073741824 1073778376 140734892218304 140020646206504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8040] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8040/stat : 8040 (java) S 8027 8030 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 17296 33554432000 1073741824 1073778376 140734892218304 140020645153704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8041] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8041/stat : 8041 (java) S 8027 8030 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36431253 9856040960 17296 33554432000 1073741824 1073778376 140734892218304 140020632742120 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8042] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8042/stat : 8042 (java) S 8027 8030 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36431253 9856040960 17296 33554432000 1073741824 1073778376 140734892218304 140020514022392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8043] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8043/stat : 8043 (java) S 8027 8030 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431253 9856040960 17296 33554432000 1073741824 1073778376 140734892218304 140020512969992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8044] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8044/stat : 8044 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431256 9856040960 17296 33554432000 1073741824 1073778376 140734892218304 140020511918480 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8045] ppid=8027 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/8030/task/8045/stat : 8045 (java) S 8027 8030 5514 0 -1 4202560 9883 0 0 0 67 2 0 0 20 0 19 0 36431256 9856040960 17296 33554432000 1073741824 1073778376 140734892218304 140020510866104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8046] ppid=8027 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/8030/task/8046/stat : 8046 (java) S 8027 8030 5514 0 -1 4202560 9395 0 0 0 51 2 0 0 20 0 19 0 36431256 9856040960 17296 33554432000 1073741824 1073778376 140734892218304 140020509813304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8030/tid=8047] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8047/stat : 8047 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431256 9856040960 17296 33554432000 1073741824 1073778376 140734892218304 140020508761208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8030/tid=8048] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8048/stat : 8048 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431256 9856040960 17296 33554432000 1073741824 1073778376 140734892218304 140020507708616 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8049] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8049/stat : 8049 (java) S 8027 8030 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431268 9856040960 17296 33554432000 1073741824 1073778376 140734892218304 140020506653608 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.36 2.23 1.94 3/213 8114
/proc/meminfo: memFree=31208376/32872528 swapFree=338416/354768
[pid=8030] ppid=8027 vsize=9625040 CPUtime=7.94 cores=0,2,4,6
/proc/8030/stat : 8030 (java) S 8027 8030 5514 0 -1 4202496 25263 0 1 0 788 6 0 0 20 0 19 0 36431250 9856040960 20772 33554432000 1073741824 1073778376 140734892218304 140734892209440 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8030/statm: 2406260 20772 2264 9 0 2396937 0
[pid=8030/tid=8031] ppid=8027 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/8030/task/8031/stat : 8031 (java) R 8027 8030 5514 0 -1 4202560 2429 0 1 0 625 2 0 0 20 0 19 0 36431251 9856040960 20772 33554432000 1073741824 1073778376 140734892218304 140020691022128 140020514506474 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8030/tid=8033] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8033/stat : 8033 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 20772 33554432000 1073741824 1073778376 140734892218304 140020652521768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8034] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8034/stat : 8034 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 20772 33554432000 1073741824 1073778376 140734892218304 140020651468968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8030/tid=8035] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8035/stat : 8035 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 20772 33554432000 1073741824 1073778376 140734892218304 140020650416680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8030/tid=8036] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8036/stat : 8036 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 20772 33554432000 1073741824 1073778376 140734892218304 140020649363880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8030/tid=8037] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8037/stat : 8037 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 20772 33554432000 1073741824 1073778376 140734892218304 140020648311592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8038] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8038/stat : 8038 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 20772 33554432000 1073741824 1073778376 140734892218304 140020647258792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8030/tid=8039] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8039/stat : 8039 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 20772 33554432000 1073741824 1073778376 140734892218304 140020646206504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8040] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8040/stat : 8040 (java) S 8027 8030 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 20772 33554432000 1073741824 1073778376 140734892218304 140020645153704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8041] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8041/stat : 8041 (java) S 8027 8030 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36431253 9856040960 20772 33554432000 1073741824 1073778376 140734892218304 140020632742120 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8042] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8042/stat : 8042 (java) S 8027 8030 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36431253 9856040960 20772 33554432000 1073741824 1073778376 140734892218304 140020514022392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8043] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8043/stat : 8043 (java) S 8027 8030 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431253 9856040960 20772 33554432000 1073741824 1073778376 140734892218304 140020512969992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8044] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8044/stat : 8044 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431256 9856040960 20772 33554432000 1073741824 1073778376 140734892218304 140020511918480 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8045] ppid=8027 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/8030/task/8045/stat : 8045 (java) S 8027 8030 5514 0 -1 4202560 12166 0 0 0 105 2 0 0 20 0 19 0 36431256 9856040960 20772 33554432000 1073741824 1073778376 140734892218304 140020510866104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8046] ppid=8027 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/8030/task/8046/stat : 8046 (java) S 8027 8030 5514 0 -1 4202560 9395 0 0 0 53 2 0 0 20 0 19 0 36431256 9856040960 20772 33554432000 1073741824 1073778376 140734892218304 140020509813304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8030/tid=8047] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8047/stat : 8047 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431256 9856040960 20772 33554432000 1073741824 1073778376 140734892218304 140020508761208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8030/tid=8048] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8048/stat : 8048 (java) S 8027 8030 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36431256 9856040960 20772 33554432000 1073741824 1073778376 140734892218304 140020507708616 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8049] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8049/stat : 8049 (java) S 8027 8030 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431268 9856040960 20772 33554432000 1073741824 1073778376 140734892218304 140020506653608 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.94
Current children cumulated vsize (KiB) 9625040

[startup+12.7007 s]
/proc/loadavg: 2.33 2.22 1.94 3/213 8114
/proc/meminfo: memFree=31132836/32872528 swapFree=338416/354768
[pid=8030] ppid=8027 vsize=9625040 CPUtime=14.4 cores=0,2,4,6
/proc/8030/stat : 8030 (java) S 8027 8030 5514 0 -1 4202496 25282 0 1 0 1433 7 0 0 20 0 19 0 36431250 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140734892209440 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8030/statm: 2406260 28386 2264 9 0 2396937 0
[pid=8030/tid=8031] ppid=8027 vsize=9625040 CPUtime=12.68 cores=0,2,4,6
/proc/8030/task/8031/stat : 8031 (java) R 8027 8030 5514 0 -1 4202560 2448 0 1 0 1265 3 0 0 20 0 19 0 36431251 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020691021520 140020514488700 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8030/tid=8033] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8033/stat : 8033 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020652521768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8034] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8034/stat : 8034 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020651468968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8030/tid=8035] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8035/stat : 8035 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020650416680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8030/tid=8036] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8036/stat : 8036 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020649363880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8030/tid=8037] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8037/stat : 8037 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020648311592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8038] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8038/stat : 8038 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020647258792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8030/tid=8039] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8039/stat : 8039 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020646206504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8040] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8040/stat : 8040 (java) S 8027 8030 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020645153704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8041] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8041/stat : 8041 (java) S 8027 8030 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36431253 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020632742120 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8042] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8042/stat : 8042 (java) S 8027 8030 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36431253 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020514022392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8043] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8043/stat : 8043 (java) S 8027 8030 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431253 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020512969992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8044] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8044/stat : 8044 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431256 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020511918480 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8045] ppid=8027 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/8030/task/8045/stat : 8045 (java) S 8027 8030 5514 0 -1 4202560 12166 0 0 0 107 3 0 0 20 0 19 0 36431256 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020510866104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8046] ppid=8027 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/8030/task/8046/stat : 8046 (java) S 8027 8030 5514 0 -1 4202560 9395 0 0 0 56 2 0 0 20 0 19 0 36431256 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020509813304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8030/tid=8047] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8047/stat : 8047 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431256 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020508761208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8030/tid=8048] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8048/stat : 8048 (java) S 8027 8030 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36431256 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020507708616 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8049] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8049/stat : 8049 (java) S 8027 8030 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431268 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020506653608 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 14.4
Current children cumulated vsize (KiB) 9625040

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

[startup+12.8009 s]
/proc/loadavg: 2.33 2.22 1.94 3/213 8114
/proc/meminfo: memFree=31132836/32872528 swapFree=338416/354768
[pid=8030] ppid=8027 vsize=9625040 CPUtime=14.5 cores=0,2,4,6
/proc/8030/stat : 8030 (java) S 8027 8030 5514 0 -1 4202496 25282 0 1 0 1443 7 0 0 20 0 19 0 36431250 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140734892209440 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8030/statm: 2406260 28386 2264 9 0 2396937 0
[pid=8030/tid=8031] ppid=8027 vsize=9625040 CPUtime=12.78 cores=0,2,4,6
/proc/8030/task/8031/stat : 8031 (java) R 8027 8030 5514 0 -1 4202560 2448 0 1 0 1275 3 0 0 20 0 19 0 36431251 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020691021520 140020514502288 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8030/tid=8033] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8033/stat : 8033 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020652521768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8034] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8034/stat : 8034 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020651468968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8030/tid=8035] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8035/stat : 8035 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020650416680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8030/tid=8036] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8036/stat : 8036 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020649363880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8030/tid=8037] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8037/stat : 8037 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020648311592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8038] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8038/stat : 8038 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020647258792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8030/tid=8039] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8039/stat : 8039 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020646206504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8040] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8040/stat : 8040 (java) S 8027 8030 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020645153704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8041] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8041/stat : 8041 (java) S 8027 8030 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36431253 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020632742120 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8042] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8042/stat : 8042 (java) S 8027 8030 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36431253 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020514022392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8043] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8043/stat : 8043 (java) S 8027 8030 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431253 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020512969992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8044] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8044/stat : 8044 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431256 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020511918480 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8045] ppid=8027 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/8030/task/8045/stat : 8045 (java) S 8027 8030 5514 0 -1 4202560 12166 0 0 0 107 3 0 0 20 0 19 0 36431256 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020510866104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8046] ppid=8027 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/8030/task/8046/stat : 8046 (java) S 8027 8030 5514 0 -1 4202560 9395 0 0 0 56 2 0 0 20 0 19 0 36431256 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020509813304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8030/tid=8047] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8047/stat : 8047 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431256 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020508761208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8030/tid=8048] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8048/stat : 8048 (java) S 8027 8030 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36431256 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020507708616 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8049] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8049/stat : 8049 (java) S 8027 8030 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431268 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020506653608 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 14.5
Current children cumulated vsize (KiB) 9625040

[startup+12.9007 s]
/proc/loadavg: 2.33 2.22 1.94 3/213 8114
/proc/meminfo: memFree=31132836/32872528 swapFree=338416/354768
[pid=8030] ppid=8027 vsize=9625040 CPUtime=14.6 cores=0,2,4,6
/proc/8030/stat : 8030 (java) S 8027 8030 5514 0 -1 4202496 25282 0 1 0 1453 7 0 0 20 0 19 0 36431250 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140734892209440 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8030/statm: 2406260 28386 2264 9 0 2396937 0
[pid=8030/tid=8031] ppid=8027 vsize=9625040 CPUtime=12.88 cores=0,2,4,6
/proc/8030/task/8031/stat : 8031 (java) R 8027 8030 5514 0 -1 4202560 2448 0 1 0 1285 3 0 0 20 0 19 0 36431251 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020691021520 140020514458540 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8030/tid=8033] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8033/stat : 8033 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020652521768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8034] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8034/stat : 8034 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020651468968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8030/tid=8035] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8035/stat : 8035 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020650416680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8030/tid=8036] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8036/stat : 8036 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020649363880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8030/tid=8037] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8037/stat : 8037 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020648311592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8038] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8038/stat : 8038 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020647258792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8030/tid=8039] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8039/stat : 8039 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020646206504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8040] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8040/stat : 8040 (java) S 8027 8030 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36431251 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020645153704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8041] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8041/stat : 8041 (java) S 8027 8030 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36431253 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020632742120 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8042] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8042/stat : 8042 (java) S 8027 8030 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36431253 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020514022392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8043] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8043/stat : 8043 (java) S 8027 8030 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431253 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020512969992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8044] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8044/stat : 8044 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431256 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020511918480 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8045] ppid=8027 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/8030/task/8045/stat : 8045 (java) S 8027 8030 5514 0 -1 4202560 12166 0 0 0 107 3 0 0 20 0 19 0 36431256 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020510866104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8046] ppid=8027 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/8030/task/8046/stat : 8046 (java) S 8027 8030 5514 0 -1 4202560 9395 0 0 0 56 2 0 0 20 0 19 0 36431256 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020509813304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8030/tid=8047] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8047/stat : 8047 (java) S 8027 8030 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431256 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020508761208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8030/tid=8048] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8048/stat : 8048 (java) S 8027 8030 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36431256 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020507708616 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8030/tid=8049] ppid=8027 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8030/task/8049/stat : 8049 (java) S 8027 8030 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431268 9856040960 28386 33554432000 1073741824 1073778376 140734892218304 140020506653608 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 14.6
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 12.9402
CPU time (s): 14.6518
CPU user time (s): 14.5388
CPU system time (s): 0.112982
CPU usage (%): 113.227
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.5388
system time used= 0.112982
maximum resident set size= 115656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25306
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= 575
involuntary context switches= 89

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.034994 second user time and 0.054991 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-19 15:44:05
IDJOB=4110212
IDBENCH=79203
IDSOLVER=2551
FILE ID=node126/4110212-1466343845
RUNJOBID= node126-1466341816-5530
PBS_JOBID= 19922027
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111227861--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110212-1466343845/watcher-4110212-1466343845 -o /tmp/evaluation-result-4110212-1466343845/solver-4110212-1466343845 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466341816-5530 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4110212-1466343845.wbo

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

MD5SUM BENCH= f5c87030c1b11375e21b491121f8695e
RANDOM SEED=1445826019

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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.121
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.121
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:        31187268 kB
Buffers:          174624 kB
Cached:           278424 kB
SwapCached:         1796 kB
Active:           218804 kB
Inactive:         346308 kB
Active(anon):     112508 kB
Inactive(anon):     1916 kB
Active(file):     106296 kB
Inactive(file):   344392 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100300 kB
Dirty:              1480 kB
Writeback:             0 kB
AnonPages:        539936 kB
Mapped:            17076 kB
Shmem:                 0 kB
Slab:             609992 kB
SReclaimable:      53148 kB
SUnreclaim:       556844 kB
KernelStack:        1760 kB
PageTables:         5060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1042696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    165888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node126 at 2016-06-19 15:44:18