Trace number 4109700

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPTIMUM 14.9007 13.6806

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900568706--soft-33-100-0.wbo
MD5SUMd42cf4effb818ceec652d99deb164158
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark19.814
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 constraints1783
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 90636
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 90635
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 711
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-4109700-1466343689.wbo
0.10/0.10	c reading problem ... 
0.50/0.30	c ... done. Wall clock time 0.196s.
0.50/0.30	c declared #vars     231
0.50/0.30	c internal #vars     2014
0.50/0.30	c #constraints  2707
0.50/0.30	c constraints type 
0.50/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2597
0.50/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
0.50/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 87
0.50/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.50/0.30	c 2707 constraints processed.
0.50/0.30	c objective function length is 1783 literals
0.75/0.44	c SATISFIABLE
0.75/0.44	c OPTIMIZING...
0.75/0.44	c Got one! Elapsed wall clock time (in seconds):0.333
0.75/0.44	o 239
0.75/0.49	c Got one! Elapsed wall clock time (in seconds):0.389
0.75/0.49	o 232
1.04/0.51	c Got one! Elapsed wall clock time (in seconds):0.409
1.04/0.51	o 231
1.31/0.69	c Got one! Elapsed wall clock time (in seconds):0.585
1.31/0.69	o 225
1.42/0.71	c Got one! Elapsed wall clock time (in seconds):0.61
1.42/0.71	o 220
1.58/0.89	c Got one! Elapsed wall clock time (in seconds):0.785
1.58/0.89	o 219
1.69/0.90	c Got one! Elapsed wall clock time (in seconds):0.793
1.69/0.90	o 194
1.69/0.91	c Got one! Elapsed wall clock time (in seconds):0.802
1.69/0.91	o 172
1.69/0.91	c Got one! Elapsed wall clock time (in seconds):0.81
1.69/0.91	o 144
1.69/0.93	c Got one! Elapsed wall clock time (in seconds):0.827
1.69/0.93	o 143
1.91/1.10	c Got one! Elapsed wall clock time (in seconds):0.999
1.91/1.10	o 133
2.01/1.13	c Got one! Elapsed wall clock time (in seconds):1.021
2.01/1.13	o 132
2.01/1.15	c Got one! Elapsed wall clock time (in seconds):1.044
2.01/1.15	o 120
2.01/1.15	c Got one! Elapsed wall clock time (in seconds):1.05
2.01/1.15	o 110
2.01/1.16	c Got one! Elapsed wall clock time (in seconds):1.06
2.01/1.16	o 94
2.24/1.34	c Got one! Elapsed wall clock time (in seconds):1.232
2.24/1.34	o 71
2.24/1.35	c Got one! Elapsed wall clock time (in seconds):1.246
2.24/1.35	o 65
2.24/1.37	c Got one! Elapsed wall clock time (in seconds):1.263
2.24/1.37	o 64
2.34/1.48	c cleaning 3529 clauses out of 7076 with flag 4619/7076
2.48/1.55	c Got one! Elapsed wall clock time (in seconds):1.441
2.48/1.55	o 62
2.58/1.62	c Got one! Elapsed wall clock time (in seconds):1.514
2.58/1.62	o 53
2.58/1.67	c Got one! Elapsed wall clock time (in seconds):1.563
2.58/1.67	o 42
2.92/1.99	c cleaning 5359 clauses out of 10734 with flag 23436/14263
3.32/2.34	c cleaning 5684 clauses out of 11374 with flag 58525/20262
3.32/2.35	c Got one! Elapsed wall clock time (in seconds):2.244
3.32/2.35	o 39
3.32/2.36	c Got one! Elapsed wall clock time (in seconds):2.257
3.32/2.36	o 37
3.46/2.48	c Got one! Elapsed wall clock time (in seconds):2.38
3.46/2.48	o 36
3.56/2.55	c Got one! Elapsed wall clock time (in seconds):2.448
3.56/2.55	o 34
3.66/2.62	c Got one! Elapsed wall clock time (in seconds):2.517
3.66/2.62	o 33
3.66/2.65	c Got one! Elapsed wall clock time (in seconds):2.543
3.66/2.65	o 31
3.79/2.79	c Got one! Elapsed wall clock time (in seconds):2.69
3.79/2.79	o 30
4.10/3.04	c cleaning 7259 clauses out of 14536 with flag 19243/29108
4.53/3.46	c cleaning 6635 clauses out of 13280 with flag 60167/35111
4.62/3.57	c Got one! Elapsed wall clock time (in seconds):3.462
4.62/3.57	o 26
4.92/3.81	c cleaning 6097 clauses out of 12230 with flag 23724/40696
4.92/3.82	c Got one! Elapsed wall clock time (in seconds):3.715
4.92/3.82	o 24
5.02/3.91	c Got one! Elapsed wall clock time (in seconds):3.807
5.02/3.91	o 21
5.02/3.95	c Got one! Elapsed wall clock time (in seconds):3.85
5.02/3.95	o 19
5.32/4.21	c cleaning 6256 clauses out of 12527 with flag 26007/47090
5.42/4.35	c Got one! Elapsed wall clock time (in seconds):4.246
5.42/4.35	o 18
5.63/4.54	c cleaning 5829 clauses out of 11674 with flag 19336/52493
5.92/4.88	c cleaning 5909 clauses out of 11841 with flag 58059/58489
6.22/5.15	c Got one! Elapsed wall clock time (in seconds):5.047
6.22/5.15	o 17
6.32/5.23	c cleaning 5831 clauses out of 11684 with flag 7804/64241
6.73/5.63	c cleaning 5913 clauses out of 11853 with flag 55426/70241
6.82/5.74	c Got one! Elapsed wall clock time (in seconds):5.637
6.82/5.74	o 16
7.12/6.03	c cleaning 5815 clauses out of 11644 with flag 32181/75945
7.42/6.31	c Got one! Elapsed wall clock time (in seconds):6.211
7.42/6.31	o 15
7.42/6.39	c cleaning 5550 clauses out of 11110 with flag 7491/81226
7.94/6.84	c cleaning 5778 clauses out of 11559 with flag 55200/87225
8.44/7.39	c cleaning 6381 clauses out of 12780 with flag 109923/94225
8.54/7.48	c Got one! Elapsed wall clock time (in seconds):7.377
8.54/7.48	o 14
8.74/7.69	c Got one! Elapsed wall clock time (in seconds):7.588
8.74/7.69	o 13
8.95/7.83	c cleaning 6236 clauses out of 12498 with flag 14156/100324
9.04/7.92	c Got one! Elapsed wall clock time (in seconds):7.819
9.04/7.92	o 12
9.25/8.18	c cleaning 5865 clauses out of 11754 with flag 25543/105816
9.65/8.59	c cleaning 5941 clauses out of 11892 with flag 66394/111819
10.25/9.19	c cleaning 6473 clauses out of 12948 with flag 124644/118816
10.35/9.21	c Got one! Elapsed wall clock time (in seconds):9.108
10.35/9.21	o 11
10.65/9.54	c cleaning 5920 clauses out of 11862 with flag 30241/124203
11.06/9.99	c cleaning 5964 clauses out of 11941 with flag 74024/130202
11.16/10.02	c Got one! Elapsed wall clock time (in seconds):9.921
11.16/10.02	o 9
11.55/10.40	c cleaning 5743 clauses out of 11489 with flag 36155/135714
11.75/10.65	c Got one! Elapsed wall clock time (in seconds):10.547
11.75/10.65	o 8
11.85/10.78	c cleaning 5645 clauses out of 11307 with flag 11099/141275
12.37/11.21	c Got one! Elapsed wall clock time (in seconds):11.106
12.37/11.21	o 5
12.77/11.62	c cleaning 8174 clauses out of 16369 with flag 29981/151982
13.07/11.94	c Got one! Elapsed wall clock time (in seconds):11.832
13.07/11.94	o 3
13.19/12.03	c cleaning 6912 clauses out of 13850 with flag 5822/157637
13.59/12.43	c cleaning 6464 clauses out of 12939 with flag 39134/163638
13.99/12.87	c cleaning 6729 clauses out of 13474 with flag 78468/170637
14.51/13.34	c cleaning 7368 clauses out of 14739 with flag 121089/178636
14.60/13.42	c Got one! Elapsed wall clock time (in seconds):13.317
14.60/13.42	o 2
14.81/13.62	c cleaning 6648 clauses out of 13299 with flag 18851/184568
14.81/13.67	c starts		: 218
14.81/13.67	c conflicts		: 186176
14.81/13.67	c decisions		: 351165
14.81/13.67	c propagations		: 14844584
14.81/13.67	c inspects		: 151987868
14.81/13.67	c shortcuts		: 0
14.81/13.67	c learnt literals	: 23
14.81/13.67	c learnt binary clauses	: 44
14.81/13.67	c learnt ternary clauses	: 204
14.81/13.67	c learnt constraints	: 186152
14.81/13.67	c ignored constraints	: 0
14.81/13.67	c root simplifications	: 0
14.81/13.67	c removed literals (reason simplification)	: 0
14.81/13.67	c reason swapping (by a shorter reason)	: 0
14.81/13.67	c Calls to reduceDB	: 29
14.81/13.67	c Number of update (reduction) of LBD	: 74685
14.81/13.67	c Imported unit clauses	: 0
14.81/13.67	c number of reductions to clauses (during analyze)	: 0
14.81/13.67	c number of learned constraints concerned by reduction	: 0
14.81/13.67	c number of learning phase by resolution	: 0
14.81/13.67	c number of learning phase by cutting planes	: 0
14.81/13.67	c speed (assignments/second)	: 1111121.5568862276
14.81/13.67	c non guided choices	5637
14.81/13.67	c learnt constraints type 
14.81/13.67	s OPTIMUM FOUND
14.81/13.67	c Found 45 solution(s)
14.81/13.67	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 
14.81/13.67	c objective function=2
14.81/13.67	c Total wall clock time (in seconds): 13.57

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4109700-1466343689/watcher-4109700-1466343689 -o /tmp/evaluation-result-4109700-1466343689/solver-4109700-1466343689 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466341814-20471 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109700-1466343689.wbo 

