Trace number 4109732

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 15.7516 13.3624

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900553812--soft-33-100-0.wbo
MD5SUMb8c059b75f42fac4cec7408dc4fcfe67
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark30.1754
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 constraints1802
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 91108
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 91107
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
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-4109732-1466343700.wbo
0.10/0.10	c reading problem ... 
0.49/0.30	c ... done. Wall clock time 0.199s.
0.49/0.30	c declared #vars     231
0.49/0.30	c internal #vars     2033
0.49/0.30	c #constraints  2707
0.49/0.30	c constraints type 
0.49/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2594
0.49/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 9
0.49/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90
0.49/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14
0.49/0.30	c 2707 constraints processed.
0.49/0.30	c objective function length is 1802 literals
0.74/0.44	c SATISFIABLE
0.74/0.44	c OPTIMIZING...
0.74/0.44	c Got one! Elapsed wall clock time (in seconds):0.336
0.74/0.44	o 284
1.04/0.57	c Got one! Elapsed wall clock time (in seconds):0.464
1.04/0.57	o 282
1.04/0.58	c Got one! Elapsed wall clock time (in seconds):0.48
1.04/0.58	o 276
1.33/0.66	c Got one! Elapsed wall clock time (in seconds):0.561
1.33/0.66	o 275
1.33/0.68	c Got one! Elapsed wall clock time (in seconds):0.572
1.33/0.68	o 266
1.33/0.69	c Got one! Elapsed wall clock time (in seconds):0.59
1.33/0.69	o 250
1.56/0.70	c Got one! Elapsed wall clock time (in seconds):0.601
1.56/0.70	o 247
1.56/0.75	c Got one! Elapsed wall clock time (in seconds):0.643
1.56/0.75	o 244
1.56/0.76	c Got one! Elapsed wall clock time (in seconds):0.652
1.56/0.76	o 224
1.56/0.78	c Got one! Elapsed wall clock time (in seconds):0.674
1.56/0.78	o 223
1.83/0.85	c Got one! Elapsed wall clock time (in seconds):0.745
1.83/0.85	o 202
1.83/0.87	c Got one! Elapsed wall clock time (in seconds):0.763
1.83/0.87	o 193
1.83/0.87	c Got one! Elapsed wall clock time (in seconds):0.766
1.83/0.87	o 171
1.83/0.88	c Got one! Elapsed wall clock time (in seconds):0.782
1.83/0.88	o 170
1.83/0.89	c Got one! Elapsed wall clock time (in seconds):0.788
1.83/0.89	o 168
1.93/0.90	c Got one! Elapsed wall clock time (in seconds):0.802
1.93/0.90	o 167
2.04/1.00	c Got one! Elapsed wall clock time (in seconds):0.893
2.04/1.00	o 150
2.15/1.15	c Got one! Elapsed wall clock time (in seconds):1.047
2.15/1.15	o 146
2.15/1.18	c Got one! Elapsed wall clock time (in seconds):1.081
2.15/1.18	o 142
2.15/1.19	c Got one! Elapsed wall clock time (in seconds):1.086
2.15/1.19	o 141
2.26/1.24	c Got one! Elapsed wall clock time (in seconds):1.132
2.26/1.24	o 140
2.55/1.52	c Got one! Elapsed wall clock time (in seconds):1.414
2.55/1.52	o 139
2.95/1.97	c Got one! Elapsed wall clock time (in seconds):1.863
2.95/1.97	o 138
3.21/2.11	c cleaning 5642 clauses out of 11289 with flag 6293/11289
3.21/2.12	c Got one! Elapsed wall clock time (in seconds):2.016
3.21/2.12	o 136
3.21/2.17	c Got one! Elapsed wall clock time (in seconds):2.071
3.21/2.17	o 135
3.21/2.19	c Got one! Elapsed wall clock time (in seconds):2.082
3.21/2.19	o 134
3.21/2.20	c Got one! Elapsed wall clock time (in seconds):2.097
3.21/2.20	o 125
3.65/2.52	c Got one! Elapsed wall clock time (in seconds):2.415
3.65/2.52	o 121
3.65/2.54	c Got one! Elapsed wall clock time (in seconds):2.434
3.65/2.54	o 118
3.65/2.58	c Got one! Elapsed wall clock time (in seconds):2.474
3.65/2.58	o 116
3.86/2.77	c Got one! Elapsed wall clock time (in seconds):2.664
3.86/2.77	o 115
3.86/2.79	c Got one! Elapsed wall clock time (in seconds):2.686
3.86/2.79	o 109
3.96/2.80	c Got one! Elapsed wall clock time (in seconds):2.7
3.96/2.80	o 103
4.06/2.94	c Got one! Elapsed wall clock time (in seconds):2.835
4.06/2.94	o 102
4.36/3.24	c cleaning 6768 clauses out of 13535 with flag 12256/19177
4.77/3.49	c Got one! Elapsed wall clock time (in seconds):3.387
4.77/3.49	o 72
4.96/3.57	c Got one! Elapsed wall clock time (in seconds):3.465
4.96/3.57	o 64
5.25/3.70	c Got one! Elapsed wall clock time (in seconds):3.598
5.25/3.70	o 63
5.25/3.77	c Got one! Elapsed wall clock time (in seconds):3.662
5.25/3.77	o 59
5.35/3.86	c Got one! Elapsed wall clock time (in seconds):3.752
5.35/3.86	o 58
5.35/3.89	c Got one! Elapsed wall clock time (in seconds):3.783
5.35/3.89	o 49
5.55/4.01	c Got one! Elapsed wall clock time (in seconds):3.912
5.55/4.01	o 42
5.55/4.02	c Got one! Elapsed wall clock time (in seconds):3.921
5.55/4.02	o 33
5.66/4.12	c cleaning 7496 clauses out of 15007 with flag 7262/27417
5.66/4.15	c Got one! Elapsed wall clock time (in seconds):4.05
5.66/4.15	o 32
6.08/4.39	c Got one! Elapsed wall clock time (in seconds):4.282
6.08/4.39	o 30
6.40/4.56	c cleaning 6648 clauses out of 13311 with flag 14372/33217
7.32/5.04	c cleaning 6325 clauses out of 12663 with flag 63265/39217
7.62/5.32	c Got one! Elapsed wall clock time (in seconds):5.214
7.62/5.32	o 29
7.73/5.40	c cleaning 5673 clauses out of 11352 with flag 8961/44231
7.73/5.41	c Got one! Elapsed wall clock time (in seconds):5.302
7.73/5.41	o 27
7.73/5.47	c Got one! Elapsed wall clock time (in seconds):5.371
7.73/5.47	o 26
7.87/5.55	c Got one! Elapsed wall clock time (in seconds):5.449
7.87/5.55	o 24
8.06/5.76	c cleaning 5545 clauses out of 11099 with flag 22797/49651
8.16/5.80	c Got one! Elapsed wall clock time (in seconds):5.695
8.16/5.80	o 22
8.16/5.83	c Got one! Elapsed wall clock time (in seconds):5.724
8.16/5.83	o 21
8.46/6.18	c cleaning 5877 clauses out of 11778 with flag 38317/55875
8.97/6.65	c cleaning 5946 clauses out of 11903 with flag 85456/61877
9.07/6.76	c Got one! Elapsed wall clock time (in seconds):6.659
9.07/6.76	o 14
9.16/6.87	c Got one! Elapsed wall clock time (in seconds):6.767
9.16/6.87	o 12
9.36/7.05	c cleaning 6098 clauses out of 12210 with flag 20785/68130
9.66/7.37	c cleaning 6044 clauses out of 12112 with flag 59518/74130
9.88/7.51	c Got one! Elapsed wall clock time (in seconds):7.409
9.88/7.51	o 9
9.98/7.69	c cleaning 5957 clauses out of 11927 with flag 23560/79989
10.39/8.09	c cleaning 5985 clauses out of 11969 with flag 73314/85988
10.89/8.59	c cleaning 6483 clauses out of 12985 with flag 135671/92989
11.09/8.72	c Got one! Elapsed wall clock time (in seconds):8.616
11.09/8.72	o 6
11.30/8.94	c cleaning 5862 clauses out of 11730 with flag 24671/98217
11.69/9.37	c cleaning 5929 clauses out of 11866 with flag 73840/104215
11.89/9.55	c Got one! Elapsed wall clock time (in seconds):9.444
11.89/9.55	o 5
12.09/9.73	c cleaning 5702 clauses out of 11419 with flag 19210/109697
12.39/10.05	c cleaning 5848 clauses out of 11715 with flag 60045/115695
12.80/10.46	c cleaning 6427 clauses out of 12869 with flag 110761/122697
12.80/10.47	c Got one! Elapsed wall clock time (in seconds):10.37
12.80/10.47	o 4
13.10/10.78	c cleaning 5884 clauses out of 11798 with flag 36602/128053
13.50/11.15	c cleaning 5954 clauses out of 11917 with flag 81945/134056
13.70/11.33	c Got one! Elapsed wall clock time (in seconds):11.227
13.70/11.33	o 3
13.90/11.54	c cleaning 5890 clauses out of 11782 with flag 21082/139875
14.20/11.89	c cleaning 5943 clauses out of 11890 with flag 55534/145874
14.70/12.32	c cleaning 6470 clauses out of 12945 with flag 96746/152874
15.10/12.77	c cleaning 7236 clauses out of 14473 with flag 139753/160873
15.62/13.28	c cleaning 8109 clauses out of 16226 with flag 180821/169873
15.72/13.35	c starts		: 148
15.72/13.35	c conflicts		: 171557
15.72/13.35	c decisions		: 369275
15.72/13.35	c propagations		: 20119979
15.72/13.35	c inspects		: 139935459
15.72/13.35	c shortcuts		: 0
15.72/13.35	c learnt literals	: 26
15.72/13.35	c learnt binary clauses	: 35
15.72/13.35	c learnt ternary clauses	: 293
15.72/13.35	c learnt constraints	: 171530
15.72/13.35	c ignored constraints	: 0
15.72/13.35	c root simplifications	: 0
15.72/13.35	c removed literals (reason simplification)	: 0
15.72/13.35	c reason swapping (by a shorter reason)	: 0
15.72/13.35	c Calls to reduceDB	: 26
15.72/13.35	c Number of update (reduction) of LBD	: 71135
15.72/13.35	c Imported unit clauses	: 0
15.72/13.35	c number of reductions to clauses (during analyze)	: 0
15.72/13.35	c number of learned constraints concerned by reduction	: 0
15.72/13.35	c number of learning phase by resolution	: 0
15.72/13.35	c number of learning phase by cutting planes	: 0
15.72/13.35	c speed (assignments/second)	: 1543061.5077843394
15.72/13.35	c non guided choices	7536
15.72/13.35	c learnt constraints type 
15.72/13.35	s OPTIMUM FOUND
15.72/13.35	c Found 57 solution(s)
15.72/13.35	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 
15.72/13.35	c objective function=3
15.72/13.35	c Total wall clock time (in seconds): 13.251

