Trace number 4110244

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.4618 13.0281

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110969577--soft-0-100-0.wbo
MD5SUMd7224815986b77e3e6ab0ebb98086e1f
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark5.38818
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1255
Number of bits of the biggest sum of numbers11
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.10	c solving HOME/instance-4110244-1466343855.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.054s.
0.11/0.16	c declared #vars     169
0.11/0.16	c internal #vars     270
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.11/0.16	c 101 constraints processed.
0.11/0.16	c objective function length is 101 literals
0.28/0.28	c SATISFIABLE
0.28/0.28	c OPTIMIZING...
0.28/0.28	c Got one! Elapsed wall clock time (in seconds):0.177
0.28/0.28	o 398
0.28/0.29	c Got one! Elapsed wall clock time (in seconds):0.185
0.28/0.29	o 394
0.28/0.29	c Got one! Elapsed wall clock time (in seconds):0.188
0.28/0.29	o 387
0.52/0.30	c Got one! Elapsed wall clock time (in seconds):0.193
0.52/0.30	o 378
0.52/0.30	c Got one! Elapsed wall clock time (in seconds):0.199
0.52/0.30	o 376
0.52/0.30	c Got one! Elapsed wall clock time (in seconds):0.202
0.52/0.30	o 373
0.52/0.32	c Got one! Elapsed wall clock time (in seconds):0.216
0.52/0.32	o 368
0.52/0.33	c Got one! Elapsed wall clock time (in seconds):0.225
0.52/0.33	o 362
0.52/0.36	c Got one! Elapsed wall clock time (in seconds):0.253
0.52/0.36	o 346
0.80/0.52	c Got one! Elapsed wall clock time (in seconds):0.412
0.80/0.52	o 338
0.80/0.59	c Got one! Elapsed wall clock time (in seconds):0.49
0.80/0.59	o 335
0.96/0.60	c Got one! Elapsed wall clock time (in seconds):0.501
0.96/0.60	o 331
0.96/0.63	c Got one! Elapsed wall clock time (in seconds):0.527
0.96/0.63	o 329
0.96/0.66	c Got one! Elapsed wall clock time (in seconds):0.559
0.96/0.66	o 322
0.96/0.67	c Got one! Elapsed wall clock time (in seconds):0.567
0.96/0.67	o 309
0.96/0.68	c Got one! Elapsed wall clock time (in seconds):0.575
0.96/0.68	o 301
0.96/0.69	c Got one! Elapsed wall clock time (in seconds):0.591
0.96/0.69	o 299
1.07/0.74	c Got one! Elapsed wall clock time (in seconds):0.633
1.07/0.74	o 298
1.07/0.74	c Got one! Elapsed wall clock time (in seconds):0.639
1.07/0.74	o 297
1.21/0.82	c cleaning 5345 clauses out of 10705 with flag 3726/10705
1.21/0.84	c Got one! Elapsed wall clock time (in seconds):0.741
1.21/0.84	o 286
1.33/0.91	c Got one! Elapsed wall clock time (in seconds):0.804
1.33/0.91	o 285
1.33/0.95	c Got one! Elapsed wall clock time (in seconds):0.843
1.33/0.95	o 277
1.33/0.96	c Got one! Elapsed wall clock time (in seconds):0.859
1.33/0.96	o 265
1.47/1.07	c Got one! Elapsed wall clock time (in seconds):0.964
1.47/1.07	o 259
1.47/1.09	c Got one! Elapsed wall clock time (in seconds):0.982
1.47/1.09	o 253
1.68/1.11	c Got one! Elapsed wall clock time (in seconds):1.011
1.68/1.11	o 249
1.78/1.23	c cleaning 6797 clauses out of 13600 with flag 8410/18945
1.78/1.24	c Got one! Elapsed wall clock time (in seconds):1.134
1.78/1.24	o 247
1.88/1.36	c Got one! Elapsed wall clock time (in seconds):1.261
1.88/1.36	o 217
1.98/1.41	c Got one! Elapsed wall clock time (in seconds):1.309
1.98/1.41	o 216
1.98/1.42	c Got one! Elapsed wall clock time (in seconds):1.319
1.98/1.42	o 207
1.98/1.46	c Got one! Elapsed wall clock time (in seconds):1.356
1.98/1.46	o 187
2.18/1.60	c Got one! Elapsed wall clock time (in seconds):1.495
2.18/1.60	o 185
2.18/1.66	c cleaning 7573 clauses out of 15159 with flag 3740/27301
2.30/1.75	c Got one! Elapsed wall clock time (in seconds):1.648
2.30/1.75	o 178
2.30/1.76	c Got one! Elapsed wall clock time (in seconds):1.658
2.30/1.76	o 176
2.40/1.80	c Got one! Elapsed wall clock time (in seconds):1.702
2.40/1.80	o 174
2.40/1.85	c Got one! Elapsed wall clock time (in seconds):1.745
2.40/1.85	o 171
2.40/1.86	c Got one! Elapsed wall clock time (in seconds):1.754
2.40/1.86	o 170
2.40/1.89	c Got one! Elapsed wall clock time (in seconds):1.783
2.40/1.89	o 169
2.53/1.90	c Got one! Elapsed wall clock time (in seconds):1.794
2.53/1.90	o 166
2.53/1.91	c Got one! Elapsed wall clock time (in seconds):1.803
2.53/1.91	o 165
2.68/2.00	c Got one! Elapsed wall clock time (in seconds):1.899
2.68/2.00	o 160
2.78/2.13	c cleaning 8247 clauses out of 16495 with flag 9276/36210
2.78/2.16	c Got one! Elapsed wall clock time (in seconds):2.062
2.78/2.16	o 157
2.78/2.18	c Got one! Elapsed wall clock time (in seconds):2.073
2.78/2.18	o 156
2.89/2.23	c Got one! Elapsed wall clock time (in seconds):2.126
2.89/2.23	o 153
2.89/2.24	c Got one! Elapsed wall clock time (in seconds):2.139
2.89/2.24	o 143
2.89/2.26	c Got one! Elapsed wall clock time (in seconds):2.153
2.89/2.26	o 140
2.89/2.28	c Got one! Elapsed wall clock time (in seconds):2.173
2.89/2.28	o 134
2.89/2.30	c Got one! Elapsed wall clock time (in seconds):2.197
2.89/2.30	o 125
2.99/2.32	c Got one! Elapsed wall clock time (in seconds):2.215
2.99/2.32	o 115
2.99/2.34	c Got one! Elapsed wall clock time (in seconds):2.235
2.99/2.34	o 112
3.10/2.43	c Got one! Elapsed wall clock time (in seconds):2.332
3.10/2.43	o 107
3.10/2.47	c Got one! Elapsed wall clock time (in seconds):2.364
3.10/2.47	o 95
3.10/2.49	c Got one! Elapsed wall clock time (in seconds):2.391
3.10/2.49	o 88
3.30/2.62	c Got one! Elapsed wall clock time (in seconds):2.518
3.30/2.62	o 81
3.44/2.73	c cleaning 9153 clauses out of 18305 with flag 3279/46267
4.01/3.03	c cleaning 7574 clauses out of 15151 with flag 25338/52266
4.60/3.39	c cleaning 7284 clauses out of 14578 with flag 52112/59267
4.78/3.44	c Got one! Elapsed wall clock time (in seconds):3.336
4.78/3.44	o 79
4.98/3.62	c cleaning 6275 clauses out of 12552 with flag 16261/64525
4.98/3.66	c Got one! Elapsed wall clock time (in seconds):3.561
4.98/3.66	o 75
5.18/3.81	c Got one! Elapsed wall clock time (in seconds):3.707
5.18/3.81	o 73
5.18/3.87	c cleaning 5942 clauses out of 11897 with flag 4066/70145
5.39/4.06	c Got one! Elapsed wall clock time (in seconds):3.954
5.39/4.06	o 72
5.49/4.11	c cleaning 5766 clauses out of 11543 with flag 3922/75733
5.59/4.27	c Got one! Elapsed wall clock time (in seconds):4.167
5.59/4.27	o 71
5.70/4.30	c Got one! Elapsed wall clock time (in seconds):4.195
5.70/4.30	o 70
5.70/4.35	c cleaning 5694 clauses out of 11400 with flag 5194/81356
5.82/4.49	c Got one! Elapsed wall clock time (in seconds):4.386
5.82/4.49	o 54
5.92/4.53	c Got one! Elapsed wall clock time (in seconds):4.428
5.92/4.53	o 51
5.92/4.58	c cleaning 5523 clauses out of 11065 with flag 3992/86715
6.21/4.81	c cleaning 5769 clauses out of 11542 with flag 25806/92715
6.21/4.86	c Got one! Elapsed wall clock time (in seconds):4.761
6.21/4.86	o 47
6.31/4.96	c Got one! Elapsed wall clock time (in seconds):4.858
6.31/4.96	o 46
6.41/5.05	c cleaning 5909 clauses out of 11832 with flag 8106/98774
6.61/5.28	c cleaning 5962 clauses out of 11923 with flag 36291/104774
6.91/5.56	c Got one! Elapsed wall clock time (in seconds):5.454
6.91/5.56	o 45
6.91/5.59	c Got one! Elapsed wall clock time (in seconds):5.487
6.91/5.59	o 44
7.21/5.84	c cleaning 9211 clauses out of 18430 with flag 22995/117243
7.41/6.07	c cleaning 7606 clauses out of 15217 with flag 41962/123242
7.72/6.34	c cleaning 7305 clauses out of 14613 with flag 64740/130244
7.92/6.50	c Got one! Elapsed wall clock time (in seconds):6.397
7.92/6.50	o 38
7.92/6.55	c cleaning 6532 clauses out of 13072 with flag 3357/136009
8.12/6.76	c cleaning 6262 clauses out of 12539 with flag 23062/142009
8.42/7.04	c cleaning 6636 clauses out of 13277 with flag 45689/149009
8.42/7.06	c Got one! Elapsed wall clock time (in seconds):6.961
8.42/7.06	o 35
8.62/7.27	c cleaning 6216 clauses out of 12453 with flag 17601/154821
8.82/7.44	c Got one! Elapsed wall clock time (in seconds):7.336
8.82/7.44	o 33
9.02/7.66	c cleaning 8117 clauses out of 16241 with flag 18156/164825
9.12/7.76	c Got one! Elapsed wall clock time (in seconds):7.662
9.12/7.76	o 32
9.23/7.89	c cleaning 7044 clauses out of 14093 with flag 10466/170794
9.52/8.10	c cleaning 6522 clauses out of 13045 with flag 30796/176790
9.52/8.17	c Got one! Elapsed wall clock time (in seconds):8.063
9.52/8.17	o 30
9.74/8.33	c cleaning 6219 clauses out of 12452 with flag 14072/182720
9.94/8.55	c cleaning 6100 clauses out of 12233 with flag 35934/188720
10.25/8.81	c cleaning 6564 clauses out of 13132 with flag 60317/195720
10.54/9.12	c cleaning 7280 clauses out of 14568 with flag 88086/203720
10.84/9.49	c cleaning 8134 clauses out of 16287 with flag 120222/212720
11.04/9.69	c Got one! Elapsed wall clock time (in seconds):9.585
11.04/9.69	o 27
11.35/9.92	c cleaning 9173 clauses out of 18348 with flag 19771/222915
11.35/9.92	c Got one! Elapsed wall clock time (in seconds):9.818
11.35/9.92	o 25
11.54/10.11	c cleaning 7131 clauses out of 14281 with flag 16877/228022
11.74/10.33	c cleaning 6569 clauses out of 13150 with flag 39514/234022
11.94/10.58	c cleaning 6785 clauses out of 13579 with flag 63300/241021
12.24/10.88	c cleaning 7385 clauses out of 14793 with flag 91901/249021
12.34/10.96	c Got one! Elapsed wall clock time (in seconds):10.857
12.34/10.96	o 21
12.44/11.08	c cleaning 6397 clauses out of 12801 with flag 11346/254415
12.64/11.29	c cleaning 6200 clauses out of 12403 with flag 32699/260415
12.94/11.54	c cleaning 6597 clauses out of 13203 with flag 56803/267415
13.04/11.64	c Got one! Elapsed wall clock time (in seconds):11.541
13.04/11.64	o 20
13.14/11.72	c cleaning 5932 clauses out of 11876 with flag 7590/272685
13.34/11.93	c cleaning 5962 clauses out of 11939 with flag 27873/278682
13.54/12.17	c cleaning 6483 clauses out of 12976 with flag 52273/285683
13.74/12.32	c Got one! Elapsed wall clock time (in seconds):12.219
13.74/12.32	o 19
13.74/12.37	c cleaning 6048 clauses out of 12106 with flag 3786/291297
13.94/12.59	c cleaning 6022 clauses out of 12056 with flag 25298/297297
14.24/12.85	c cleaning 6511 clauses out of 13030 with flag 50282/304297
14.34/12.90	c Got one! Elapsed wall clock time (in seconds):12.799
14.34/12.90	o 14
14.34/12.93	c Got one! Elapsed wall clock time (in seconds):12.83
14.34/12.93	o 12
14.34/12.96	c Got one! Elapsed wall clock time (in seconds):12.858
14.34/12.96	o 10
14.44/13.01	c Got one! Elapsed wall clock time (in seconds):12.903
14.44/13.01	o 6
14.44/13.01	c Got one! Elapsed wall clock time (in seconds):12.909
14.44/13.01	o 4
14.44/13.02	c starts		: 243
14.44/13.02	c conflicts		: 308807
14.44/13.02	c decisions		: 533153
14.44/13.02	c propagations		: 9077150
14.44/13.02	c inspects		: 143093584
14.44/13.02	c shortcuts		: 0
14.44/13.02	c learnt literals	: 25
14.44/13.02	c learnt binary clauses	: 25
14.44/13.02	c learnt ternary clauses	: 763
14.44/13.02	c learnt constraints	: 308782
14.44/13.02	c ignored constraints	: 0
14.44/13.02	c root simplifications	: 0
14.44/13.02	c removed literals (reason simplification)	: 0
14.44/13.02	c reason swapping (by a shorter reason)	: 0
14.44/13.02	c Calls to reduceDB	: 44
14.44/13.02	c Number of update (reduction) of LBD	: 87822
14.44/13.02	c Imported unit clauses	: 0
14.44/13.02	c number of reductions to clauses (during analyze)	: 0
14.44/13.02	c number of learned constraints concerned by reduction	: 0
14.44/13.02	c number of learning phase by resolution	: 0
14.44/13.02	c number of learning phase by cutting planes	: 0
14.44/13.02	c speed (assignments/second)	: 705953.4919894229
14.44/13.02	c non guided choices	4025
14.44/13.02	c learnt constraints type 
14.44/13.02	s OPTIMUM FOUND
14.44/13.02	c Found 81 solution(s)
14.44/13.02	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 
14.44/13.02	c objective function=4
14.44/13.02	c Total wall clock time (in seconds): 12.918