pid=21601
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.45 2.25 1.91 3/194 21604
/proc/meminfo: memFree=30228280/32872528 swapFree=1286400/1433568
[pid=21604] ppid=21601 vsize=89800 CPUtime=0 cores=1,3,5,7
/proc/21604/stat : 21604 (java) S 21601 21604 20454 0 -1 4202496 1258 0 0 0 0 0 0 0 20 0 2 0 36415659 91955200 900 33554432000 1073741824 1073778376 140736379088480 140736379079616 214373007421 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21604/statm: 22970 905 688 9 0 16769 0
[pid=21604/tid=21605] ppid=21601 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21605/stat : 21605 (java) D 21601 21604 20454 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 36415660 94019584 916 33554432000 1073741824 1073778376 140736379088480 139895699086888 214360485159 0 0 4096 0 18446744072100588836 0 0 -1 1 0 0 0 0 0

[startup+0.100161 s]
/proc/loadavg: 2.45 2.25 1.91 3/194 21604
/proc/meminfo: memFree=30228280/32872528 swapFree=1286400/1433568
[pid=21604] ppid=21601 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/21604/stat : 21604 (java) S 21601 21604 20454 0 -1 4202496 4457 0 1 0 9 1 0 0 20 0 18 0 36415659 9787879424 6084 33554432000 1073741824 1073778376 140736379088480 140736379079616 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21604/statm: 2389619 6087 2153 9 0 2380296 0
[pid=21604/tid=21605] ppid=21601 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/21604/task/21605/stat : 21605 (java) R 21601 21604 20454 0 -1 4202560 2372 0 1 0 6 1 0 0 20 0 18 0 36415660 9787879424 6087 33554432000 1073741824 1073778376 140736379088480 139895699090336 214373033229 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.200373 s]
/proc/loadavg: 2.45 2.25 1.91 3/194 21604
/proc/meminfo: memFree=30228280/32872528 swapFree=1286400/1433568
[pid=21604] ppid=21601 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/21604/stat : 21604 (java) S 21601 21604 20454 0 -1 4202496 4754 0 1 0 25 1 0 0 20 0 18 0 36415659 9787879424 6833 33554432000 1073741824 1073778376 140736379088480 140736379079616 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21604/statm: 2389619 6833 2212 9 0 2380296 0
[pid=21604/tid=21605] ppid=21601 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/21604/task/21605/stat : 21605 (java) R 21601 21604 20454 0 -1 4202560 2391 0 1 0 16 1 0 0 20 0 18 0 36415660 9787879424 6833 33554432000 1073741824 1073778376 140736379088480 139895699069936 214373022776 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.300331 s]
/proc/loadavg: 2.45 2.25 1.91 3/194 21604
/proc/meminfo: memFree=30228280/32872528 swapFree=1286400/1433568
[pid=21604] ppid=21601 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/21604/stat : 21604 (java) S 21601 21604 20454 0 -1 4202496 5920 0 1 0 48 2 0 0 20 0 18 0 36415659 9787879424 8885 33554432000 1073741824 1073778376 140736379088480 140736379079616 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21604/statm: 2389619 8885 2233 9 0 2380296 0
[pid=21604/tid=21605] ppid=21601 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/21604/task/21605/stat : 21605 (java) R 21601 21604 20454 0 -1 4202560 2404 0 1 0 26 1 0 0 20 0 18 0 36415660 9787879424 8885 33554432000 1073741824 1073778376 140736379088480 139895699069936 139895557437173 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700326 s]
/proc/loadavg: 2.45 2.25 1.91 3/194 21604
/proc/meminfo: memFree=30228280/32872528 swapFree=1286400/1433568
[pid=21604] ppid=21601 vsize=9625040 CPUtime=1.42 cores=1,3,5,7
/proc/21604/stat : 21604 (java) S 21601 21604 20454 0 -1 4202496 12542 0 1 0 140 2 0 0 20 0 19 0 36415659 9856040960 11509 33554432000 1073741824 1073778376 140736379088480 140736379079616 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21604/statm: 2406260 11509 2254 9 0 2396937 0
[pid=21604/tid=21605] ppid=21601 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/21604/task/21605/stat : 21605 (java) R 21601 21604 20454 0 -1 4202560 2415 0 1 0 66 1 0 0 20 0 19 0 36415660 9856040960 11509 33554432000 1073741824 1073778376 140736379088480 139895699091496 139895557918359 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 9625040

