Trace number 4090895

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 28.08 26.8736

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900577940--soft-0-100-0.wbo
MD5SUM2d690d91fe5f00c81c2e61f07f4a896b
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 benchmark28.08
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 136180
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136179
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 661
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.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-4090895-1466067990.wbo
0.10/0.10	c reading problem ... 
0.50/0.31	c ... done. Wall clock time 0.205s.
0.50/0.31	c declared #vars     231
0.50/0.31	c internal #vars     2938
0.50/0.31	c #constraints  2707
0.50/0.31	c constraints type 
0.50/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.50/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.50/0.31	c 2707 constraints processed.
0.50/0.31	c objective function length is 2707 literals
0.80/0.48	c SATISFIABLE
0.80/0.48	c OPTIMIZING...
0.80/0.48	c Got one! Elapsed wall clock time (in seconds):0.375
0.80/0.48	o 432
1.10/0.52	c Got one! Elapsed wall clock time (in seconds):0.421
1.10/0.52	o 426
1.10/0.55	c Got one! Elapsed wall clock time (in seconds):0.444
1.10/0.55	o 295
1.10/0.58	c Got one! Elapsed wall clock time (in seconds):0.481
1.10/0.58	o 285
1.39/0.64	c Got one! Elapsed wall clock time (in seconds):0.541
1.39/0.64	o 284
1.39/0.65	c Got one! Elapsed wall clock time (in seconds):0.551
1.39/0.65	o 256
1.39/0.67	c Got one! Elapsed wall clock time (in seconds):0.562
1.39/0.67	o 223
1.39/0.69	c Got one! Elapsed wall clock time (in seconds):0.592
1.39/0.69	o 222
2.00/1.10	c Got one! Elapsed wall clock time (in seconds):0.993
2.00/1.10	o 221
2.00/1.10	c Got one! Elapsed wall clock time (in seconds):0.998
2.00/1.10	o 212
2.11/1.12	c Got one! Elapsed wall clock time (in seconds):1.022
2.11/1.12	o 210
2.11/1.14	c Got one! Elapsed wall clock time (in seconds):1.036
2.11/1.14	o 187
2.11/1.15	c Got one! Elapsed wall clock time (in seconds):1.051
2.11/1.15	o 186
2.11/1.16	c Got one! Elapsed wall clock time (in seconds):1.056
2.11/1.16	o 185
2.21/1.26	c Got one! Elapsed wall clock time (in seconds):1.153
2.21/1.26	o 184
2.21/1.26	c Got one! Elapsed wall clock time (in seconds):1.158
2.21/1.26	o 171
2.21/1.28	c Got one! Elapsed wall clock time (in seconds):1.181
2.21/1.28	o 167
2.21/1.29	c Got one! Elapsed wall clock time (in seconds):1.188
2.21/1.29	o 155
2.30/1.30	c Got one! Elapsed wall clock time (in seconds):1.202
2.30/1.30	o 152
2.30/1.35	c Got one! Elapsed wall clock time (in seconds):1.246
2.30/1.35	o 150
2.30/1.35	c Got one! Elapsed wall clock time (in seconds):1.252
2.30/1.35	o 140
2.40/1.41	c Got one! Elapsed wall clock time (in seconds):1.303
2.40/1.41	o 139
2.93/1.92	c Got one! Elapsed wall clock time (in seconds):1.816
2.93/1.92	o 138
2.93/1.93	c Got one! Elapsed wall clock time (in seconds):1.828
2.93/1.93	o 117
3.04/2.03	c Got one! Elapsed wall clock time (in seconds):1.927
3.04/2.03	o 116
3.04/2.05	c Got one! Elapsed wall clock time (in seconds):1.945
3.04/2.05	o 115
3.04/2.06	c Got one! Elapsed wall clock time (in seconds):1.955
3.04/2.06	o 113
3.24/2.22	c Got one! Elapsed wall clock time (in seconds):2.114
3.24/2.22	o 103
3.34/2.31	c Got one! Elapsed wall clock time (in seconds):2.212
3.34/2.31	o 102
3.34/2.35	c Got one! Elapsed wall clock time (in seconds):2.244
3.34/2.35	o 97
3.34/2.36	c Got one! Elapsed wall clock time (in seconds):2.253
3.34/2.36	o 88
3.44/2.41	c Got one! Elapsed wall clock time (in seconds):2.303
3.44/2.41	o 85
3.44/2.45	c Got one! Elapsed wall clock time (in seconds):2.351
3.44/2.45	o 82
3.44/2.46	c Got one! Elapsed wall clock time (in seconds):2.358
3.44/2.46	o 81
3.54/2.51	c Got one! Elapsed wall clock time (in seconds):2.409
3.54/2.51	o 80
3.54/2.56	c Got one! Elapsed wall clock time (in seconds):2.459
3.54/2.56	o 77
3.54/2.58	c Got one! Elapsed wall clock time (in seconds):2.474
3.54/2.58	o 75
3.54/2.59	c Got one! Elapsed wall clock time (in seconds):2.489
3.54/2.59	o 65
3.76/2.72	c Got one! Elapsed wall clock time (in seconds):2.615
3.76/2.72	o 62
3.76/2.73	c Got one! Elapsed wall clock time (in seconds):2.625
3.76/2.73	o 61
3.76/2.75	c Got one! Elapsed wall clock time (in seconds):2.65
3.76/2.75	o 60
3.76/2.80	c Got one! Elapsed wall clock time (in seconds):2.694
3.76/2.80	o 57
3.86/2.84	c Got one! Elapsed wall clock time (in seconds):2.739
3.86/2.84	o 54
3.86/2.86	c Got one! Elapsed wall clock time (in seconds):2.757
3.86/2.86	o 32
3.86/2.87	c Got one! Elapsed wall clock time (in seconds):2.77
3.86/2.87	o 31
4.01/2.97	c Got one! Elapsed wall clock time (in seconds):2.866
4.01/2.97	o 29
4.01/2.99	c Got one! Elapsed wall clock time (in seconds):2.886
4.01/2.99	o 28
4.11/3.04	c Got one! Elapsed wall clock time (in seconds):2.942
4.11/3.04	o 21
4.11/3.06	c Got one! Elapsed wall clock time (in seconds):2.959
4.11/3.06	o 20
4.11/3.08	c Got one! Elapsed wall clock time (in seconds):2.981
4.11/3.08	o 18
4.11/3.09	c Got one! Elapsed wall clock time (in seconds):2.988
4.11/3.09	o 17
4.31/3.30	c cleaning 7593 clauses out of 15197 with flag 13950/15197
4.86/3.77	c cleaning 6799 clauses out of 13603 with flag 56642/21196
5.17/4.01	c Got one! Elapsed wall clock time (in seconds):3.908
5.17/4.01	o 15
5.27/4.18	c cleaning 6075 clauses out of 12158 with flag 11912/26550
5.27/4.19	c Got one! Elapsed wall clock time (in seconds):4.083
5.27/4.19	o 14
5.49/4.32	c Got one! Elapsed wall clock time (in seconds):4.221
5.49/4.32	o 11
5.49/4.35	c Got one! Elapsed wall clock time (in seconds):4.244
5.49/4.35	o 10
5.60/4.43	c Got one! Elapsed wall clock time (in seconds):4.326
5.60/4.43	o 9
5.60/4.45	c Got one! Elapsed wall clock time (in seconds):4.351
5.60/4.45	o 7
5.60/4.50	c Got one! Elapsed wall clock time (in seconds):4.393
5.60/4.50	o 6
5.79/4.63	c cleaning 6295 clauses out of 12607 with flag 14306/33074
5.90/4.73	c Got one! Elapsed wall clock time (in seconds):4.628
5.90/4.73	o 5
6.20/5.00	c cleaning 6105 clauses out of 12240 with flag 32067/39002
6.59/5.41	c cleaning 6054 clauses out of 12134 with flag 85443/45001
7.11/5.96	c cleaning 6517 clauses out of 13080 with flag 150582/52001
7.51/6.37	c Got one! Elapsed wall clock time (in seconds):6.265
7.51/6.37	o 3
8.01/6.81	c cleaning 8431 clauses out of 16882 with flag 49058/62320
8.41/7.24	c cleaning 7214 clauses out of 14452 with flag 101414/68321
8.92/7.77	c cleaning 7116 clauses out of 14238 with flag 164457/75321
9.61/8.49	c cleaning 7561 clauses out of 15121 with flag 243992/83320
10.51/9.34	c cleaning 8279 clauses out of 16562 with flag 328130/92322
10.91/9.74	c Got one! Elapsed wall clock time (in seconds):9.634
10.91/9.74	o 1
11.41/10.23	c cleaning 9192 clauses out of 18397 with flag 42401/102437
11.91/10.75	c cleaning 7599 clauses out of 15204 with flag 91816/108436
12.51/11.33	c cleaning 7293 clauses out of 14604 with flag 145760/115436
13.11/11.95	c cleaning 7650 clauses out of 15313 with flag 203679/123438
13.81/12.60	c cleaning 8330 clauses out of 16664 with flag 268361/132439
14.53/13.39	c cleaning 9163 clauses out of 18330 with flag 344720/142436
15.53/14.38	c cleaning 10077 clauses out of 20167 with flag 431460/153436
16.82/15.64	c cleaning 11044 clauses out of 22091 with flag 533884/165437
18.12/16.95	c cleaning 12015 clauses out of 24047 with flag 627914/178437
19.44/18.23	c cleaning 13007 clauses out of 26033 with flag 710193/192439
20.94/19.80	c cleaning 14006 clauses out of 28022 with flag 817943/207436
22.83/21.65	c cleaning 15005 clauses out of 30016 with flag 937244/223436
24.97/23.74	c cleaning 16004 clauses out of 32011 with flag 1059781/240436
26.97/25.71	c cleaning 16999 clauses out of 34004 with flag 1176720/258436
28.08/26.86	c starts		: 205
28.08/26.86	c conflicts		: 272201
28.08/26.86	c decisions		: 554547
28.08/26.86	c propagations		: 19648910
28.08/26.86	c inspects		: 410142519
28.08/26.86	c shortcuts		: 0
28.08/26.86	c learnt literals	: 23
28.08/26.86	c learnt binary clauses	: 63
28.08/26.86	c learnt ternary clauses	: 497
28.08/26.86	c learnt constraints	: 272177
28.08/26.86	c ignored constraints	: 0
28.08/26.86	c root simplifications	: 0
28.08/26.86	c removed literals (reason simplification)	: 0
28.08/26.86	c reason swapping (by a shorter reason)	: 0
28.08/26.86	c Calls to reduceDB	: 26
28.08/26.86	c Number of update (reduction) of LBD	: 102962
28.08/26.86	c Imported unit clauses	: 0
28.08/26.86	c number of reductions to clauses (during analyze)	: 0
28.08/26.86	c number of learned constraints concerned by reduction	: 0
28.08/26.86	c number of learning phase by resolution	: 0
28.08/26.86	c number of learning phase by cutting planes	: 0
28.08/26.86	c speed (assignments/second)	: 740350.7912584778
28.08/26.86	c non guided choices	6325
28.08/26.86	c learnt constraints type 
28.08/26.86	s OPTIMUM FOUND
28.08/26.86	c Found 61 solution(s)
28.08/26.87	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 
28.08/26.87	c objective function=1
28.08/26.87	c Total wall clock time (in seconds): 26.764

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-4090895-1466067990/watcher-4090895-1466067990 -o /tmp/evaluation-result-4090895-1466067990/solver-4090895-1466067990 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466062123-7959 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090895-1466067990.wbo 