Verifier Data

OK	4

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-4110244-1466343855/watcher-4110244-1466343855 -o /tmp/evaluation-result-4110244-1466343855/solver-4110244-1466343855 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466341813-22416 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4110244-1466343855.wbo 

pid=24912
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.46 2.36 2.04 3/196 24915
/proc/meminfo: memFree=29944196/32872528 swapFree=1482636/1662508
[pid=24915] ppid=24912 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/24915/stat : 24915 (java) S 24912 24915 22399 0 -1 4202496 1252 0 0 0 0 0 0 0 20 0 2 0 36431911 91889664 894 33554432000 1073741824 1073778376 140736715424640 140736715415776 273909055549 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24915/statm: 22434 894 678 9 0 16769 0
[pid=24915/tid=24916] ppid=24912 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24916/stat : 24916 (java) R 24912 24915 22399 0 -1 4202560 55 0 0 0 0 0 0 0 20 0 2 0 36431912 94019584 913 33554432000 1073741824 1073778376 140736715424640 140736715413704 273905696597 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100169 s]
/proc/loadavg: 2.46 2.36 2.04 3/196 24915
/proc/meminfo: memFree=29944196/32872528 swapFree=1482636/1662508
[pid=24915] ppid=24912 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/24915/stat : 24915 (java) S 24912 24915 22399 0 -1 4202496 4444 0 1 0 10 1 0 0 20 0 18 0 36431911 9787879424 6069 33554432000 1073741824 1073778376 140736715424640 140736715415776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24915/statm: 2389619 6069 2155 9 0 2380296 0
[pid=24915/tid=24916] ppid=24912 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/24915/task/24916/stat : 24916 (java) R 24912 24915 22399 0 -1 4202560 2372 0 1 0 7 0 0 0 20 0 18 0 36431912 9787879424 6069 33554432000 1073741824 1073778376 140736715424640 139733658061728 273909081357 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200388 s]
/proc/loadavg: 2.46 2.36 2.04 3/196 24915
/proc/meminfo: memFree=29944196/32872528 swapFree=1482636/1662508
[pid=24915] ppid=24912 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/24915/stat : 24915 (java) S 24912 24915 22399 0 -1 4202496 6418 0 1 0 27 1 0 0 20 0 19 0 36431911 9856040960 8024 33554432000 1073741824 1073778376 140736715424640 140736715415776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24915/statm: 2406260 8024 2233 9 0 2396937 0
[pid=24915/tid=24916] ppid=24912 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/24915/task/24916/stat : 24916 (java) R 24912 24915 22399 0 -1 4202560 2402 0 1 0 17 0 0 0 20 0 19 0 36431912 9856040960 8024 33554432000 1073741824 1073778376 140736715424640 139733658063488 139733489648253 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300371 s]
/proc/loadavg: 2.46 2.36 2.04 3/196 24915
/proc/meminfo: memFree=29944196/32872528 swapFree=1482636/1662508
[pid=24915] ppid=24912 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/24915/stat : 24915 (java) S 24912 24915 22399 0 -1 4202496 7032 0 1 0 51 1 0 0 20 0 19 0 36431911 9856040960 8448 33554432000 1073741824 1073778376 140736715424640 140736715415776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24915/statm: 2406260 8448 2243 9 0 2396937 0
[pid=24915/tid=24916] ppid=24912 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/24915/task/24916/stat : 24916 (java) R 24912 24915 22399 0 -1 4202560 2404 0 1 0 27 0 0 0 20 0 19 0 36431912 9856040960 8448 33554432000 1073741824 1073778376 140736715424640 139733658063000 139733489532223 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700305 s]
/proc/loadavg: 2.46 2.36 2.04 3/196 24915
/proc/meminfo: memFree=29944196/32872528 swapFree=1482636/1662508
[pid=24915] ppid=24912 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/24915/stat : 24915 (java) S 24912 24915 22399 0 -1 4202496 9000 0 1 0 105 2 0 0 20 0 19 0 36431911 9856040960 9610 33554432000 1073741824 1073778376 140736715424640 140736715415776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24915/statm: 2406260 9610 2254 9 0 2396937 0
[pid=24915/tid=24916] ppid=24912 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/24915/task/24916/stat : 24916 (java) R 24912 24915 22399 0 -1 4202560 2405 0 1 0 67 0 0 0 20 0 19 0 36431912 9856040960 9610 33554432000 1073741824 1073778376 140736715424640 139733658062968 139733489957252 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.46 2.36 2.04 4/215 24934
/proc/meminfo: memFree=29900152/32872528 swapFree=1482636/1662508
[pid=24915] ppid=24912 vsize=9625040 CPUtime=2.08 cores=1,3,5,7
/proc/24915/stat : 24915 (java) S 24912 24915 22399 0 -1 4202496 11230 0 1 0 206 2 0 0 20 0 19 0 36431911 9856040960 11231 33554432000 1073741824 1073778376 140736715424640 140736715415776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24915/statm: 2406260 11231 2261 9 0 2396937 0
[pid=24915/tid=24916] ppid=24912 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/24915/task/24916/stat : 24916 (java) R 24912 24915 22399 0 -1 4202560 2409 0 1 0 147 0 0 0 20 0 19 0 36431912 9856040960 11231 33554432000 1073741824 1073778376 140736715424640 139733658054960 139733489847396 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24915/tid=24918] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24918/stat : 24918 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 11231 33554432000 1073741824 1073778376 140736715424640 139733619554984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24919] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24919/stat : 24919 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 11231 33554432000 1073741824 1073778376 140736715424640 139733618502440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24915/tid=24920] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24920/stat : 24920 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 11231 33554432000 1073741824 1073778376 140736715424640 139733617449896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24915/tid=24921] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24921/stat : 24921 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 11231 33554432000 1073741824 1073778376 140736715424640 139733616397352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24915/tid=24922] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24922/stat : 24922 (java) S 24912 24915 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 11231 33554432000 1073741824 1073778376 140736715424640 139733615343784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24923] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24923/stat : 24923 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 11231 33554432000 1073741824 1073778376 140736715424640 139733614291240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24915/tid=24924] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24924/stat : 24924 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 11231 33554432000 1073741824 1073778376 140736715424640 139733613238696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24915/tid=24925] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24925/stat : 24925 (java) S 24912 24915 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 11231 33554432000 1073741824 1073778376 140736715424640 139733612186152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24926] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24926/stat : 24926 (java) S 24912 24915 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36431914 9856040960 11231 33554432000 1073741824 1073778376 140736715424640 139733482044008 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24927] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24927/stat : 24927 (java) S 24912 24915 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36431914 9856040960 11231 33554432000 1073741824 1073778376 140736715424640 139733480990328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24928] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24928/stat : 24928 (java) S 24912 24915 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431914 9856040960 11231 33554432000 1073741824 1073778376 140736715424640 139733479937672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24929] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24929/stat : 24929 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431916 9856040960 11231 33554432000 1073741824 1073778376 140736715424640 139733478886416 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24930] ppid=24912 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/24915/task/24930/stat : 24930 (java) S 24912 24915 22399 0 -1 4202560 4602 0 0 0 36 0 0 0 20 0 19 0 36431916 9856040960 11231 33554432000 1073741824 1073778376 140736715424640 139733477832760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24931] ppid=24912 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/24915/task/24931/stat : 24931 (java) S 24912 24915 22399 0 -1 4202560 2946 0 0 0 21 0 0 0 20 0 19 0 36431916 9856040960 11231 33554432000 1073741824 1073778376 140736715424640 139733476780216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24915/tid=24932] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24932/stat : 24932 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431916 9856040960 11231 33554432000 1073741824 1073778376 140736715424640 139733475727864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24915/tid=24933] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24933/stat : 24933 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431916 9856040960 11231 33554432000 1073741824 1073778376 140736715424640 139733474675528 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24915/tid=24934] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24934/stat : 24934 (java) S 24912 24915 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431928 9856040960 11231 33554432000 1073741824 1073778376 140736715424640 139732466001192 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.46 2.36 2.04 3/215 24934
/proc/meminfo: memFree=29892204/32872528 swapFree=1482636/1662508
[pid=24915] ppid=24912 vsize=9625040 CPUtime=4.19 cores=1,3,5,7
/proc/24915/stat : 24915 (java) S 24912 24915 22399 0 -1 4202496 20114 0 1 0 416 3 0 0 20 0 19 0 36431911 9856040960 17429 33554432000 1073741824 1073778376 140736715424640 140736715415776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24915/statm: 2406260 17429 2262 9 0 2396937 0
[pid=24915/tid=24916] ppid=24912 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/24915/task/24916/stat : 24916 (java) R 24912 24915 22399 0 -1 4202560 2413 0 1 0 305 0 0 0 20 0 19 0 36431912 9856040960 17429 33554432000 1073741824 1073778376 140736715424640 139733658054336 139733489874420 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24915/tid=24918] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24918/stat : 24918 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 17429 33554432000 1073741824 1073778376 140736715424640 139733619554984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24919] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24919/stat : 24919 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 17429 33554432000 1073741824 1073778376 140736715424640 139733618502440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24915/tid=24920] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24920/stat : 24920 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 17429 33554432000 1073741824 1073778376 140736715424640 139733617449896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24915/tid=24921] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24921/stat : 24921 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 17429 33554432000 1073741824 1073778376 140736715424640 139733616397352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24915/tid=24922] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24922/stat : 24922 (java) S 24912 24915 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 17429 33554432000 1073741824 1073778376 140736715424640 139733615343784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24923] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24923/stat : 24923 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 17429 33554432000 1073741824 1073778376 140736715424640 139733614291240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24915/tid=24924] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24924/stat : 24924 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 17429 33554432000 1073741824 1073778376 140736715424640 139733613238696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24915/tid=24925] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24925/stat : 24925 (java) S 24912 24915 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 17429 33554432000 1073741824 1073778376 140736715424640 139733612186152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24926] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24926/stat : 24926 (java) S 24912 24915 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36431914 9856040960 17429 33554432000 1073741824 1073778376 140736715424640 139733482044008 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24915/tid=24927] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24927/stat : 24927 (java) S 24912 24915 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36431914 9856040960 17429 33554432000 1073741824 1073778376 140736715424640 139733480990328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24928] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24928/stat : 24928 (java) S 24912 24915 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431914 9856040960 17429 33554432000 1073741824 1073778376 140736715424640 139733479937672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24929] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24929/stat : 24929 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431916 9856040960 17429 33554432000 1073741824 1073778376 140736715424640 139733478886416 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24930] ppid=24912 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/24915/task/24930/stat : 24930 (java) S 24912 24915 22399 0 -1 4202560 5037 0 0 0 48 0 0 0 20 0 19 0 36431916 9856040960 17429 33554432000 1073741824 1073778376 140736715424640 139733477832760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24931] ppid=24912 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/24915/task/24931/stat : 24931 (java) R 24912 24915 22399 0 -1 4202560 11391 0 0 0 61 1 0 0 20 0 19 0 36431916 9856040960 17429 33554432000 1073741824 1073778376 140736715424640 139733476770296 139733660929745 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24915/tid=24932] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24932/stat : 24932 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431916 9856040960 17429 33554432000 1073741824 1073778376 140736715424640 139733475727864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24915/tid=24933] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24933/stat : 24933 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431916 9856040960 17429 33554432000 1073741824 1073778376 140736715424640 139733474675528 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24915/tid=24934] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24934/stat : 24934 (java) S 24912 24915 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431928 9856040960 17429 33554432000 1073741824 1073778376 140736715424640 139732466001192 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.43 2.35 2.04 4/215 24934
/proc/meminfo: memFree=29842896/32872528 swapFree=1482636/1662508
[pid=24915] ppid=24912 vsize=9625040 CPUtime=7.72 cores=1,3,5,7
/proc/24915/stat : 24915 (java) S 24912 24915 22399 0 -1 4202496 20743 0 1 0 768 4 0 0 20 0 19 0 36431911 9856040960 21985 33554432000 1073741824 1073778376 140736715424640 140736715415776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24915/statm: 2406260 21985 2264 9 0 2396937 0
[pid=24915/tid=24916] ppid=24912 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/24915/task/24916/stat : 24916 (java) R 24912 24915 22399 0 -1 4202560 2424 0 1 0 622 1 0 0 20 0 19 0 36431912 9856040960 21985 33554432000 1073741824 1073778376 140736715424640 139733658063064 139733489919646 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24915/tid=24918] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24918/stat : 24918 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 21985 33554432000 1073741824 1073778376 140736715424640 139733619554984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24919] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24919/stat : 24919 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 21985 33554432000 1073741824 1073778376 140736715424640 139733618502440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24915/tid=24920] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24920/stat : 24920 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 21985 33554432000 1073741824 1073778376 140736715424640 139733617449896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24915/tid=24921] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24921/stat : 24921 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 21985 33554432000 1073741824 1073778376 140736715424640 139733616397352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24915/tid=24922] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24922/stat : 24922 (java) S 24912 24915 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 21985 33554432000 1073741824 1073778376 140736715424640 139733615343784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24923] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24923/stat : 24923 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 21985 33554432000 1073741824 1073778376 140736715424640 139733614291240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24915/tid=24924] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24924/stat : 24924 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 21985 33554432000 1073741824 1073778376 140736715424640 139733613238696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24915/tid=24925] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24925/stat : 24925 (java) S 24912 24915 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 21985 33554432000 1073741824 1073778376 140736715424640 139733612186152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24926] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24926/stat : 24926 (java) S 24912 24915 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36431914 9856040960 21985 33554432000 1073741824 1073778376 140736715424640 139733482044008 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24915/tid=24927] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24927/stat : 24927 (java) S 24912 24915 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36431914 9856040960 21985 33554432000 1073741824 1073778376 140736715424640 139733480990328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24928] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24928/stat : 24928 (java) S 24912 24915 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431914 9856040960 21985 33554432000 1073741824 1073778376 140736715424640 139733479937672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24929] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24929/stat : 24929 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431916 9856040960 21985 33554432000 1073741824 1073778376 140736715424640 139733478886416 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24930] ppid=24912 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/24915/task/24930/stat : 24930 (java) S 24912 24915 22399 0 -1 4202560 5037 0 0 0 50 0 0 0 20 0 19 0 36431916 9856040960 21985 33554432000 1073741824 1073778376 140736715424640 139733477832760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24931] ppid=24912 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/24915/task/24931/stat : 24931 (java) S 24912 24915 22399 0 -1 4202560 12008 0 0 0 92 1 0 0 20 0 19 0 36431916 9856040960 21985 33554432000 1073741824 1073778376 140736715424640 139733476780216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24915/tid=24932] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24932/stat : 24932 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431916 9856040960 21985 33554432000 1073741824 1073778376 140736715424640 139733475727864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24915/tid=24933] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24933/stat : 24933 (java) S 24912 24915 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36431916 9856040960 21985 33554432000 1073741824 1073778376 140736715424640 139733474675528 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24915/tid=24934] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24934/stat : 24934 (java) S 24912 24915 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431928 9856040960 21985 33554432000 1073741824 1073778376 140736715424640 139732466001192 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 2.39 2.35 2.04 3/215 24999
/proc/meminfo: memFree=29804492/32872528 swapFree=1482636/1662508
[pid=24915] ppid=24912 vsize=9625040 CPUtime=14.14 cores=1,3,5,7
/proc/24915/stat : 24915 (java) S 24912 24915 22399 0 -1 4202496 20761 0 1 0 1410 4 0 0 20 0 19 0 36431911 9856040960 28681 33554432000 1073741824 1073778376 140736715424640 140736715415776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24915/statm: 2406260 28681 2264 9 0 2396937 0
[pid=24915/tid=24916] ppid=24912 vsize=9625040 CPUtime=12.61 cores=1,3,5,7
/proc/24915/task/24916/stat : 24916 (java) R 24912 24915 22399 0 -1 4202560 2442 0 1 0 1260 1 0 0 20 0 19 0 36431912 9856040960 28681 33554432000 1073741824 1073778376 140736715424640 139733658054352 139733489865255 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24915/tid=24918] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24918/stat : 24918 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 28681 33554432000 1073741824 1073778376 140736715424640 139733619554984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24919] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24919/stat : 24919 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 28681 33554432000 1073741824 1073778376 140736715424640 139733618502440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24915/tid=24920] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24920/stat : 24920 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 28681 33554432000 1073741824 1073778376 140736715424640 139733617449896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24915/tid=24921] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24921/stat : 24921 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 28681 33554432000 1073741824 1073778376 140736715424640 139733616397352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24915/tid=24922] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24922/stat : 24922 (java) S 24912 24915 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 28681 33554432000 1073741824 1073778376 140736715424640 139733615343784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24923] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24923/stat : 24923 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 28681 33554432000 1073741824 1073778376 140736715424640 139733614291240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24915/tid=24924] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24924/stat : 24924 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 28681 33554432000 1073741824 1073778376 140736715424640 139733613238696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24915/tid=24925] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24925/stat : 24925 (java) S 24912 24915 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 28681 33554432000 1073741824 1073778376 140736715424640 139733612186152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24926] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24926/stat : 24926 (java) S 24912 24915 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36431914 9856040960 28681 33554432000 1073741824 1073778376 140736715424640 139733482044008 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24915/tid=24927] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24927/stat : 24927 (java) S 24912 24915 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36431914 9856040960 28681 33554432000 1073741824 1073778376 140736715424640 139733480990328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24928] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24928/stat : 24928 (java) S 24912 24915 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431914 9856040960 28681 33554432000 1073741824 1073778376 140736715424640 139733479937672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24929] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24929/stat : 24929 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431916 9856040960 28681 33554432000 1073741824 1073778376 140736715424640 139733478886416 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24930] ppid=24912 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/24915/task/24930/stat : 24930 (java) S 24912 24915 22399 0 -1 4202560 5037 0 0 0 53 0 0 0 20 0 19 0 36431916 9856040960 28681 33554432000 1073741824 1073778376 140736715424640 139733477832760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24931] ppid=24912 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/24915/task/24931/stat : 24931 (java) S 24912 24915 22399 0 -1 4202560 12008 0 0 0 92 2 0 0 20 0 19 0 36431916 9856040960 28681 33554432000 1073741824 1073778376 140736715424640 139733476780216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24915/tid=24932] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24932/stat : 24932 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431916 9856040960 28681 33554432000 1073741824 1073778376 140736715424640 139733475727864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24915/tid=24933] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24933/stat : 24933 (java) S 24912 24915 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36431916 9856040960 28681 33554432000 1073741824 1073778376 140736715424640 139733474675528 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24915/tid=24934] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24934/stat : 24934 (java) S 24912 24915 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431928 9856040960 28681 33554432000 1073741824 1073778376 140736715424640 139732466001192 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 14.14
Current children cumulated vsize (KiB) 9625040

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