Verifier Data

OK	3

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-4109732-1466343700/watcher-4109732-1466343700 -o /tmp/evaluation-result-4109732-1466343700/solver-4109732-1466343700 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466341824-18889 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109732-1466343700.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.16 2.10 1.78 3/194 19892
/proc/meminfo: memFree=31153708/32872528 swapFree=526336/559040
[pid=19892] ppid=19889 vsize=94112 CPUtime=0 cores=1,3,5,7
/proc/19892/stat : 19892 (java) S 19889 19892 18872 0 -1 4202496 1299 0 0 0 0 0 0 0 20 0 2 0 36420104 96370688 931 33554432000 1073741824 1073778376 140734511003648 140734510994784 270121599037 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19892/statm: 23544 938 712 9 0 16769 0
[pid=19892/tid=19893] ppid=19889 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19893/stat : 19893 (java) R 19889 19892 18872 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 2 0 36420105 98635776 963 33554432000 1073741824 1073778376 140734511003648 140253390442024 270109029472 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100162 s]
/proc/loadavg: 2.16 2.10 1.78 3/194 19892
/proc/meminfo: memFree=31153708/32872528 swapFree=526336/559040
[pid=19892] ppid=19889 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/19892/stat : 19892 (java) S 19889 19892 18872 0 -1 4202496 4461 0 1 0 10 0 0 0 20 0 18 0 36420104 9787879424 6083 33554432000 1073741824 1073778376 140734511003648 140734510994784 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19892/statm: 2389619 6084 2150 9 0 2380296 0
[pid=19892/tid=19893] ppid=19889 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/19892/task/19893/stat : 19893 (java) R 19889 19892 18872 0 -1 4202560 2381 0 1 0 7 0 0 0 20 0 18 0 36420105 9787879424 6087 33554432000 1073741824 1073778376 140734511003648 140253390445472 270121624845 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200377 s]
/proc/loadavg: 2.16 2.10 1.78 3/194 19892
/proc/meminfo: memFree=31153708/32872528 swapFree=526336/559040
[pid=19892] ppid=19889 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/19892/stat : 19892 (java) S 19889 19892 18872 0 -1 4202496 4745 0 1 0 26 0 0 0 20 0 18 0 36420104 9787879424 6850 33554432000 1073741824 1073778376 140734511003648 140734510994784 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19892/statm: 2389619 6850 2212 9 0 2380296 0
[pid=19892/tid=19893] ppid=19889 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/19892/task/19893/stat : 19893 (java) R 19889 19892 18872 0 -1 4202560 2398 0 1 0 17 0 0 0 20 0 18 0 36420105 9787879424 6850 33554432000 1073741824 1073778376 140734511003648 140253390446504 140253247593126 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300263 s]
/proc/loadavg: 2.16 2.10 1.78 3/194 19892
/proc/meminfo: memFree=31153708/32872528 swapFree=526336/559040
[pid=19892] ppid=19889 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/19892/stat : 19892 (java) S 19889 19892 18872 0 -1 4202496 5945 0 1 0 48 1 0 0 20 0 18 0 36420104 9787879424 8466 33554432000 1073741824 1073778376 140734511003648 140734510994784 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19892/statm: 2389619 8466 2233 9 0 2380296 0
[pid=19892/tid=19893] ppid=19889 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/19892/task/19893/stat : 19893 (java) R 19889 19892 18872 0 -1 4202560 2408 0 1 0 27 0 0 0 20 0 18 0 36420105 9787879424 8466 33554432000 1073741824 1073778376 140734511003648 140253390438304 140253247681807 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700226 s]
/proc/loadavg: 2.16 2.10 1.78 3/194 19892
/proc/meminfo: memFree=31153708/32872528 swapFree=526336/559040
[pid=19892] ppid=19889 vsize=9625040 CPUtime=1.56 cores=1,3,5,7
/proc/19892/stat : 19892 (java) S 19889 19892 18872 0 -1 4202496 13711 0 1 0 154 2 0 0 20 0 19 0 36420104 9856040960 12707 33554432000 1073741824 1073778376 140734511003648 140734510994784 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19892/statm: 2406260 12707 2257 9 0 2396937 0
[pid=19892/tid=19893] ppid=19889 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/19892/task/19893/stat : 19893 (java) R 19889 19892 18872 0 -1 4202560 2422 0 1 0 67 0 0 0 20 0 19 0 36420105 9856040960 12707 33554432000 1073741824 1073778376 140734511003648 140253390438704 140253247682115 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 9625040

