Trace number 4109904

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.16 26.4232

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900583053--soft-66-100-0.wbo
MD5SUM56cc5d1f816d97170bd91f7584a55091
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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 benchmark70.3803
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 constraints911
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 45526
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45525
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 651
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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4109904-1466343772.wbo
0.11/0.11	c reading problem ... 
0.27/0.30	c ... done. Wall clock time 0.19s.
0.27/0.30	c declared #vars     231
0.27/0.30	c internal #vars     1142
0.27/0.30	c #constraints  2707
0.27/0.30	c constraints type 
0.49/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2520
0.49/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 16
0.49/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 164
0.49/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 7
0.49/0.30	c 2707 constraints processed.
0.49/0.30	c objective function length is 911 literals
0.49/0.39	c SATISFIABLE
0.49/0.39	c OPTIMIZING...
0.49/0.39	c Got one! Elapsed wall clock time (in seconds):0.284
0.49/0.39	o 435
0.77/0.44	c Got one! Elapsed wall clock time (in seconds):0.332
0.77/0.44	o 406
0.77/0.46	c Got one! Elapsed wall clock time (in seconds):0.351
0.77/0.46	o 385
0.77/0.47	c Got one! Elapsed wall clock time (in seconds):0.365
0.77/0.47	o 382
0.77/0.49	c Got one! Elapsed wall clock time (in seconds):0.38
0.77/0.49	o 353
1.05/0.53	c Got one! Elapsed wall clock time (in seconds):0.425
1.05/0.53	o 352
1.05/0.54	c Got one! Elapsed wall clock time (in seconds):0.436
1.05/0.54	o 331
1.05/0.56	c Got one! Elapsed wall clock time (in seconds):0.455
1.05/0.56	o 329
1.05/0.57	c Got one! Elapsed wall clock time (in seconds):0.466
1.05/0.57	o 324
1.05/0.59	c Got one! Elapsed wall clock time (in seconds):0.48
1.05/0.59	o 321
1.36/0.60	c Got one! Elapsed wall clock time (in seconds):0.494
1.36/0.60	o 305
1.36/0.61	c Got one! Elapsed wall clock time (in seconds):0.5
1.36/0.61	o 153
1.36/0.63	c Got one! Elapsed wall clock time (in seconds):0.527
1.36/0.63	o 99
1.85/0.91	c Got one! Elapsed wall clock time (in seconds):0.809
1.85/0.91	o 89
1.85/0.99	c Got one! Elapsed wall clock time (in seconds):0.887
1.85/0.99	o 88
1.95/1.06	c Got one! Elapsed wall clock time (in seconds):0.954
1.95/1.06	o 80
1.95/1.07	c Got one! Elapsed wall clock time (in seconds):0.96
1.95/1.07	o 74
2.06/1.15	c Got one! Elapsed wall clock time (in seconds):1.046
2.06/1.15	o 70
2.16/1.26	c cleaning 4577 clauses out of 9164 with flag 4430/9164
2.16/1.29	c Got one! Elapsed wall clock time (in seconds):1.188
2.16/1.29	o 67
2.27/1.30	c Got one! Elapsed wall clock time (in seconds):1.192
2.27/1.30	o 65
2.27/1.35	c Got one! Elapsed wall clock time (in seconds):1.247
2.27/1.35	o 62
2.50/1.51	c Got one! Elapsed wall clock time (in seconds):1.408
2.50/1.51	o 60
2.70/1.79	c cleaning 5465 clauses out of 10929 with flag 19128/15506
3.10/2.18	c Got one! Elapsed wall clock time (in seconds):2.077
3.10/2.18	o 41
3.21/2.27	c cleaning 5677 clauses out of 11358 with flag 6320/21400
3.42/2.46	c Got one! Elapsed wall clock time (in seconds):2.359
3.42/2.46	o 39
3.42/2.49	c Got one! Elapsed wall clock time (in seconds):2.385
3.42/2.49	o 19
3.62/2.69	c cleaning 5931 clauses out of 11870 with flag 20640/27589
4.02/3.05	c cleaning 5961 clauses out of 11938 with flag 63758/33588
4.53/3.50	c cleaning 6482 clauses out of 12977 with flag 118202/40588
4.53/3.59	c Got one! Elapsed wall clock time (in seconds):3.481
4.53/3.59	o 18
4.64/3.60	c Got one! Elapsed wall clock time (in seconds):3.495
4.64/3.60	o 17
4.64/3.63	c Got one! Elapsed wall clock time (in seconds):3.527
4.64/3.63	o 16
4.85/3.80	c Got one! Elapsed wall clock time (in seconds):3.697
4.85/3.80	o 15
4.95/3.98	c cleaning 6466 clauses out of 12938 with flag 16871/47031
4.95/3.98	c Got one! Elapsed wall clock time (in seconds):3.875
4.95/3.98	o 6
5.35/4.35	c cleaning 5748 clauses out of 11514 with flag 49077/52073
5.85/4.81	c cleaning 5876 clauses out of 11765 with flag 106887/58072
6.15/5.12	c Got one! Elapsed wall clock time (in seconds):5.016
6.15/5.12	o 5
6.26/5.23	c cleaning 5646 clauses out of 11311 with flag 9948/63494
6.97/5.71	c cleaning 5818 clauses out of 11662 with flag 68539/69491
7.85/6.29	c cleaning 6417 clauses out of 12844 with flag 136371/76491
8.55/6.96	c cleaning 7213 clauses out of 14430 with flag 209393/84494
9.26/7.65	c cleaning 8102 clauses out of 16214 with flag 284102/93491
10.16/8.59	c cleaning 9054 clauses out of 18113 with flag 385130/103492
11.36/9.72	c cleaning 10029 clauses out of 20058 with flag 496641/114491
12.67/11.02	c cleaning 11010 clauses out of 22029 with flag 607641/126491
13.96/12.34	c cleaning 12005 clauses out of 24019 with flag 725410/139491
15.56/13.99	c cleaning 13006 clauses out of 26015 with flag 864485/153493
16.78/15.15	c Got one! Elapsed wall clock time (in seconds):15.047
16.78/15.15	o 4
17.19/15.54	c Got one! Elapsed wall clock time (in seconds):15.436
17.19/15.54	o 3
17.48/15.87	c cleaning 14346 clauses out of 28694 with flag 16208/169178
18.19/16.53	c cleaning 10173 clauses out of 20347 with flag 61636/175177
18.88/17.27	c cleaning 8581 clauses out of 17174 with flag 110610/182177
19.78/18.14	c cleaning 8292 clauses out of 16596 with flag 165673/190180
20.78/19.12	c cleaning 8645 clauses out of 17301 with flag 225953/199177
21.08/19.46	c Got one! Elapsed wall clock time (in seconds):19.356
21.08/19.46	o 2
21.31/19.65	c cleaning 7138 clauses out of 14314 with flag 11800/204835
21.81/20.16	c cleaning 6584 clauses out of 13176 with flag 48454/210835
22.41/20.74	c cleaning 6789 clauses out of 13591 with flag 90261/217835
23.21/21.54	c cleaning 7399 clauses out of 14802 with flag 135436/225835
23.61/21.96	c Got one! Elapsed wall clock time (in seconds):21.859
23.61/21.96	o 1
24.22/22.54	c cleaning 8755 clauses out of 17522 with flag 30001/235954
24.85/23.12	c cleaning 7376 clauses out of 14765 with flag 66782/241952
25.65/23.94	c cleaning 7191 clauses out of 14389 with flag 110711/248952
26.35/24.62	c cleaning 7589 clauses out of 15197 with flag 152404/256952
26.95/25.23	c cleaning 8302 clauses out of 16608 with flag 200382/265952
27.75/26.02	c cleaning 9142 clauses out of 18304 with flag 249848/275952
28.05/26.40	c starts		: 324
28.05/26.40	c conflicts		: 286327
28.05/26.40	c decisions		: 438311
28.05/26.40	c propagations		: 14582355
28.05/26.40	c inspects		: 393626883
28.05/26.40	c shortcuts		: 0
28.05/26.40	c learnt literals	: 26
28.05/26.40	c learnt binary clauses	: 47
28.05/26.40	c learnt ternary clauses	: 441
28.05/26.40	c learnt constraints	: 286300
28.05/26.40	c ignored constraints	: 0
28.05/26.40	c root simplifications	: 0
28.05/26.40	c removed literals (reason simplification)	: 0
28.05/26.40	c reason swapping (by a shorter reason)	: 0
28.05/26.40	c Calls to reduceDB	: 34
28.05/26.40	c Number of update (reduction) of LBD	: 100323
28.05/26.40	c Imported unit clauses	: 0
28.16/26.40	c number of reductions to clauses (during analyze)	: 0
28.16/26.40	c number of learned constraints concerned by reduction	: 0
28.16/26.40	c number of learning phase by resolution	: 0
28.16/26.40	c number of learning phase by cutting planes	: 0
28.16/26.40	c speed (assignments/second)	: 558710.9195402298
28.16/26.40	c non guided choices	4421
28.16/26.40	c learnt constraints type 
28.16/26.40	s OPTIMUM FOUND
28.16/26.40	c Found 35 solution(s)
28.16/26.40	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.16/26.41	c objective function=1
28.16/26.41	c Total wall clock time (in seconds): 26.299

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-4109904-1466343772/watcher-4109904-1466343772 -o /tmp/evaluation-result-4109904-1466343772/solver-4109904-1466343772 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466341819-12182 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109904-1466343772.wbo 

