Trace number 4090920

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.4618 13.0369

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111213868--soft-0-100-0.wbo
MD5SUM0635b24c475a73287c5e15439a6c459f
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark5.42217
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4090920-1466067865.wbo
0.09/0.11	c reading problem ... 
0.09/0.17	c ... done. Wall clock time 0.055s.
0.09/0.17	c declared #vars     169
0.09/0.17	c internal #vars     270
0.09/0.17	c #constraints  101
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.09/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.09/0.17	c 101 constraints processed.
0.09/0.17	c objective function length is 101 literals
0.25/0.29	c SATISFIABLE
0.25/0.29	c OPTIMIZING...
0.25/0.29	c Got one! Elapsed wall clock time (in seconds):0.181
0.25/0.29	o 690
0.51/0.30	c Got one! Elapsed wall clock time (in seconds):0.187
0.51/0.30	o 669
0.51/0.30	c Got one! Elapsed wall clock time (in seconds):0.19
0.51/0.30	o 668
0.51/0.31	c Got one! Elapsed wall clock time (in seconds):0.2
0.51/0.31	o 666
0.51/0.32	c Got one! Elapsed wall clock time (in seconds):0.204
0.51/0.32	o 645
0.51/0.32	c Got one! Elapsed wall clock time (in seconds):0.21
0.51/0.32	o 643
0.51/0.33	c Got one! Elapsed wall clock time (in seconds):0.215
0.51/0.33	o 639
0.51/0.33	c Got one! Elapsed wall clock time (in seconds):0.22
0.51/0.33	o 635
0.51/0.34	c Got one! Elapsed wall clock time (in seconds):0.223
0.51/0.34	o 588
0.51/0.34	c Got one! Elapsed wall clock time (in seconds):0.229
0.51/0.34	o 584
0.80/0.52	c cleaning 2855 clauses out of 5732 with flag 11945/5732
0.80/0.52	c Got one! Elapsed wall clock time (in seconds):0.41
0.80/0.52	o 515
0.80/0.53	c Got one! Elapsed wall clock time (in seconds):0.414
0.80/0.53	o 511
0.80/0.53	c Got one! Elapsed wall clock time (in seconds):0.419
0.80/0.53	o 509
0.80/0.54	c Got one! Elapsed wall clock time (in seconds):0.424
0.80/0.54	o 506
0.80/0.54	c Got one! Elapsed wall clock time (in seconds):0.428
0.80/0.54	o 495
0.80/0.54	c Got one! Elapsed wall clock time (in seconds):0.432
0.80/0.54	o 472
0.80/0.55	c Got one! Elapsed wall clock time (in seconds):0.435
0.80/0.55	o 471
0.80/0.56	c Got one! Elapsed wall clock time (in seconds):0.445
0.80/0.56	o 458
0.80/0.56	c Got one! Elapsed wall clock time (in seconds):0.449
0.80/0.56	o 456
0.80/0.57	c Got one! Elapsed wall clock time (in seconds):0.453
0.80/0.57	o 452
0.80/0.57	c Got one! Elapsed wall clock time (in seconds):0.46
0.80/0.57	o 435
0.80/0.57	c Got one! Elapsed wall clock time (in seconds):0.462
0.80/0.57	o 312
0.80/0.58	c Got one! Elapsed wall clock time (in seconds):0.471
0.80/0.58	o 307
0.80/0.59	c Got one! Elapsed wall clock time (in seconds):0.474
0.80/0.59	o 302
0.80/0.59	c Got one! Elapsed wall clock time (in seconds):0.478
0.80/0.59	o 288
1.03/0.60	c Got one! Elapsed wall clock time (in seconds):0.491
1.03/0.60	o 285
1.03/0.64	c Got one! Elapsed wall clock time (in seconds):0.526
1.03/0.64	o 283
1.03/0.64	c Got one! Elapsed wall clock time (in seconds):0.53
1.03/0.64	o 270
1.03/0.67	c Got one! Elapsed wall clock time (in seconds):0.553
1.03/0.67	o 256
1.27/0.75	c Got one! Elapsed wall clock time (in seconds):0.641
1.27/0.75	o 240
1.27/0.79	c Got one! Elapsed wall clock time (in seconds):0.673
1.27/0.79	o 238
1.40/0.80	c Got one! Elapsed wall clock time (in seconds):0.69
1.40/0.80	o 237
1.40/0.81	c Got one! Elapsed wall clock time (in seconds):0.698
1.40/0.81	o 222
1.40/0.82	c Got one! Elapsed wall clock time (in seconds):0.708
1.40/0.82	o 213
1.40/0.83	c Got one! Elapsed wall clock time (in seconds):0.72
1.40/0.83	o 200
1.40/0.84	c Got one! Elapsed wall clock time (in seconds):0.727
1.40/0.84	o 189
1.50/0.92	c Got one! Elapsed wall clock time (in seconds):0.808
1.50/0.92	o 173
1.50/0.93	c Got one! Elapsed wall clock time (in seconds):0.816
1.50/0.93	o 171
1.69/1.04	c Got one! Elapsed wall clock time (in seconds):0.923
1.69/1.04	o 161
1.69/1.09	c Got one! Elapsed wall clock time (in seconds):0.98
1.69/1.09	o 155
1.79/1.17	c cleaning 7783 clauses out of 15565 with flag 3937/18420
1.99/1.35	c Got one! Elapsed wall clock time (in seconds):1.238
1.99/1.35	o 154
2.09/1.40	c Got one! Elapsed wall clock time (in seconds):1.289
2.09/1.40	o 151
2.19/1.52	c cleaning 7224 clauses out of 14451 with flag 7869/25089
2.50/1.83	c cleaning 6611 clauses out of 13230 with flag 32239/31092
2.82/2.17	c cleaning 6806 clauses out of 13616 with flag 60414/38089
2.94/2.21	c Got one! Elapsed wall clock time (in seconds):2.098
2.94/2.21	o 149
2.94/2.23	c Got one! Elapsed wall clock time (in seconds):2.12
2.94/2.23	o 148
2.94/2.24	c Got one! Elapsed wall clock time (in seconds):2.126
2.94/2.24	o 147
2.94/2.25	c Got one! Elapsed wall clock time (in seconds):2.14
2.94/2.25	o 139
2.94/2.30	c Got one! Elapsed wall clock time (in seconds):2.183
2.94/2.30	o 135
3.04/2.31	c Got one! Elapsed wall clock time (in seconds):2.193
3.04/2.31	o 132
3.04/2.35	c Got one! Elapsed wall clock time (in seconds):2.233
3.04/2.35	o 130
3.04/2.38	c Got one! Elapsed wall clock time (in seconds):2.271
3.04/2.38	o 129
3.13/2.41	c Got one! Elapsed wall clock time (in seconds):2.293
3.13/2.41	o 128
3.13/2.45	c Got one! Elapsed wall clock time (in seconds):2.336
3.13/2.45	o 127
3.23/2.51	c Got one! Elapsed wall clock time (in seconds):2.397
3.23/2.51	o 105
3.23/2.57	c Got one! Elapsed wall clock time (in seconds):2.459
3.23/2.57	o 104
3.23/2.59	c Got one! Elapsed wall clock time (in seconds):2.476
3.23/2.59	o 85
3.46/2.72	c Got one! Elapsed wall clock time (in seconds):2.605
3.46/2.72	o 80
3.60/2.82	c cleaning 8876 clauses out of 17764 with flag 4115/49043
3.60/2.84	c Got one! Elapsed wall clock time (in seconds):2.73
3.60/2.84	o 76
3.87/2.94	c Got one! Elapsed wall clock time (in seconds):2.831
3.87/2.94	o 75
4.07/3.00	c Got one! Elapsed wall clock time (in seconds):2.886
4.07/3.00	o 68
4.07/3.06	c Got one! Elapsed wall clock time (in seconds):2.947
4.07/3.06	o 62
4.07/3.08	c Got one! Elapsed wall clock time (in seconds):2.973
4.07/3.09	o 60
4.31/3.15	c Got one! Elapsed wall clock time (in seconds):3.039
4.31/3.15	o 55
4.31/3.19	c Got one! Elapsed wall clock time (in seconds):3.079
4.31/3.19	o 50
4.52/3.23	c Got one! Elapsed wall clock time (in seconds):3.12
4.52/3.23	o 40
4.52/3.29	c cleaning 9030 clauses out of 18059 with flag 2912/58214
4.65/3.35	c Got one! Elapsed wall clock time (in seconds):3.239
4.65/3.35	o 39
4.85/3.54	c cleaning 7349 clauses out of 14698 with flag 16750/63883
5.05/3.79	c cleaning 6674 clauses out of 13351 with flag 42618/69885
5.35/4.09	c cleaning 6837 clauses out of 13675 with flag 73948/76883
5.75/4.44	c cleaning 7412 clauses out of 14838 with flag 110247/84883
6.14/4.83	c cleaning 8207 clauses out of 16428 with flag 153644/93885
6.55/5.28	c cleaning 9104 clauses out of 18218 with flag 198180/103883
7.15/5.80	c cleaning 10050 clauses out of 20115 with flag 241853/114884
7.75/6.43	c cleaning 11033 clauses out of 22067 with flag 291835/126886
8.45/7.14	c cleaning 12011 clauses out of 24030 with flag 347876/139883
8.75/7.40	c Got one! Elapsed wall clock time (in seconds):7.291
8.75/7.40	o 38
8.95/7.66	c cleaning 11140 clauses out of 22284 with flag 21072/150148
9.16/7.81	c Got one! Elapsed wall clock time (in seconds):7.694
9.16/7.81	o 32
9.25/7.91	c cleaning 8267 clauses out of 16544 with flag 8443/155548
9.25/7.93	c Got one! Elapsed wall clock time (in seconds):7.82
9.25/7.93	o 31
9.45/8.14	c cleaning 7045 clauses out of 14106 with flag 20180/161377
9.65/8.38	c cleaning 6527 clauses out of 13062 with flag 44457/167378
9.76/8.49	c Got one! Elapsed wall clock time (in seconds):8.379
9.76/8.49	o 29
9.86/8.57	c cleaning 5870 clauses out of 11746 with flag 7010/172589
9.86/8.59	c Got one! Elapsed wall clock time (in seconds):8.477
9.86/8.59	o 28
9.97/8.63	c Got one! Elapsed wall clock time (in seconds):8.521
9.97/8.63	o 27
9.97/8.69	c Got one! Elapsed wall clock time (in seconds):8.576
9.97/8.69	o 26
10.17/8.81	c cleaning 6231 clauses out of 12479 with flag 10076/179192
10.17/8.87	c Got one! Elapsed wall clock time (in seconds):8.754
10.17/8.87	o 25
10.37/9.01	c cleaning 6069 clauses out of 12149 with flag 14012/185093
10.37/9.02	c Got one! Elapsed wall clock time (in seconds):8.91
10.37/9.02	o 23
10.37/9.06	c Got one! Elapsed wall clock time (in seconds):8.952
10.37/9.06	o 20
10.57/9.22	c cleaning 5848 clauses out of 11699 with flag 14681/190712
10.67/9.35	c Got one! Elapsed wall clock time (in seconds):9.241
10.67/9.35	o 18
10.77/9.44	c cleaning 5878 clauses out of 11780 with flag 7231/196641
10.97/9.66	c cleaning 5944 clauses out of 11901 with flag 29487/202641
11.07/9.79	c Got one! Elapsed wall clock time (in seconds):9.677
11.07/9.79	o 15
11.19/9.87	c cleaning 5856 clauses out of 11712 with flag 7557/208397
11.40/10.01	c Got one! Elapsed wall clock time (in seconds):9.899
11.40/10.01	o 10
11.40/10.06	c cleaning 5588 clauses out of 11181 with flag 4183/213723
11.64/10.27	c cleaning 5793 clauses out of 11593 with flag 26312/219723
11.94/10.52	c cleaning 6397 clauses out of 12802 with flag 53200/226727
12.24/10.83	c cleaning 7196 clauses out of 14400 with flag 84018/234724
12.34/10.93	c Got one! Elapsed wall clock time (in seconds):10.822
12.34/10.93	o 9
12.44/11.02	c cleaning 6166 clauses out of 12361 with flag 8659/239881
12.64/11.23	c cleaning 6096 clauses out of 12195 with flag 31522/245881
12.84/11.48	c cleaning 6549 clauses out of 13098 with flag 56328/252881
13.14/11.80	c cleaning 7271 clauses out of 14548 with flag 86545/260883
13.24/11.85	c Got one! Elapsed wall clock time (in seconds):11.739
13.24/11.85	o 6
13.44/12.01	c cleaning 6455 clauses out of 12922 with flag 16725/266529
13.64/12.24	c cleaning 6227 clauses out of 12463 with flag 38815/272529
13.64/12.26	c Got one! Elapsed wall clock time (in seconds):12.151
13.64/12.26	o 4
13.84/12.45	c cleaning 6070 clauses out of 12153 with flag 18871/278449
13.94/12.56	c Got one! Elapsed wall clock time (in seconds):12.448
13.94/12.56	o 2
14.04/12.65	c cleaning 5690 clauses out of 11388 with flag 7792/283756
14.24/12.89	c cleaning 5844 clauses out of 11689 with flag 32738/289754
14.43/13.03	c starts		: 207
14.43/13.03	c conflicts		: 293447
14.43/13.03	c decisions		: 486309
14.43/13.03	c propagations		: 7752948
14.43/13.03	c inspects		: 150406429
14.43/13.03	c shortcuts		: 0
14.43/13.03	c learnt literals	: 46
14.43/13.03	c learnt binary clauses	: 15
14.43/13.03	c learnt ternary clauses	: 531
14.43/13.03	c learnt constraints	: 293400
14.43/13.03	c ignored constraints	: 0
14.43/13.03	c root simplifications	: 0
14.43/13.03	c removed literals (reason simplification)	: 0
14.43/13.03	c reason swapping (by a shorter reason)	: 0
14.43/13.03	c Calls to reduceDB	: 40
14.43/13.03	c Number of update (reduction) of LBD	: 80265
14.43/13.03	c Imported unit clauses	: 0
14.43/13.03	c number of reductions to clauses (during analyze)	: 0
14.43/13.03	c number of learned constraints concerned by reduction	: 0
14.43/13.03	c number of learning phase by resolution	: 0
14.43/13.03	c number of learning phase by cutting planes	: 0
14.43/13.03	c speed (assignments/second)	: 603013.7668196313
14.43/13.03	c non guided choices	3992
14.43/13.03	c learnt constraints type 
14.43/13.03	s OPTIMUM FOUND
14.43/13.03	c Found 82 solution(s)
14.43/13.03	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.43/13.03	c objective function=2
14.43/13.03	c Total wall clock time (in seconds): 12.917