[startup+1.50083 s]
/proc/loadavg: 2.16 2.10 1.78 3/213 19911
/proc/meminfo: memFree=31098884/32872528 swapFree=526336/559040
[pid=19892] ppid=19889 vsize=9625040 CPUtime=2.55 cores=1,3,5,7
/proc/19892/stat : 19892 (java) S 19889 19892 18872 0 -1 4202496 13745 0 1 0 253 2 0 0 20 0 19 0 36420104 9856040960 15787 33554432000 1073741824 1073778376 140734511003648 140734510994784 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19892/statm: 2406260 15787 2264 9 0 2396937 0
[pid=19892/tid=19893] ppid=19889 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/19892/task/19893/stat : 19893 (java) R 19889 19892 18872 0 -1 4202560 2429 0 1 0 146 1 0 0 20 0 19 0 36420105 9856040960 15787 33554432000 1073741824 1073778376 140734511003648 140253390445096 140253248152112 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19892/tid=19895] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19895/stat : 19895 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420105 9856040960 15787 33554432000 1073741824 1073778376 140734511003648 140253368547880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19896] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19896/stat : 19896 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420105 9856040960 15787 33554432000 1073741824 1073778376 140734511003648 140253367495080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19892/tid=19897] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19897/stat : 19897 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420105 9856040960 15787 33554432000 1073741824 1073778376 140734511003648 140253366442280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19892/tid=19898] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19898/stat : 19898 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420105 9856040960 15787 33554432000 1073741824 1073778376 140734511003648 140253029460136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19892/tid=19899] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19899/stat : 19899 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420106 9856040960 15787 33554432000 1073741824 1073778376 140734511003648 140253028408360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19900] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19900/stat : 19900 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420106 9856040960 15787 33554432000 1073741824 1073778376 140734511003648 140253027355560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19892/tid=19901] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19901/stat : 19901 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420106 9856040960 15787 33554432000 1073741824 1073778376 140734511003648 140253026302760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19902] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19902/stat : 19902 (java) S 19889 19892 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36420106 9856040960 15787 33554432000 1073741824 1073778376 140734511003648 140253025249960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19903] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19903/stat : 19903 (java) S 19889 19892 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36420107 9856040960 15787 33554432000 1073741824 1073778376 140734511003648 140253013051880 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19892/tid=19904] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19904/stat : 19904 (java) S 19889 19892 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36420107 9856040960 15787 33554432000 1073741824 1073778376 140734511003648 140253011997944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19905] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19905/stat : 19905 (java) S 19889 19892 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420107 9856040960 15787 33554432000 1073741824 1073778376 140734511003648 140253010945032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19892/tid=19906] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19906/stat : 19906 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420109 9856040960 15787 33554432000 1073741824 1073778376 140734511003648 140253009893520 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19907] ppid=19889 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/19892/task/19907/stat : 19907 (java) S 19889 19892 18872 0 -1 4202560 3055 0 0 0 55 0 0 0 20 0 19 0 36420109 9856040960 15787 33554432000 1073741824 1073778376 140734511003648 140253008841656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19908] ppid=19889 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/19892/task/19908/stat : 19908 (java) S 19889 19892 18872 0 -1 4202560 6989 0 0 0 48 1 0 0 20 0 19 0 36420109 9856040960 15787 33554432000 1073741824 1073778376 140734511003648 140253007788856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19892/tid=19909] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19909/stat : 19909 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420109 9856040960 15787 33554432000 1073741824 1073778376 140734511003648 140253006736248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19892/tid=19910] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19910/stat : 19910 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420109 9856040960 15787 33554432000 1073741824 1073778376 140734511003648 140253005683656 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19892/tid=19911] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19911/stat : 19911 (java) S 19889 19892 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420136 9856040960 15787 33554432000 1073741824 1073778376 140734511003648 140253004530856 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.15 2.10 1.78 3/213 19911
/proc/meminfo: memFree=31088768/32872528 swapFree=526336/559040
[pid=19892] ppid=19889 vsize=9625040 CPUtime=4.26 cores=1,3,5,7
/proc/19892/stat : 19892 (java) S 19889 19892 18872 0 -1 4202496 13888 0 1 0 423 3 0 0 20 0 19 0 36420104 9856040960 18866 33554432000 1073741824 1073778376 140734511003648 140734510994784 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19892/statm: 2406260 18866 2270 9 0 2396937 0
[pid=19892/tid=19893] ppid=19889 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/19892/task/19893/stat : 19893 (java) R 19889 19892 18872 0 -1 4202560 2439 0 1 0 305 1 0 0 20 0 19 0 36420105 9856040960 18866 33554432000 1073741824 1073778376 140734511003648 140253390445096 140253248152131 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19892/tid=19895] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19895/stat : 19895 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420105 9856040960 18866 33554432000 1073741824 1073778376 140734511003648 140253368547880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19896] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19896/stat : 19896 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420105 9856040960 18866 33554432000 1073741824 1073778376 140734511003648 140253367495080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19892/tid=19897] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19897/stat : 19897 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420105 9856040960 18866 33554432000 1073741824 1073778376 140734511003648 140253366442280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19892/tid=19898] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19898/stat : 19898 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420105 9856040960 18866 33554432000 1073741824 1073778376 140734511003648 140253029460136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19892/tid=19899] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19899/stat : 19899 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420106 9856040960 18866 33554432000 1073741824 1073778376 140734511003648 140253028408360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19900] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19900/stat : 19900 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420106 9856040960 18866 33554432000 1073741824 1073778376 140734511003648 140253027355560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19892/tid=19901] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19901/stat : 19901 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420106 9856040960 18866 33554432000 1073741824 1073778376 140734511003648 140253026302760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19902] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19902/stat : 19902 (java) S 19889 19892 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36420106 9856040960 18866 33554432000 1073741824 1073778376 140734511003648 140253025249960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19903] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19903/stat : 19903 (java) S 19889 19892 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36420107 9856040960 18866 33554432000 1073741824 1073778376 140734511003648 140253013051880 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19892/tid=19904] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19904/stat : 19904 (java) S 19889 19892 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36420107 9856040960 18866 33554432000 1073741824 1073778376 140734511003648 140253011997944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19905] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19905/stat : 19905 (java) S 19889 19892 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420107 9856040960 18866 33554432000 1073741824 1073778376 140734511003648 140253010945032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19892/tid=19906] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19906/stat : 19906 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420109 9856040960 18866 33554432000 1073741824 1073778376 140734511003648 140253009893520 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19907] ppid=19889 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/19892/task/19907/stat : 19907 (java) S 19889 19892 18872 0 -1 4202560 3183 0 0 0 62 0 0 0 20 0 19 0 36420109 9856040960 18866 33554432000 1073741824 1073778376 140734511003648 140253008841656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19908] ppid=19889 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/19892/task/19908/stat : 19908 (java) S 19889 19892 18872 0 -1 4202560 6993 0 0 0 51 2 0 0 20 0 19 0 36420109 9856040960 18866 33554432000 1073741824 1073778376 140734511003648 140253007788856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19892/tid=19909] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19909/stat : 19909 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420109 9856040960 18866 33554432000 1073741824 1073778376 140734511003648 140253006736248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19892/tid=19910] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19910/stat : 19910 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420109 9856040960 18866 33554432000 1073741824 1073778376 140734511003648 140253005683656 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19892/tid=19911] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19911/stat : 19911 (java) S 19889 19892 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420136 9856040960 18866 33554432000 1073741824 1073778376 140734511003648 140253004530856 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.15 2.10 1.78 4/213 19911
/proc/meminfo: memFree=31041024/32872528 swapFree=526336/559040
[pid=19892] ppid=19889 vsize=9625040 CPUtime=8.66 cores=1,3,5,7
/proc/19892/stat : 19892 (java) S 19889 19892 18872 0 -1 4202496 27038 0 1 0 861 5 0 0 20 0 19 0 36420104 9856040960 27506 33554432000 1073741824 1073778376 140734511003648 140734510994784 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19892/statm: 2406260 27506 2270 9 0 2396937 0
[pid=19892/tid=19893] ppid=19889 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/19892/task/19893/stat : 19893 (java) R 19889 19892 18872 0 -1 4202560 2452 0 1 0 624 1 0 0 20 0 19 0 36420105 9856040960 27506 33554432000 1073741824 1073778376 140734511003648 140253390447240 140253248151497 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19892/tid=19895] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19895/stat : 19895 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420105 9856040960 27506 33554432000 1073741824 1073778376 140734511003648 140253368547880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19896] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19896/stat : 19896 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420105 9856040960 27506 33554432000 1073741824 1073778376 140734511003648 140253367495080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19892/tid=19897] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19897/stat : 19897 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420105 9856040960 27506 33554432000 1073741824 1073778376 140734511003648 140253366442280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19892/tid=19898] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19898/stat : 19898 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420105 9856040960 27506 33554432000 1073741824 1073778376 140734511003648 140253029460136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19892/tid=19899] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19899/stat : 19899 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420106 9856040960 27506 33554432000 1073741824 1073778376 140734511003648 140253028408360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19900] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19900/stat : 19900 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420106 9856040960 27506 33554432000 1073741824 1073778376 140734511003648 140253027355560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19892/tid=19901] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19901/stat : 19901 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420106 9856040960 27506 33554432000 1073741824 1073778376 140734511003648 140253026302760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19902] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19902/stat : 19902 (java) S 19889 19892 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36420106 9856040960 27506 33554432000 1073741824 1073778376 140734511003648 140253025249960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19903] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19903/stat : 19903 (java) S 19889 19892 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36420107 9856040960 27506 33554432000 1073741824 1073778376 140734511003648 140253013051880 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19892/tid=19904] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19904/stat : 19904 (java) S 19889 19892 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36420107 9856040960 27506 33554432000 1073741824 1073778376 140734511003648 140253011997944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19905] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19905/stat : 19905 (java) S 19889 19892 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420107 9856040960 27506 33554432000 1073741824 1073778376 140734511003648 140253010945032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19892/tid=19906] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19906/stat : 19906 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420109 9856040960 27506 33554432000 1073741824 1073778376 140734511003648 140253009893520 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19907] ppid=19889 vsize=9625040 CPUtime=1.49 cores=1,3,5,7
/proc/19892/task/19907/stat : 19907 (java) S 19889 19892 18872 0 -1 4202560 12598 0 0 0 147 2 0 0 20 0 19 0 36420109 9856040960 27506 33554432000 1073741824 1073778376 140734511003648 140253008841656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19908] ppid=19889 vsize=9625040 CPUtime=0.86 cores=1,3,5,7

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