pid=13832
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.35 2.02 4/194 13835
/proc/meminfo: memFree=29765340/32872528 swapFree=1534436/1655032
[pid=13835] ppid=13832 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/13835/stat : 13835 (java) R 13832 13835 12165 0 -1 4202496 1061 0 0 0 0 0 0 0 20 0 1 0 36425663 23793664 710 33554432000 1073741824 1073778376 140733809075168 140733809064232 217401308520 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13835/statm: 5809 710 524 9 0 128 0

[startup+0.100063 s]
/proc/loadavg: 2.38 2.35 2.02 4/194 13835
/proc/meminfo: memFree=29765340/32872528 swapFree=1534436/1655032
[pid=13835] ppid=13832 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/13835/stat : 13835 (java) S 13832 13835 12165 0 -1 4202496 4422 0 1 0 10 1 0 0 20 0 18 0 36425663 9787879424 6058 33554432000 1073741824 1073778376 140733809075168 140733809066304 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13835/statm: 2389619 6058 2140 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 2.38 2.35 2.02 4/194 13835
/proc/meminfo: memFree=29765340/32872528 swapFree=1534436/1655032
[pid=13835] ppid=13832 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/13835/stat : 13835 (java) S 13832 13835 12165 0 -1 4202496 4774 0 1 0 26 1 0 0 20 0 18 0 36425663 9787879424 6835 33554432000 1073741824 1073778376 140733809075168 140733809066304 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13835/statm: 2389619 6835 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300233 s]
/proc/loadavg: 2.38 2.35 2.02 4/194 13835
/proc/meminfo: memFree=29765340/32872528 swapFree=1534436/1655032
[pid=13835] ppid=13832 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/13835/stat : 13835 (java) S 13832 13835 12165 0 -1 4202496 5944 0 1 0 48 1 0 0 20 0 18 0 36425663 9787879424 8441 33554432000 1073741824 1073778376 140733809075168 140733809066304 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13835/statm: 2389619 8441 2239 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700194 s]
/proc/loadavg: 2.38 2.35 2.02 4/194 13835
/proc/meminfo: memFree=29765340/32872528 swapFree=1534436/1655032
[pid=13835] ppid=13832 vsize=9625040 CPUtime=1.65 cores=1,3,5,7
/proc/13835/stat : 13835 (java) S 13832 13835 12165 0 -1 4202496 12675 0 1 0 163 2 0 0 20 0 19 0 36425663 9856040960 13642 33554432000 1073741824 1073778376 140733809075168 140733809066304 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13835/statm: 2406260 13642 2262 9 0 2396937 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 9625040

