Trace number 4110341

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 Res+CP PB16MSAT (TO) 1800.01 1785.98

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900564824--soft-0-100-0.wbo
MD5SUM67acad5bcb13fd291a4cc974e7f18780
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark50.06
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 138262
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 138261
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 813
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/0.13	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.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	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.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4110341-1466345944.wbo
0.09/0.13	c reading problem ... 
0.45/0.36	c ... done. Wall clock time 0.235s.
0.45/0.36	c declared #vars     231
0.45/0.36	c internal #vars     2938
0.45/0.36	c #constraints  2707
0.45/0.36	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.45/0.36	c constraints type 
0.45/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.45/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.45/0.37	c 2707 constraints processed.
0.45/0.37	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.45/0.37	c constraints type 
0.45/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2684
0.45/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23
0.45/0.37	c 2707 constraints processed.
0.45/0.37	c objective function length is 2707 literals
1.11/0.50	c And the winner is solver0
1.31/0.87	c SATISFIABLE
1.31/0.87	c OPTIMIZING...
1.31/0.87	c Got one! Elapsed wall clock time (in seconds):0.741
1.31/0.87	o 509
1.38/0.92	c And the winner is solver0
1.59/1.40	c Got one! Elapsed wall clock time (in seconds):1.269
1.59/1.40	o 439
1.59/1.44	c And the winner is solver0
1.86/1.91	c Got one! Elapsed wall clock time (in seconds):1.782
1.86/1.91	o 382
1.86/1.93	c And the winner is solver0
1.91/2.42	c Got one! Elapsed wall clock time (in seconds):2.292
1.91/2.42	o 336
1.91/2.43	c And the winner is solver0
1.98/2.93	c Got one! Elapsed wall clock time (in seconds):2.799
1.98/2.93	o 316
2.24/3.04	c And the winner is solver0
2.54/3.43	c Got one! Elapsed wall clock time (in seconds):3.305
2.54/3.43	o 310
2.54/3.44	c And the winner is solver0
2.56/3.94	c Got one! Elapsed wall clock time (in seconds):3.811
2.56/3.94	o 253
2.56/3.96	c And the winner is solver0
2.60/4.44	c Got one! Elapsed wall clock time (in seconds):4.315
2.60/4.44	o 252
2.60/4.48	c And the winner is solver0
2.69/4.95	c Got one! Elapsed wall clock time (in seconds):4.819
2.69/4.95	o 250
2.69/4.99	c And the winner is solver0
2.83/5.45	c Got one! Elapsed wall clock time (in seconds):5.324
2.83/5.45	o 249
3.17/5.67	c And the winner is solver0
3.39/5.96	c Got one! Elapsed wall clock time (in seconds):5.828
3.39/5.96	o 245
3.39/5.97	c And the winner is solver0
3.42/6.46	c Got one! Elapsed wall clock time (in seconds):6.332
3.42/6.46	o 240
3.42/6.48	c And the winner is solver0
3.46/6.96	c Got one! Elapsed wall clock time (in seconds):6.836
3.46/6.96	o 232
3.46/6.97	c And the winner is solver0
3.47/7.47	c Got one! Elapsed wall clock time (in seconds):7.339
3.47/7.47	o 150
3.47/7.48	c And the winner is solver0
3.47/7.97	c Got one! Elapsed wall clock time (in seconds):7.843
3.47/7.97	o 135
3.52/8.02	c And the winner is solver0
3.60/8.47	c Got one! Elapsed wall clock time (in seconds):8.347
3.60/8.47	o 120
3.64/8.51	c And the winner is solver0
3.68/8.98	c Got one! Elapsed wall clock time (in seconds):8.851
3.68/8.98	o 118
3.94/9.16	c And the winner is solver0
4.20/9.48	c Got one! Elapsed wall clock time (in seconds):9.355
4.20/9.48	o 117
4.43/9.63	c And the winner is solver0
4.50/9.99	c Got one! Elapsed wall clock time (in seconds):9.858
4.50/9.99	o 114
4.71/10.16	c And the winner is solver0
4.87/10.49	c Got one! Elapsed wall clock time (in seconds):10.362
4.87/10.49	o 112
5.10/10.64	c And the winner is solver0
5.22/10.99	c Got one! Elapsed wall clock time (in seconds):10.866
5.22/10.99	o 110
5.24/11.06	c And the winner is solver0
5.36/11.50	c Got one! Elapsed wall clock time (in seconds):11.37
5.36/11.50	o 107
5.36/11.52	c And the winner is solver0
5.43/12.00	c Got one! Elapsed wall clock time (in seconds):11.874
5.43/12.00	o 89
5.64/12.15	c And the winner is solver0
5.76/12.51	c Got one! Elapsed wall clock time (in seconds):12.379
5.76/12.51	o 77
5.76/12.59	c And the winner is solver0
5.99/13.01	c Got one! Elapsed wall clock time (in seconds):12.884
5.99/13.01	o 76
6.15/13.10	c And the winner is solver0
6.19/13.52	c Got one! Elapsed wall clock time (in seconds):13.391
6.19/13.52	o 71
6.97/13.94	c And the winner is solver0
7.06/14.03	c Got one! Elapsed wall clock time (in seconds):13.898
7.06/14.03	o 70
7.06/14.05	c And the winner is solver0
7.11/14.54	c Got one! Elapsed wall clock time (in seconds):14.408
7.11/14.54	o 61
7.22/14.60	c And the winner is solver0
7.26/15.05	c Got one! Elapsed wall clock time (in seconds):14.918
7.26/15.05	o 60
7.55/15.29	c And the winner is solver0
7.77/15.56	c Got one! Elapsed wall clock time (in seconds):15.43
7.77/15.56	o 59
7.87/15.62	c And the winner is solver0
7.99/16.07	c Got one! Elapsed wall clock time (in seconds):15.942
7.99/16.07	o 58
8.06/16.19	c And the winner is solver0
8.27/16.58	c Got one! Elapsed wall clock time (in seconds):16.455
8.27/16.58	o 52
8.53/16.78	c And the winner is solver0
8.73/17.09	c Got one! Elapsed wall clock time (in seconds):16.967
8.73/17.09	o 48
8.93/17.24	c cleaning 7301 clauses out of 14603 with flag 6126/14603
10.21/17.90	c And the winner is solver0
10.42/18.11	c Got one! Elapsed wall clock time (in seconds):17.981
10.42/18.11	o 46
12.03/18.95	c cleaning 9125 clauses out of 18271 with flag 33572/25572
12.94/19.25	c And the winner is solver0
13.27/19.63	c Got one! Elapsed wall clock time (in seconds):19.498
13.27/19.63	o 45
14.27/20.11	c cleaning 7112 clauses out of 14238 with flag 19882/30664
15.72/20.64	c And the winner is solver0
15.86/20.74	c Got one! Elapsed wall clock time (in seconds):20.617
15.86/20.74	o 44
15.86/20.77	c And the winner is solver0
816.30/813.08	c cleaning 0 clauses out of 6178 with flag 0/6203
1800.01/1785.94	c >>>>>>>>>> Solver number 0 (37 answers) <<<<<<<<<<<<<<<<<<
1800.01/1785.94	c starts		: 76
1800.01/1785.94	c conflicts		: 35162
1800.01/1785.94	c decisions		: 164482
1800.01/1785.94	c propagations		: 12018838
1800.01/1785.94	c inspects		: 25299881
1800.01/1785.94	c shortcuts		: 0
1800.01/1785.94	c learnt literals	: 0
1800.01/1785.94	c learnt binary clauses	: 13
1800.01/1785.94	c learnt ternary clauses	: 6
1800.01/1785.94	c learnt constraints	: 35162
1800.01/1785.94	c ignored constraints	: 0
1800.01/1785.94	c root simplifications	: 0
1800.01/1785.94	c removed literals (reason simplification)	: 42665
1800.01/1785.94	c reason swapping (by a shorter reason)	: 0
1800.01/1785.94	c Calls to reduceDB	: 3
1800.01/1785.94	c Number of update (reduction) of LBD	: 15997
1800.01/1785.94	c Imported unit clauses	: 0
1800.01/1785.94	c number of reductions to clauses (during analyze)	: 0
1800.01/1785.94	c number of learned constraints concerned by reduction	: 0
1800.01/1785.94	c number of learning phase by resolution	: 0
1800.01/1785.94	c number of learning phase by cutting planes	: 0
1800.01/1785.94	c speed (assignments/second)	: 6731.145928775127
1800.01/1785.94	c non guided choices	3813
1800.01/1785.95	c learnt constraints type 
1800.01/1785.95	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 13
1800.01/1785.95	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11611
1800.01/1785.95	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/1785.95	c starts		: 67
1800.01/1785.95	c conflicts		: 10062
1800.01/1785.95	c decisions		: 248095
1800.01/1785.95	c propagations		: 1586093
1800.01/1785.95	c inspects		: 503181766
1800.01/1785.95	c shortcuts		: 0
1800.01/1785.95	c learnt literals	: 0
1800.01/1785.95	c learnt binary clauses	: 0
1800.01/1785.95	c learnt ternary clauses	: 0
1800.01/1785.95	c learnt constraints	: 10036
1800.01/1785.95	c ignored constraints	: 0
1800.01/1785.95	c root simplifications	: 0
1800.01/1785.95	c removed literals (reason simplification)	: 0
1800.01/1785.95	c reason swapping (by a shorter reason)	: 0
1800.01/1785.95	c Calls to reduceDB	: 1
1800.01/1785.95	c Number of update (reduction) of LBD	: 0
1800.01/1785.95	c Imported unit clauses	: 0
1800.01/1785.95	c number of reductions to clauses (during analyze)	: 0
1800.01/1785.95	c number of learned constraints concerned by reduction	: 0
1800.01/1785.95	c number of learning phase by resolution	: 0
1800.01/1785.95	c number of learning phase by cutting planes	: 0
1800.01/1785.95	c speed (assignments/second)	: 898.5522599870267
1800.01/1785.95	c non guided choices	3776
1800.01/1785.95	c learnt constraints type 
1800.01/1785.95	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 705
1800.01/1785.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9331
1800.01/1785.95	s SATISFIABLE
1800.01/1785.95	c Found 36 solution(s)
1800.01/1785.95	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 
1800.01/1785.95	c objective function=44
1800.01/1785.95	c Total wall clock time (in seconds): 1785.828