/proc/19892/task/19900/stat : 19900 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420106 9856040960 32602 33554432000 1073741824 1073778376 140734511003648 140253027355560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19892/tid=19901] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19901/stat : 19901 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420106 9856040960 32602 33554432000 1073741824 1073778376 140734511003648 140253026302760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19902] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19902/stat : 19902 (java) S 19889 19892 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36420106 9856040960 32602 33554432000 1073741824 1073778376 140734511003648 140253025249960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19903] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19903/stat : 19903 (java) S 19889 19892 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36420107 9856040960 32602 33554432000 1073741824 1073778376 140734511003648 140253013051880 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19892/tid=19904] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19904/stat : 19904 (java) S 19889 19892 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36420107 9856040960 32602 33554432000 1073741824 1073778376 140734511003648 140253011997944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19905] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19905/stat : 19905 (java) S 19889 19892 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420107 9856040960 32602 33554432000 1073741824 1073778376 140734511003648 140253010945032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19892/tid=19906] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19906/stat : 19906 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420109 9856040960 32602 33554432000 1073741824 1073778376 140734511003648 140253009893520 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19907] ppid=19889 vsize=9625040 CPUtime=1.49 cores=1,3,5,7
/proc/19892/task/19907/stat : 19907 (java) S 19889 19892 18872 0 -1 4202560 12598 0 0 0 147 2 0 0 20 0 19 0 36420109 9856040960 32602 33554432000 1073741824 1073778376 140734511003648 140253008841656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19908] ppid=19889 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/19892/task/19908/stat : 19908 (java) S 19889 19892 18872 0 -1 4202560 10716 0 0 0 88 2 0 0 20 0 19 0 36420109 9856040960 32602 33554432000 1073741824 1073778376 140734511003648 140253007788856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19892/tid=19909] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19909/stat : 19909 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420109 9856040960 32602 33554432000 1073741824 1073778376 140734511003648 140253006736248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19892/tid=19910] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19910/stat : 19910 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420109 9856040960 32602 33554432000 1073741824 1073778376 140734511003648 140253005683656 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19892/tid=19911] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19911/stat : 19911 (java) S 19889 19892 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420136 9856040960 32602 33554432000 1073741824 1073778376 140734511003648 140253004530856 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 15.1
Current children cumulated vsize (KiB) 9625040

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