[startup+1.50083 s]
/proc/loadavg: 2.38 2.35 2.02 4/213 13854
/proc/meminfo: memFree=29714016/32872528 swapFree=1534436/1655032
[pid=13835] ppid=13832 vsize=9625040 CPUtime=2.5 cores=1,3,5,7
/proc/13835/stat : 13835 (java) S 13832 13835 12165 0 -1 4202496 12686 0 1 0 248 2 0 0 20 0 19 0 36425663 9856040960 15185 33554432000 1073741824 1073778376 140733809075168 140733809066304 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13835/statm: 2406260 15185 2268 9 0 2396937 0
[pid=13835/tid=13837] ppid=13832 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/13835/task/13837/stat : 13837 (java) R 13832 13835 12165 0 -1 4202560 2420 0 1 0 145 1 0 0 20 0 19 0 36425664 9856040960 15185 33554432000 1073741824 1073778376 140733809075168 140540741588656 140540608273191 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13835/tid=13838] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13838/stat : 13838 (java) S 13832 13835 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 15185 33554432000 1073741824 1073778376 140733809075168 140540730653352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13839] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13839/stat : 13839 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 15185 33554432000 1073741824 1073778376 140733809075168 140540729600808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13835/tid=13840] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13840/stat : 13840 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 15185 33554432000 1073741824 1073778376 140733809075168 140540728548264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13841] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13841/stat : 13841 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 15185 33554432000 1073741824 1073778376 140733809075168 140540727495720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13842] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13842/stat : 13842 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 15185 33554432000 1073741824 1073778376 140733809075168 140540726442152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13843] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13843/stat : 13843 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 15185 33554432000 1073741824 1073778376 140733809075168 140540580149544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13844] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13844/stat : 13844 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 15185 33554432000 1073741824 1073778376 140733809075168 140540579097000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13845] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13845/stat : 13845 (java) S 13832 13835 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 15185 33554432000 1073741824 1073778376 140733809075168 140540578044456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13846] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13846/stat : 13846 (java) S 13832 13835 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36425666 9856040960 15185 33554432000 1073741824 1073778376 140733809075168 140540565846632 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13847] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13847/stat : 13847 (java) S 13832 13835 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36425666 9856040960 15185 33554432000 1073741824 1073778376 140733809075168 140540564792952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13848] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13848/stat : 13848 (java) S 13832 13835 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36425666 9856040960 15185 33554432000 1073741824 1073778376 140733809075168 140540563740296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13849] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13849/stat : 13849 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425668 9856040960 15185 33554432000 1073741824 1073778376 140733809075168 140540562689040 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13850] ppid=13832 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/13835/task/13850/stat : 13850 (java) S 13832 13835 12165 0 -1 4202560 4150 0 0 0 50 0 0 0 20 0 19 0 36425668 9856040960 15185 33554432000 1073741824 1073778376 140733809075168 140540561635384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13851] ppid=13832 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/13835/task/13851/stat : 13851 (java) S 13832 13835 12165 0 -1 4202560 4837 0 0 0 49 0 0 0 20 0 19 0 36425668 9856040960 15185 33554432000 1073741824 1073778376 140733809075168 140540560582840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13852] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13852/stat : 13852 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425668 9856040960 15185 33554432000 1073741824 1073778376 140733809075168 140540559530488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13853] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13853/stat : 13853 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425668 9856040960 15185 33554432000 1073741824 1073778376 140733809075168 140540558478152 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13854] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13854/stat : 13854 (java) S 13832 13835 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36425694 9856040960 15185 33554432000 1073741824 1073778376 140733809075168 140540557374760 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.35 2.34 2.02 4/213 13854
/proc/meminfo: memFree=29705320/32872528 swapFree=1534436/1655032
[pid=13835] ppid=13832 vsize=9625040 CPUtime=4.13 cores=1,3,5,7
/proc/13835/stat : 13835 (java) S 13832 13835 12165 0 -1 4202496 12690 0 1 0 411 2 0 0 20 0 19 0 36425663 9856040960 16721 33554432000 1073741824 1073778376 140733809075168 140733809066304 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13835/statm: 2406260 16721 2268 9 0 2396937 0
[pid=13835/tid=13837] ppid=13832 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/13835/task/13837/stat : 13837 (java) R 13832 13835 12165 0 -1 4202560 2424 0 1 0 304 1 0 0 20 0 19 0 36425664 9856040960 16721 33554432000 1073741824 1073778376 140733809075168 140540741582544 140540608331591 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13835/tid=13838] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13838/stat : 13838 (java) S 13832 13835 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 16721 33554432000 1073741824 1073778376 140733809075168 140540730653352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13839] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13839/stat : 13839 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 16721 33554432000 1073741824 1073778376 140733809075168 140540729600808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13835/tid=13840] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13840/stat : 13840 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 16721 33554432000 1073741824 1073778376 140733809075168 140540728548264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13841] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13841/stat : 13841 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 16721 33554432000 1073741824 1073778376 140733809075168 140540727495720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13842] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13842/stat : 13842 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 16721 33554432000 1073741824 1073778376 140733809075168 140540726442152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13843] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13843/stat : 13843 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 16721 33554432000 1073741824 1073778376 140733809075168 140540580149544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13844] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13844/stat : 13844 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 16721 33554432000 1073741824 1073778376 140733809075168 140540579097000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13845] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13845/stat : 13845 (java) S 13832 13835 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 16721 33554432000 1073741824 1073778376 140733809075168 140540578044456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13846] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13846/stat : 13846 (java) S 13832 13835 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36425666 9856040960 16721 33554432000 1073741824 1073778376 140733809075168 140540565846632 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13847] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13847/stat : 13847 (java) S 13832 13835 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36425666 9856040960 16721 33554432000 1073741824 1073778376 140733809075168 140540564792952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13848] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13848/stat : 13848 (java) S 13832 13835 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36425666 9856040960 16721 33554432000 1073741824 1073778376 140733809075168 140540563740296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13849] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13849/stat : 13849 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425668 9856040960 16721 33554432000 1073741824 1073778376 140733809075168 140540562689040 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13850] ppid=13832 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/13835/task/13850/stat : 13850 (java) S 13832 13835 12165 0 -1 4202560 4150 0 0 0 50 0 0 0 20 0 19 0 36425668 9856040960 16721 33554432000 1073741824 1073778376 140733809075168 140540561635384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13851] ppid=13832 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/13835/task/13851/stat : 13851 (java) S 13832 13835 12165 0 -1 4202560 4837 0 0 0 52 0 0 0 20 0 19 0 36425668 9856040960 16721 33554432000 1073741824 1073778376 140733809075168 140540560582840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13852] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13852/stat : 13852 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425668 9856040960 16721 33554432000 1073741824 1073778376 140733809075168 140540559530488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13853] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13853/stat : 13853 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425668 9856040960 16721 33554432000 1073741824 1073778376 140733809075168 140540558478152 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13854] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13854/stat : 13854 (java) S 13832 13835 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36425694 9856040960 16721 33554432000 1073741824 1073778376 140733809075168 140540557374760 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.35 2.34 2.02 3/213 13854
/proc/meminfo: memFree=29679520/32872528 swapFree=1534436/1655032
[pid=13835] ppid=13832 vsize=9625040 CPUtime=7.95 cores=1,3,5,7
/proc/13835/stat : 13835 (java) S 13832 13835 12165 0 -1 4202496 21472 0 1 0 791 4 0 0 20 0 19 0 36425663 9856040960 22749 33554432000 1073741824 1073778376 140733809075168 140733809066304 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13835/statm: 2406260 22749 2270 9 0 2396937 0
[pid=13835/tid=13837] ppid=13832 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/13835/task/13837/stat : 13837 (java) R 13832 13835 12165 0 -1 4202560 2433 0 1 0 623 1 0 0 20 0 19 0 36425664 9856040960 22749 33554432000 1073741824 1073778376 140733809075168 140540741591496 140540608278023 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13835/tid=13838] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13838/stat : 13838 (java) S 13832 13835 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 22749 33554432000 1073741824 1073778376 140733809075168 140540730653352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13839] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13839/stat : 13839 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 22749 33554432000 1073741824 1073778376 140733809075168 140540729600808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13835/tid=13840] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13840/stat : 13840 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 22749 33554432000 1073741824 1073778376 140733809075168 140540728548264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13841] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13841/stat : 13841 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 22749 33554432000 1073741824 1073778376 140733809075168 140540727495720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13842] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13842/stat : 13842 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 22749 33554432000 1073741824 1073778376 140733809075168 140540726442152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13843] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13843/stat : 13843 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 22749 33554432000 1073741824 1073778376 140733809075168 140540580149544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13844] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13844/stat : 13844 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 22749 33554432000 1073741824 1073778376 140733809075168 140540579097000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13845] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13845/stat : 13845 (java) S 13832 13835 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 22749 33554432000 1073741824 1073778376 140733809075168 140540578044456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13846] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13846/stat : 13846 (java) S 13832 13835 12165 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36425666 9856040960 22749 33554432000 1073741824 1073778376 140733809075168 140540565846632 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13847] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13847/stat : 13847 (java) S 13832 13835 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36425666 9856040960 22749 33554432000 1073741824 1073778376 140733809075168 140540564792952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13848] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13848/stat : 13848 (java) S 13832 13835 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36425666 9856040960 22749 33554432000 1073741824 1073778376 140733809075168 140540563740296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13849] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13849/stat : 13849 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425668 9856040960 22749 33554432000 1073741824 1073778376 140733809075168 140540562689040 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13850] ppid=13832 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/13835/task/13850/stat : 13850 (java) S 13832 13835 12165 0 -1 4202560 4153 0 0 0 53 0 0 0 20 0 19 0 36425668 9856040960 22749 33554432000 1073741824 1073778376 140733809075168 140540561635384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13851] ppid=13832 vsize=9625040 CPUtime=1.11 cores=1,3,5,7
/proc/13835/task/13851/stat : 13851 (java) S 13832 13835 12165 0 -1 4202560 13605 0 0 0 109 2 0 0 20 0 19 0 36425668 9856040960 22749 33554432000 1073741824 1073778376 140733809075168 140540560582840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13852] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13852/stat : 13852 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425668 9856040960 22749 33554432000 1073741824 1073778376 140733809075168 140540559530488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13853] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13853/stat : 13853 (java) S 13832 13835 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36425668 9856040960 22749 33554432000 1073741824 1073778376 140733809075168 140540558478152 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13854] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13854/stat : 13854 (java) S 13832 13835 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36425694 9856040960 22749 33554432000 1073741824 1073778376 140733809075168 140540557374760 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.95
Current children cumulated vsize (KiB) 9625040


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