pid=9368
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.38 2.18 2.06 3/194 9371
/proc/meminfo: memFree=31640500/32872528 swapFree=302776/319128
[pid=9371] ppid=9368 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/9371/stat : 9371 (java) S 9368 9371 7942 0 -1 4202496 1295 0 0 0 0 0 0 0 20 0 2 0 8845659 95129600 927 33554432000 1073741824 1073778376 140733562288528 140733562279664 262966116413 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9371/statm: 23225 927 703 9 0 16769 0
[pid=9371/tid=9372] ppid=9368 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9372/stat : 9372 (java) D 9368 9371 7942 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 8845659 95129600 927 33554432000 1073741824 1073778376 140733562288528 140730382552616 262953594151 0 0 4096 0 18446744072100588836 0 0 -1 3 0 0 0 0 0

[startup+0.100162 s]
/proc/loadavg: 2.38 2.18 2.06 3/194 9371
/proc/meminfo: memFree=31640500/32872528 swapFree=302776/319128
[pid=9371] ppid=9368 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/9371/stat : 9371 (java) S 9368 9371 7942 0 -1 4202496 4518 0 1 0 9 1 0 0 20 0 18 0 8845659 9787879424 5640 33554432000 1073741824 1073778376 140733562288528 140733562279664 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9371/statm: 2389619 5640 2155 9 0 2380296 0
[pid=9371/tid=9372] ppid=9368 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/9371/task/9372/stat : 9372 (java) R 9368 9371 7942 0 -1 4202560 2430 0 1 0 7 0 0 0 20 0 18 0 8845659 9787879424 5640 33554432000 1073741824 1073778376 140733562288528 140730382556064 262966142221 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200271 s]
/proc/loadavg: 2.38 2.18 2.06 3/194 9371
/proc/meminfo: memFree=31640500/32872528 swapFree=302776/319128
[pid=9371] ppid=9368 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/9371/stat : 9371 (java) S 9368 9371 7942 0 -1 4202496 4813 0 1 0 25 1 0 0 20 0 18 0 8845659 9787879424 6386 33554432000 1073741824 1073778376 140733562288528 140733562279664 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9371/statm: 2389619 6386 2212 9 0 2380296 0
[pid=9371/tid=9372] ppid=9368 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/9371/task/9372/stat : 9372 (java) R 9368 9371 7942 0 -1 4202560 2448 0 1 0 17 0 0 0 20 0 18 0 8845659 9787879424 6386 33554432000 1073741824 1073778376 140733562288528 140730382542288 140730254206422 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.30026 s]
/proc/loadavg: 2.38 2.18 2.06 3/194 9371
/proc/meminfo: memFree=31640500/32872528 swapFree=302776/319128
[pid=9371] ppid=9368 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/9371/stat : 9371 (java) S 9368 9371 7942 0 -1 4202496 6572 0 1 0 49 1 0 0 20 0 18 0 8845659 9787879424 8454 33554432000 1073741824 1073778376 140733562288528 140733562279664 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9371/statm: 2389619 8454 2236 9 0 2380296 0
[pid=9371/tid=9372] ppid=9368 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/9371/task/9372/stat : 9372 (java) R 9368 9371 7942 0 -1 4202560 2450 0 1 0 26 1 0 0 20 0 18 0 8845659 9787879424 8454 33554432000 1073741824 1073778376 140733562288528 140730382557432 140730254214901 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700223 s]
/proc/loadavg: 2.38 2.18 2.06 3/194 9371
/proc/meminfo: memFree=31640500/32872528 swapFree=302776/319128
[pid=9371] ppid=9368 vsize=9625040 CPUtime=1.68 cores=1,3,5,7
/proc/9371/stat : 9371 (java) S 9368 9371 7942 0 -1 4202496 11865 0 1 0 166 2 0 0 20 0 19 0 8845659 9856040960 13092 33554432000 1073741824 1073778376 140733562288528 140733562279664 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9371/statm: 2406260 13092 2270 9 0 2396937 0
[pid=9371/tid=9372] ppid=9368 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/9371/task/9372/stat : 9372 (java) R 9368 9371 7942 0 -1 4202560 2468 0 1 0 66 1 0 0 20 0 19 0 8845659 9856040960 13092 33554432000 1073741824 1073778376 140733562288528 140730382556984 140730254588515 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 9625040