Verifier Data

OK	2

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-4090920-1466067865/watcher-4090920-1466067865 -o /tmp/evaluation-result-4090920-1466067865/solver-4090920-1466067865 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466062125-7300 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090920-1466067865.wbo 

pid=7993
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.20 2.21 2.18 3/194 7996
/proc/meminfo: memFree=30099932/32872528 swapFree=1497568/1644736
[pid=7996] ppid=7993 vsize=3568 CPUtime=0 cores=0,2,4,6
/proc/7996/stat : 7996 (java) R 7993 7996 7284 0 -1 4202496 379 0 0 0 0 0 0 0 20 0 1 0 8833344 3653632 51 33554432000 1073741824 1073778376 140737107127264 140737107124392 259103165609 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7996/statm: 1408 55 43 9 0 30 0

[startup+0.100059 s]
/proc/loadavg: 2.20 2.21 2.18 3/194 7996
/proc/meminfo: memFree=30099932/32872528 swapFree=1497568/1644736
[pid=7996] ppid=7993 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/7996/stat : 7996 (java) S 7993 7996 7284 0 -1 4202496 4391 0 1 0 8 1 0 0 20 0 18 0 8833344 9787879424 6025 33554432000 1073741824 1073778376 140737107127264 140737107118400 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7996/statm: 2389619 6025 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200211 s]
/proc/loadavg: 2.20 2.21 2.18 3/194 7996
/proc/meminfo: memFree=30099932/32872528 swapFree=1497568/1644736
[pid=7996] ppid=7993 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/7996/stat : 7996 (java) S 7993 7996 7284 0 -1 4202496 5669 0 1 0 24 1 0 0 20 0 19 0 8833344 9856040960 7569 33554432000 1073741824 1073778376 140737107127264 140737107118400 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7996/statm: 2406260 7571 2225 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300214 s]
/proc/loadavg: 2.20 2.21 2.18 3/194 7996
/proc/meminfo: memFree=30099932/32872528 swapFree=1497568/1644736
[pid=7996] ppid=7993 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/7996/stat : 7996 (java) S 7993 7996 7284 0 -1 4202496 6770 0 1 0 49 2 0 0 20 0 19 0 8833344 9856040960 8565 33554432000 1073741824 1073778376 140737107127264 140737107118400 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7996/statm: 2406260 8565 2243 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700164 s]
/proc/loadavg: 2.20 2.21 2.18 3/194 7996
/proc/meminfo: memFree=30099932/32872528 swapFree=1497568/1644736
[pid=7996] ppid=7993 vsize=9625040 CPUtime=1.27 cores=0,2,4,6
/proc/7996/stat : 7996 (java) S 7993 7996 7284 0 -1 4202496 11753 0 1 0 124 3 0 0 20 0 19 0 8833344 9856040960 11859 33554432000 1073741824 1073778376 140737107127264 140737107118400 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7996/statm: 2406260 11859 2260 9 0 2396937 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.20 2.21 2.18 3/213 8015
/proc/meminfo: memFree=30058848/32872528 swapFree=1497568/1644736
[pid=7996] ppid=7993 vsize=9625040 CPUtime=2.19 cores=0,2,4,6
/proc/7996/stat : 7996 (java) S 7993 7996 7284 0 -1 4202496 12080 0 1 0 216 3 0 0 20 0 19 0 8833344 9856040960 12953 33554432000 1073741824 1073778376 140737107127264 140737107118400 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7996/statm: 2406260 12953 2262 9 0 2396937 0
[pid=7996/tid=7998] ppid=7993 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/7996/task/7998/stat : 7998 (java) R 7993 7996 7284 0 -1 4202560 2423 0 1 0 144 1 0 0 20 0 19 0 8833345 9856040960 12953 33554432000 1073741824 1073778376 140737107127264 139729418837680 139729261988720 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7996/tid=7999] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/7999/stat : 7999 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 12953 33554432000 1073741824 1073778376 140737107127264 139729380338216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8000] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8000/stat : 8000 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 12953 33554432000 1073741824 1073778376 140737107127264 139729261554088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7996/tid=8001] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8001/stat : 8001 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 12953 33554432000 1073741824 1073778376 140737107127264 139729260501288 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7996/tid=8002] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8002/stat : 8002 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 12953 33554432000 1073741824 1073778376 140737107127264 139729259448488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7996/tid=8003] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8003/stat : 8003 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 12953 33554432000 1073741824 1073778376 140737107127264 139729258396712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7996/tid=8004] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8004/stat : 8004 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 12953 33554432000 1073741824 1073778376 140737107127264 139729257343912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7996/tid=8005] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8005/stat : 8005 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 12953 33554432000 1073741824 1073778376 140737107127264 139729256291112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7996/tid=8006] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8006/stat : 8006 (java) S 7993 7996 7284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 12953 33554432000 1073741824 1073778376 140737107127264 139729255238312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8007] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8007/stat : 8007 (java) S 7993 7996 7284 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8833348 9856040960 12953 33554432000 1073741824 1073778376 140737107127264 139728772909544 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8008] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8008/stat : 8008 (java) S 7993 7996 7284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8833348 9856040960 12953 33554432000 1073741824 1073778376 140737107127264 139728771855608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8009] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8009/stat : 8009 (java) S 7993 7996 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833348 9856040960 12953 33554432000 1073741824 1073778376 140737107127264 139728770802696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8010] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8010/stat : 8010 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833350 9856040960 12953 33554432000 1073741824 1073778376 140737107127264 139728769751184 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8011] ppid=7993 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/7996/task/8011/stat : 8011 (java) S 7993 7996 7284 0 -1 4202560 5094 0 0 0 37 0 0 0 20 0 19 0 8833350 9856040960 12953 33554432000 1073741824 1073778376 140737107127264 139728768699320 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8012] ppid=7993 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/7996/task/8012/stat : 8012 (java) S 7993 7996 7284 0 -1 4202560 3291 0 0 0 30 1 0 0 20 0 19 0 8833350 9856040960 12953 33554432000 1073741824 1073778376 140737107127264 139728767646520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7996/tid=8013] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8013/stat : 8013 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833350 9856040960 12953 33554432000 1073741824 1073778376 140737107127264 139728766593912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7996/tid=8014] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8014/stat : 8014 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833350 9856040960 12953 33554432000 1073741824 1073778376 140737107127264 139728765541320 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8015] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8015/stat : 8015 (java) S 7993 7996 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833362 9856040960 12953 33554432000 1073741824 1073778376 140737107127264 139728764486824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.20 2.21 2.18 3/213 8015
/proc/meminfo: memFree=30051960/32872528 swapFree=1497568/1644736
[pid=7996] ppid=7993 vsize=9625040 CPUtime=4.31 cores=0,2,4,6
/proc/7996/stat : 7996 (java) S 7993 7996 7284 0 -1 4202496 17871 0 1 0 427 4 0 0 20 0 19 0 8833344 9856040960 18445 33554432000 1073741824 1073778376 140737107127264 140737107118400 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7996/statm: 2406260 18445 2263 9 0 2396937 0
[pid=7996/tid=7998] ppid=7993 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/7996/task/7998/stat : 7998 (java) R 7993 7996 7284 0 -1 4202560 2428 0 1 0 304 1 0 0 20 0 19 0 8833345 9856040960 18445 33554432000 1073741824 1073778376 140737107127264 139729418838320 139729262344678 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7996/tid=7999] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/7999/stat : 7999 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 18445 33554432000 1073741824 1073778376 140737107127264 139729380338216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8000] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8000/stat : 8000 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 18445 33554432000 1073741824 1073778376 140737107127264 139729261554088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7996/tid=8001] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8001/stat : 8001 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 18445 33554432000 1073741824 1073778376 140737107127264 139729260501288 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7996/tid=8002] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8002/stat : 8002 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 18445 33554432000 1073741824 1073778376 140737107127264 139729259448488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7996/tid=8003] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8003/stat : 8003 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 18445 33554432000 1073741824 1073778376 140737107127264 139729258396712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7996/tid=8004] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8004/stat : 8004 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 18445 33554432000 1073741824 1073778376 140737107127264 139729257343912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7996/tid=8005] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8005/stat : 8005 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 18445 33554432000 1073741824 1073778376 140737107127264 139729256291112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7996/tid=8006] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8006/stat : 8006 (java) S 7993 7996 7284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 18445 33554432000 1073741824 1073778376 140737107127264 139729255238312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8007] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8007/stat : 8007 (java) S 7993 7996 7284 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8833348 9856040960 18445 33554432000 1073741824 1073778376 140737107127264 139728772909544 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8008] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8008/stat : 8008 (java) S 7993 7996 7284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8833348 9856040960 18445 33554432000 1073741824 1073778376 140737107127264 139728771855608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8009] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8009/stat : 8009 (java) S 7993 7996 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833348 9856040960 18445 33554432000 1073741824 1073778376 140737107127264 139728770802696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8010] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8010/stat : 8010 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833350 9856040960 18445 33554432000 1073741824 1073778376 140737107127264 139728769751184 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8011] ppid=7993 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/7996/task/8011/stat : 8011 (java) S 7993 7996 7284 0 -1 4202560 6115 0 0 0 56 0 0 0 20 0 19 0 8833350 9856040960 18445 33554432000 1073741824 1073778376 140737107127264 139728768699320 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8012] ppid=7993 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/7996/task/8012/stat : 8012 (java) R 7993 7996 7284 0 -1 4202560 8056 0 0 0 63 2 0 0 20 0 19 0 8833350 9856040960 18445 33554432000 1073741824 1073778376 140737107127264 139728767623608 139729422964161 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7996/tid=8013] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8013/stat : 8013 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833350 9856040960 18445 33554432000 1073741824 1073778376 140737107127264 139728766593912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7996/tid=8014] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8014/stat : 8014 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833350 9856040960 18445 33554432000 1073741824 1073778376 140737107127264 139728765541320 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7996/tid=8015] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8015/stat : 8015 (java) S 7993 7996 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833362 9856040960 18445 33554432000 1073741824 1073778376 140737107127264 139728764486824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.18 2.20 2.18 3/213 8015
/proc/meminfo: memFree=30024724/32872528 swapFree=1497568/1644736
[pid=7996] ppid=7993 vsize=9625040 CPUtime=7.65 cores=0,2,4,6
/proc/7996/stat : 7996 (java) S 7993 7996 7284 0 -1 4202496 18530 0 1 0 761 4 0 0 20 0 19 0 8833344 9856040960 21055 33554432000 1073741824 1073778376 140737107127264 140737107118400 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7996/statm: 2406260 21055 2264 9 0 2396937 0
[pid=7996/tid=7998] ppid=7993 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/7996/task/7998/stat : 7998 (java) R 7993 7996 7284 0 -1 4202560 2438 0 1 0 623 1 0 0 20 0 19 0 8833345 9856040960 21055 33554432000 1073741824 1073778376 140737107127264 139729418846600 139729262062814 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7996/tid=7999] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/7999/stat : 7999 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 21055 33554432000 1073741824 1073778376 140737107127264 139729380338216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8000] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8000/stat : 8000 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 21055 33554432000 1073741824 1073778376 140737107127264 139729261554088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7996/tid=8001] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8001/stat : 8001 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 21055 33554432000 1073741824 1073778376 140737107127264 139729260501288 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7996/tid=8002] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8002/stat : 8002 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 21055 33554432000 1073741824 1073778376 140737107127264 139729259448488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7996/tid=8003] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8003/stat : 8003 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 21055 33554432000 1073741824 1073778376 140737107127264 139729258396712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7996/tid=8004] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8004/stat : 8004 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 21055 33554432000 1073741824 1073778376 140737107127264 139729257343912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7996/tid=8005] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8005/stat : 8005 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 21055 33554432000 1073741824 1073778376 140737107127264 139729256291112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7996/tid=8006] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8006/stat : 8006 (java) S 7993 7996 7284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 21055 33554432000 1073741824 1073778376 140737107127264 139729255238312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8007] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8007/stat : 8007 (java) S 7993 7996 7284 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8833348 9856040960 21055 33554432000 1073741824 1073778376 140737107127264 139728772909544 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8008] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8008/stat : 8008 (java) S 7993 7996 7284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8833348 9856040960 21055 33554432000 1073741824 1073778376 140737107127264 139728771855608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8009] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8009/stat : 8009 (java) S 7993 7996 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833348 9856040960 21055 33554432000 1073741824 1073778376 140737107127264 139728770802696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8010] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8010/stat : 8010 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833350 9856040960 21055 33554432000 1073741824 1073778376 140737107127264 139728769751184 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8011] ppid=7993 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/7996/task/8011/stat : 8011 (java) S 7993 7996 7284 0 -1 4202560 6115 0 0 0 57 0 0 0 20 0 19 0 8833350 9856040960 21055 33554432000 1073741824 1073778376 140737107127264 139728768699320 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8012] ppid=7993 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/7996/task/8012/stat : 8012 (java) S 7993 7996 7284 0 -1 4202560 8704 0 0 0 77 2 0 0 20 0 19 0 8833350 9856040960 21055 33554432000 1073741824 1073778376 140737107127264 139728767646520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7996/tid=8013] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8013/stat : 8013 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833350 9856040960 21055 33554432000 1073741824 1073778376 140737107127264 139728766593912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7996/tid=8014] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8014/stat : 8014 (java) S 7993 7996 7284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8833350 9856040960 21055 33554432000 1073741824 1073778376 140737107127264 139728765541320 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7996/tid=8015] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8015/stat : 8015 (java) S 7993 7996 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833362 9856040960 21055 33554432000 1073741824 1073778376 140737107127264 139728764486824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.65
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 2.41 2.25 2.19 3/213 8081
/proc/meminfo: memFree=30300308/32872528 swapFree=1497568/1644736
[pid=7996] ppid=7993 vsize=9625040 CPUtime=14.14 cores=0,2,4,6
/proc/7996/stat : 7996 (java) S 7993 7996 7284 0 -1 4202496 18550 0 1 0 1409 5 0 0 20 0 19 0 8833344 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 140737107118400 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7996/statm: 2406260 30271 2264 9 0 2396937 0
[pid=7996/tid=7998] ppid=7993 vsize=9625040 CPUtime=12.62 cores=0,2,4,6
/proc/7996/task/7998/stat : 7998 (java) R 7993 7996 7284 0 -1 4202560 2458 0 1 0 1260 2 0 0 20 0 19 0 8833345 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139729418837696 139729262080261 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7996/tid=7999] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/7999/stat : 7999 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139729380338216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8000] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8000/stat : 8000 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139729261554088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7996/tid=8001] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8001/stat : 8001 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139729260501288 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7996/tid=8002] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8002/stat : 8002 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139729259448488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7996/tid=8003] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8003/stat : 8003 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139729258396712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7996/tid=8004] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8004/stat : 8004 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139729257343912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7996/tid=8005] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8005/stat : 8005 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139729256291112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7996/tid=8006] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8006/stat : 8006 (java) S 7993 7996 7284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139729255238312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8007] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8007/stat : 8007 (java) S 7993 7996 7284 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8833348 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139728772909544 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8008] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8008/stat : 8008 (java) S 7993 7996 7284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8833348 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139728771855608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8009] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8009/stat : 8009 (java) S 7993 7996 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833348 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139728770802696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8010] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8010/stat : 8010 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833350 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139728769751184 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8011] ppid=7993 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/7996/task/8011/stat : 8011 (java) S 7993 7996 7284 0 -1 4202560 6115 0 0 0 64 0 0 0 20 0 19 0 8833350 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139728768699320 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8012] ppid=7993 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/7996/task/8012/stat : 8012 (java) S 7993 7996 7284 0 -1 4202560 8704 0 0 0 78 2 0 0 20 0 19 0 8833350 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139728767646520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7996/tid=8013] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8013/stat : 8013 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833350 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139728766593912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7996/tid=8014] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8014/stat : 8014 (java) S 7993 7996 7284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8833350 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139728765541320 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7996/tid=8015] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8015/stat : 8015 (java) S 7993 7996 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833362 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139728764486824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 14.14
Current children cumulated vsize (KiB) 9625040

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

