Trace number 4090884

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 26.8709 25.5723

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900558739--soft-0-100-0.wbo
MD5SUM96d1f19cba40c7363abd0128bfda9b7c
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark26.8709
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 137973
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137972
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 649
Number of bits of the biggest sum of numbers10
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.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4090884-1466067903.wbo
0.10/0.10	c reading problem ... 
0.51/0.31	c ... done. Wall clock time 0.205s.
0.51/0.31	c declared #vars     231
0.51/0.31	c internal #vars     2938
0.51/0.31	c #constraints  2707
0.51/0.31	c constraints type 
0.51/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.51/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.51/0.31	c 2707 constraints processed.
0.51/0.31	c objective function length is 2707 literals
0.81/0.46	c SATISFIABLE
0.81/0.46	c OPTIMIZING...
0.81/0.46	c Got one! Elapsed wall clock time (in seconds):0.352
0.81/0.46	o 428
1.11/0.52	c Got one! Elapsed wall clock time (in seconds):0.417
1.11/0.52	o 399
1.11/0.54	c Got one! Elapsed wall clock time (in seconds):0.437
1.11/0.54	o 393
1.40/0.60	c Got one! Elapsed wall clock time (in seconds):0.501
1.40/0.60	o 365
1.40/0.62	c Got one! Elapsed wall clock time (in seconds):0.514
1.40/0.62	o 329
1.40/0.64	c Got one! Elapsed wall clock time (in seconds):0.534
1.40/0.64	o 317
1.40/0.65	c Got one! Elapsed wall clock time (in seconds):0.546
1.40/0.65	o 315
1.69/0.78	c Got one! Elapsed wall clock time (in seconds):0.677
1.69/0.78	o 299
1.69/0.79	c Got one! Elapsed wall clock time (in seconds):0.688
1.69/0.79	o 295
1.84/0.80	c Got one! Elapsed wall clock time (in seconds):0.694
1.84/0.80	o 262
1.84/0.80	c Got one! Elapsed wall clock time (in seconds):0.701
1.84/0.80	o 249
1.84/0.82	c Got one! Elapsed wall clock time (in seconds):0.712
1.84/0.82	o 246
1.84/0.82	c Got one! Elapsed wall clock time (in seconds):0.718
1.84/0.82	o 244
1.84/0.83	c Got one! Elapsed wall clock time (in seconds):0.728
1.84/0.83	o 226
1.84/0.85	c Got one! Elapsed wall clock time (in seconds):0.743
1.84/0.85	o 211
1.84/0.86	c Got one! Elapsed wall clock time (in seconds):0.753
1.84/0.86	o 210
1.84/0.86	c Got one! Elapsed wall clock time (in seconds):0.761
1.84/0.86	o 201
1.84/0.87	c Got one! Elapsed wall clock time (in seconds):0.771
1.84/0.87	o 175
1.95/0.90	c Got one! Elapsed wall clock time (in seconds):0.797
1.95/0.90	o 164
1.95/0.96	c Got one! Elapsed wall clock time (in seconds):0.855
1.95/0.96	o 163
1.95/0.99	c Got one! Elapsed wall clock time (in seconds):0.886
1.95/0.99	o 162
2.46/1.40	c Got one! Elapsed wall clock time (in seconds):1.3
2.46/1.40	o 161
2.46/1.42	c Got one! Elapsed wall clock time (in seconds):1.315
2.46/1.42	o 157
2.46/1.44	c Got one! Elapsed wall clock time (in seconds):1.333
2.46/1.44	o 155
3.19/2.14	c Got one! Elapsed wall clock time (in seconds):2.04
3.19/2.14	o 148
3.19/2.19	c Got one! Elapsed wall clock time (in seconds):2.084
3.19/2.19	o 141
3.39/2.35	c Got one! Elapsed wall clock time (in seconds):2.247
3.39/2.35	o 137
3.49/2.41	c Got one! Elapsed wall clock time (in seconds):2.304
3.49/2.41	o 116
3.49/2.43	c Got one! Elapsed wall clock time (in seconds):2.327
3.49/2.43	o 111
3.49/2.45	c Got one! Elapsed wall clock time (in seconds):2.351
3.49/2.45	o 103
3.81/2.72	c cleaning 5596 clauses out of 11196 with flag 6147/11196
3.95/2.81	c Got one! Elapsed wall clock time (in seconds):2.706
3.95/2.81	o 102
3.95/2.85	c Got one! Elapsed wall clock time (in seconds):2.747
3.95/2.85	o 100
4.05/2.92	c Got one! Elapsed wall clock time (in seconds):2.812
4.05/2.92	o 99
4.05/2.93	c Got one! Elapsed wall clock time (in seconds):2.825
4.05/2.93	o 89
4.05/2.94	c Got one! Elapsed wall clock time (in seconds):2.832
4.05/2.94	o 74
4.15/3.03	c Got one! Elapsed wall clock time (in seconds):2.928
4.15/3.03	o 71
4.15/3.06	c Got one! Elapsed wall clock time (in seconds):2.953
4.15/3.06	o 67
4.15/3.07	c Got one! Elapsed wall clock time (in seconds):2.963
4.15/3.07	o 66
4.15/3.10	c Got one! Elapsed wall clock time (in seconds):2.992
4.15/3.10	o 57
4.25/3.11	c Got one! Elapsed wall clock time (in seconds):3.002
4.25/3.11	o 56
4.25/3.11	c Got one! Elapsed wall clock time (in seconds):3.009
4.25/3.11	o 54
4.25/3.18	c Got one! Elapsed wall clock time (in seconds):3.072
4.25/3.18	o 53
4.25/3.19	c Got one! Elapsed wall clock time (in seconds):3.086
4.25/3.19	o 51
4.35/3.20	c Got one! Elapsed wall clock time (in seconds):3.098
4.35/3.20	o 46
4.35/3.23	c Got one! Elapsed wall clock time (in seconds):3.124
4.35/3.23	o 45
4.35/3.25	c Got one! Elapsed wall clock time (in seconds):3.146
4.35/3.25	o 44
4.52/3.33	c Got one! Elapsed wall clock time (in seconds):3.222
4.52/3.33	o 40
4.52/3.37	c Got one! Elapsed wall clock time (in seconds):3.262
4.52/3.37	o 37
4.52/3.38	c Got one! Elapsed wall clock time (in seconds):3.278
4.52/3.38	o 35
4.62/3.41	c Got one! Elapsed wall clock time (in seconds):3.303
4.62/3.41	o 29
4.62/3.48	c Got one! Elapsed wall clock time (in seconds):3.379
4.62/3.48	o 27
4.71/3.50	c Got one! Elapsed wall clock time (in seconds):3.397
4.71/3.50	o 26
4.71/3.51	c Got one! Elapsed wall clock time (in seconds):3.41
4.71/3.51	o 23
4.91/3.74	c Got one! Elapsed wall clock time (in seconds):3.637
4.91/3.74	o 21
5.11/3.92	c Got one! Elapsed wall clock time (in seconds):3.819
5.11/3.92	o 18
5.11/3.99	c Got one! Elapsed wall clock time (in seconds):3.883
5.11/3.99	o 10
5.21/4.04	c Got one! Elapsed wall clock time (in seconds):3.933
5.21/4.04	o 9
5.42/4.24	c cleaning 8739 clauses out of 17493 with flag 21258/23089
5.83/4.68	c cleaning 7370 clauses out of 14754 with flag 80351/29089
6.44/5.21	c cleaning 7186 clauses out of 14386 with flag 159060/36091
6.94/5.79	c cleaning 7588 clauses out of 15199 with flag 250981/44090
7.64/6.47	c cleaning 8294 clauses out of 16610 with flag 363150/53089
8.44/7.27	c cleaning 9153 clauses out of 18316 with flag 488020/63089
9.34/8.11	c cleaning 10070 clauses out of 20163 with flag 617266/74089
10.36/9.10	c cleaning 11040 clauses out of 22093 with flag 763867/86089
11.36/10.18	c cleaning 12021 clauses out of 24056 with flag 925964/99092
12.66/11.40	c cleaning 13005 clauses out of 26033 with flag 1107853/113090
12.76/11.56	c Got one! Elapsed wall clock time (in seconds):11.456
12.76/11.56	o 8
12.96/11.71	c Got one! Elapsed wall clock time (in seconds):11.609
12.96/11.71	o 7
12.96/11.75	c Got one! Elapsed wall clock time (in seconds):11.649
12.96/11.75	o 5
13.16/11.94	c cleaning 9646 clauses out of 19306 with flag 20817/119368
13.16/11.97	c Got one! Elapsed wall clock time (in seconds):11.863
13.16/11.97	o 4
13.56/12.33	c cleaning 7499 clauses out of 15020 with flag 54568/124728
13.96/12.75	c cleaning 6744 clauses out of 13521 with flag 119312/130728
14.36/13.10	c Got one! Elapsed wall clock time (in seconds):12.994
14.36/13.10	o 3
14.67/13.49	c cleaning 8791 clauses out of 17613 with flag 56537/141564
14.97/13.75	c Got one! Elapsed wall clock time (in seconds):13.643
14.97/13.75	o 2
15.07/13.82	c cleaning 6916 clauses out of 13855 with flag 9303/146597
15.37/14.19	c cleaning 6462 clauses out of 12938 with flag 61917/152596
15.87/14.60	c cleaning 6733 clauses out of 13476 with flag 123299/159596
16.27/15.10	c cleaning 7368 clauses out of 14749 with flag 189395/167602
16.87/15.69	c cleaning 8184 clauses out of 16375 with flag 270630/176596
17.57/16.38	c cleaning 9092 clauses out of 18192 with flag 364039/186597
18.27/17.00	c Got one! Elapsed wall clock time (in seconds):16.897
18.27/17.00	o 1
18.77/17.55	c cleaning 11285 clauses out of 22592 with flag 51956/200090
19.27/18.05	c cleaning 8644 clauses out of 17304 with flag 110223/206087
19.88/18.67	c cleaning 7823 clauses out of 15663 with flag 185093/213090
20.68/19.40	c cleaning 7910 clauses out of 15839 with flag 265453/221089
21.48/20.22	c cleaning 8458 clauses out of 16927 with flag 348260/230087
22.18/20.96	c cleaning 9230 clauses out of 18469 with flag 430423/240087
22.98/21.76	c cleaning 10113 clauses out of 20240 with flag 502863/251090
23.98/22.76	c cleaning 11051 clauses out of 22124 with flag 585698/263087
25.00/23.78	c cleaning 12032 clauses out of 24073 with flag 669788/276088
26.20/24.98	c cleaning 13017 clauses out of 26037 with flag 750493/290088
26.79/25.55	c starts		: 134
26.79/25.55	c conflicts		: 299759
26.79/25.55	c decisions		: 570260
26.79/25.55	c propagations		: 20447322
26.79/25.55	c inspects		: 356144428
26.79/25.55	c shortcuts		: 0
26.79/25.55	c learnt literals	: 24
26.79/25.55	c learnt binary clauses	: 39
26.79/25.55	c learnt ternary clauses	: 306
26.79/25.55	c learnt constraints	: 299734
26.79/25.55	c ignored constraints	: 0
26.79/25.55	c root simplifications	: 0
26.79/25.55	c removed literals (reason simplification)	: 0
26.79/25.55	c reason swapping (by a shorter reason)	: 0
26.79/25.55	c Calls to reduceDB	: 31
26.79/25.55	c Number of update (reduction) of LBD	: 102275
26.79/25.55	c Imported unit clauses	: 0
26.79/25.55	c number of reductions to clauses (during analyze)	: 0
26.79/25.55	c number of learned constraints concerned by reduction	: 0
26.79/25.55	c number of learning phase by resolution	: 0
26.79/25.55	c number of learning phase by cutting planes	: 0
26.79/25.55	c speed (assignments/second)	: 810468.9841055928
26.79/25.55	c non guided choices	7012
26.79/25.55	c learnt constraints type 
26.79/25.55	s OPTIMUM FOUND
26.79/25.55	c Found 64 solution(s)
26.79/25.55	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 -x170 x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 
26.79/25.55	c objective function=1
26.79/25.56	c Total wall clock time (in seconds): 25.452