[startup+1.50086 s]
/proc/loadavg: 2.38 2.18 2.06 3/213 9390
/proc/meminfo: memFree=31594420/32872528 swapFree=302776/319128
[pid=9371] ppid=9368 vsize=9625040 CPUtime=2.5 cores=1,3,5,7
/proc/9371/stat : 9371 (java) S 9368 9371 7942 0 -1 4202496 11880 0 1 0 248 2 0 0 20 0 19 0 8845659 9856040960 17194 33554432000 1073741824 1073778376 140733562288528 140733562279664 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9371/statm: 2406260 17194 2272 9 0 2396937 0
[pid=9371/tid=9372] ppid=9368 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/9371/task/9372/stat : 9372 (java) R 9368 9371 7942 0 -1 4202560 2477 0 1 0 146 1 0 0 20 0 19 0 8845659 9856040960 17194 33554432000 1073741824 1073778376 140733562288528 140730382549296 140730254781462 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9371/tid=9374] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9374/stat : 9374 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 17194 33554432000 1073741824 1073778376 140733562288528 140730226526888 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9375] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9375/stat : 9375 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 17194 33554432000 1073741824 1073778376 140733562288528 140730225474344 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9371/tid=9376] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9376/stat : 9376 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 17194 33554432000 1073741824 1073778376 140733562288528 140730224421800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9371/tid=9377] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9377/stat : 9377 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 17194 33554432000 1073741824 1073778376 140733562288528 140730223369256 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9371/tid=9378] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9378/stat : 9378 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 17194 33554432000 1073741824 1073778376 140733562288528 140730222315688 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9379] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9379/stat : 9379 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 17194 33554432000 1073741824 1073778376 140733562288528 140730221263144 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9371/tid=9380] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9380/stat : 9380 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 17194 33554432000 1073741824 1073778376 140733562288528 140730220210600 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9381] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9381/stat : 9381 (java) S 9368 9371 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 17194 33554432000 1073741824 1073778376 140733562288528 140730219158056 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9382] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9382/stat : 9382 (java) S 9368 9371 7942 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8845661 9856040960 17194 33554432000 1073741824 1073778376 140733562288528 140730206747240 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9371/tid=9383] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9383/stat : 9383 (java) S 9368 9371 7942 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8845662 9856040960 17194 33554432000 1073741824 1073778376 140733562288528 140730205693560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9384] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9384/stat : 9384 (java) S 9368 9371 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8845662 9856040960 17194 33554432000 1073741824 1073778376 140733562288528 140730204640904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9385] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9385/stat : 9385 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845664 9856040960 17194 33554432000 1073741824 1073778376 140733562288528 140730203589648 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9386] ppid=9368 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/9371/task/9386/stat : 9386 (java) S 9368 9371 7942 0 -1 4202560 3009 0 0 0 46 0 0 0 20 0 19 0 8845664 9856040960 17194 33554432000 1073741824 1073778376 140733562288528 140730202535992 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9387] ppid=9368 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/9371/task/9387/stat : 9387 (java) S 9368 9371 7942 0 -1 4202560 5116 0 0 0 53 0 0 0 20 0 19 0 8845664 9856040960 17194 33554432000 1073741824 1073778376 140733562288528 140730201483448 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9371/tid=9388] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9388/stat : 9388 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845664 9856040960 17194 33554432000 1073741824 1073778376 140733562288528 140730200431096 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9371/tid=9389] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9389/stat : 9389 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845664 9856040960 17194 33554432000 1073741824 1073778376 140733562288528 140730199378760 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9371/tid=9390] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9390/stat : 9390 (java) S 9368 9371 7942 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8845692 9856040960 17194 33554432000 1073741824 1073778376 140733562288528 140730198324520 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.43 2.20 2.07 3/213 9390
/proc/meminfo: memFree=31573576/32872528 swapFree=302776/319128
[pid=9371] ppid=9368 vsize=9625040 CPUtime=4.21 cores=1,3,5,7
/proc/9371/stat : 9371 (java) S 9368 9371 7942 0 -1 4202496 12099 0 1 0 418 3 0 0 20 0 19 0 8845659 9856040960 24401 33554432000 1073741824 1073778376 140733562288528 140733562279664 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9371/statm: 2406260 24401 2272 9 0 2396937 0
[pid=9371/tid=9372] ppid=9368 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/9371/task/9372/stat : 9372 (java) R 9368 9371 7942 0 -1 4202560 2493 0 1 0 305 2 0 0 20 0 19 0 8845659 9856040960 24401 33554432000 1073741824 1073778376 140733562288528 140730382555704 140730254737340 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9371/tid=9374] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9374/stat : 9374 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 24401 33554432000 1073741824 1073778376 140733562288528 140730226526888 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9375] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9375/stat : 9375 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 24401 33554432000 1073741824 1073778376 140733562288528 140730225474344 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9371/tid=9376] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9376/stat : 9376 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 24401 33554432000 1073741824 1073778376 140733562288528 140730224421800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9371/tid=9377] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9377/stat : 9377 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 24401 33554432000 1073741824 1073778376 140733562288528 140730223369256 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9371/tid=9378] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9378/stat : 9378 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 24401 33554432000 1073741824 1073778376 140733562288528 140730222315688 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9379] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9379/stat : 9379 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 24401 33554432000 1073741824 1073778376 140733562288528 140730221263144 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9371/tid=9380] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9380/stat : 9380 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 24401 33554432000 1073741824 1073778376 140733562288528 140730220210600 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9381] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9381/stat : 9381 (java) S 9368 9371 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 24401 33554432000 1073741824 1073778376 140733562288528 140730219158056 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9382] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9382/stat : 9382 (java) S 9368 9371 7942 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8845661 9856040960 24401 33554432000 1073741824 1073778376 140733562288528 140730206747240 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9371/tid=9383] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9383/stat : 9383 (java) S 9368 9371 7942 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8845662 9856040960 24401 33554432000 1073741824 1073778376 140733562288528 140730205693560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9384] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9384/stat : 9384 (java) S 9368 9371 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8845662 9856040960 24401 33554432000 1073741824 1073778376 140733562288528 140730204640904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9385] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9385/stat : 9385 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845664 9856040960 24401 33554432000 1073741824 1073778376 140733562288528 140730203589648 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9386] ppid=9368 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/9371/task/9386/stat : 9386 (java) S 9368 9371 7942 0 -1 4202560 3207 0 0 0 52 0 0 0 20 0 19 0 8845664 9856040960 24401 33554432000 1073741824 1073778376 140733562288528 140730202535992 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9387] ppid=9368 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/9371/task/9387/stat : 9387 (java) S 9368 9371 7942 0 -1 4202560 5121 0 0 0 57 0 0 0 20 0 19 0 8845664 9856040960 24401 33554432000 1073741824 1073778376 140733562288528 140730201483448 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9371/tid=9388] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9388/stat : 9388 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845664 9856040960 24401 33554432000 1073741824 1073778376 140733562288528 140730200431096 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9371/tid=9389] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9389/stat : 9389 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845664 9856040960 24401 33554432000 1073741824 1073778376 140733562288528 140730199378760 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9371/tid=9390] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9390/stat : 9390 (java) S 9368 9371 7942 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8845692 9856040960 24401 33554432000 1073741824 1073778376 140733562288528 140730198324520 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.43 2.20 2.07 3/213 9390
/proc/meminfo: memFree=31537408/32872528 swapFree=302776/319128
[pid=9371] ppid=9368 vsize=9625040 CPUtime=7.51 cores=1,3,5,7
/proc/9371/stat : 9371 (java) S 9368 9371 7942 0 -1 4202496 12264 0 1 0 747 4 0 0 20 0 19 0 8845659 9856040960 28705 33554432000 1073741824 1073778376 140733562288528 140733562279664 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9371/statm: 2406260 28705 2278 9 0 2396937 0
[pid=9371/tid=9372] ppid=9368 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/9371/task/9372/stat : 9372 (java) R 9368 9371 7942 0 -1 4202560 2504 0 1 0 624 2 0 0 20 0 19 0 8845659 9856040960 28705 33554432000 1073741824 1073778376 140733562288528 140730382557608 140730254667418 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9371/tid=9374] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9374/stat : 9374 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 28705 33554432000 1073741824 1073778376 140733562288528 140730226526888 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9375] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9375/stat : 9375 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 28705 33554432000 1073741824 1073778376 140733562288528 140730225474344 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9371/tid=9376] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9376/stat : 9376 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 28705 33554432000 1073741824 1073778376 140733562288528 140730224421800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9371/tid=9377] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9377/stat : 9377 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 28705 33554432000 1073741824 1073778376 140733562288528 140730223369256 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9371/tid=9378] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9378/stat : 9378 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 28705 33554432000 1073741824 1073778376 140733562288528 140730222315688 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9379] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9379/stat : 9379 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 28705 33554432000 1073741824 1073778376 140733562288528 140730221263144 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9371/tid=9380] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9380/stat : 9380 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 28705 33554432000 1073741824 1073778376 140733562288528 140730220210600 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9381] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9381/stat : 9381 (java) S 9368 9371 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 28705 33554432000 1073741824 1073778376 140733562288528 140730219158056 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9382] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9382/stat : 9382 (java) S 9368 9371 7942 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8845661 9856040960 28705 33554432000 1073741824 1073778376 140733562288528 140730206747240 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9371/tid=9383] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9383/stat : 9383 (java) S 9368 9371 7942 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8845662 9856040960 28705 33554432000 1073741824 1073778376 140733562288528 140730205693560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9384] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9384/stat : 9384 (java) S 9368 9371 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8845662 9856040960 28705 33554432000 1073741824 1073778376 140733562288528 140730204640904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9385] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9385/stat : 9385 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845664 9856040960 28705 33554432000 1073741824 1073778376 140733562288528 140730203589648 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9386] ppid=9368 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/9371/task/9386/stat : 9386 (java) S 9368 9371 7942 0 -1 4202560 3250 0 0 0 57 0 0 0 20 0 19 0 8845664 9856040960 28705 33554432000 1073741824 1073778376 140733562288528 140730202535992 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9387] ppid=9368 vsize=9625040 CPUtime=0.63 cores=1,3,5,7

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