Verifier Data

OK	39

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-4110341-1466345944/watcher-4110341-1466345944 -o /tmp/evaluation-result-4110341-1466345944/solver-4110341-1466345944 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466341822-29691 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4110341-1466345944.wbo 

pid=8392
running on 4 cores: 0,2,4,6

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: 1.72 1.86 2.00 3/196 8395
/proc/meminfo: memFree=26451120/32872528 swapFree=1103996/1183712
[pid=8395] ppid=8392 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/8395/stat : 8395 (java) R 8392 8395 29675 0 -1 4202496 314 0 0 0 0 0 0 0 20 0 1 0 36643346 9515008 170 33554432000 1073741824 1073778376 140734693486016 140734693483144 1073758356 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8395/statm: 2323 175 133 9 0 71 0

[startup+0.100112 s]
/proc/loadavg: 1.72 1.86 2.00 3/196 8395
/proc/meminfo: memFree=26451120/32872528 swapFree=1103996/1183712
[pid=8395] ppid=8392 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/8395/stat : 8395 (java) S 8392 8395 29675 0 -1 4202496 4401 0 1 0 8 1 0 0 20 0 18 0 36643346 9787879424 5520 33554432000 1073741824 1073778376 140733689340336 140733689331472 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8395/statm: 2389619 5520 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200319 s]
/proc/loadavg: 1.72 1.86 2.00 3/196 8395
/proc/meminfo: memFree=26451120/32872528 swapFree=1103996/1183712
[pid=8395] ppid=8392 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/8395/stat : 8395 (java) S 8392 8395 29675 0 -1 4202496 4730 0 1 0 21 1 0 0 20 0 18 0 36643346 9787879424 6811 33554432000 1073741824 1073778376 140733689340336 140733689331472 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8395/statm: 2389619 6811 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300311 s]
/proc/loadavg: 1.72 1.86 2.00 3/196 8395
/proc/meminfo: memFree=26451120/32872528 swapFree=1103996/1183712
[pid=8395] ppid=8392 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/8395/stat : 8395 (java) S 8392 8395 29675 0 -1 4202496 5524 0 1 0 44 1 0 0 20 0 18 0 36643346 9787879424 8352 33554432000 1073741824 1073778376 140733689340336 140733689331472 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8395/statm: 2389619 8352 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700325 s]
/proc/loadavg: 1.72 1.86 2.00 3/196 8395
/proc/meminfo: memFree=26451120/32872528 swapFree=1103996/1183712
[pid=8395] ppid=8392 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/8395/stat : 8395 (java) S 8392 8395 29675 0 -1 4202496 10690 0 1 0 127 4 0 0 20 0 19 0 36643346 10060525568 13513 33554432000 1073741824 1073778376 140733689340336 140733689331472 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8395/statm: 2456183 13513 2267 9 0 2446860 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 1.72 1.86 2.00 2/215 8420
/proc/meminfo: memFree=26401132/32872528 swapFree=1103996/1183712
[pid=8395] ppid=8392 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/8395/stat : 8395 (java) S 8392 8395 29675 0 -1 4202496 13350 0 1 0 177 9 0 0 20 0 19 0 36643346 10060525568 16838 33554432000 1073741824 1073778376 140733689340336 140733689331472 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8395/statm: 2456183 16838 2273 9 0 2446860 0
[pid=8395/tid=8397] ppid=8392 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/8395/task/8397/stat : 8397 (java) S 8392 8395 29675 0 -1 4202560 2460 0 1 0 36 2 0 0 20 0 19 0 36643347 10060525568 16838 33554432000 1073741824 1073778376 140733689340336 140099943535480 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8395/tid=8398] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8398/stat : 8398 (java) S 8392 8395 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36643348 10060525568 16838 33554432000 1073741824 1073778376 140733689340336 140099905026728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8399] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8399/stat : 8399 (java) S 8392 8395 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36643348 10060525568 16838 33554432000 1073741824 1073778376 140733689340336 140099903974184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8395/tid=8400] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8400/stat : 8400 (java) S 8392 8395 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36643348 10060525568 16838 33554432000 1073741824 1073778376 140733689340336 140099902921640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8395/tid=8401] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8401/stat : 8401 (java) S 8392 8395 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36643348 10060525568 16838 33554432000 1073741824 1073778376 140733689340336 140099901869096 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8395/tid=8402] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8402/stat : 8402 (java) S 8392 8395 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36643348 10060525568 16838 33554432000 1073741824 1073778376 140733689340336 140099900815528 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8403] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8403/stat : 8403 (java) S 8392 8395 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36643348 10060525568 16838 33554432000 1073741824 1073778376 140733689340336 140099899762984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8395/tid=8404] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8404/stat : 8404 (java) S 8392 8395 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36643348 10060525568 16838 33554432000 1073741824 1073778376 140733689340336 140099898710440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8405] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8405/stat : 8405 (java) S 8392 8395 29675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36643348 10060525568 16838 33554432000 1073741824 1073778376 140733689340336 140099897657896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8406] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8406/stat : 8406 (java) S 8392 8395 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36643349 10060525568 16838 33554432000 1073741824 1073778376 140733689340336 140099767487080 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8395/tid=8407] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8407/stat : 8407 (java) S 8392 8395 29675 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36643350 10060525568 16838 33554432000 1073741824 1073778376 140733689340336 140099766433400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8408] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8408/stat : 8408 (java) S 8392 8395 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36643350 10060525568 16838 33554432000 1073741824 1073778376 140733689340336 140099765380744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8409] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8409/stat : 8409 (java) S 8392 8395 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36643352 10060525568 16838 33554432000 1073741824 1073778376 140733689340336 140099764329488 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8410] ppid=8392 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/8395/task/8410/stat : 8410 (java) S 8392 8395 29675 0 -1 4202560 4593 0 0 0 49 0 0 0 20 0 19 0 36643352 10060525568 16838 33554432000 1073741824 1073778376 140733689340336 140099763275832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8411] ppid=8392 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/8395/task/8411/stat : 8411 (java) S 8392 8395 29675 0 -1 4202560 4951 0 0 0 50 0 0 0 20 0 19 0 36643352 10060525568 16838 33554432000 1073741824 1073778376 140733689340336 140099762223288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8395/tid=8412] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8412/stat : 8412 (java) S 8392 8395 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36643352 10060525568 16838 33554432000 1073741824 1073778376 140733689340336 140099761170936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8395/tid=8413] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8413/stat : 8413 (java) S 8392 8395 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36643352 10060525568 16838 33554432000 1073741824 1073778376 140733689340336 140099760118600 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8395/tid=8417] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8417/stat : 8417 (java) S 8392 8395 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36643385 10060525568 16838 33554432000 1073741824 1073778376 140733689340336 140099755906728 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 1.72 1.86 2.00 2/215 8426
/proc/meminfo: memFree=26385964/32872528 swapFree=1103996/1183712
[pid=8395] ppid=8392 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/8395/stat : 8395 (java) S 8392 8395 29675 0 -1 4202496 15775 0 1 0 241 12 0 0 20 0 19 0 36643346 10060525568 25455 33554432000 1073741824 1073778376 140733689340336 140733689331472 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8395/statm: 2456183 25455 2276 9 0 2446860 0
[pid=8395/tid=8397] ppid=8392 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/8395/task/8397/stat : 8397 (java) S 8392 8395 29675 0 -1 4202560 2463 0 1 0 38 2 0 0 20 0 19 0 36643347 10060525568 25455 33554432000 1073741824 1073778376 140733689340336 140099943535480 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8395/tid=8398] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8398/stat : 8398 (java) S 8392 8395 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36643348 10060525568 25455 33554432000 1073741824 1073778376 140733689340336 140099905026728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8399] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8399/stat : 8399 (java) S 8392 8395 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36643348 10060525568 25455 33554432000 1073741824 1073778376 140733689340336 140099903974184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8395/tid=8400] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8400/stat : 8400 (java) S 8392 8395 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36643348 10060525568 25455 33554432000 1073741824 1073778376 140733689340336 140099902921640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8395/tid=8401] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8401/stat : 8401 (java) S 8392 8395 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36643348 10060525568 25455 33554432000 1073741824 1073778376 140733689340336 140099901869096 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8395/tid=8402] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8402/stat : 8402 (java) S 8392 8395 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36643348 10060525568 25455 33554432000 1073741824 1073778376 140733689340336 140099900815528 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8403] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8403/stat : 8403 (java) S 8392 8395 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36643348 10060525568 25455 33554432000 1073741824 1073778376 140733689340336 140099899762984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8395/tid=8404] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8404/stat : 8404 (java) S 8392 8395 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36643348 10060525568 25455 33554432000 1073741824 1073778376 140733689340336 140099898710440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8405] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8405/stat : 8405 (java) S 8392 8395 29675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36643348 10060525568 25455 33554432000 1073741824 1073778376 140733689340336 140099897657896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8406] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8406/stat : 8406 (java) S 8392 8395 29675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36643349 10060525568 25455 33554432000 1073741824 1073778376 140733689340336 140099767487080 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8395/tid=8407] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8407/stat : 8407 (java) S 8392 8395 29675 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36643350 10060525568 25455 33554432000 1073741824 1073778376 140733689340336 140099766433400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8408] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8408/stat : 8408 (java) S 8392 8395 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36643350 10060525568 25455 33554432000 1073741824 1073778376 140733689340336 140099765380744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8409] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8409/stat : 8409 (java) S 8392 8395 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36643352 10060525568 25455 33554432000 1073741824 1073778376 140733689340336 140099764329488 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8410] ppid=8392 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/8395/task/8410/stat : 8410 (java) S 8392 8395 29675 0 -1 4202560 5469 0 0 0 71 0 0 0 20 0 19 0 36643352 10060525568 25455 33554432000 1073741824 1073778376 140733689340336 140099763275832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8411] ppid=8392 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/8395/task/8411/stat : 8411 (java) R 8392 8395 29675 0 -1 4202560 6459 0 0 0 69 1 0 0 20 0 19 0 36643352 10060525568 25455 33554432000 1073741824 1073778376 140733689340336 140099762223288 140099947621793 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8395/tid=8412] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8412/stat : 8412 (java) S 8392 8395 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36643352 10060525568 25455 33554432000 1073741824 1073778376 140733689340336 140099761170936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8395/tid=8413] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8413/stat : 8413 (java) S 8392 8395 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36643352 10060525568 25455 33554432000 1073741824 1073778376 140733689340336 140099760118600 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8395/tid=8417] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8417/stat : 8417 (java) S 8392 8395 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36643385 10060525568 25455 33554432000 1073741824 1073778376 140733689340336 140099755906728 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 9824732