Verifier Data

OK	1

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-4090884-1466067903/watcher-4090884-1466067903 -o /tmp/evaluation-result-4090884-1466067903/solver-4090884-1466067903 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466062122-10381 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090884-1466067903.wbo 

pid=12048
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.26 2.33 2.26 4/194 12051
/proc/meminfo: memFree=29962048/32872528 swapFree=1370072/1517240
[pid=12051] ppid=12048 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/12051/stat : 12051 (java) S 12048 12051 10365 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 8836781 98570240 978 33554432000 1073741824 1073778376 140733771655504 140733771646640 229359255613 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12051/statm: 24065 978 744 9 0 16771 0
[pid=12051/tid=12052] ppid=12048 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12052/stat : 12052 (java) R 12048 12051 10365 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 8836782 98570240 978 33554432000 1073741824 1073778376 140733771655504 140034503458344 229355898240 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.100065 s]
/proc/loadavg: 2.26 2.33 2.26 4/194 12051
/proc/meminfo: memFree=29962048/32872528 swapFree=1370072/1517240
[pid=12051] ppid=12048 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/12051/stat : 12051 (java) S 12048 12051 10365 0 -1 4202496 4447 0 1 0 9 1 0 0 20 0 18 0 8836781 9787879424 6077 33554432000 1073741824 1073778376 140733771655504 140733771646640 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12051/statm: 2389619 6077 2147 9 0 2380296 0
[pid=12051/tid=12052] ppid=12048 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/12051/task/12052/stat : 12052 (java) R 12048 12051 10365 0 -1 4202560 2378 0 1 0 6 1 0 0 20 0 18 0 8836782 9787879424 6077 33554432000 1073741824 1073778376 140733771655504 140034503461792 229359281421 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20032 s]
/proc/loadavg: 2.26 2.33 2.26 4/194 12051
/proc/meminfo: memFree=29962048/32872528 swapFree=1370072/1517240
[pid=12051] ppid=12048 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/12051/stat : 12051 (java) S 12048 12051 10365 0 -1 4202496 4797 0 1 0 25 1 0 0 20 0 18 0 8836781 9787879424 6853 33554432000 1073741824 1073778376 140733771655504 140733771646640 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12051/statm: 2389619 6853 2212 9 0 2380296 0
[pid=12051/tid=12052] ppid=12048 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/12051/task/12052/stat : 12052 (java) R 12048 12051 10365 0 -1 4202560 2400 0 1 0 16 1 0 0 20 0 18 0 8836782 9787879424 6853 33554432000 1073741824 1073778376 140733771655504 140034503457720 140034338535911 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300273 s]
/proc/loadavg: 2.26 2.33 2.26 4/194 12051
/proc/meminfo: memFree=29962048/32872528 swapFree=1370072/1517240
[pid=12051] ppid=12048 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/12051/stat : 12051 (java) S 12048 12051 10365 0 -1 4202496 6637 0 1 0 49 2 0 0 20 0 18 0 8836781 9787879424 8916 33554432000 1073741824 1073778376 140733771655504 140733771646640 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12051/statm: 2389619 8916 2236 9 0 2380296 0
[pid=12051/tid=12052] ppid=12048 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/12051/task/12052/stat : 12052 (java) R 12048 12051 10365 0 -1 4202560 2402 0 1 0 26 1 0 0 20 0 18 0 8836782 9787879424 8916 33554432000 1073741824 1073778376 140733771655504 140034503457720 140034338540122 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700213 s]
/proc/loadavg: 2.26 2.33 2.26 4/194 12051
/proc/meminfo: memFree=29962048/32872528 swapFree=1370072/1517240
[pid=12051] ppid=12048 vsize=9625040 CPUtime=1.69 cores=0,2,4,6
/proc/12051/stat : 12051 (java) S 12048 12051 10365 0 -1 4202496 12023 0 1 0 166 3 0 0 20 0 19 0 8836781 9856040960 13950 33554432000 1073741824 1073778376 140733771655504 140733771646640 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12051/statm: 2406260 13950 2270 9 0 2396937 0
[pid=12051/tid=12052] ppid=12048 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/12051/task/12052/stat : 12052 (java) R 12048 12051 10365 0 -1 4202560 2422 0 1 0 66 1 0 0 20 0 19 0 8836782 9856040960 13950 33554432000 1073741824 1073778376 140733771655504 140034503462952 140034339084080 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.26 2.33 2.26 3/213 12070
/proc/meminfo: memFree=29899336/32872528 swapFree=1370072/1517240
[pid=12051] ppid=12048 vsize=9625040 CPUtime=2.56 cores=0,2,4,6
/proc/12051/stat : 12051 (java) S 12048 12051 10365 0 -1 4202496 12035 0 1 0 252 4 0 0 20 0 19 0 8836781 9856040960 18049 33554432000 1073741824 1073778376 140733771655504 140733771646640 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12051/statm: 2406260 18049 2272 9 0 2396937 0
[pid=12051/tid=12052] ppid=12048 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/12051/task/12052/stat : 12052 (java) R 12048 12051 10365 0 -1 4202560 2431 0 1 0 146 2 0 0 20 0 19 0 8836782 9856040960 18049 33554432000 1073741824 1073778376 140733771655504 140034503463496 140034338520960 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12051/tid=12054] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12054/stat : 12054 (java) S 12048 12051 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 18049 33554432000 1073741824 1073778376 140733771655504 140034464955048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12055] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12055/stat : 12055 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 18049 33554432000 1073741824 1073778376 140733771655504 140034463902504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12051/tid=12056] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12056/stat : 12056 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 18049 33554432000 1073741824 1073778376 140733771655504 140034462849960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12051/tid=12057] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12057/stat : 12057 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 18049 33554432000 1073741824 1073778376 140733771655504 140034461797416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12051/tid=12058] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12058/stat : 12058 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 18049 33554432000 1073741824 1073778376 140733771655504 140034460743848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12059] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12059/stat : 12059 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 18049 33554432000 1073741824 1073778376 140733771655504 140034459691304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12051/tid=12060] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12060/stat : 12060 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 18049 33554432000 1073741824 1073778376 140733771655504 140034458638760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12051/tid=12061] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12061/stat : 12061 (java) S 12048 12051 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 18049 33554432000 1073741824 1073778376 140733771655504 140034457586216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12062] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12062/stat : 12062 (java) S 12048 12051 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836783 9856040960 18049 33554432000 1073741824 1073778376 140733771655504 140034327304808 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12051/tid=12063] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12063/stat : 12063 (java) S 12048 12051 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836784 9856040960 18049 33554432000 1073741824 1073778376 140733771655504 140034326251128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12064] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12064/stat : 12064 (java) S 12048 12051 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836784 9856040960 18049 33554432000 1073741824 1073778376 140733771655504 140034325198472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12065] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12065/stat : 12065 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836786 9856040960 18049 33554432000 1073741824 1073778376 140733771655504 140034324147216 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12066] ppid=12048 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/12051/task/12066/stat : 12066 (java) S 12048 12051 10365 0 -1 4202560 5195 0 0 0 53 1 0 0 20 0 19 0 8836786 9856040960 18049 33554432000 1073741824 1073778376 140733771655504 140034323093560 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12067] ppid=12048 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/12051/task/12067/stat : 12067 (java) S 12048 12051 10365 0 -1 4202560 3136 0 0 0 49 0 0 0 20 0 19 0 8836786 9856040960 18049 33554432000 1073741824 1073778376 140733771655504 140033449257144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12051/tid=12068] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12068/stat : 12068 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836786 9856040960 18049 33554432000 1073741824 1073778376 140733771655504 140033448204792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12051/tid=12069] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12069/stat : 12069 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836786 9856040960 18049 33554432000 1073741824 1073778376 140733771655504 140033447152456 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12051/tid=12070] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12070/stat : 12070 (java) S 12048 12051 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836814 9856040960 18049 33554432000 1073741824 1073778376 140733771655504 140033446098216 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.26 2.33 2.26 3/213 12070
/proc/meminfo: memFree=29893192/32872528 swapFree=1370072/1517240
[pid=12051] ppid=12048 vsize=9625040 CPUtime=4.25 cores=0,2,4,6
/proc/12051/stat : 12051 (java) S 12048 12051 10365 0 -1 4202496 12140 0 1 0 421 4 0 0 20 0 19 0 8836781 9856040960 22149 33554432000 1073741824 1073778376 140733771655504 140733771646640 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12051/statm: 2406260 22149 2276 9 0 2396937 0
[pid=12051/tid=12052] ppid=12048 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/12051/task/12052/stat : 12052 (java) R 12048 12051 10365 0 -1 4202560 2441 0 1 0 306 2 0 0 20 0 19 0 8836782 9856040960 22149 33554432000 1073741824 1073778376 140733771655504 140034503463496 140034339043039 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12051/tid=12054] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12054/stat : 12054 (java) S 12048 12051 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 22149 33554432000 1073741824 1073778376 140733771655504 140034464955048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12055] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12055/stat : 12055 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 22149 33554432000 1073741824 1073778376 140733771655504 140034463902504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12051/tid=12056] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12056/stat : 12056 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 22149 33554432000 1073741824 1073778376 140733771655504 140034462849960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12051/tid=12057] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12057/stat : 12057 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 22149 33554432000 1073741824 1073778376 140733771655504 140034461797416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12051/tid=12058] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12058/stat : 12058 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 22149 33554432000 1073741824 1073778376 140733771655504 140034460743848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12059] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12059/stat : 12059 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 22149 33554432000 1073741824 1073778376 140733771655504 140034459691304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12051/tid=12060] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12060/stat : 12060 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 22149 33554432000 1073741824 1073778376 140733771655504 140034458638760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12051/tid=12061] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12061/stat : 12061 (java) S 12048 12051 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 22149 33554432000 1073741824 1073778376 140733771655504 140034457586216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12062] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12062/stat : 12062 (java) S 12048 12051 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836783 9856040960 22149 33554432000 1073741824 1073778376 140733771655504 140034327304808 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12051/tid=12063] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12063/stat : 12063 (java) S 12048 12051 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836784 9856040960 22149 33554432000 1073741824 1073778376 140733771655504 140034326251128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12064] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12064/stat : 12064 (java) S 12048 12051 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836784 9856040960 22149 33554432000 1073741824 1073778376 140733771655504 140034325198472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12065] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12065/stat : 12065 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836786 9856040960 22149 33554432000 1073741824 1073778376 140733771655504 140034324147216 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12066] ppid=12048 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/12051/task/12066/stat : 12066 (java) S 12048 12051 10365 0 -1 4202560 5197 0 0 0 58 1 0 0 20 0 19 0 8836786 9856040960 22149 33554432000 1073741824 1073778376 140733771655504 140034323093560 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12067] ppid=12048 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/12051/task/12067/stat : 12067 (java) S 12048 12051 10365 0 -1 4202560 3229 0 0 0 54 0 0 0 20 0 19 0 8836786 9856040960 22149 33554432000 1073741824 1073778376 140733771655504 140033449257144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12051/tid=12068] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12068/stat : 12068 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836786 9856040960 22149 33554432000 1073741824 1073778376 140733771655504 140033448204792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12051/tid=12069] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12069/stat : 12069 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836786 9856040960 22149 33554432000 1073741824 1073778376 140733771655504 140033447152456 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12051/tid=12070] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12070/stat : 12070 (java) S 12048 12051 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836814 9856040960 22149 33554432000 1073741824 1073778376 140733771655504 140033446098216 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.24 2.33 2.26 3/213 12070
/proc/meminfo: memFree=29860872/32872528 swapFree=1370072/1517240
[pid=12051] ppid=12048 vsize=9625040 CPUtime=7.54 cores=0,2,4,6
/proc/12051/stat : 12051 (java) S 12048 12051 10365 0 -1 4202496 12355 0 1 0 750 4 0 0 20 0 19 0 8836781 9856040960 28827 33554432000 1073741824 1073778376 140733771655504 140733771646640 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12051/statm: 2406260 28827 2277 9 0 2396937 0
[pid=12051/tid=12052] ppid=12048 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/12051/task/12052/stat : 12052 (java) R 12048 12051 10365 0 -1 4202560 2457 0 1 0 625 3 0 0 20 0 19 0 8836782 9856040960 28827 33554432000 1073741824 1073778376 140733771655504 140034503454464 140034339084345 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12051/tid=12054] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12054/stat : 12054 (java) S 12048 12051 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 28827 33554432000 1073741824 1073778376 140733771655504 140034464955048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12055] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12055/stat : 12055 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 28827 33554432000 1073741824 1073778376 140733771655504 140034463902504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12051/tid=12056] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12056/stat : 12056 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 28827 33554432000 1073741824 1073778376 140733771655504 140034462849960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12051/tid=12057] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12057/stat : 12057 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 28827 33554432000 1073741824 1073778376 140733771655504 140034461797416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12051/tid=12058] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12058/stat : 12058 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 28827 33554432000 1073741824 1073778376 140733771655504 140034460743848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12059] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12059/stat : 12059 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 28827 33554432000 1073741824 1073778376 140733771655504 140034459691304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12051/tid=12060] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12060/stat : 12060 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 28827 33554432000 1073741824 1073778376 140733771655504 140034458638760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12051/tid=12061] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12061/stat : 12061 (java) S 12048 12051 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 28827 33554432000 1073741824 1073778376 140733771655504 140034457586216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12062] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12062/stat : 12062 (java) S 12048 12051 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836783 9856040960 28827 33554432000 1073741824 1073778376 140733771655504 140034327304808 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12051/tid=12063] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12063/stat : 12063 (java) S 12048 12051 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836784 9856040960 28827 33554432000 1073741824 1073778376 140733771655504 140034326251128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12064] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12064/stat : 12064 (java) S 12048 12051 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836784 9856040960 28827 33554432000 1073741824 1073778376 140733771655504 140034325198472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12065] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12065/stat : 12065 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836786 9856040960 28827 33554432000 1073741824 1073778376 140733771655504 140034324147216 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12066] ppid=12048 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/12051/task/12066/stat : 12066 (java) S 12048 12051 10365 0 -1 4202560 5197 0 0 0 61 2 0 0 20 0 19 0 8836786 9856040960 28827 33554432000 1073741824 1073778376 140733771655504 140034323093560 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12051/tid=12067] ppid=12048 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/12051/task/12067/stat : 12067 (java) S 12048 12051 10365 0 -1 4202560 3427 0 0 0 60 0 0 0 20 0 19 0 8836786 9856040960 28827 33554432000 1073741824 1073778376 140733771655504 140033449257144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12051/tid=12068] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12068/stat : 12068 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836786 9856040960 28827 33554432000 1073741824 1073778376 140733771655504 140033448204792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12051/tid=12069] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12069/stat : 12069 (java) S 12048 12051 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836786 9856040960 28827 33554432000 1073741824 1073778376 140733771655504 140033447152456 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12051/tid=12070] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12070/stat : 12070 (java) S 12048 12051 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836814 9856040960 28827 33554432000 1073741824 1073778376 140733771655504 140033446098216 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.54
Current children cumulated vsize (KiB) 9625040