[startup+1.50085 s]
/proc/loadavg: 2.45 2.25 1.91 3/213 21623
/proc/meminfo: memFree=30179544/32872528 swapFree=1286400/1433568
[pid=21604] ppid=21601 vsize=9625040 CPUtime=2.48 cores=1,3,5,7
/proc/21604/stat : 21604 (java) S 21601 21604 20454 0 -1 4202496 14104 0 1 0 245 3 0 0 20 0 19 0 36415659 9856040960 14672 33554432000 1073741824 1073778376 140736379088480 140736379079616 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21604/statm: 2406260 14672 2270 9 0 2396937 0
[pid=21604/tid=21605] ppid=21601 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/21604/task/21605/stat : 21605 (java) R 21601 21604 20454 0 -1 4202560 2424 0 1 0 146 1 0 0 20 0 19 0 36415660 9856040960 14672 33554432000 1073741824 1073778376 140736379088480 139895699091784 139895557924761 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21604/tid=21607] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21607/stat : 21607 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 14672 33554432000 1073741824 1073778376 140736379088480 139895677192744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21608] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21608/stat : 21608 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 14672 33554432000 1073741824 1073778376 140736379088480 139895676139944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21604/tid=21609] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21609/stat : 21609 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 14672 33554432000 1073741824 1073778376 140736379088480 139895473432872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21604/tid=21610] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21610/stat : 21610 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 14672 33554432000 1073741824 1073778376 140736379088480 139895472380072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21604/tid=21611] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21611/stat : 21611 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 14672 33554432000 1073741824 1073778376 140736379088480 139895471328296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21612] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21612/stat : 21612 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 14672 33554432000 1073741824 1073778376 140736379088480 139895470275496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21604/tid=21613] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21613/stat : 21613 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 14672 33554432000 1073741824 1073778376 140736379088480 139895469222696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21614] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21614/stat : 21614 (java) S 21601 21604 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 14672 33554432000 1073741824 1073778376 140736379088480 139895468169896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21615] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21615/stat : 21615 (java) S 21601 21604 20454 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36415662 9856040960 14672 33554432000 1073741824 1073778376 140736379088480 139895455971816 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21616] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21616/stat : 21616 (java) S 21601 21604 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36415662 9856040960 14672 33554432000 1073741824 1073778376 140736379088480 139895454917880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21617] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21617/stat : 21617 (java) S 21601 21604 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415662 9856040960 14672 33554432000 1073741824 1073778376 140736379088480 139895453864968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21618] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21618/stat : 21618 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415665 9856040960 14672 33554432000 1073741824 1073778376 140736379088480 139895452813456 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21619] ppid=21601 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/21604/task/21619/stat : 21619 (java) R 21601 21604 20454 0 -1 4202560 4303 0 0 0 47 0 0 0 20 0 19 0 36415665 9856040960 14672 33554432000 1073741824 1073778376 140736379088480 139895451755432 139895701588837 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21620] ppid=21601 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/21604/task/21620/stat : 21620 (java) S 21601 21604 20454 0 -1 4202560 6100 0 0 0 48 1 0 0 20 0 19 0 36415665 9856040960 14672 33554432000 1073741824 1073778376 140736379088480 139895450708792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21604/tid=21621] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21621/stat : 21621 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415665 9856040960 14672 33554432000 1073741824 1073778376 140736379088480 139895449656184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21604/tid=21622] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21622/stat : 21622 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415665 9856040960 14672 33554432000 1073741824 1073778376 140736379088480 139895448603592 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21623] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21623/stat : 21623 (java) S 21601 21604 20454 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36415691 9856040960 14672 33554432000 1073741824 1073778376 140736379088480 139895447549096 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.42 2.25 1.91 3/213 21623
/proc/meminfo: memFree=30169116/32872528 swapFree=1286400/1433568
[pid=21604] ppid=21601 vsize=9625040 CPUtime=4.22 cores=1,3,5,7
/proc/21604/stat : 21604 (java) S 21601 21604 20454 0 -1 4202496 15009 0 1 0 419 3 0 0 20 0 19 0 36415659 9856040960 17706 33554432000 1073741824 1073778376 140736379088480 140736379079616 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21604/statm: 2406260 17706 2270 9 0 2396937 0
[pid=21604/tid=21605] ppid=21601 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/21604/task/21605/stat : 21605 (java) R 21601 21604 20454 0 -1 4202560 2431 0 1 0 306 1 0 0 20 0 19 0 36415660 9856040960 17706 33554432000 1073741824 1073778376 140736379088480 139895699091848 139895557939167 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21604/tid=21607] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21607/stat : 21607 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 17706 33554432000 1073741824 1073778376 140736379088480 139895677192744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21608] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21608/stat : 21608 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 17706 33554432000 1073741824 1073778376 140736379088480 139895676139944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21604/tid=21609] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21609/stat : 21609 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 17706 33554432000 1073741824 1073778376 140736379088480 139895473432872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21604/tid=21610] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21610/stat : 21610 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 17706 33554432000 1073741824 1073778376 140736379088480 139895472380072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21604/tid=21611] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21611/stat : 21611 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 17706 33554432000 1073741824 1073778376 140736379088480 139895471328296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21612] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21612/stat : 21612 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 17706 33554432000 1073741824 1073778376 140736379088480 139895470275496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21604/tid=21613] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21613/stat : 21613 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 17706 33554432000 1073741824 1073778376 140736379088480 139895469222696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21614] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21614/stat : 21614 (java) S 21601 21604 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 17706 33554432000 1073741824 1073778376 140736379088480 139895468169896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21615] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21615/stat : 21615 (java) S 21601 21604 20454 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36415662 9856040960 17706 33554432000 1073741824 1073778376 140736379088480 139895455971816 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21616] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21616/stat : 21616 (java) S 21601 21604 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36415662 9856040960 17706 33554432000 1073741824 1073778376 140736379088480 139895454917880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21617] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21617/stat : 21617 (java) S 21601 21604 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415662 9856040960 17706 33554432000 1073741824 1073778376 140736379088480 139895453864968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21618] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21618/stat : 21618 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415665 9856040960 17706 33554432000 1073741824 1073778376 140736379088480 139895452813456 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21619] ppid=21601 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/21604/task/21619/stat : 21619 (java) S 21601 21604 20454 0 -1 4202560 4599 0 0 0 56 0 0 0 20 0 19 0 36415665 9856040960 17706 33554432000 1073741824 1073778376 140736379088480 139895451761592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21620] ppid=21601 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/21604/task/21620/stat : 21620 (java) S 21601 21604 20454 0 -1 4202560 6702 0 0 0 54 1 0 0 20 0 19 0 36415665 9856040960 17706 33554432000 1073741824 1073778376 140736379088480 139895450708792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21604/tid=21621] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21621/stat : 21621 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415665 9856040960 17706 33554432000 1073741824 1073778376 140736379088480 139895449656184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21604/tid=21622] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21622/stat : 21622 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415665 9856040960 17706 33554432000 1073741824 1073778376 140736379088480 139895448603592 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21623] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21623/stat : 21623 (java) S 21601 21604 20454 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36415691 9856040960 17706 33554432000 1073741824 1073778376 140736379088480 139895447549096 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.42 2.25 1.91 3/213 21623
/proc/meminfo: memFree=30135972/32872528 swapFree=1286400/1433568
[pid=21604] ppid=21601 vsize=9625040 CPUtime=7.42 cores=1,3,5,7
/proc/21604/stat : 21604 (java) S 21601 21604 20454 0 -1 4202496 15018 0 1 0 739 3 0 0 20 0 19 0 36415659 9856040960 21794 33554432000 1073741824 1073778376 140736379088480 140736379079616 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21604/statm: 2406260 21794 2270 9 0 2396937 0
[pid=21604/tid=21605] ppid=21601 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/21604/task/21605/stat : 21605 (java) R 21601 21604 20454 0 -1 4202560 2440 0 1 0 625 2 0 0 20 0 19 0 36415660 9856040960 21794 33554432000 1073741824 1073778376 140736379088480 139895699083008 139895557935489 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21604/tid=21607] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21607/stat : 21607 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 21794 33554432000 1073741824 1073778376 140736379088480 139895677192744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21608] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21608/stat : 21608 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 21794 33554432000 1073741824 1073778376 140736379088480 139895676139944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21604/tid=21609] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21609/stat : 21609 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 21794 33554432000 1073741824 1073778376 140736379088480 139895473432872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21604/tid=21610] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21610/stat : 21610 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 21794 33554432000 1073741824 1073778376 140736379088480 139895472380072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21604/tid=21611] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21611/stat : 21611 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 21794 33554432000 1073741824 1073778376 140736379088480 139895471328296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21612] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21612/stat : 21612 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 21794 33554432000 1073741824 1073778376 140736379088480 139895470275496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21604/tid=21613] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21613/stat : 21613 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 21794 33554432000 1073741824 1073778376 140736379088480 139895469222696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21614] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21614/stat : 21614 (java) S 21601 21604 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 21794 33554432000 1073741824 1073778376 140736379088480 139895468169896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21615] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21615/stat : 21615 (java) S 21601 21604 20454 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36415662 9856040960 21794 33554432000 1073741824 1073778376 140736379088480 139895455971816 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21616] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21616/stat : 21616 (java) S 21601 21604 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36415662 9856040960 21794 33554432000 1073741824 1073778376 140736379088480 139895454917880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21617] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21617/stat : 21617 (java) S 21601 21604 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415662 9856040960 21794 33554432000 1073741824 1073778376 140736379088480 139895453864968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21618] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21618/stat : 21618 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415665 9856040960 21794 33554432000 1073741824 1073778376 140736379088480 139895452813456 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21619] ppid=21601 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/21604/task/21619/stat : 21619 (java) S 21601 21604 20454 0 -1 4202560 4599 0 0 0 56 0 0 0 20 0 19 0 36415665 9856040960 21794 33554432000 1073741824 1073778376 140736379088480 139895451761592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21620] ppid=21601 vsize=9625040 CPUtime=0.55 cores=1,3,5,7

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