[startup+12.8009 s]
/proc/loadavg: 2.13 2.10 1.78 3/213 19911
/proc/meminfo: memFree=31003980/32872528 swapFree=526336/559040
[pid=19892] ppid=19889 vsize=9625040 CPUtime=15.21 cores=1,3,5,7
/proc/19892/stat : 19892 (java) S 19889 19892 18872 0 -1 4202496 27054 0 1 0 1515 6 0 0 20 0 19 0 36420104 9856040960 32602 33554432000 1073741824 1073778376 140734511003648 140734510994784 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19892/statm: 2406260 32602 2271 9 0 2396937 0
[pid=19892/tid=19893] ppid=19889 vsize=9625040 CPUtime=12.74 cores=1,3,5,7
/proc/19892/task/19893/stat : 19893 (java) R 19889 19892 18872 0 -1 4202560 2467 0 1 0 1273 1 0 0 20 0 19 0 36420105 9856040960 32602 33554432000 1073741824 1073778376 140734511003648 140253390438144 140253248152107 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19892/tid=19895] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19895/stat : 19895 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420105 9856040960 32602 33554432000 1073741824 1073778376 140734511003648 140253368547880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19896] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19896/stat : 19896 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420105 9856040960 32602 33554432000 1073741824 1073778376 140734511003648 140253367495080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19892/tid=19897] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19897/stat : 19897 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420105 9856040960 32602 33554432000 1073741824 1073778376 140734511003648 140253366442280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19892/tid=19898] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19898/stat : 19898 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420105 9856040960 32602 33554432000 1073741824 1073778376 140734511003648 140253029460136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19892/tid=19899] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19899/stat : 19899 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420106 9856040960 32602 33554432000 1073741824 1073778376 140734511003648 140253028408360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19900] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19900/stat : 19900 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420106 9856040960 32602 33554432000 1073741824 1073778376 140734511003648 140253027355560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19892/tid=19901] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19901/stat : 19901 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420106 9856040960 32602 33554432000 1073741824 1073778376 140734511003648 140253026302760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19902] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19902/stat : 19902 (java) S 19889 19892 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36420106 9856040960 32602 33554432000 1073741824 1073778376 140734511003648 140253025249960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19903] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19903/stat : 19903 (java) S 19889 19892 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36420107 9856040960 32602 33554432000 1073741824 1073778376 140734511003648 140253013051880 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19892/tid=19904] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19904/stat : 19904 (java) S 19889 19892 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36420107 9856040960 32602 33554432000 1073741824 1073778376 140734511003648 140253011997944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19905] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19905/stat : 19905 (java) S 19889 19892 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420107 9856040960 32602 33554432000 1073741824 1073778376 140734511003648 140253010945032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19892/tid=19906] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19906/stat : 19906 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420109 9856040960 32602 33554432000 1073741824 1073778376 140734511003648 140253009893520 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19907] ppid=19889 vsize=9625040 CPUtime=1.49 cores=1,3,5,7
/proc/19892/task/19907/stat : 19907 (java) S 19889 19892 18872 0 -1 4202560 12598 0 0 0 147 2 0 0 20 0 19 0 36420109 9856040960 32602 33554432000 1073741824 1073778376 140734511003648 140253008841656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19908] ppid=19889 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/19892/task/19908/stat : 19908 (java) S 19889 19892 18872 0 -1 4202560 10716 0 0 0 89 2 0 0 20 0 19 0 36420109 9856040960 32602 33554432000 1073741824 1073778376 140734511003648 140253007788856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19892/tid=19909] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19909/stat : 19909 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420109 9856040960 32602 33554432000 1073741824 1073778376 140734511003648 140253006736248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19892/tid=19910] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19910/stat : 19910 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420109 9856040960 32602 33554432000 1073741824 1073778376 140734511003648 140253005683656 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19892/tid=19911] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19911/stat : 19911 (java) S 19889 19892 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420136 9856040960 32602 33554432000 1073741824 1073778376 140734511003648 140253004530856 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 15.21
Current children cumulated vsize (KiB) 9625040