[startup+12.801 s]
/proc/loadavg: 2.41 2.25 2.19 3/213 8081
/proc/meminfo: memFree=30300308/32872528 swapFree=1497568/1644736
[pid=7996] ppid=7993 vsize=9625040 CPUtime=14.24 cores=0,2,4,6
/proc/7996/stat : 7996 (java) S 7993 7996 7284 0 -1 4202496 18550 0 1 0 1419 5 0 0 20 0 19 0 8833344 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 140737107118400 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7996/statm: 2406260 30271 2264 9 0 2396937 0
[pid=7996/tid=7998] ppid=7993 vsize=9625040 CPUtime=12.72 cores=0,2,4,6
/proc/7996/task/7998/stat : 7998 (java) R 7993 7996 7284 0 -1 4202560 2458 0 1 0 1270 2 0 0 20 0 19 0 8833345 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139729418837696 139729262049760 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7996/tid=7999] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/7999/stat : 7999 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139729380338216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8000] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8000/stat : 8000 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139729261554088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7996/tid=8001] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8001/stat : 8001 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139729260501288 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7996/tid=8002] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8002/stat : 8002 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139729259448488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7996/tid=8003] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8003/stat : 8003 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139729258396712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7996/tid=8004] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8004/stat : 8004 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139729257343912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7996/tid=8005] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8005/stat : 8005 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139729256291112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7996/tid=8006] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8006/stat : 8006 (java) S 7993 7996 7284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139729255238312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8007] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8007/stat : 8007 (java) S 7993 7996 7284 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8833348 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139728772909544 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8008] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8008/stat : 8008 (java) S 7993 7996 7284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8833348 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139728771855608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8009] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8009/stat : 8009 (java) S 7993 7996 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833348 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139728770802696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8010] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8010/stat : 8010 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833350 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139728769751184 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8011] ppid=7993 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/7996/task/8011/stat : 8011 (java) S 7993 7996 7284 0 -1 4202560 6115 0 0 0 64 0 0 0 20 0 19 0 8833350 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139728768699320 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8012] ppid=7993 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/7996/task/8012/stat : 8012 (java) S 7993 7996 7284 0 -1 4202560 8704 0 0 0 78 2 0 0 20 0 19 0 8833350 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139728767646520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7996/tid=8013] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8013/stat : 8013 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833350 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139728766593912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7996/tid=8014] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8014/stat : 8014 (java) S 7993 7996 7284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8833350 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139728765541320 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7996/tid=8015] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8015/stat : 8015 (java) S 7993 7996 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833362 9856040960 30271 33554432000 1073741824 1073778376 140737107127264 139728764486824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 14.24
Current children cumulated vsize (KiB) 9625040