[pid=13835/tid=13851] ppid=13832 vsize=9625040 CPUtime=1.18 cores=1,3,5,7
/proc/13835/task/13851/stat : 13851 (java) S 13832 13835 12165 0 -1 4202560 13606 0 0 0 116 2 0 0 20 0 19 0 36425668 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540560582840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13852] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13852/stat : 13852 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425668 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540559530488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13853] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13853/stat : 13853 (java) S 13832 13835 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36425668 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540558478152 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13854] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13854/stat : 13854 (java) S 13832 13835 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36425694 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540557374760 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 27.25
Current children cumulated vsize (KiB) 9625040

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

[startup+25.601 s]
/proc/loadavg: 2.32 2.33 2.02 3/212 13919
/proc/meminfo: memFree=29712188/32872528 swapFree=1534436/1655032
[pid=13835] ppid=13832 vsize=9625040 CPUtime=27.35 cores=1,3,5,7
/proc/13835/stat : 13835 (java) S 13832 13835 12165 0 -1 4202496 21503 0 1 0 2730 5 0 0 20 0 19 0 36425663 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140733809066304 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13835/statm: 2406260 33706 2271 9 0 2396937 0
[pid=13835/tid=13837] ppid=13832 vsize=9625040 CPUtime=25.49 cores=1,3,5,7
/proc/13835/task/13837/stat : 13837 (java) R 13832 13835 12165 0 -1 4202560 2463 0 1 0 2547 2 0 0 20 0 19 0 36425664 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540741582592 140540608311532 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13835/tid=13838] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13838/stat : 13838 (java) S 13832 13835 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540730653352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13839] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13839/stat : 13839 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540729600808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13835/tid=13840] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13840/stat : 13840 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540728548264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13841] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13841/stat : 13841 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540727495720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13842] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13842/stat : 13842 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540726442152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13843] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13843/stat : 13843 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540580149544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13844] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13844/stat : 13844 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540579097000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13845] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13845/stat : 13845 (java) S 13832 13835 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540578044456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13846] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13846/stat : 13846 (java) S 13832 13835 12165 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36425666 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540565846632 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13847] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13847/stat : 13847 (java) S 13832 13835 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36425666 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540564792952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13848] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13848/stat : 13848 (java) S 13832 13835 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36425666 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540563740296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13849] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13849/stat : 13849 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425668 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540562689040 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13850] ppid=13832 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/13835/task/13850/stat : 13850 (java) S 13832 13835 12165 0 -1 4202560 4153 0 0 0 55 0 0 0 20 0 19 0 36425668 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540561635384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13851] ppid=13832 vsize=9625040 CPUtime=1.18 cores=1,3,5,7
/proc/13835/task/13851/stat : 13851 (java) S 13832 13835 12165 0 -1 4202560 13606 0 0 0 116 2 0 0 20 0 19 0 36425668 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540560582840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13852] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13852/stat : 13852 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425668 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540559530488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13853] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13853/stat : 13853 (java) S 13832 13835 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36425668 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540558478152 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13854] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13854/stat : 13854 (java) S 13832 13835 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36425694 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540557374760 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 27.35
Current children cumulated vsize (KiB) 9625040