[startup+13.2008 s]
/proc/loadavg: 2.13 2.10 1.78 3/213 19911
/proc/meminfo: memFree=30997836/32872528 swapFree=526336/559040
[pid=19892] ppid=19889 vsize=9625040 CPUtime=15.62 cores=1,3,5,7
/proc/19892/stat : 19892 (java) S 19889 19892 18872 0 -1 4202496 27056 0 1 0 1556 6 0 0 20 0 19 0 36420104 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140734510994784 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19892/statm: 2406260 33114 2271 9 0 2396937 0
[pid=19892/tid=19893] ppid=19889 vsize=9625040 CPUtime=13.14 cores=1,3,5,7
/proc/19892/task/19893/stat : 19893 (java) R 19889 19892 18872 0 -1 4202560 2469 0 1 0 1312 2 0 0 20 0 19 0 36420105 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253390445160 140253248152107 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19892/tid=19895] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19895/stat : 19895 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420105 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253368547880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19896] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19896/stat : 19896 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420105 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253367495080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19892/tid=19897] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19897/stat : 19897 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420105 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253366442280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19892/tid=19898] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19898/stat : 19898 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420105 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253029460136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19892/tid=19899] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19899/stat : 19899 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420106 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253028408360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19900] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19900/stat : 19900 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420106 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253027355560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19892/tid=19901] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19901/stat : 19901 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420106 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253026302760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19902] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19902/stat : 19902 (java) S 19889 19892 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36420106 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253025249960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19903] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19903/stat : 19903 (java) S 19889 19892 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36420107 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253013051880 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19892/tid=19904] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19904/stat : 19904 (java) S 19889 19892 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36420107 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253011997944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19905] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19905/stat : 19905 (java) S 19889 19892 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420107 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253010945032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19892/tid=19906] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19906/stat : 19906 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420109 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253009893520 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19907] ppid=19889 vsize=9625040 CPUtime=1.49 cores=1,3,5,7
/proc/19892/task/19907/stat : 19907 (java) S 19889 19892 18872 0 -1 4202560 12598 0 0 0 147 2 0 0 20 0 19 0 36420109 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253008841656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19908] ppid=19889 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/19892/task/19908/stat : 19908 (java) S 19889 19892 18872 0 -1 4202560 10716 0 0 0 89 2 0 0 20 0 19 0 36420109 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253007788856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19892/tid=19909] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19909/stat : 19909 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420109 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253006736248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19892/tid=19910] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19910/stat : 19910 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420109 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253005683656 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19892/tid=19911] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19911/stat : 19911 (java) S 19889 19892 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420136 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253004530856 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 15.62
Current children cumulated vsize (KiB) 9625040