[startup+12.8009 s]
/proc/loadavg: 2.39 2.35 2.04 3/215 24999
/proc/meminfo: memFree=29804492/32872528 swapFree=1482636/1662508
[pid=24915] ppid=24912 vsize=9625040 CPUtime=14.24 cores=1,3,5,7
/proc/24915/stat : 24915 (java) S 24912 24915 22399 0 -1 4202496 20762 0 1 0 1420 4 0 0 20 0 19 0 36431911 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 140736715415776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24915/statm: 2406260 29193 2264 9 0 2396937 0
[pid=24915/tid=24916] ppid=24912 vsize=9625040 CPUtime=12.71 cores=1,3,5,7
/proc/24915/task/24916/stat : 24916 (java) R 24912 24915 22399 0 -1 4202560 2443 0 1 0 1270 1 0 0 20 0 19 0 36431912 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733658054352 139733489677740 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24915/tid=24918] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24918/stat : 24918 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733619554984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24919] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24919/stat : 24919 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733618502440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24915/tid=24920] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24920/stat : 24920 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733617449896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24915/tid=24921] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24921/stat : 24921 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733616397352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24915/tid=24922] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24922/stat : 24922 (java) S 24912 24915 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733615343784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24923] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24923/stat : 24923 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733614291240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24915/tid=24924] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24924/stat : 24924 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733613238696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24915/tid=24925] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24925/stat : 24925 (java) S 24912 24915 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733612186152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24926] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24926/stat : 24926 (java) S 24912 24915 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36431914 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733482044008 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24915/tid=24927] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24927/stat : 24927 (java) S 24912 24915 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36431914 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733480990328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24928] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24928/stat : 24928 (java) S 24912 24915 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431914 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733479937672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24929] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24929/stat : 24929 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431916 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733478886416 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24930] ppid=24912 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/24915/task/24930/stat : 24930 (java) S 24912 24915 22399 0 -1 4202560 5037 0 0 0 53 0 0 0 20 0 19 0 36431916 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733477832760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24931] ppid=24912 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/24915/task/24931/stat : 24931 (java) S 24912 24915 22399 0 -1 4202560 12008 0 0 0 92 2 0 0 20 0 19 0 36431916 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733476780216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24915/tid=24932] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24932/stat : 24932 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431916 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733475727864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24915/tid=24933] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24933/stat : 24933 (java) S 24912 24915 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36431916 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733474675528 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24915/tid=24934] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24934/stat : 24934 (java) S 24912 24915 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431928 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139732466001192 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 14.24
Current children cumulated vsize (KiB) 9625040