[startup+12.7007 s]
/proc/loadavg: 2.22 2.32 2.26 3/213 12070
/proc/meminfo: memFree=29828320/32872528 swapFree=1370072/1517240
[pid=12051] ppid=12048 vsize=9625040 CPUtime=13.96 cores=0,2,4,6
/proc/12051/stat : 12051 (java) S 12048 12051 10365 0 -1 4202496 12369 0 1 0 1392 4 0 0 20 0 19 0 8836781 9856040960 35484 33554432000 1073741824 1073778376 140733771655504 140733771646640 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12051/statm: 2406260 35484 2278 9 0 2396937 0
[pid=12051/tid=12052] ppid=12048 vsize=9625040 CPUtime=12.68 cores=0,2,4,6
/proc/12051/task/12052/stat : 12052 (java) R 12048 12051 10365 0 -1 4202560 2470 0 1 0 1265 3 0 0 20 0 19 0 8836782 9856040960 35484 33554432000 1073741824 1073778376 140733771655504 140034503455024 140034339069450 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12051/tid=12054] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12054/stat : 12054 (java) S 12048 12051 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 35484 33554432000 1073741824 1073778376 140733771655504 140034464955048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12055] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12055/stat : 12055 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 35484 33554432000 1073741824 1073778376 140733771655504 140034463902504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12051/tid=12056] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12056/stat : 12056 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 35484 33554432000 1073741824 1073778376 140733771655504 140034462849960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12051/tid=12057] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12057/stat : 12057 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 35484 33554432000 1073741824 1073778376 140733771655504 140034461797416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12051/tid=12058] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12058/stat : 12058 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 35484 33554432000 1073741824 1073778376 140733771655504 140034460743848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12059] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12059/stat : 12059 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 35484 33554432000 1073741824 1073778376 140733771655504 140034459691304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12051/tid=12060] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12060/stat : 12060 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 35484 33554432000 1073741824 1073778376 140733771655504 140034458638760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12051/tid=12061] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12061/stat : 12061 (java) S 12048 12051 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 35484 33554432000 1073741824 1073778376 140733771655504 140034457586216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12062] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12062/stat : 12062 (java) S 12048 12051 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836783 9856040960 35484 33554432000 1073741824 1073778376 140733771655504 140034327304808 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12051/tid=12063] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12063/stat : 12063 (java) S 12048 12051 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836784 9856040960 35484 33554432000 1073741824 1073778376 140733771655504 140034326251128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12064] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12064/stat : 12064 (java) S 12048 12051 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836784 9856040960 35484 33554432000 1073741824 1073778376 140733771655504 140034325198472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12065] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12065/stat : 12065 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836786 9856040960 35484 33554432000 1073741824 1073778376 140733771655504 140034324147216 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12066] ppid=12048 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/12051/task/12066/stat : 12066 (java) S 12048 12051 10365 0 -1 4202560 5198 0 0 0 63 2 0 0 20 0 19 0 8836786 9856040960 35484 33554432000 1073741824 1073778376 140733771655504 140034323093560 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12051/tid=12067] ppid=12048 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/12051/task/12067/stat : 12067 (java) S 12048 12051 10365 0 -1 4202560 3427 0 0 0 60 0 0 0 20 0 19 0 8836786 9856040960 35484 33554432000 1073741824 1073778376 140733771655504 140033449257144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12051/tid=12068] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12068/stat : 12068 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836786 9856040960 35484 33554432000 1073741824 1073778376 140733771655504 140033448204792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12051/tid=12069] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12069/stat : 12069 (java) S 12048 12051 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836786 9856040960 35484 33554432000 1073741824 1073778376 140733771655504 140033447152456 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12051/tid=12070] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12070/stat : 12070 (java) S 12048 12051 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836814 9856040960 35484 33554432000 1073741824 1073778376 140733771655504 140033446098216 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 13.96
Current children cumulated vsize (KiB) 9625040