[startup+26.0008 s]
/proc/loadavg: 2.32 2.33 2.02 3/212 13919
/proc/meminfo: memFree=29712188/32872528 swapFree=1534436/1655032
[pid=13835] ppid=13832 vsize=9625040 CPUtime=27.75 cores=1,3,5,7
/proc/13835/stat : 13835 (java) S 13832 13835 12165 0 -1 4202496 21503 0 1 0 2770 5 0 0 20 0 19 0 36425663 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140733809066304 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13835/statm: 2406260 33706 2271 9 0 2396937 0
[pid=13835/tid=13837] ppid=13832 vsize=9625040 CPUtime=25.89 cores=1,3,5,7
/proc/13835/task/13837/stat : 13837 (java) R 13832 13835 12165 0 -1 4202560 2463 0 1 0 2587 2 0 0 20 0 19 0 36425664 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540741582592 140540608311532 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13835/tid=13838] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13838/stat : 13838 (java) S 13832 13835 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540730653352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13839] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13839/stat : 13839 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540729600808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13835/tid=13840] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13840/stat : 13840 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540728548264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13841] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13841/stat : 13841 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540727495720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13842] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13842/stat : 13842 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540726442152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13843] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13843/stat : 13843 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540580149544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13844] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13844/stat : 13844 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540579097000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13845] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13845/stat : 13845 (java) S 13832 13835 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36425665 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540578044456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13846] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13846/stat : 13846 (java) S 13832 13835 12165 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36425666 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540565846632 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13847] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13847/stat : 13847 (java) S 13832 13835 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36425666 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540564792952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13848] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13848/stat : 13848 (java) S 13832 13835 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36425666 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540563740296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13849] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13849/stat : 13849 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425668 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540562689040 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13850] ppid=13832 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/13835/task/13850/stat : 13850 (java) S 13832 13835 12165 0 -1 4202560 4153 0 0 0 55 0 0 0 20 0 19 0 36425668 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540561635384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13851] ppid=13832 vsize=9625040 CPUtime=1.18 cores=1,3,5,7
/proc/13835/task/13851/stat : 13851 (java) S 13832 13835 12165 0 -1 4202560 13606 0 0 0 116 2 0 0 20 0 19 0 36425668 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540560582840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13852] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13852/stat : 13852 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425668 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540559530488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13853] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13853/stat : 13853 (java) S 13832 13835 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36425668 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540558478152 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13854] ppid=13832 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13854/stat : 13854 (java) S 13832 13835 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36425694 9856040960 33706 33554432000 1073741824 1073778376 140733809075168 140540557374760 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 27.75
Current children cumulated vsize (KiB) 9625040