[startup+13.3077 s]
/proc/loadavg: 2.13 2.10 1.78 3/213 19911
/proc/meminfo: memFree=30997836/32872528 swapFree=526336/559040
[pid=19892] ppid=19889 vsize=9625040 CPUtime=15.72 cores=1,3,5,7
/proc/19892/stat : 19892 (java) S 19889 19892 18872 0 -1 4202496 27056 0 1 0 1566 6 0 0 20 0 19 0 36420104 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140734510994784 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19892/statm: 2406260 33114 2271 9 0 2396937 0
[pid=19892/tid=19893] ppid=19889 vsize=9625040 CPUtime=13.24 cores=1,3,5,7
/proc/19892/task/19893/stat : 19893 (java) R 19889 19892 18872 0 -1 4202560 2469 0 1 0 1322 2 0 0 20 0 19 0 36420105 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253390445160 140253248121368 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19892/tid=19895] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19895/stat : 19895 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420105 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253368547880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19896] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19896/stat : 19896 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420105 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253367495080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19892/tid=19897] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19897/stat : 19897 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420105 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253366442280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19892/tid=19898] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19898/stat : 19898 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420105 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253029460136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19892/tid=19899] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19899/stat : 19899 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420106 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253028408360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19900] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19900/stat : 19900 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420106 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253027355560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19892/tid=19901] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19901/stat : 19901 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420106 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253026302760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19902] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19902/stat : 19902 (java) S 19889 19892 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36420106 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253025249960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19903] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19903/stat : 19903 (java) S 19889 19892 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36420107 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253013051880 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19892/tid=19904] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19904/stat : 19904 (java) S 19889 19892 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36420107 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253011997944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19905] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19905/stat : 19905 (java) S 19889 19892 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420107 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253010945032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19892/tid=19906] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19906/stat : 19906 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420109 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253009893520 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19907] ppid=19889 vsize=9625040 CPUtime=1.49 cores=1,3,5,7
/proc/19892/task/19907/stat : 19907 (java) S 19889 19892 18872 0 -1 4202560 12598 0 0 0 147 2 0 0 20 0 19 0 36420109 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253008841656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19892/tid=19908] ppid=19889 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/19892/task/19908/stat : 19908 (java) S 19889 19892 18872 0 -1 4202560 10716 0 0 0 89 2 0 0 20 0 19 0 36420109 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253007788856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19892/tid=19909] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19909/stat : 19909 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420109 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253006736248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19892/tid=19910] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19910/stat : 19910 (java) S 19889 19892 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420109 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253005683656 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19892/tid=19911] ppid=19889 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19892/task/19911/stat : 19911 (java) S 19889 19892 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420136 9856040960 33114 33554432000 1073741824 1073778376 140734511003648 140253004530856 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 15.72
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 13.3624
CPU time (s): 15.7516
CPU user time (s): 15.6606
CPU system time (s): 0.090986
CPU usage (%): 117.88
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.6606
system time used= 0.090986
maximum resident set size= 134564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27080
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= 595
involuntary context switches= 57

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.06499 second user time and 0.113982 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-19 15:41:40
IDJOB=4109732
IDBENCH=78908
IDSOLVER=2551
FILE ID=node106/4109732-1466343700
RUNJOBID= node106-1466341824-18889
PBS_JOBID= 19922042
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900553812--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109732-1466343700/watcher-4109732-1466343700 -o /tmp/evaluation-result-4109732-1466343700/solver-4109732-1466343700 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466341824-18889 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109732-1466343700.wbo

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

MD5SUM BENCH= b8c059b75f42fac4cec7408dc4fcfe67
RANDOM SEED=1126430385

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31154500 kB
Buffers:           71236 kB
Cached:           226232 kB
SwapCached:         1780 kB
Active:           143060 kB
Inactive:         239032 kB
Active(anon):      83776 kB
Inactive(anon):     3188 kB
Active(file):      59284 kB
Inactive(file):   235844 kB
Unevictable:      559040 kB
Mlocked:          526336 kB
SwapTotal:      67108856 kB
SwapFree:       67099264 kB
Dirty:              1712 kB
Writeback:             0 kB
AnonPages:        661564 kB
Mapped:            15368 kB
Shmem:                 0 kB
Slab:             625228 kB
SReclaimable:      68516 kB
SUnreclaim:       556712 kB
KernelStack:        1568 kB
PageTables:         5920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1247264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    104448 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= 71700 MiB
End job on node106 at 2016-06-19 15:41:53