/proc/9371/task/9386/stat : 9386 (java) S 9368 9371 7942 0 -1 4202560 3250 0 0 0 58 0 0 0 20 0 19 0 8845664 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730202535992 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9387] ppid=9368 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/9371/task/9387/stat : 9387 (java) S 9368 9371 7942 0 -1 4202560 5231 0 0 0 65 0 0 0 20 0 19 0 8845664 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730201483448 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9371/tid=9388] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9388/stat : 9388 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845664 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730200431096 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9371/tid=9389] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9389/stat : 9389 (java) S 9368 9371 7942 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8845664 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730199378760 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9371/tid=9390] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9390/stat : 9390 (java) S 9368 9371 7942 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8845692 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730198324520 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 26.77
Current children cumulated vsize (KiB) 9625040

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

[startup+25.601 s]
/proc/loadavg: 2.31 2.18 2.07 3/213 9390
/proc/meminfo: memFree=31479740/32872528 swapFree=302776/319128
[pid=9371] ppid=9368 vsize=9625040 CPUtime=26.87 cores=1,3,5,7
/proc/9371/stat : 9371 (java) S 9368 9371 7942 0 -1 4202496 12320 0 1 0 2682 5 0 0 20 0 19 0 8845659 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140733562279664 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9371/statm: 2406260 41945 2291 9 0 2396937 0
[pid=9371/tid=9372] ppid=9368 vsize=9625040 CPUtime=25.49 cores=1,3,5,7
/proc/9371/task/9372/stat : 9372 (java) R 9368 9371 7942 0 -1 4202560 2534 0 1 0 2546 3 0 0 20 0 19 0 8845659 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730382555616 140730254781389 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9371/tid=9374] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9374/stat : 9374 (java) S 9368 9371 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730226526888 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9375] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9375/stat : 9375 (java) S 9368 9371 7942 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730225474344 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9371/tid=9376] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9376/stat : 9376 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730224421800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9371/tid=9377] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9377/stat : 9377 (java) S 9368 9371 7942 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730223369256 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9371/tid=9378] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9378/stat : 9378 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730222315688 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9371/tid=9379] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9379/stat : 9379 (java) S 9368 9371 7942 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730221263144 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9371/tid=9380] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9380/stat : 9380 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730220210600 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9381] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9381/stat : 9381 (java) S 9368 9371 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730219158056 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9382] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9382/stat : 9382 (java) S 9368 9371 7942 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8845661 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730206747240 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9371/tid=9383] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9383/stat : 9383 (java) S 9368 9371 7942 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8845662 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730205693560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9384] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9384/stat : 9384 (java) S 9368 9371 7942 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8845662 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730204640904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9385] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9385/stat : 9385 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845664 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730203589648 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9386] ppid=9368 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/9371/task/9386/stat : 9386 (java) S 9368 9371 7942 0 -1 4202560 3250 0 0 0 58 0 0 0 20 0 19 0 8845664 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730202535992 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9387] ppid=9368 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/9371/task/9387/stat : 9387 (java) S 9368 9371 7942 0 -1 4202560 5231 0 0 0 65 0 0 0 20 0 19 0 8845664 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730201483448 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9371/tid=9388] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9388/stat : 9388 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845664 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730200431096 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9371/tid=9389] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9389/stat : 9389 (java) S 9368 9371 7942 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8845664 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730199378760 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9371/tid=9390] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9390/stat : 9390 (java) S 9368 9371 7942 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8845692 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730198324520 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 26.87
Current children cumulated vsize (KiB) 9625040