[startup+6.30085 s]
/proc/loadavg: 1.66 1.84 1.99 4/218 8447
/proc/meminfo: memFree=26308688/32872528 swapFree=1103996/1183712
[pid=8395] ppid=8392 vsize=9824732 CPUtime=3.42 cores=0,2,4,6
/proc/8395/stat : 8395 (java) S 8392 8395 29675 0 -1 4202496 16042 0 1 0 320 22 0 0 20 0 19 0 36643346 10060525568 41611 33554432000 1073741824 1073778376 140733689340336 140733689331472 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8395/statm: 2456183 41611 2290 9 0 2446860 0
[pid=8395/tid=8397] ppid=8392 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/8395/task/8397/stat : 8397 (java) S 8392 8395 29675 0 -1 4202560 2469 0 1 0 40 2 0 0 20 0 19 0 36643347 10060525568 41611 33554432000 1073741824 1073778376 140733689340336 140099943535480 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8395/tid=8398] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8398/stat : 8398 (java) S 8392 8395 29675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36643348 10060525568 41611 33554432000 1073741824 1073778376 140733689340336 140099905026728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8395/tid=8399] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8399/stat : 8399 (java) S 8392 8395 29675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36643348 10060525568 41611 33554432000 1073741824 1073778376 140733689340336 140099903974184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8395/tid=8400] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8400/stat : 8400 (java) S 8392 8395 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36643348 10060525568 41611 33554432000 1073741824 1073778376 140733689340336 140099902921640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8395/tid=8401] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8401/stat : 8401 (java) S 8392 8395 29675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36643348 10060525568 41611 33554432000 1073741824 1073778376 140733689340336 140099901869096 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8395/tid=8402] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8402/stat : 8402 (java) S 8392 8395 29675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36643348 10060525568 41611 33554432000 1073741824 1073778376 140733689340336 140099900815528 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8395/tid=8403] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8403/stat : 8403 (java) S 8392 8395 29675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36643348 10060525568 41611 33554432000 1073741824 1073778376 140733689340336 140099899762984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8395/tid=8404] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8404/stat : 8404 (java) S 8392 8395 29675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36643348 10060525568 41611 33554432000 1073741824 1073778376 140733689340336 140099898710440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8405] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8405/stat : 8405 (java) S 8392 8395 29675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36643348 10060525568 41611 33554432000 1073741824 1073778376 140733689340336 140099897657896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8406] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8406/stat : 8406 (java) S 8392 8395 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36643349 10060525568 41611 33554432000 1073741824 1073778376 140733689340336 140099767487080 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8395/tid=8407] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8407/stat : 8407 (java) S 8392 8395 29675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36643350 10060525568 41611 33554432000 1073741824 1073778376 140733689340336 140099766433400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8408] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8408/stat : 8408 (java) S 8392 8395 29675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36643350 10060525568 41611 33554432000 1073741824 1073778376 140733689340336 140099765380744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8409] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8409/stat : 8409 (java) S 8392 8395 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36643352 10060525568 41611 33554432000 1073741824 1073778376 140733689340336 140099764329488 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8410] ppid=8392 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/8395/task/8410/stat : 8410 (java) S 8392 8395 29675 0 -1 4202560 5469 0 0 0 79 0 0 0 20 0 19 0 36643352 10060525568 41611 33554432000 1073741824 1073778376 140733689340336 140099763275832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8411] ppid=8392 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/8395/task/8411/stat : 8411 (java) S 8392 8395 29675 0 -1 4202560 6598 0 0 0 78 1 0 0 20 0 19 0 36643352 10060525568 41611 33554432000 1073741824 1073778376 140733689340336 140099762223288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8395/tid=8412] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8412/stat : 8412 (java) S 8392 8395 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36643352 10060525568 41611 33554432000 1073741824 1073778376 140733689340336 140099761170936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8395/tid=8413] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8413/stat : 8413 (java) S 8392 8395 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36643352 10060525568 41611 33554432000 1073741824 1073778376 140733689340336 140099760118600 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8395/tid=8417] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8417/stat : 8417 (java) S 8392 8395 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36643385 10060525568 41611 33554432000 1073741824 1073778376 140733689340336 140099755906728 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 9824732
heavy processes:

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