[startup+13.0008 s]
/proc/loadavg: 2.39 2.35 2.04 3/215 24999
/proc/meminfo: memFree=29804492/32872528 swapFree=1482636/1662508
[pid=24915] ppid=24912 vsize=9625040 CPUtime=14.44 cores=1,3,5,7
/proc/24915/stat : 24915 (java) S 24912 24915 22399 0 -1 4202496 20762 0 1 0 1440 4 0 0 20 0 19 0 36431911 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 140736715415776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24915/statm: 2406260 29193 2264 9 0 2396937 0
[pid=24915/tid=24916] ppid=24912 vsize=9625040 CPUtime=12.91 cores=1,3,5,7
/proc/24915/task/24916/stat : 24916 (java) R 24912 24915 22399 0 -1 4202560 2443 0 1 0 1290 1 0 0 20 0 19 0 36431912 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733658054352 139733489919646 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24915/tid=24918] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24918/stat : 24918 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733619554984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24919] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24919/stat : 24919 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733618502440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24915/tid=24920] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24920/stat : 24920 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733617449896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24915/tid=24921] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24921/stat : 24921 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733616397352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24915/tid=24922] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24922/stat : 24922 (java) S 24912 24915 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733615343784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24923] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24923/stat : 24923 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733614291240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24915/tid=24924] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24924/stat : 24924 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733613238696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24915/tid=24925] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24925/stat : 24925 (java) S 24912 24915 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36431913 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733612186152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24926] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24926/stat : 24926 (java) S 24912 24915 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36431914 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733482044008 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24915/tid=24927] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24927/stat : 24927 (java) S 24912 24915 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36431914 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733480990328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24928] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24928/stat : 24928 (java) S 24912 24915 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431914 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733479937672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24929] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24929/stat : 24929 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431916 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733478886416 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24930] ppid=24912 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/24915/task/24930/stat : 24930 (java) S 24912 24915 22399 0 -1 4202560 5037 0 0 0 53 0 0 0 20 0 19 0 36431916 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733477832760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24915/tid=24931] ppid=24912 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/24915/task/24931/stat : 24931 (java) S 24912 24915 22399 0 -1 4202560 12008 0 0 0 92 2 0 0 20 0 19 0 36431916 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733476780216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24915/tid=24932] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24932/stat : 24932 (java) S 24912 24915 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431916 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733475727864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24915/tid=24933] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24933/stat : 24933 (java) S 24912 24915 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36431916 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139733474675528 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24915/tid=24934] ppid=24912 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24915/task/24934/stat : 24934 (java) S 24912 24915 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431928 9856040960 29193 33554432000 1073741824 1073778376 140736715424640 139732466001192 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 14.44
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 13.0281
CPU time (s): 14.4618
CPU user time (s): 14.3998
CPU system time (s): 0.06199
CPU usage (%): 111.005
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.3998
system time used= 0.06199
maximum resident set size= 116836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20785
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= 588
involuntary context switches= 161

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.095985 second user time and 0.111982 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-19 15:44:15
IDJOB=4110244
IDBENCH=79211
IDSOLVER=2551
FILE ID=node134/4110244-1466343855
RUNJOBID= node134-1466341813-22416
PBS_JOBID= 19922019
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110969577--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110244-1466343855/watcher-4110244-1466343855 -o /tmp/evaluation-result-4110244-1466343855/solver-4110244-1466343855 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466341813-22416 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4110244-1466343855.wbo

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

MD5SUM BENCH= d7224815986b77e3e6ab0ebb98086e1f
RANDOM SEED=804118742

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
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		: 2667.020
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:        29944924 kB
Buffers:          196324 kB
Cached:           265556 kB
SwapCached:         1068 kB
Active:           162900 kB
Inactive:         350596 kB
Active(anon):      52224 kB
Inactive(anon):     1732 kB
Active(file):     110676 kB
Inactive(file):   348864 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100176 kB
Dirty:              2068 kB
Writeback:             0 kB
AnonPages:       1801016 kB
Mapped:            15444 kB
Shmem:                 0 kB
Slab:             607552 kB
SReclaimable:      50500 kB
SUnreclaim:       557052 kB
KernelStack:        1672 kB
PageTables:         7576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2351276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    282624 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= 71720 MiB
End job on node134 at 2016-06-19 15:44:28