[startup+26.4008 s]
/proc/loadavg: 2.28 2.18 2.07 3/213 9390
/proc/meminfo: memFree=31479740/32872528 swapFree=302776/319128
[pid=9371] ppid=9368 vsize=9625040 CPUtime=27.69 cores=1,3,5,7
/proc/9371/stat : 9371 (java) S 9368 9371 7942 0 -1 4202496 12320 0 1 0 2763 6 0 0 20 0 19 0 8845659 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140733562279664 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9371/statm: 2406260 41945 2291 9 0 2396937 0
[pid=9371/tid=9372] ppid=9368 vsize=9625040 CPUtime=26.29 cores=1,3,5,7
/proc/9371/task/9372/stat : 9372 (java) R 9368 9371 7942 0 -1 4202560 2534 0 1 0 2626 3 0 0 20 0 19 0 8845659 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730382548736 140730254695430 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9371/tid=9374] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9374/stat : 9374 (java) S 9368 9371 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730226526888 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9375] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9375/stat : 9375 (java) S 9368 9371 7942 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730225474344 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9371/tid=9376] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9376/stat : 9376 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730224421800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9371/tid=9377] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9377/stat : 9377 (java) S 9368 9371 7942 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730223369256 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9371/tid=9378] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9378/stat : 9378 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730222315688 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9371/tid=9379] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9379/stat : 9379 (java) S 9368 9371 7942 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730221263144 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9371/tid=9380] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9380/stat : 9380 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730220210600 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9381] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9381/stat : 9381 (java) S 9368 9371 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730219158056 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9382] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9382/stat : 9382 (java) S 9368 9371 7942 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8845661 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730206747240 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9371/tid=9383] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9383/stat : 9383 (java) S 9368 9371 7942 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8845662 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730205693560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9384] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9384/stat : 9384 (java) S 9368 9371 7942 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8845662 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730204640904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9385] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9385/stat : 9385 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845664 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730203589648 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9386] ppid=9368 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/9371/task/9386/stat : 9386 (java) S 9368 9371 7942 0 -1 4202560 3250 0 0 0 58 0 0 0 20 0 19 0 8845664 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730202535992 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9387] ppid=9368 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/9371/task/9387/stat : 9387 (java) S 9368 9371 7942 0 -1 4202560 5231 0 0 0 65 0 0 0 20 0 19 0 8845664 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730201483448 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9371/tid=9388] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9388/stat : 9388 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845664 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730200431096 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9371/tid=9389] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9389/stat : 9389 (java) S 9368 9371 7942 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8845664 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730199378760 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9371/tid=9390] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9390/stat : 9390 (java) S 9368 9371 7942 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8845692 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730198324520 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 27.69
Current children cumulated vsize (KiB) 9625040