[startup+13.0007 s]
/proc/loadavg: 2.41 2.25 2.19 3/213 8081
/proc/meminfo: memFree=30300308/32872528 swapFree=1497568/1644736
[pid=7996] ppid=7993 vsize=9625040 CPUtime=14.43 cores=0,2,4,6
/proc/7996/stat : 7996 (java) S 7993 7996 7284 0 -1 4202496 18551 0 1 0 1438 5 0 0 20 0 19 0 8833344 9856040960 30783 33554432000 1073741824 1073778376 140737107127264 140737107118400 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7996/statm: 2406260 30783 2264 9 0 2396937 0
[pid=7996/tid=7998] ppid=7993 vsize=9625040 CPUtime=12.92 cores=0,2,4,6
/proc/7996/task/7998/stat : 7998 (java) R 7993 7996 7284 0 -1 4202560 2459 0 1 0 1290 2 0 0 20 0 19 0 8833345 9856040960 30783 33554432000 1073741824 1073778376 140737107127264 139729418837696 139729262062814 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7996/tid=7999] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/7999/stat : 7999 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 30783 33554432000 1073741824 1073778376 140737107127264 139729380338216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8000] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8000/stat : 8000 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 30783 33554432000 1073741824 1073778376 140737107127264 139729261554088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7996/tid=8001] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8001/stat : 8001 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 30783 33554432000 1073741824 1073778376 140737107127264 139729260501288 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7996/tid=8002] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8002/stat : 8002 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 30783 33554432000 1073741824 1073778376 140737107127264 139729259448488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7996/tid=8003] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8003/stat : 8003 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 30783 33554432000 1073741824 1073778376 140737107127264 139729258396712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7996/tid=8004] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8004/stat : 8004 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 30783 33554432000 1073741824 1073778376 140737107127264 139729257343912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7996/tid=8005] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8005/stat : 8005 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 30783 33554432000 1073741824 1073778376 140737107127264 139729256291112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7996/tid=8006] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8006/stat : 8006 (java) S 7993 7996 7284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8833346 9856040960 30783 33554432000 1073741824 1073778376 140737107127264 139729255238312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8007] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8007/stat : 8007 (java) S 7993 7996 7284 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8833348 9856040960 30783 33554432000 1073741824 1073778376 140737107127264 139728772909544 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8008] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8008/stat : 8008 (java) S 7993 7996 7284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8833348 9856040960 30783 33554432000 1073741824 1073778376 140737107127264 139728771855608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8009] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8009/stat : 8009 (java) S 7993 7996 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833348 9856040960 30783 33554432000 1073741824 1073778376 140737107127264 139728770802696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8010] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8010/stat : 8010 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833350 9856040960 30783 33554432000 1073741824 1073778376 140737107127264 139728769751184 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8011] ppid=7993 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/7996/task/8011/stat : 8011 (java) S 7993 7996 7284 0 -1 4202560 6115 0 0 0 64 0 0 0 20 0 19 0 8833350 9856040960 30783 33554432000 1073741824 1073778376 140737107127264 139728768699320 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7996/tid=8012] ppid=7993 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/7996/task/8012/stat : 8012 (java) S 7993 7996 7284 0 -1 4202560 8704 0 0 0 78 2 0 0 20 0 19 0 8833350 9856040960 30783 33554432000 1073741824 1073778376 140737107127264 139728767646520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7996/tid=8013] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8013/stat : 8013 (java) S 7993 7996 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833350 9856040960 30783 33554432000 1073741824 1073778376 140737107127264 139728766593912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7996/tid=8014] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8014/stat : 8014 (java) S 7993 7996 7284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8833350 9856040960 30783 33554432000 1073741824 1073778376 140737107127264 139728765541320 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7996/tid=8015] ppid=7993 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7996/task/8015/stat : 8015 (java) S 7993 7996 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833362 9856040960 30783 33554432000 1073741824 1073778376 140737107127264 139728764486824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 14.43
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 13.0369
CPU time (s): 14.4618
CPU user time (s): 14.3898
CPU system time (s): 0.071989
CPU usage (%): 110.93
Max. virtual memory (cumulated for all children) (KiB): 9625784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.3898
system time used= 0.071989
maximum resident set size= 123196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18574
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= 626
involuntary context switches= 467

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.06199 second user time and 0.107983 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-16 11:04:25
IDJOB=4090920
IDBENCH=79233
IDSOLVER=2551
FILE ID=node124/4090920-1466067865
RUNJOBID= node124-1466062125-7300
PBS_JOBID= 19904015
Free space on /tmp= 71728 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.1111213868--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090920-1466067865/watcher-4090920-1466067865 -o /tmp/evaluation-result-4090920-1466067865/solver-4090920-1466067865 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466062125-7300 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090920-1466067865.wbo

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

MD5SUM BENCH= 0635b24c475a73287c5e15439a6c459f
RANDOM SEED=560264682

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30100824 kB
Buffers:            9184 kB
Cached:            39292 kB
SwapCached:         2460 kB
Active:           400828 kB
Inactive:          28212 kB
Active(anon):     379200 kB
Inactive(anon):     3852 kB
Active(file):      21628 kB
Inactive(file):    24360 kB
Unevictable:     1644736 kB
Mlocked:         1497568 kB
SwapTotal:      67108856 kB
SwapFree:       67099392 kB
Dirty:               836 kB
Writeback:            20 kB
AnonPages:       2068952 kB
Mapped:            15344 kB
Shmem:                 0 kB
Slab:             563812 kB
SReclaimable:       8136 kB
SUnreclaim:       555676 kB
KernelStack:        1760 kB
PageTables:         8216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2165396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    552960 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= 71728 MiB
End job on node124 at 2016-06-16 11:04:38