/proc/21604/task/21612/stat : 21612 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895470275496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21604/tid=21613] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21613/stat : 21613 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895469222696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21614] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21614/stat : 21614 (java) S 21601 21604 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895468169896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21615] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21615/stat : 21615 (java) S 21601 21604 20454 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36415662 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895455971816 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21616] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21616/stat : 21616 (java) S 21601 21604 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36415662 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895454917880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21617] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21617/stat : 21617 (java) S 21601 21604 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415662 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895453864968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21618] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21618/stat : 21618 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415665 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895452813456 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21619] ppid=21601 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/21604/task/21619/stat : 21619 (java) S 21601 21604 20454 0 -1 4202560 4608 0 0 0 62 0 0 0 20 0 19 0 36415665 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895451761592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21604/tid=21620] ppid=21601 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/21604/task/21620/stat : 21620 (java) S 21601 21604 20454 0 -1 4202560 6702 0 0 0 54 1 0 0 20 0 19 0 36415665 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895450708792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21604/tid=21621] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21621/stat : 21621 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415665 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895449656184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21604/tid=21622] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21622/stat : 21622 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415665 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895448603592 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21623] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21623/stat : 21623 (java) S 21601 21604 20454 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36415691 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895447549096 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 13.89
Current children cumulated vsize (KiB) 9625040

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