/proc/8395/task/8397/stat : 8397 (java) S 8392 8395 29675 0 -1 4202560 2554 0 1 0 89 20 0 0 20 0 21 0 36643347 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099943535592 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8395/tid=8398] ppid=8392 vsize=9824732 CPUtime=3.3 cores=0,2,4,6
/proc/8395/task/8398/stat : 8398 (java) S 8392 8395 29675 0 -1 4202560 655 0 0 0 310 20 0 0 20 0 21 0 36643348 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099905026728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8395/tid=8399] ppid=8392 vsize=9824732 CPUtime=3.35 cores=0,2,4,6
/proc/8395/task/8399/stat : 8399 (java) S 8392 8395 29675 0 -1 4202560 533 0 0 0 316 19 0 0 20 0 21 0 36643348 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099903974184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8395/tid=8400] ppid=8392 vsize=9824732 CPUtime=3.42 cores=0,2,4,6
/proc/8395/task/8400/stat : 8400 (java) S 8392 8395 29675 0 -1 4202560 720 0 0 0 324 18 0 0 20 0 21 0 36643348 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099902921640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8395/tid=8401] ppid=8392 vsize=9824732 CPUtime=3.55 cores=0,2,4,6
/proc/8395/task/8401/stat : 8401 (java) S 8392 8395 29675 0 -1 4202560 691 0 0 0 335 20 0 0 20 0 21 0 36643348 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099901869096 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8395/tid=8402] ppid=8392 vsize=9824732 CPUtime=3.27 cores=0,2,4,6
/proc/8395/task/8402/stat : 8402 (java) S 8392 8395 29675 0 -1 4202560 463 0 0 0 307 20 0 0 20 0 21 0 36643348 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099900815528 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8395/tid=8403] ppid=8392 vsize=9824732 CPUtime=3.24 cores=0,2,4,6
/proc/8395/task/8403/stat : 8403 (java) S 8392 8395 29675 0 -1 4202560 571 0 0 0 306 18 0 0 20 0 21 0 36643348 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099899762984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8395/tid=8404] ppid=8392 vsize=9824732 CPUtime=3.33 cores=0,2,4,6
/proc/8395/task/8404/stat : 8404 (java) S 8392 8395 29675 0 -1 4202560 795 0 0 0 318 15 0 0 20 0 21 0 36643348 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099898710440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8395/tid=8405] ppid=8392 vsize=9824732 CPUtime=3.12 cores=0,2,4,6
/proc/8395/task/8405/stat : 8405 (java) S 8392 8395 29675 0 -1 4202560 561 0 0 0 294 18 0 0 20 0 21 0 36643348 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099897657896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8395/tid=8406] ppid=8392 vsize=9824732 CPUtime=7.85 cores=0,2,4,6
/proc/8395/task/8406/stat : 8406 (java) S 8392 8395 29675 0 -1 4202560 2543 0 0 0 773 12 0 0 20 0 21 0 36643349 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099767487080 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8395/tid=8407] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8407/stat : 8407 (java) S 8392 8395 29675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36643350 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099766433400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8395/tid=8408] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8408/stat : 8408 (java) S 8392 8395 29675 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 21 0 36643350 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099765380744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8395/tid=8409] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8409/stat : 8409 (java) S 8392 8395 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36643352 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099764329488 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8410] ppid=8392 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/8395/task/8410/stat : 8410 (java) S 8392 8395 29675 0 -1 4202560 12969 0 0 0 166 2 0 0 20 0 21 0 36643352 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099763275832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8411] ppid=8392 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/8395/task/8411/stat : 8411 (java) S 8392 8395 29675 0 -1 4202560 12196 0 0 0 149 2 0 0 20 0 21 0 36643352 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099762223288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8395/tid=8412] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8412/stat : 8412 (java) S 8392 8395 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36643352 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099761170936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8395/tid=8413] ppid=8392 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/8395/task/8413/stat : 8413 (java) S 8392 8395 29675 0 -1 4202560 103 0 0 0 17 20 0 0 20 0 21 0 36643352 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099760118600 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8395/tid=8417] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8417/stat : 8417 (java) S 8392 8395 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36643385 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099755906728 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8524] ppid=8392 vsize=9824732 CPUtime=1741.65 cores=0,2,4,6
/proc/8395/task/8524/stat : 8524 (java) R 8392 8395 29675 0 -1 4202560 4231 0 0 0 174105 60 0 0 20 0 21 0 36645422 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099758009600 140099770267591 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8525] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8525/stat : 8525 (java) S 8392 8395 29675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36645425 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099756958888 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.9 s]
/proc/loadavg: 2.23 2.21 2.15 4/217 8768
/proc/meminfo: memFree=23967636/32872528 swapFree=1103996/1183712
[pid=8395] ppid=8392 vsize=9824732 CPUtime=1800.01 cores=0,2,4,6
/proc/8395/stat : 8395 (java) S 8392 8395 29675 0 -1 4202496 41366 0 1 0 179704 297 0 0 20 0 21 0 36643346 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140733689331472 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8395/statm: 2456183 669724 2302 9 0 2446860 0
[pid=8395/tid=8397] ppid=8392 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/8395/task/8397/stat : 8397 (java) S 8392 8395 29675 0 -1 4202560 2554 0 1 0 89 21 0 0 20 0 21 0 36643347 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099943535592 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8395/tid=8398] ppid=8392 vsize=9824732 CPUtime=3.3 cores=0,2,4,6
/proc/8395/task/8398/stat : 8398 (java) S 8392 8395 29675 0 -1 4202560 655 0 0 0 310 20 0 0 20 0 21 0 36643348 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099905026728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8395/tid=8399] ppid=8392 vsize=9824732 CPUtime=3.35 cores=0,2,4,6
/proc/8395/task/8399/stat : 8399 (java) S 8392 8395 29675 0 -1 4202560 533 0 0 0 316 19 0 0 20 0 21 0 36643348 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099903974184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8395/tid=8400] ppid=8392 vsize=9824732 CPUtime=3.42 cores=0,2,4,6
/proc/8395/task/8400/stat : 8400 (java) S 8392 8395 29675 0 -1 4202560 720 0 0 0 324 18 0 0 20 0 21 0 36643348 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099902921640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8395/tid=8401] ppid=8392 vsize=9824732 CPUtime=3.55 cores=0,2,4,6
/proc/8395/task/8401/stat : 8401 (java) S 8392 8395 29675 0 -1 4202560 691 0 0 0 335 20 0 0 20 0 21 0 36643348 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099901869096 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8395/tid=8402] ppid=8392 vsize=9824732 CPUtime=3.27 cores=0,2,4,6
/proc/8395/task/8402/stat : 8402 (java) S 8392 8395 29675 0 -1 4202560 463 0 0 0 307 20 0 0 20 0 21 0 36643348 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099900815528 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8395/tid=8403] ppid=8392 vsize=9824732 CPUtime=3.24 cores=0,2,4,6
/proc/8395/task/8403/stat : 8403 (java) S 8392 8395 29675 0 -1 4202560 571 0 0 0 306 18 0 0 20 0 21 0 36643348 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099899762984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8395/tid=8404] ppid=8392 vsize=9824732 CPUtime=3.33 cores=0,2,4,6
/proc/8395/task/8404/stat : 8404 (java) S 8392 8395 29675 0 -1 4202560 795 0 0 0 318 15 0 0 20 0 21 0 36643348 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099898710440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8395/tid=8405] ppid=8392 vsize=9824732 CPUtime=3.12 cores=0,2,4,6
/proc/8395/task/8405/stat : 8405 (java) S 8392 8395 29675 0 -1 4202560 561 0 0 0 294 18 0 0 20 0 21 0 36643348 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099897657896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8395/tid=8406] ppid=8392 vsize=9824732 CPUtime=7.85 cores=0,2,4,6
/proc/8395/task/8406/stat : 8406 (java) S 8392 8395 29675 0 -1 4202560 2543 0 0 0 773 12 0 0 20 0 21 0 36643349 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099767487080 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8395/tid=8407] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8407/stat : 8407 (java) S 8392 8395 29675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36643350 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099766433400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8395/tid=8408] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8408/stat : 8408 (java) S 8392 8395 29675 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 21 0 36643350 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099765380744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8395/tid=8409] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8409/stat : 8409 (java) S 8392 8395 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36643352 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099764329488 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8410] ppid=8392 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/8395/task/8410/stat : 8410 (java) S 8392 8395 29675 0 -1 4202560 12969 0 0 0 166 2 0 0 20 0 21 0 36643352 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099763275832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8411] ppid=8392 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/8395/task/8411/stat : 8411 (java) S 8392 8395 29675 0 -1 4202560 12196 0 0 0 149 2 0 0 20 0 21 0 36643352 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099762223288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8395/tid=8412] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8412/stat : 8412 (java) S 8392 8395 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36643352 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099761170936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8395/tid=8413] ppid=8392 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/8395/task/8413/stat : 8413 (java) S 8392 8395 29675 0 -1 4202560 103 0 0 0 17 20 0 0 20 0 21 0 36643352 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099760118600 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8395/tid=8417] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8417/stat : 8417 (java) S 8392 8395 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36643385 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099755906728 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8524] ppid=8392 vsize=9824732 CPUtime=1745.24 cores=0,2,4,6
/proc/8395/task/8524/stat : 8524 (java) R 8392 8395 29675 0 -1 4202560 4231 0 0 0 174464 60 0 0 20 0 21 0 36645422 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099758009600 140099770267617 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8525] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8525/stat : 8525 (java) S 8392 8395 29675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36645425 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099756958888 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1785.9 s]
/proc/loadavg: 2.23 2.21 2.15 4/217 8768
/proc/meminfo: memFree=23967636/32872528 swapFree=1103996/1183712
[pid=8395] ppid=8392 vsize=9824732 CPUtime=1800.01 cores=0,2,4,6
/proc/8395/stat : 8395 (java) S 8392 8395 29675 0 -1 4202496 41366 0 1 0 179704 297 0 0 20 0 21 0 36643346 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140733689331472 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8395/statm: 2456183 669724 2302 9 0 2446860 0
[pid=8395/tid=8397] ppid=8392 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/8395/task/8397/stat : 8397 (java) S 8392 8395 29675 0 -1 4202560 2554 0 1 0 89 21 0 0 20 0 21 0 36643347 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099943535592 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8395/tid=8398] ppid=8392 vsize=9824732 CPUtime=3.3 cores=0,2,4,6
/proc/8395/task/8398/stat : 8398 (java) S 8392 8395 29675 0 -1 4202560 655 0 0 0 310 20 0 0 20 0 21 0 36643348 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099905026728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8395/tid=8399] ppid=8392 vsize=9824732 CPUtime=3.35 cores=0,2,4,6
/proc/8395/task/8399/stat : 8399 (java) S 8392 8395 29675 0 -1 4202560 533 0 0 0 316 19 0 0 20 0 21 0 36643348 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099903974184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8395/tid=8400] ppid=8392 vsize=9824732 CPUtime=3.42 cores=0,2,4,6
/proc/8395/task/8400/stat : 8400 (java) S 8392 8395 29675 0 -1 4202560 720 0 0 0 324 18 0 0 20 0 21 0 36643348 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099902921640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8395/tid=8401] ppid=8392 vsize=9824732 CPUtime=3.55 cores=0,2,4,6
/proc/8395/task/8401/stat : 8401 (java) S 8392 8395 29675 0 -1 4202560 691 0 0 0 335 20 0 0 20 0 21 0 36643348 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099901869096 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8395/tid=8402] ppid=8392 vsize=9824732 CPUtime=3.27 cores=0,2,4,6
/proc/8395/task/8402/stat : 8402 (java) S 8392 8395 29675 0 -1 4202560 463 0 0 0 307 20 0 0 20 0 21 0 36643348 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099900815528 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8395/tid=8403] ppid=8392 vsize=9824732 CPUtime=3.24 cores=0,2,4,6
/proc/8395/task/8403/stat : 8403 (java) S 8392 8395 29675 0 -1 4202560 571 0 0 0 306 18 0 0 20 0 21 0 36643348 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099899762984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8395/tid=8404] ppid=8392 vsize=9824732 CPUtime=3.33 cores=0,2,4,6
/proc/8395/task/8404/stat : 8404 (java) S 8392 8395 29675 0 -1 4202560 795 0 0 0 318 15 0 0 20 0 21 0 36643348 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099898710440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8395/tid=8405] ppid=8392 vsize=9824732 CPUtime=3.12 cores=0,2,4,6
/proc/8395/task/8405/stat : 8405 (java) S 8392 8395 29675 0 -1 4202560 561 0 0 0 294 18 0 0 20 0 21 0 36643348 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099897657896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8395/tid=8406] ppid=8392 vsize=9824732 CPUtime=7.85 cores=0,2,4,6
/proc/8395/task/8406/stat : 8406 (java) S 8392 8395 29675 0 -1 4202560 2543 0 0 0 773 12 0 0 20 0 21 0 36643349 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099767487080 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8395/tid=8407] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8407/stat : 8407 (java) S 8392 8395 29675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36643350 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099766433400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8395/tid=8408] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8408/stat : 8408 (java) S 8392 8395 29675 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 21 0 36643350 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099765380744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8395/tid=8409] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8409/stat : 8409 (java) S 8392 8395 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36643352 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099764329488 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8410] ppid=8392 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/8395/task/8410/stat : 8410 (java) S 8392 8395 29675 0 -1 4202560 12969 0 0 0 166 2 0 0 20 0 21 0 36643352 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099763275832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8411] ppid=8392 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/8395/task/8411/stat : 8411 (java) S 8392 8395 29675 0 -1 4202560 12196 0 0 0 149 2 0 0 20 0 21 0 36643352 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099762223288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8395/tid=8412] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8412/stat : 8412 (java) S 8392 8395 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36643352 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099761170936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8395/tid=8413] ppid=8392 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/8395/task/8413/stat : 8413 (java) S 8392 8395 29675 0 -1 4202560 103 0 0 0 17 20 0 0 20 0 21 0 36643352 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099760118600 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8395/tid=8417] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8417/stat : 8417 (java) S 8392 8395 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36643385 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099755906728 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8524] ppid=8392 vsize=9824732 CPUtime=1745.24 cores=0,2,4,6
/proc/8395/task/8524/stat : 8524 (java) R 8392 8395 29675 0 -1 4202560 4231 0 0 0 174464 60 0 0 20 0 21 0 36645422 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099758009600 140099770267617 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8395/tid=8525] ppid=8392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8395/task/8525/stat : 8525 (java) S 8392 8395 29675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36645425 10060525568 669724 33554432000 1073741824 1073778376 140733689340336 140099756958888 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8395 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=750460
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=440476
# CPU time returned by wait4() is 1796.19
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1785.98
CPU time (s): 1800.01
CPU user time (s): 1797.04
CPU system time (s): 2.97
CPU usage (%): 100.786
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.75
system time used= 3.44048
maximum resident set size= 2732332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41407
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 81559
involuntary context switches= 64365

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8334 second user time and 13.6429 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-19 16:19:04
IDJOB=4110341
IDBENCH=79264
IDSOLVER=2552
FILE ID=node115/4110341-1466345944
RUNJOBID= node115-1466341822-29691
PBS_JOBID= 19922037
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900564824--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110341-1466345944/watcher-4110341-1466345944 -o /tmp/evaluation-result-4110341-1466345944/solver-4110341-1466345944 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466341822-29691 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4110341-1466345944.wbo

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

MD5SUM BENCH= 67acad5bcb13fd291a4cc974e7f18780
RANDOM SEED=488703368

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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.103
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.103
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.103
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		: 2667.103
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.103
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:        26451920 kB
Buffers:          191572 kB
Cached:           258448 kB
SwapCached:         2556 kB
Active:          4143096 kB
Inactive:         333668 kB
Active(anon):    4027004 kB
Inactive(anon):     2352 kB
Active(file):     116092 kB
Inactive(file):   331316 kB
Unevictable:     1183712 kB
Mlocked:         1103996 kB
SwapTotal:      67108856 kB
SwapFree:       67099740 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:       5318072 kB
Mapped:            16796 kB
Shmem:                 0 kB
Slab:             615280 kB
SReclaimable:      58984 kB
SUnreclaim:       556296 kB
KernelStack:        1800 kB
PageTables:        14872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5755148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4155392 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= 71740 MiB
End job on node115 at 2016-06-19 16:48:50