[startup+26.4009 s]
/proc/loadavg: 2.37 2.34 2.03 3/213 13920
/proc/meminfo: memFree=29705920/32872528 swapFree=1534436/1655032
[pid=13835] ppid=13832 vsize=9625040 CPUtime=28.16 cores=1,3,5,7
/proc/13835/stat : 13835 (java) S 13832 13835 12165 0 -1 4202496 21504 0 1 0 2811 5 0 0 20 0 19 0 36425663 9856040960 34218 33554432000 1073741824 1073778376 140733809075168 140733809066304 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13835/statm: 2406260 34218 2271 9 0 2396937 0
[pid=13835/tid=13837] ppid=13832 vsize=9691604 CPUtime=26.3 cores=1,3,5,7
/proc/13835/task/13837/stat : 13837 (java) S 13832 13835 12165 0 -1 4202560 2466 0 1 0 2628 2 0 0 20 0 20 0 36425664 9924202496 34228 33554432000 1073741824 1073778376 140733809075168 140540741591768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13835/tid=13838] ppid=13832 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13838/stat : 13838 (java) S 13832 13835 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 36425665 9924202496 34227 33554432000 1073741824 1073778376 140733809075168 140540730653352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13839] ppid=13832 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13839/stat : 13839 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9924202496 34227 33554432000 1073741824 1073778376 140733809075168 140540729600808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13835/tid=13840] ppid=13832 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13840/stat : 13840 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9924202496 34227 33554432000 1073741824 1073778376 140733809075168 140540728548264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13841] ppid=13832 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13841/stat : 13841 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9924202496 34227 33554432000 1073741824 1073778376 140733809075168 140540727495720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13842] ppid=13832 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13842/stat : 13842 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9924202496 34227 33554432000 1073741824 1073778376 140733809075168 140540726442152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13843] ppid=13832 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13843/stat : 13843 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9924202496 34227 33554432000 1073741824 1073778376 140733809075168 140540580149544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13844] ppid=13832 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13844/stat : 13844 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425665 9924202496 34227 33554432000 1073741824 1073778376 140733809075168 140540579097000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13845] ppid=13832 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13845/stat : 13845 (java) S 13832 13835 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36425665 9924202496 34227 33554432000 1073741824 1073778376 140733809075168 140540578044456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13846] ppid=13832 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13846/stat : 13846 (java) S 13832 13835 12165 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36425666 9924202496 34227 33554432000 1073741824 1073778376 140733809075168 140540565846632 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13847] ppid=13832 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13847/stat : 13847 (java) S 13832 13835 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36425666 9924202496 34739 33554432000 1073741824 1073778376 140733809075168 140540564792952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13848] ppid=13832 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13848/stat : 13848 (java) S 13832 13835 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36425666 9924202496 34739 33554432000 1073741824 1073778376 140733809075168 140540563740296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13849] ppid=13832 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13849/stat : 13849 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425668 9924202496 34739 33554432000 1073741824 1073778376 140733809075168 140540562689040 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13850] ppid=13832 vsize=9691604 CPUtime=0.56 cores=1,3,5,7
/proc/13835/task/13850/stat : 13850 (java) S 13832 13835 12165 0 -1 4202560 4153 0 0 0 56 0 0 0 20 0 19 0 36425668 9924202496 34739 33554432000 1073741824 1073778376 140733809075168 140540561635384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13851] ppid=13832 vsize=9691604 CPUtime=1.18 cores=1,3,5,7
/proc/13835/task/13851/stat : 13851 (java) S 13832 13835 12165 0 -1 4202560 13606 0 0 0 116 2 0 0 20 0 19 0 36425668 9924202496 34739 33554432000 1073741824 1073778376 140733809075168 140540560582840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13852] ppid=13832 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13852/stat : 13852 (java) S 13832 13835 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36425668 9924202496 34739 33554432000 1073741824 1073778376 140733809075168 140540559530488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13853] ppid=13832 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13853/stat : 13853 (java) S 13832 13835 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36425668 9924202496 34739 33554432000 1073741824 1073778376 140733809075168 140540558478152 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13921] ppid=13832 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13921/stat : 13921 (java) R 13832 13835 12165 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36428304 9924202496 34739 33554432000 1073741824 1073778376 140733809075168 140540556323944 217413903533 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 28.16
Current children cumulated vsize (KiB) 9625040