[startup+25.501 s]
/proc/loadavg: 2.24 2.32 2.26 3/213 12070
/proc/meminfo: memFree=29802276/32872528 swapFree=1370072/1517240
[pid=12051] ppid=12048 vsize=9625040 CPUtime=26.79 cores=0,2,4,6
/proc/12051/stat : 12051 (java) S 12048 12051 10365 0 -1 4202496 12409 0 1 0 2674 5 0 0 20 0 19 0 8836781 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140733771646640 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12051/statm: 2406260 42159 2291 9 0 2396937 0
[pid=12051/tid=12052] ppid=12048 vsize=9625040 CPUtime=25.47 cores=0,2,4,6
/proc/12051/task/12052/stat : 12052 (java) R 12048 12051 10365 0 -1 4202560 2486 0 1 0 2544 3 0 0 20 0 19 0 8836782 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140034503461360 140034339085092 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12051/tid=12054] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12054/stat : 12054 (java) S 12048 12051 10365 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140034464955048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12055] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12055/stat : 12055 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140034463902504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12051/tid=12056] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12056/stat : 12056 (java) S 12048 12051 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140034462849960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12051/tid=12057] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12057/stat : 12057 (java) S 12048 12051 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140034461797416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12051/tid=12058] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12058/stat : 12058 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140034460743848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12059] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12059/stat : 12059 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140034459691304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12051/tid=12060] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12060/stat : 12060 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140034458638760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12051/tid=12061] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12061/stat : 12061 (java) S 12048 12051 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140034457586216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12062] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12062/stat : 12062 (java) S 12048 12051 10365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8836783 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140034327304808 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12051/tid=12063] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12063/stat : 12063 (java) S 12048 12051 10365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8836784 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140034326251128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12064] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12064/stat : 12064 (java) S 12048 12051 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8836784 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140034325198472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12065] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12065/stat : 12065 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836786 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140034324147216 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12066] ppid=12048 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/12051/task/12066/stat : 12066 (java) S 12048 12051 10365 0 -1 4202560 5198 0 0 0 65 2 0 0 20 0 19 0 8836786 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140034323093560 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12051/tid=12067] ppid=12048 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/12051/task/12067/stat : 12067 (java) S 12048 12051 10365 0 -1 4202560 3427 0 0 0 61 0 0 0 20 0 19 0 8836786 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140033449257144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12051/tid=12068] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12068/stat : 12068 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836786 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140033448204792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12051/tid=12069] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12069/stat : 12069 (java) S 12048 12051 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836786 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140033447152456 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12051/tid=12070] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12070/stat : 12070 (java) S 12048 12051 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836814 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140033446098216 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 26.79
Current children cumulated vsize (KiB) 9625040

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