[startup+12.801 s]
/proc/loadavg: 2.43 2.26 1.92 4/213 21688
/proc/meminfo: memFree=30158716/32872528 swapFree=1286400/1433568
[pid=21604] ppid=21601 vsize=9625040 CPUtime=13.99 cores=1,3,5,7
/proc/21604/stat : 21604 (java) S 21601 21604 20454 0 -1 4202496 15044 0 1 0 1395 4 0 0 20 0 19 0 36415659 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 140736379079616 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21604/statm: 2406260 28458 2271 9 0 2396937 0
[pid=21604/tid=21605] ppid=21601 vsize=9625040 CPUtime=12.78 cores=1,3,5,7
/proc/21604/task/21605/stat : 21605 (java) R 21601 21604 20454 0 -1 4202560 2457 0 1 0 1275 3 0 0 20 0 19 0 36415660 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895699083008 139895557880192 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21604/tid=21607] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21607/stat : 21607 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895677192744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21608] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21608/stat : 21608 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895676139944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21604/tid=21609] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21609/stat : 21609 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895473432872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21604/tid=21610] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21610/stat : 21610 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895472380072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21604/tid=21611] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21611/stat : 21611 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895471328296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21612] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21612/stat : 21612 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895470275496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21604/tid=21613] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21613/stat : 21613 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895469222696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21614] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21614/stat : 21614 (java) S 21601 21604 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895468169896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21615] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21615/stat : 21615 (java) S 21601 21604 20454 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36415662 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895455971816 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21616] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21616/stat : 21616 (java) S 21601 21604 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36415662 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895454917880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21617] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21617/stat : 21617 (java) S 21601 21604 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415662 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895453864968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21618] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21618/stat : 21618 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415665 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895452813456 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21619] ppid=21601 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/21604/task/21619/stat : 21619 (java) S 21601 21604 20454 0 -1 4202560 4608 0 0 0 62 0 0 0 20 0 19 0 36415665 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895451761592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21604/tid=21620] ppid=21601 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/21604/task/21620/stat : 21620 (java) S 21601 21604 20454 0 -1 4202560 6702 0 0 0 54 1 0 0 20 0 19 0 36415665 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895450708792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21604/tid=21621] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21621/stat : 21621 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415665 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895449656184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21604/tid=21622] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21622/stat : 21622 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415665 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895448603592 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21623] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21623/stat : 21623 (java) S 21601 21604 20454 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36415691 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895447549096 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 13.99
Current children cumulated vsize (KiB) 9625040