[startup+26.8007 s]
/proc/loadavg: 2.28 2.18 2.07 3/213 9390
/proc/meminfo: memFree=31479740/32872528 swapFree=302776/319128
[pid=9371] ppid=9368 vsize=9625040 CPUtime=28.08 cores=1,3,5,7
/proc/9371/stat : 9371 (java) S 9368 9371 7942 0 -1 4202496 12320 0 1 0 2802 6 0 0 20 0 19 0 8845659 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140733562279664 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9371/statm: 2406260 41945 2291 9 0 2396937 0
[pid=9371/tid=9372] ppid=9368 vsize=9625040 CPUtime=26.69 cores=1,3,5,7
/proc/9371/task/9372/stat : 9372 (java) R 9368 9371 7942 0 -1 4202560 2534 0 1 0 2666 3 0 0 20 0 19 0 8845659 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730382548736 140730254667368 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9371/tid=9374] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9374/stat : 9374 (java) S 9368 9371 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730226526888 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9375] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9375/stat : 9375 (java) S 9368 9371 7942 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730225474344 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9371/tid=9376] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9376/stat : 9376 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730224421800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9371/tid=9377] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9377/stat : 9377 (java) S 9368 9371 7942 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730223369256 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9371/tid=9378] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9378/stat : 9378 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730222315688 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9371/tid=9379] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9379/stat : 9379 (java) S 9368 9371 7942 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730221263144 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9371/tid=9380] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9380/stat : 9380 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730220210600 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9381] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9381/stat : 9381 (java) S 9368 9371 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8845660 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730219158056 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9382] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9382/stat : 9382 (java) S 9368 9371 7942 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8845661 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730206747240 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9371/tid=9383] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9383/stat : 9383 (java) S 9368 9371 7942 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8845662 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730205693560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9384] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9384/stat : 9384 (java) S 9368 9371 7942 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8845662 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730204640904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9385] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9385/stat : 9385 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845664 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730203589648 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9386] ppid=9368 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/9371/task/9386/stat : 9386 (java) S 9368 9371 7942 0 -1 4202560 3250 0 0 0 58 0 0 0 20 0 19 0 8845664 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730202535992 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9371/tid=9387] ppid=9368 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/9371/task/9387/stat : 9387 (java) S 9368 9371 7942 0 -1 4202560 5231 0 0 0 65 0 0 0 20 0 19 0 8845664 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730201483448 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9371/tid=9388] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9388/stat : 9388 (java) S 9368 9371 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845664 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730200431096 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9371/tid=9389] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9389/stat : 9389 (java) S 9368 9371 7942 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8845664 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730199378760 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9371/tid=9390] ppid=9368 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9371/task/9390/stat : 9390 (java) S 9368 9371 7942 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8845692 9856040960 41945 33554432000 1073741824 1073778376 140733562288528 140730198324520 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 28.08
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9371 and gives
#  childrusage.ru_utime.tv_sec=27
#  childrusage.ru_utime.tv_usec=996743
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=71989
# CPU time returned by wait4() is 28.0687
# while last known CPU time is 28.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 26.8736
CPU time (s): 28.08
CPU user time (s): 28.02
CPU system time (s): 0.06
CPU usage (%): 104.489
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.9967
system time used= 0.071989
maximum resident set size= 167840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12343
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= 881
involuntary context switches= 378

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.151976 second user time and 0.251961 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-16 11:06:30
IDJOB=4090895
IDBENCH=79304
IDSOLVER=2551
FILE ID=node128/4090895-1466067990
RUNJOBID= node128-1466062123-7959
PBS_JOBID= 19904011
Free space on /tmp= 71748 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.1900577940--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090895-1466067990/watcher-4090895-1466067990 -o /tmp/evaluation-result-4090895-1466067990/solver-4090895-1466067990 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466062123-7959 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090895-1466067990.wbo

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

MD5SUM BENCH= 2d690d91fe5f00c81c2e61f07f4a896b
RANDOM SEED=1562396478

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31640656 kB
Buffers:            9340 kB
Cached:            38356 kB
SwapCached:         2104 kB
Active:           166508 kB
Inactive:          26308 kB
Active(anon):     145548 kB
Inactive(anon):     1596 kB
Active(file):      20960 kB
Inactive(file):    24712 kB
Unevictable:      319128 kB
Mlocked:          302776 kB
SwapTotal:      67108856 kB
SwapFree:       67098960 kB
Dirty:              1376 kB
Writeback:             0 kB
AnonPages:        430000 kB
Mapped:            15404 kB
Shmem:                 0 kB
Slab:             565004 kB
SReclaimable:       8728 kB
SUnreclaim:       556276 kB
KernelStack:        1760 kB
PageTables:         5184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1008244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    106496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node128 at 2016-06-16 11:06:57