[startup+25.501 s]
/proc/loadavg: 2.24 2.32 2.26 3/213 12070
/proc/meminfo: memFree=29802276/32872528 swapFree=1370072/1517240
[pid=12051] ppid=12048 vsize=9625040 CPUtime=26.79 cores=0,2,4,6
/proc/12051/stat : 12051 (java) S 12048 12051 10365 0 -1 4202496 12409 0 1 0 2674 5 0 0 20 0 19 0 8836781 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140733771646640 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12051/statm: 2406260 42159 2291 9 0 2396937 0
[pid=12051/tid=12052] ppid=12048 vsize=9625040 CPUtime=25.47 cores=0,2,4,6
/proc/12051/task/12052/stat : 12052 (java) R 12048 12051 10365 0 -1 4202560 2486 0 1 0 2544 3 0 0 20 0 19 0 8836782 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140034503461360 140034339085092 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12051/tid=12054] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12054/stat : 12054 (java) S 12048 12051 10365 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140034464955048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12055] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12055/stat : 12055 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140034463902504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12051/tid=12056] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12056/stat : 12056 (java) S 12048 12051 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140034462849960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12051/tid=12057] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12057/stat : 12057 (java) S 12048 12051 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140034461797416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12051/tid=12058] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12058/stat : 12058 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140034460743848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12059] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12059/stat : 12059 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140034459691304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12051/tid=12060] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12060/stat : 12060 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140034458638760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12051/tid=12061] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12061/stat : 12061 (java) S 12048 12051 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836782 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140034457586216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12062] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12062/stat : 12062 (java) S 12048 12051 10365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8836783 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140034327304808 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12051/tid=12063] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12063/stat : 12063 (java) S 12048 12051 10365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8836784 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140034326251128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12064] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12064/stat : 12064 (java) S 12048 12051 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8836784 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140034325198472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12065] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12065/stat : 12065 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836786 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140034324147216 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12051/tid=12066] ppid=12048 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/12051/task/12066/stat : 12066 (java) S 12048 12051 10365 0 -1 4202560 5198 0 0 0 65 2 0 0 20 0 19 0 8836786 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140034323093560 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12051/tid=12067] ppid=12048 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/12051/task/12067/stat : 12067 (java) S 12048 12051 10365 0 -1 4202560 3427 0 0 0 61 0 0 0 20 0 19 0 8836786 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140033449257144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12051/tid=12068] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12068/stat : 12068 (java) S 12048 12051 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836786 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140033448204792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12051/tid=12069] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12069/stat : 12069 (java) S 12048 12051 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836786 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140033447152456 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12051/tid=12070] ppid=12048 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12051/task/12070/stat : 12070 (java) S 12048 12051 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836814 9856040960 42159 33554432000 1073741824 1073778376 140733771655504 140033446098216 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 26.79
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 25.5723
CPU time (s): 26.8709
CPU user time (s): 26.7879
CPU system time (s): 0.082987
CPU usage (%): 105.078
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.7879
system time used= 0.082987
maximum resident set size= 168696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12432
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= 842
involuntary context switches= 93

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.134979 second user time and 0.19497 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-16 11:05:03
IDJOB=4090884
IDBENCH=79260
IDSOLVER=2551
FILE ID=node129/4090884-1466067903
RUNJOBID= node129-1466062122-10381
PBS_JOBID= 19904010
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900558739--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090884-1466067903/watcher-4090884-1466067903 -o /tmp/evaluation-result-4090884-1466067903/solver-4090884-1466067903 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466062122-10381 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090884-1466067903.wbo

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

MD5SUM BENCH= 96d1f19cba40c7363abd0128bfda9b7c
RANDOM SEED=586397343

node129.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.143
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.28
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.143
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.143
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.143
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.143
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.143
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.54
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.143
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.143
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:        29961684 kB
Buffers:            9272 kB
Cached:            42508 kB
SwapCached:          672 kB
Active:           665264 kB
Inactive:          28436 kB
Active(anon):     643620 kB
Inactive(anon):      912 kB
Active(file):      21644 kB
Inactive(file):    27524 kB
Unevictable:     1517240 kB
Mlocked:         1370072 kB
SwapTotal:      67108856 kB
SwapFree:       67100228 kB
Dirty:               824 kB
Writeback:             0 kB
AnonPages:       2158176 kB
Mapped:            15316 kB
Shmem:                 0 kB
Slab:             564984 kB
SReclaimable:       8908 kB
SUnreclaim:       556076 kB
KernelStack:        1568 kB
PageTables:         8908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2381040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    759808 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= 71736 MiB
End job on node129 at 2016-06-16 11:05:29