[startup+13.2008 s]
/proc/loadavg: 2.43 2.26 1.92 4/213 21688
/proc/meminfo: memFree=30153528/32872528 swapFree=1286400/1433568
[pid=21604] ppid=21601 vsize=9625040 CPUtime=14.4 cores=1,3,5,7
/proc/21604/stat : 21604 (java) S 21601 21604 20454 0 -1 4202496 15044 0 1 0 1436 4 0 0 20 0 19 0 36415659 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 140736379079616 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21604/statm: 2406260 28458 2271 9 0 2396937 0
[pid=21604/tid=21605] ppid=21601 vsize=9625040 CPUtime=13.18 cores=1,3,5,7
/proc/21604/task/21605/stat : 21605 (java) R 21601 21604 20454 0 -1 4202560 2457 0 1 0 1315 3 0 0 20 0 19 0 36415660 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895699083008 139895557938986 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21604/tid=21607] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21607/stat : 21607 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895677192744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21608] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21608/stat : 21608 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895676139944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21604/tid=21609] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21609/stat : 21609 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895473432872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21604/tid=21610] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21610/stat : 21610 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895472380072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21604/tid=21611] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21611/stat : 21611 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895471328296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21612] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21612/stat : 21612 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895470275496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21604/tid=21613] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21613/stat : 21613 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895469222696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21614] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21614/stat : 21614 (java) S 21601 21604 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895468169896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21615] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21615/stat : 21615 (java) S 21601 21604 20454 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36415662 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895455971816 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21616] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21616/stat : 21616 (java) S 21601 21604 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36415662 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895454917880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21617] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21617/stat : 21617 (java) S 21601 21604 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415662 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895453864968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21618] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21618/stat : 21618 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415665 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895452813456 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21619] ppid=21601 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/21604/task/21619/stat : 21619 (java) S 21601 21604 20454 0 -1 4202560 4608 0 0 0 62 0 0 0 20 0 19 0 36415665 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895451761592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21604/tid=21620] ppid=21601 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/21604/task/21620/stat : 21620 (java) S 21601 21604 20454 0 -1 4202560 6702 0 0 0 54 1 0 0 20 0 19 0 36415665 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895450708792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21604/tid=21621] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21621/stat : 21621 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415665 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895449656184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21604/tid=21622] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21622/stat : 21622 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415665 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895448603592 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21623] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21623/stat : 21623 (java) S 21601 21604 20454 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36415691 9856040960 28458 33554432000 1073741824 1073778376 140736379088480 139895447549096 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 14.4
Current children cumulated vsize (KiB) 9625040