Child status: 30

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

Real time (s): 26.4232
CPU time (s): 28.16
CPU user time (s): 28.11
CPU system time (s): 0.05
CPU usage (%): 106.573
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.0277
system time used= 0.071989
maximum resident set size= 138980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21527
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= 868
involuntary context switches= 93

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.180972 second user time and 0.252961 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-19 15:42:52
IDJOB=4109904
IDBENCH=78963
IDSOLVER=2551
FILE ID=node122/4109904-1466343772
RUNJOBID= node122-1466341819-12182
PBS_JOBID= 19922031
Free space on /tmp= 71744 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.1900583053--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109904-1466343772/watcher-4109904-1466343772 -o /tmp/evaluation-result-4109904-1466343772/solver-4109904-1466343772 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466341819-12182 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109904-1466343772.wbo

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

MD5SUM BENCH= 56cc5d1f816d97170bd91f7584a55091
RANDOM SEED=48037293

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29765876 kB
Buffers:          176516 kB
Cached:           350564 kB
SwapCached:            0 kB
Active:           304036 kB
Inactive:         398508 kB
Active(anon):     168376 kB
Inactive(anon):     9900 kB
Active(file):     135660 kB
Inactive(file):   388608 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               976 kB
Writeback:             0 kB
AnonPages:       1899856 kB
Mapped:            21068 kB
Shmem:               204 kB
Slab:             615348 kB
SReclaimable:      58932 kB
SUnreclaim:       556416 kB
KernelStack:        1760 kB
PageTables:         8052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2344104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    325632 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= 71744 MiB
End job on node122 at 2016-06-19 15:43:19