[startup+13.6008 s]
/proc/loadavg: 2.43 2.26 1.92 4/213 21688
/proc/meminfo: memFree=30153528/32872528 swapFree=1286400/1433568
[pid=21604] ppid=21601 vsize=9625040 CPUtime=14.81 cores=1,3,5,7
/proc/21604/stat : 21604 (java) S 21601 21604 20454 0 -1 4202496 15049 0 1 0 1477 4 0 0 20 0 19 0 36415659 9856040960 28972 33554432000 1073741824 1073778376 140736379088480 140736379079616 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21604/statm: 2406260 28972 2271 9 0 2396937 0
[pid=21604/tid=21605] ppid=21601 vsize=9625040 CPUtime=13.58 cores=1,3,5,7
/proc/21604/task/21605/stat : 21605 (java) R 21601 21604 20454 0 -1 4202560 2458 0 1 0 1355 3 0 0 20 0 19 0 36415660 9856040960 28972 33554432000 1073741824 1073778376 140736379088480 139895699083008 139895557918359 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21604/tid=21607] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21607/stat : 21607 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 28972 33554432000 1073741824 1073778376 140736379088480 139895677192744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21608] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21608/stat : 21608 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 28972 33554432000 1073741824 1073778376 140736379088480 139895676139944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21604/tid=21609] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21609/stat : 21609 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 28972 33554432000 1073741824 1073778376 140736379088480 139895473432872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21604/tid=21610] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21610/stat : 21610 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 28972 33554432000 1073741824 1073778376 140736379088480 139895472380072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21604/tid=21611] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21611/stat : 21611 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 28972 33554432000 1073741824 1073778376 140736379088480 139895471328296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21612] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21612/stat : 21612 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 28972 33554432000 1073741824 1073778376 140736379088480 139895470275496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21604/tid=21613] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21613/stat : 21613 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 28972 33554432000 1073741824 1073778376 140736379088480 139895469222696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21614] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21614/stat : 21614 (java) S 21601 21604 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36415661 9856040960 28972 33554432000 1073741824 1073778376 140736379088480 139895468169896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21615] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21615/stat : 21615 (java) S 21601 21604 20454 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36415662 9856040960 28972 33554432000 1073741824 1073778376 140736379088480 139895455971816 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21616] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21616/stat : 21616 (java) S 21601 21604 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36415662 9856040960 28972 33554432000 1073741824 1073778376 140736379088480 139895454917880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21617] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21617/stat : 21617 (java) S 21601 21604 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415662 9856040960 28972 33554432000 1073741824 1073778376 140736379088480 139895453864968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21618] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21618/stat : 21618 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415665 9856040960 28972 33554432000 1073741824 1073778376 140736379088480 139895452813456 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21619] ppid=21601 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/21604/task/21619/stat : 21619 (java) S 21601 21604 20454 0 -1 4202560 4612 0 0 0 64 0 0 0 20 0 19 0 36415665 9856040960 28972 33554432000 1073741824 1073778376 140736379088480 139895451761592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21604/tid=21620] ppid=21601 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/21604/task/21620/stat : 21620 (java) S 21601 21604 20454 0 -1 4202560 6702 0 0 0 54 1 0 0 20 0 19 0 36415665 9856040960 28972 33554432000 1073741824 1073778376 140736379088480 139895450708792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21604/tid=21621] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21621/stat : 21621 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415665 9856040960 28972 33554432000 1073741824 1073778376 140736379088480 139895449656184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21604/tid=21622] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21622/stat : 21622 (java) S 21601 21604 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415665 9856040960 28972 33554432000 1073741824 1073778376 140736379088480 139895448603592 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21604/tid=21623] ppid=21601 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21604/task/21623/stat : 21623 (java) S 21601 21604 20454 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36415691 9856040960 28972 33554432000 1073741824 1073778376 140736379088480 139895447549096 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 14.81
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 13.6806
CPU time (s): 14.9007
CPU user time (s): 14.8307
CPU system time (s): 0.069989
CPU usage (%): 108.919
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.8307
system time used= 0.069989
maximum resident set size= 117996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15072
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= 590
involuntary context switches= 84

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

The end

Launcher Data

Begin job on node130 at 2016-06-19 15:41:29
IDJOB=4109700
IDBENCH=78897
IDSOLVER=2551
FILE ID=node130/4109700-1466343689
RUNJOBID= node130-1466341814-20471
PBS_JOBID= 19922023
Free space on /tmp= 71748 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.1900568706--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109700-1466343689/watcher-4109700-1466343689 -o /tmp/evaluation-result-4109700-1466343689/solver-4109700-1466343689 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466341814-20471 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109700-1466343689.wbo

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

MD5SUM BENCH= d42cf4effb818ceec652d99deb164158
RANDOM SEED=1728077997

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
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.53
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.365
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.365
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:        30228552 kB
Buffers:           95996 kB
Cached:           258748 kB
SwapCached:         1836 kB
Active:           188972 kB
Inactive:         267340 kB
Active(anon):     101008 kB
Inactive(anon):     2524 kB
Active(file):      87964 kB
Inactive(file):   264816 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67099104 kB
Dirty:              1760 kB
Writeback:             0 kB
AnonPages:       1615848 kB
Mapped:            15456 kB
Shmem:                 0 kB
Slab:             607160 kB
SReclaimable:      50256 kB
SUnreclaim:       556904 kB
KernelStack:        1760 kB
PageTables:         7140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2122484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    288768 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 node130 at 2016-06-19 15:41:43