Trace number 4109733

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.05 1777.66

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900553812--soft-33-100-0.wbo
MD5SUMb8c059b75f42fac4cec7408dc4fcfe67
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark30.1754
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 constraints1802
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 91108
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 91107
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4109733-1466343698.wbo
0.10/0.11	c reading problem ... 
0.48/0.33	c ... done. Wall clock time 0.218s.
0.48/0.33	c declared #vars     231
0.48/0.33	c internal #vars     2033
0.48/0.33	c #constraints  2707
0.48/0.33	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.48/0.33	c constraints type 
0.48/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2594
0.48/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 9
0.48/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90
0.48/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14
0.48/0.33	c 2707 constraints processed.
0.48/0.33	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.48/0.33	c constraints type 
0.48/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 90
0.48/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2594
0.48/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 9
0.48/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14
0.48/0.33	c 2707 constraints processed.
0.48/0.33	c objective function length is 1802 literals
0.76/0.49	c And the winner is solver0
1.37/0.83	c SATISFIABLE
1.37/0.83	c OPTIMIZING...
1.37/0.83	c Got one! Elapsed wall clock time (in seconds):0.724
1.37/0.83	o 335
1.62/0.91	c And the winner is solver0
2.04/1.34	c Got one! Elapsed wall clock time (in seconds):1.237
2.04/1.34	o 322
2.04/1.38	c And the winner is solver0
2.30/1.85	c Got one! Elapsed wall clock time (in seconds):1.746
2.30/1.85	o 321
2.44/1.96	c And the winner is solver0
2.68/2.36	c Got one! Elapsed wall clock time (in seconds):2.253
2.68/2.36	o 319
2.75/2.40	c And the winner is solver0
2.77/2.87	c Got one! Elapsed wall clock time (in seconds):2.759
2.77/2.87	o 316
2.77/2.88	c And the winner is solver0
2.89/3.37	c Got one! Elapsed wall clock time (in seconds):3.264
2.89/3.37	o 314
2.89/3.39	c And the winner is solver0
2.94/3.88	c Got one! Elapsed wall clock time (in seconds):3.768
2.94/3.88	o 311
2.94/3.89	c And the winner is solver0
3.00/4.38	c Got one! Elapsed wall clock time (in seconds):4.273
3.00/4.38	o 291
3.00/4.40	c And the winner is solver0
3.08/4.88	c Got one! Elapsed wall clock time (in seconds):4.776
3.08/4.88	o 290
3.30/5.02	c And the winner is solver0
3.37/5.39	c Got one! Elapsed wall clock time (in seconds):5.279
3.37/5.39	o 287
3.39/5.40	c And the winner is solver0
3.42/5.89	c Got one! Elapsed wall clock time (in seconds):5.782
3.42/5.89	o 283
3.43/5.90	c And the winner is solver0
3.43/6.39	c Got one! Elapsed wall clock time (in seconds):6.285
3.43/6.39	o 279
3.43/6.40	c And the winner is solver0
3.44/6.89	c Got one! Elapsed wall clock time (in seconds):6.787
3.44/6.89	o 270
3.44/6.90	c And the winner is solver0
3.44/7.40	c Got one! Elapsed wall clock time (in seconds):7.29
3.44/7.40	o 268
3.44/7.43	c And the winner is solver0
3.51/7.90	c Got one! Elapsed wall clock time (in seconds):7.792
3.51/7.90	o 256
3.51/7.91	c And the winner is solver0
3.51/8.40	c Got one! Elapsed wall clock time (in seconds):8.295
3.51/8.40	o 240
3.51/8.42	c And the winner is solver0
3.57/8.91	c Got one! Elapsed wall clock time (in seconds):8.798
3.57/8.91	o 225
3.57/8.96	c And the winner is solver0
3.78/9.41	c Got one! Elapsed wall clock time (in seconds):9.301
3.78/9.41	o 214
3.78/9.42	c And the winner is solver0
3.79/9.91	c Got one! Elapsed wall clock time (in seconds):9.803
3.79/9.91	o 132
3.79/9.93	c And the winner is solver0
3.85/10.41	c Got one! Elapsed wall clock time (in seconds):10.306
3.85/10.41	o 88
4.02/10.53	c And the winner is solver0
4.17/10.92	c Got one! Elapsed wall clock time (in seconds):10.809
4.17/10.92	o 78
4.34/11.02	c And the winner is solver0
4.39/11.42	c Got one! Elapsed wall clock time (in seconds):11.312
4.39/11.42	o 71
4.39/11.47	c And the winner is solver0
4.51/11.92	c Got one! Elapsed wall clock time (in seconds):11.816
4.51/11.92	o 61
4.65/12.01	c And the winner is solver0
4.68/12.43	c Got one! Elapsed wall clock time (in seconds):12.321
4.68/12.43	o 58
5.23/12.71	c And the winner is solver0
5.26/12.93	c Got one! Elapsed wall clock time (in seconds):12.826
5.26/12.93	o 40
5.90/13.22	c And the winner is solver0
6.01/13.44	c Got one! Elapsed wall clock time (in seconds):13.332
6.01/13.44	o 39
6.01/13.46	c And the winner is solver0
6.06/13.95	c Got one! Elapsed wall clock time (in seconds):13.84
6.06/13.95	o 38
6.14/14.09	c cleaning 6163 clauses out of 12329 with flag 7630/12329
6.37/14.10	c And the winner is solver0
6.41/14.46	c Got one! Elapsed wall clock time (in seconds):14.349
6.41/14.46	o 37
6.81/14.69	c And the winner is solver0
7.01/14.97	c Got one! Elapsed wall clock time (in seconds):14.858
7.01/14.97	o 34
7.53/15.26	c cleaning 5996 clauses out of 12004 with flag 21965/18167
8.53/15.77	c cleaning 5999 clauses out of 12010 with flag 67677/24169
10.00/16.43	c cleaning 6490 clauses out of 13010 with flag 133649/31168
11.60/17.21	c cleaning 7244 clauses out of 14521 with flag 216652/39169
13.60/18.21	c cleaning 8133 clauses out of 16275 with flag 309175/48167
13.60/18.23	c And the winner is solver0
13.69/18.48	c Got one! Elapsed wall clock time (in seconds):18.368
13.69/18.48	o 32
13.92/18.68	c And the winner is solver0
14.18/18.99	c Got one! Elapsed wall clock time (in seconds):18.88
14.18/18.99	o 31
14.19/19.06	c And the winner is solver0
14.32/19.50	c Got one! Elapsed wall clock time (in seconds):19.393
14.32/19.50	o 30
14.32/19.58	c And the winner is solver0
14.51/20.01	c Got one! Elapsed wall clock time (in seconds):19.907
14.51/20.01	o 29
14.51/20.03	c And the winner is solver0
452.05/452.34	c cleaning 0 clauses out of 6139 with flag 0/6154
1417.73/1403.25	c cleaning 0 clauses out of 12138 with flag 0/12153
1800.05/1777.61	c >>>>>>>>>> Solver number 0 (34 answers) <<<<<<<<<<<<<<<<<<
1800.05/1777.61	c starts		: 73
1800.05/1777.61	c conflicts		: 52168
1800.05/1777.61	c decisions		: 140921
1800.05/1777.61	c propagations		: 8112736
1800.05/1777.61	c inspects		: 44197055
1800.05/1777.61	c shortcuts		: 0
1800.05/1777.61	c learnt literals	: 0
1800.05/1777.61	c learnt binary clauses	: 0
1800.05/1777.61	c learnt ternary clauses	: 26
1800.05/1777.61	c learnt constraints	: 52168
1800.05/1777.61	c ignored constraints	: 0
1800.05/1777.61	c root simplifications	: 0
1800.05/1777.61	c removed literals (reason simplification)	: 182424
1800.05/1777.61	c reason swapping (by a shorter reason)	: 0
1800.05/1777.61	c Calls to reduceDB	: 6
1800.05/1777.61	c Number of update (reduction) of LBD	: 25093
1800.05/1777.61	c Imported unit clauses	: 0
1800.05/1777.61	c number of reductions to clauses (during analyze)	: 0
1800.05/1777.61	c number of learned constraints concerned by reduction	: 0
1800.05/1777.61	c number of learning phase by resolution	: 0
1800.05/1777.61	c number of learning phase by cutting planes	: 0
1800.05/1777.61	c speed (assignments/second)	: 4564.7229343014105
1800.05/1777.61	c non guided choices	4011
1800.05/1777.62	c learnt constraints type 
1800.05/1777.62	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12143
1800.05/1777.62	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/1777.62	c starts		: 73
1800.05/1777.62	c conflicts		: 14335
1800.05/1777.62	c decisions		: 181155
1800.05/1777.62	c propagations		: 1404555
1800.05/1777.62	c inspects		: 881003625
1800.05/1777.62	c shortcuts		: 0
1800.05/1777.62	c learnt literals	: 0
1800.05/1777.62	c learnt binary clauses	: 0
1800.05/1777.62	c learnt ternary clauses	: 0
1800.05/1777.62	c learnt constraints	: 14319
1800.05/1777.62	c ignored constraints	: 0
1800.05/1777.62	c root simplifications	: 0
1800.05/1777.62	c removed literals (reason simplification)	: 0
1800.05/1777.62	c reason swapping (by a shorter reason)	: 0
1800.05/1777.62	c Calls to reduceDB	: 2
1800.05/1777.62	c Number of update (reduction) of LBD	: 0
1800.05/1777.62	c Imported unit clauses	: 0
1800.05/1777.62	c number of reductions to clauses (during analyze)	: 0
1800.05/1777.62	c number of learned constraints concerned by reduction	: 0
1800.05/1777.62	c number of learning phase by resolution	: 0
1800.05/1777.62	c number of learning phase by cutting planes	: 0
1800.05/1777.62	c speed (assignments/second)	: 799.1418877899656
1800.05/1777.62	c non guided choices	3811
1800.05/1777.63	c learnt constraints type 
1800.05/1777.63	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 970
1800.05/1777.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 12
1800.05/1777.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13337
1800.05/1777.63	s SATISFIABLE
1800.05/1777.63	c Found 33 solution(s)
1800.05/1777.63	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.05/1777.63	c objective function=29
1800.05/1777.63	c Total wall clock time (in seconds): 1777.52

Verifier Data

OK	28

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-4109733-1466343698/watcher-4109733-1466343698 -o /tmp/evaluation-result-4109733-1466343698/solver-4109733-1466343698 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1466341823-29626 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109733-1466343698.wbo 

pid=895
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: 2.09 2.02 1.69 3/196 898
/proc/meminfo: memFree=30566324/32872528 swapFree=241348/274052
[pid=898] ppid=895 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/898/stat : 898 (java) R 895 898 29610 0 -1 4202496 959 0 0 0 0 0 0 0 20 0 1 0 36419837 23793664 610 33554432000 1073741824 1073778376 140733877054576 140733877043640 251133999681 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/898/statm: 5809 623 463 9 0 128 0
[pid=898/tid=899] ppid=895 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/898/task/899/stat : 899 (java) R 895 898 29610 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 36419838 98570240 977 33554432000 1073741824 1073778376 140733877054576 140686913801768 251143210368 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100162 s]
/proc/loadavg: 2.09 2.02 1.69 3/196 898
/proc/meminfo: memFree=30566324/32872528 swapFree=241348/274052
[pid=898] ppid=895 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/898/stat : 898 (java) S 895 898 29610 0 -1 4202496 4465 0 1 0 9 1 0 0 20 0 18 0 36419837 9787879424 6103 33554432000 1073741824 1073778376 140733877054576 140733877045712 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/898/statm: 2389619 6103 2156 9 0 2380296 0
[pid=898/tid=899] ppid=895 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/898/task/899/stat : 899 (java) R 895 898 29610 0 -1 4202560 2390 0 1 0 6 1 0 0 20 0 18 0 36419838 9787879424 6103 33554432000 1073741824 1073778376 140733877054576 140686913805000 251146593549 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200269 s]
/proc/loadavg: 2.09 2.02 1.69 3/196 898
/proc/meminfo: memFree=30566324/32872528 swapFree=241348/274052
[pid=898] ppid=895 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/898/stat : 898 (java) S 895 898 29610 0 -1 4202496 4727 0 1 0 23 1 0 0 20 0 18 0 36419837 9787879424 6818 33554432000 1073741824 1073778376 140733877054576 140733877045712 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/898/statm: 2389619 6818 2198 9 0 2380296 0
[pid=898/tid=899] ppid=895 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/898/task/899/stat : 899 (java) R 895 898 29610 0 -1 4202560 2407 0 1 0 16 1 0 0 20 0 18 0 36419838 9787879424 6818 33554432000 1073741824 1073778376 140733877054576 140686913805000 140686770944055 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300309 s]
/proc/loadavg: 2.09 2.02 1.69 3/196 898
/proc/meminfo: memFree=30566324/32872528 swapFree=241348/274052
[pid=898] ppid=895 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/898/stat : 898 (java) S 895 898 29610 0 -1 4202496 5734 0 1 0 46 2 0 0 20 0 18 0 36419837 9787879424 8925 33554432000 1073741824 1073778376 140733877054576 140733877045712 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/898/statm: 2389619 8925 2231 9 0 2380296 0
[pid=898/tid=899] ppid=895 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/898/task/899/stat : 899 (java) R 895 898 29610 0 -1 4202560 2410 0 1 0 26 1 0 0 20 0 18 0 36419838 9787879424 8925 33554432000 1073741824 1073778376 140733877054576 140686913805000 251146583096 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700282 s]
/proc/loadavg: 2.09 2.02 1.69 3/196 898
/proc/meminfo: memFree=30566324/32872528 swapFree=241348/274052
[pid=898] ppid=895 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/898/stat : 898 (java) S 895 898 29610 0 -1 4202496 10462 0 1 0 132 5 0 0 20 0 19 0 36419837 10060525568 13617 33554432000 1073741824 1073778376 140733877054576 140733877045712 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/898/statm: 2456183 13617 2258 9 0 2446860 0
[pid=898/tid=899] ppid=895 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/898/task/899/stat : 899 (java) S 895 898 29610 0 -1 4202560 2427 0 1 0 29 2 0 0 20 0 19 0 36419838 10060525568 13617 33554432000 1073741824 1073778376 140733877054576 140686913807224 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 2.09 2.02 1.69 3/215 923
/proc/meminfo: memFree=30499440/32872528 swapFree=241348/274052
[pid=898] ppid=895 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/898/stat : 898 (java) S 895 898 29610 0 -1 4202496 17318 0 1 0 220 10 0 0 20 0 19 0 36419837 10060525568 20814 33554432000 1073741824 1073778376 140733877054576 140733877045712 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/898/statm: 2456183 20814 2265 9 0 2446860 0
[pid=898/tid=899] ppid=895 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/898/task/899/stat : 899 (java) S 895 898 29610 0 -1 4202560 2427 0 1 0 31 2 0 0 20 0 19 0 36419838 10060525568 20814 33554432000 1073741824 1073778376 140733877054576 140686913807224 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=898/tid=901] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/901/stat : 901 (java) S 895 898 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419839 10060525568 20814 33554432000 1073741824 1073778376 140733877054576 140686891907880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=898/tid=902] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/902/stat : 902 (java) S 895 898 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419839 10060525568 20814 33554432000 1073741824 1073778376 140733877054576 140686890855080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=898/tid=903] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/903/stat : 903 (java) S 895 898 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419839 10060525568 20814 33554432000 1073741824 1073778376 140733877054576 140686889802792 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=898/tid=904] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/904/stat : 904 (java) S 895 898 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419839 10060525568 20814 33554432000 1073741824 1073778376 140733877054576 140686552722344 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=898/tid=905] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/905/stat : 905 (java) S 895 898 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419839 10060525568 20814 33554432000 1073741824 1073778376 140733877054576 140686551669032 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=898/tid=906] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/906/stat : 906 (java) S 895 898 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419839 10060525568 20814 33554432000 1073741824 1073778376 140733877054576 140686550616232 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=898/tid=907] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/907/stat : 907 (java) S 895 898 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419839 10060525568 20814 33554432000 1073741824 1073778376 140733877054576 140686549563944 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=898/tid=908] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/908/stat : 908 (java) S 895 898 29610 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36419839 10060525568 20814 33554432000 1073741824 1073778376 140733877054576 140686548511144 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=898/tid=909] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/909/stat : 909 (java) S 895 898 29610 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36419840 10060525568 20814 33554432000 1073741824 1073778376 140733877054576 140686536313576 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=898/tid=910] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/910/stat : 910 (java) S 895 898 29610 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36419840 10060525568 20814 33554432000 1073741824 1073778376 140733877054576 140686535259640 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=898/tid=911] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/911/stat : 911 (java) S 895 898 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36419840 10060525568 20814 33554432000 1073741824 1073778376 140733877054576 140686534207240 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=898/tid=912] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/912/stat : 912 (java) S 895 898 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419842 10060525568 20814 33554432000 1073741824 1073778376 140733877054576 140686533155728 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=898/tid=913] ppid=895 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/898/task/913/stat : 913 (java) S 895 898 29610 0 -1 4202560 6800 0 0 0 66 1 0 0 20 0 19 0 36419842 10060525568 20814 33554432000 1073741824 1073778376 140733877054576 140686532102328 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=898/tid=914] ppid=895 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/898/task/914/stat : 914 (java) S 895 898 29610 0 -1 4202560 6742 0 0 0 69 1 0 0 20 0 19 0 36419842 10060525568 20814 33554432000 1073741824 1073778376 140733877054576 140686531049528 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=898/tid=915] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/915/stat : 915 (java) S 895 898 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419842 10060525568 20814 33554432000 1073741824 1073778376 140733877054576 140686529997432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=898/tid=916] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/916/stat : 916 (java) S 895 898 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419842 10060525568 20814 33554432000 1073741824 1073778376 140733877054576 140686528944840 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=898/tid=920] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/920/stat : 920 (java) S 895 898 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36419872 10060525568 20814 33554432000 1073741824 1073778376 140733877054576 140686524634664 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 9824732

[startup+3.10084 s]
/proc/loadavg: 2.09 2.02 1.69 2/215 929
/proc/meminfo: memFree=30472196/32872528 swapFree=241348/274052
[pid=898] ppid=895 vsize=9824732 CPUtime=2.89 cores=0,2,4,6
/proc/898/stat : 898 (java) S 895 898 29610 0 -1 4202496 17607 0 1 0 273 16 0 0 20 0 19 0 36419837 10060525568 30034 33554432000 1073741824 1073778376 140733877054576 140733877045712 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/898/statm: 2456183 30034 2268 9 0 2446860 0
[pid=898/tid=899] ppid=895 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/898/task/899/stat : 899 (java) S 895 898 29610 0 -1 4202560 2430 0 1 0 33 2 0 0 20 0 19 0 36419838 10060525568 30034 33554432000 1073741824 1073778376 140733877054576 140686913807224 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=898/tid=901] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/901/stat : 901 (java) S 895 898 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419839 10060525568 30034 33554432000 1073741824 1073778376 140733877054576 140686891907880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=898/tid=902] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/902/stat : 902 (java) S 895 898 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419839 10060525568 30034 33554432000 1073741824 1073778376 140733877054576 140686890855080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=898/tid=903] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/903/stat : 903 (java) S 895 898 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419839 10060525568 30034 33554432000 1073741824 1073778376 140733877054576 140686889802792 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=898/tid=904] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/904/stat : 904 (java) S 895 898 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419839 10060525568 30034 33554432000 1073741824 1073778376 140733877054576 140686552722344 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=898/tid=905] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/905/stat : 905 (java) S 895 898 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419839 10060525568 30034 33554432000 1073741824 1073778376 140733877054576 140686551669032 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=898/tid=906] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/906/stat : 906 (java) S 895 898 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419839 10060525568 30034 33554432000 1073741824 1073778376 140733877054576 140686550616232 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=898/tid=907] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/907/stat : 907 (java) S 895 898 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419839 10060525568 30034 33554432000 1073741824 1073778376 140733877054576 140686549563944 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=898/tid=908] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/908/stat : 908 (java) S 895 898 29610 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36419839 10060525568 30034 33554432000 1073741824 1073778376 140733877054576 140686548511144 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=898/tid=909] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/909/stat : 909 (java) S 895 898 29610 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36419840 10060525568 30034 33554432000 1073741824 1073778376 140733877054576 140686536313576 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=898/tid=910] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/910/stat : 910 (java) S 895 898 29610 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36419840 10060525568 30034 33554432000 1073741824 1073778376 140733877054576 140686535259640 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=898/tid=911] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/911/stat : 911 (java) S 895 898 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36419840 10060525568 30034 33554432000 1073741824 1073778376 140733877054576 140686534207240 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=898/tid=912] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/912/stat : 912 (java) S 895 898 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419842 10060525568 30034 33554432000 1073741824 1073778376 140733877054576 140686533155728 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=898/tid=913] ppid=895 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/898/task/913/stat : 913 (java) S 895 898 29610 0 -1 4202560 7048 0 0 0 74 2 0 0 20 0 19 0 36419842 10060525568 30034 33554432000 1073741824 1073778376 140733877054576 140686532102328 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=898/tid=914] ppid=895 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/898/task/914/stat : 914 (java) S 895 898 29610 0 -1 4202560 6745 0 0 0 85 2 0 0 20 0 19 0 36419842 10060525568 30034 33554432000 1073741824 1073778376 140733877054576 140686531049528 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=898/tid=915] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/915/stat : 915 (java) S 895 898 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419842 10060525568 30034 33554432000 1073741824 1073778376 140733877054576 140686529997432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=898/tid=916] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/916/stat : 916 (java) S 895 898 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419842 10060525568 30034 33554432000 1073741824 1073778376 140733877054576 140686528944840 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=898/tid=920] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/920/stat : 920 (java) S 895 898 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36419872 10060525568 30034 33554432000 1073741824 1073778376 140733877054576 140686524634664 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 9824732

[startup+6.30085 s]
/proc/loadavg: 2.00 2.00 1.69 2/215 950
/proc/meminfo: memFree=30385656/32872528 swapFree=241348/274052
[pid=898] ppid=895 vsize=9824732 CPUtime=3.43 cores=0,2,4,6
/proc/898/stat : 898 (java) S 895 898 29610 0 -1 4202496 17726 0 1 0 317 26 0 0 20 0 19 0 36419837 10060525568 45222 33554432000 1073741824 1073778376 140733877054576 140733877045712 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/898/statm: 2456183 45222 2282 9 0 2446860 0
[pid=898/tid=899] ppid=895 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/898/task/899/stat : 899 (java) S 895 898 29610 0 -1 4202560 2434 0 1 0 35 2 0 0 20 0 19 0 36419838 10060525568 45222 33554432000 1073741824 1073778376 140733877054576 140686913807224 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=898/tid=901] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/901/stat : 901 (java) S 895 898 29610 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36419839 10060525568 45222 33554432000 1073741824 1073778376 140733877054576 140686891907880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=898/tid=902] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/902/stat : 902 (java) S 895 898 29610 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36419839 10060525568 45222 33554432000 1073741824 1073778376 140733877054576 140686890855080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=898/tid=903] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/903/stat : 903 (java) S 895 898 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419839 10060525568 45222 33554432000 1073741824 1073778376 140733877054576 140686889802792 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=898/tid=904] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/904/stat : 904 (java) S 895 898 29610 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36419839 10060525568 45222 33554432000 1073741824 1073778376 140733877054576 140686552722344 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=898/tid=905] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/905/stat : 905 (java) S 895 898 29610 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 36419839 10060525568 45222 33554432000 1073741824 1073778376 140733877054576 140686551669032 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=898/tid=906] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/906/stat : 906 (java) S 895 898 29610 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36419839 10060525568 45222 33554432000 1073741824 1073778376 140733877054576 140686550616232 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=898/tid=907] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/907/stat : 907 (java) S 895 898 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419839 10060525568 45222 33554432000 1073741824 1073778376 140733877054576 140686549563944 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=898/tid=908] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/908/stat : 908 (java) S 895 898 29610 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36419839 10060525568 45222 33554432000 1073741824 1073778376 140733877054576 140686548511144 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=898/tid=909] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/909/stat : 909 (java) S 895 898 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36419840 10060525568 45222 33554432000 1073741824 1073778376 140733877054576 140686536313576 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=898/tid=910] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/910/stat : 910 (java) S 895 898 29610 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36419840 10060525568 45222 33554432000 1073741824 1073778376 140733877054576 140686535259640 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=898/tid=911] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/911/stat : 911 (java) S 895 898 29610 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36419840 10060525568 45222 33554432000 1073741824 1073778376 140733877054576 140686534207240 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=898/tid=912] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/912/stat : 912 (java) S 895 898 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419842 10060525568 45222 33554432000 1073741824 1073778376 140733877054576 140686533155728 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=898/tid=913] ppid=895 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/898/task/913/stat : 913 (java) S 895 898 29610 0 -1 4202560 7049 0 0 0 80 2 0 0 20 0 19 0 36419842 10060525568 45222 33554432000 1073741824 1073778376 140733877054576 140686532102328 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=898/tid=914] ppid=895 vsize=9824732 CPUtime=0.92 cores=0,2,4,6

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

/proc/898/task/905/stat : 905 (java) S 895 898 29610 0 -1 4202560 683 0 0 0 412 34 0 0 20 0 21 0 36419839 10060525568 988647 33554432000 1073741824 1073778376 140733877054576 140686551669032 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=898/tid=906] ppid=895 vsize=9824732 CPUtime=4.3 cores=0,2,4,6
/proc/898/task/906/stat : 906 (java) S 895 898 29610 0 -1 4202560 976 0 0 0 399 31 0 0 20 0 21 0 36419839 10060525568 988647 33554432000 1073741824 1073778376 140733877054576 140686550616232 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=898/tid=907] ppid=895 vsize=9824732 CPUtime=4.11 cores=0,2,4,6
/proc/898/task/907/stat : 907 (java) S 895 898 29610 0 -1 4202560 787 0 0 0 384 27 0 0 20 0 21 0 36419839 10060525568 988647 33554432000 1073741824 1073778376 140733877054576 140686549563944 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=898/tid=908] ppid=895 vsize=9824732 CPUtime=4.43 cores=0,2,4,6
/proc/898/task/908/stat : 908 (java) S 895 898 29610 0 -1 4202560 787 0 0 0 408 35 0 0 20 0 21 0 36419839 10060525568 988647 33554432000 1073741824 1073778376 140733877054576 140686548511144 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=898/tid=909] ppid=895 vsize=9824732 CPUtime=6.82 cores=0,2,4,6
/proc/898/task/909/stat : 909 (java) S 895 898 29610 0 -1 4202560 2939 0 0 0 674 8 0 0 20 0 21 0 36419840 10060525568 988647 33554432000 1073741824 1073778376 140733877054576 140686536313576 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=898/tid=910] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/910/stat : 910 (java) S 895 898 29610 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36419840 10060525568 988647 33554432000 1073741824 1073778376 140733877054576 140686535259640 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=898/tid=911] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/911/stat : 911 (java) S 895 898 29610 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 21 0 36419840 10060525568 988647 33554432000 1073741824 1073778376 140733877054576 140686534207240 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=898/tid=912] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/912/stat : 912 (java) S 895 898 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36419842 10060525568 988647 33554432000 1073741824 1073778376 140733877054576 140686533155728 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=898/tid=913] ppid=895 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/898/task/913/stat : 913 (java) S 895 898 29610 0 -1 4202560 8337 0 0 0 122 2 0 0 20 0 21 0 36419842 10060525568 988647 33554432000 1073741824 1073778376 140733877054576 140686532102328 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=898/tid=914] ppid=895 vsize=9824732 CPUtime=1.41 cores=0,2,4,6
/proc/898/task/914/stat : 914 (java) S 895 898 29610 0 -1 4202560 8820 0 0 0 139 2 0 0 20 0 21 0 36419842 10060525568 988647 33554432000 1073741824 1073778376 140733877054576 140686531049528 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=898/tid=915] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/915/stat : 915 (java) S 895 898 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36419842 10060525568 988647 33554432000 1073741824 1073778376 140733877054576 140686529997432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=898/tid=916] ppid=895 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/898/task/916/stat : 916 (java) S 895 898 29610 0 -1 4202560 96 0 0 0 22 23 0 0 20 0 21 0 36419842 10060525568 988647 33554432000 1073741824 1073778376 140733877054576 140686528944840 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=898/tid=920] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/920/stat : 920 (java) S 895 898 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36419872 10060525568 988647 33554432000 1073741824 1073778376 140733877054576 140686524634664 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=898/tid=1020] ppid=895 vsize=9824732 CPUtime=1622.37 cores=0,2,4,6
/proc/898/task/1020/stat : 1020 (java) R 895 898 29610 0 -1 4202560 2001 0 0 0 162189 48 0 0 20 0 21 0 36421841 10060525568 988647 33554432000 1073741824 1073778376 140733877054576 140686526737536 140686771554683 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=898/tid=1021] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/1021/stat : 1021 (java) S 895 898 29610 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36421842 10060525568 988647 33554432000 1073741824 1073778376 140733877054576 140686525686952 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1682.14
Current children cumulated vsize (KiB) 9824732

[startup+1722.3 s]
/proc/loadavg: 2.15 2.19 2.04 4/218 1388
/proc/meminfo: memFree=23515552/32872528 swapFree=241348/274052
[pid=898] ppid=895 vsize=9824732 CPUtime=1743.14 cores=0,2,4,6
/proc/898/stat : 898 (java) S 895 898 29610 0 -1 4202496 32397 0 1 0 173925 389 0 0 20 0 21 0 36419837 10060525568 988671 33554432000 1073741824 1073778376 140733877054576 140733877045712 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/898/statm: 2456183 988671 2294 9 0 2446860 0
[pid=898/tid=899] ppid=895 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/898/task/899/stat : 899 (java) S 895 898 29610 0 -1 4202560 2503 0 1 0 80 27 0 0 20 0 21 0 36419838 10060525568 988671 33554432000 1073741824 1073778376 140733877054576 140686913807336 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=898/tid=901] ppid=895 vsize=9824732 CPUtime=4.51 cores=0,2,4,6
/proc/898/task/901/stat : 901 (java) S 895 898 29610 0 -1 4202560 658 0 0 0 418 33 0 0 20 0 21 0 36419839 10060525568 988671 33554432000 1073741824 1073778376 140733877054576 140686891907880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=898/tid=902] ppid=895 vsize=9824732 CPUtime=4.3 cores=0,2,4,6
/proc/898/task/902/stat : 902 (java) S 895 898 29610 0 -1 4202560 821 0 0 0 399 31 0 0 20 0 21 0 36419839 10060525568 988671 33554432000 1073741824 1073778376 140733877054576 140686890855080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=898/tid=903] ppid=895 vsize=9824732 CPUtime=3.95 cores=0,2,4,6
/proc/898/task/903/stat : 903 (java) S 895 898 29610 0 -1 4202560 595 0 0 0 368 27 0 0 20 0 21 0 36419839 10060525568 988671 33554432000 1073741824 1073778376 140733877054576 140686889802792 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=898/tid=904] ppid=895 vsize=9824732 CPUtime=4.28 cores=0,2,4,6
/proc/898/task/904/stat : 904 (java) S 895 898 29610 0 -1 4202560 649 0 0 0 399 29 0 0 20 0 21 0 36419839 10060525568 988671 33554432000 1073741824 1073778376 140733877054576 140686552722344 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=898/tid=905] ppid=895 vsize=9824732 CPUtime=4.59 cores=0,2,4,6
/proc/898/task/905/stat : 905 (java) S 895 898 29610 0 -1 4202560 685 0 0 0 425 34 0 0 20 0 21 0 36419839 10060525568 988671 33554432000 1073741824 1073778376 140733877054576 140686551669032 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=898/tid=906] ppid=895 vsize=9824732 CPUtime=4.5 cores=0,2,4,6
/proc/898/task/906/stat : 906 (java) S 895 898 29610 0 -1 4202560 981 0 0 0 419 31 0 0 20 0 21 0 36419839 10060525568 988671 33554432000 1073741824 1073778376 140733877054576 140686550616232 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=898/tid=907] ppid=895 vsize=9824732 CPUtime=4.28 cores=0,2,4,6
/proc/898/task/907/stat : 907 (java) S 895 898 29610 0 -1 4202560 790 0 0 0 401 27 0 0 20 0 21 0 36419839 10060525568 988671 33554432000 1073741824 1073778376 140733877054576 140686549563944 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=898/tid=908] ppid=895 vsize=9824732 CPUtime=4.58 cores=0,2,4,6
/proc/898/task/908/stat : 908 (java) S 895 898 29610 0 -1 4202560 789 0 0 0 423 35 0 0 20 0 21 0 36419839 10060525568 988671 33554432000 1073741824 1073778376 140733877054576 140686548511144 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=898/tid=909] ppid=895 vsize=9824732 CPUtime=6.82 cores=0,2,4,6
/proc/898/task/909/stat : 909 (java) S 895 898 29610 0 -1 4202560 2943 0 0 0 674 8 0 0 20 0 21 0 36419840 10060525568 988671 33554432000 1073741824 1073778376 140733877054576 140686536313576 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=898/tid=910] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/910/stat : 910 (java) S 895 898 29610 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36419840 10060525568 988671 33554432000 1073741824 1073778376 140733877054576 140686535259640 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=898/tid=911] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/911/stat : 911 (java) S 895 898 29610 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 21 0 36419840 10060525568 988671 33554432000 1073741824 1073778376 140733877054576 140686534207240 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=898/tid=912] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/912/stat : 912 (java) S 895 898 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36419842 10060525568 988671 33554432000 1073741824 1073778376 140733877054576 140686533155728 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=898/tid=913] ppid=895 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/898/task/913/stat : 913 (java) S 895 898 29610 0 -1 4202560 8337 0 0 0 122 2 0 0 20 0 21 0 36419842 10060525568 988671 33554432000 1073741824 1073778376 140733877054576 140686532102328 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=898/tid=914] ppid=895 vsize=9824732 CPUtime=1.41 cores=0,2,4,6
/proc/898/task/914/stat : 914 (java) S 895 898 29610 0 -1 4202560 8820 0 0 0 139 2 0 0 20 0 21 0 36419842 10060525568 988671 33554432000 1073741824 1073778376 140733877054576 140686531049528 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=898/tid=915] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/915/stat : 915 (java) S 895 898 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36419842 10060525568 988671 33554432000 1073741824 1073778376 140733877054576 140686529997432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=898/tid=916] ppid=895 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/898/task/916/stat : 916 (java) S 895 898 29610 0 -1 4202560 100 0 0 0 22 24 0 0 20 0 21 0 36419842 10060525568 988671 33554432000 1073741824 1073778376 140733877054576 140686528944840 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=898/tid=920] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/920/stat : 920 (java) S 895 898 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36419872 10060525568 988671 33554432000 1073741824 1073778376 140733877054576 140686524634664 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=898/tid=1020] ppid=895 vsize=9824732 CPUtime=1681.85 cores=0,2,4,6
/proc/898/task/1020/stat : 1020 (java) R 895 898 29610 0 -1 4202560 2004 0 0 0 168135 50 0 0 20 0 21 0 36421841 10060525568 988671 33554432000 1073741824 1073778376 140733877054576 140686526737168 140686771304231 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=898/tid=1021] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/1021/stat : 1021 (java) S 895 898 29610 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36421842 10060525568 988671 33554432000 1073741824 1073778376 140733877054576 140686525686952 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1743.14
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1777.6 s]
/proc/loadavg: 2.06 2.16 2.04 3/217 1389
/proc/meminfo: memFree=23492752/32872528 swapFree=241348/274052
[pid=898] ppid=895 vsize=9824732 CPUtime=1800.04 cores=0,2,4,6
/proc/898/stat : 898 (java) S 895 898 29610 0 -1 4202496 32465 0 1 0 179612 392 0 0 20 0 21 0 36419837 10060525568 994341 33554432000 1073741824 1073778376 140733877054576 140733877045712 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/898/statm: 2456183 994341 2294 9 0 2446860 0
[pid=898/tid=899] ppid=895 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/898/task/899/stat : 899 (java) S 895 898 29610 0 -1 4202560 2507 0 1 0 81 28 0 0 20 0 21 0 36419838 10060525568 994341 33554432000 1073741824 1073778376 140733877054576 140686913807336 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=898/tid=901] ppid=895 vsize=9824732 CPUtime=4.71 cores=0,2,4,6
/proc/898/task/901/stat : 901 (java) S 895 898 29610 0 -1 4202560 665 0 0 0 438 33 0 0 20 0 21 0 36419839 10060525568 994341 33554432000 1073741824 1073778376 140733877054576 140686891907880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=898/tid=902] ppid=895 vsize=9824732 CPUtime=4.64 cores=0,2,4,6
/proc/898/task/902/stat : 902 (java) S 895 898 29610 0 -1 4202560 830 0 0 0 433 31 0 0 20 0 21 0 36419839 10060525568 994341 33554432000 1073741824 1073778376 140733877054576 140686890855080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=898/tid=903] ppid=895 vsize=9824732 CPUtime=4.17 cores=0,2,4,6
/proc/898/task/903/stat : 903 (java) S 895 898 29610 0 -1 4202560 602 0 0 0 390 27 0 0 20 0 21 0 36419839 10060525568 994341 33554432000 1073741824 1073778376 140733877054576 140686889802792 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=898/tid=904] ppid=895 vsize=9824732 CPUtime=4.56 cores=0,2,4,6
/proc/898/task/904/stat : 904 (java) S 895 898 29610 0 -1 4202560 655 0 0 0 427 29 0 0 20 0 21 0 36419839 10060525568 994341 33554432000 1073741824 1073778376 140733877054576 140686552722344 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=898/tid=905] ppid=895 vsize=9824732 CPUtime=4.82 cores=0,2,4,6
/proc/898/task/905/stat : 905 (java) S 895 898 29610 0 -1 4202560 692 0 0 0 448 34 0 0 20 0 21 0 36419839 10060525568 994341 33554432000 1073741824 1073778376 140733877054576 140686551669032 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=898/tid=906] ppid=895 vsize=9824732 CPUtime=4.75 cores=0,2,4,6
/proc/898/task/906/stat : 906 (java) S 895 898 29610 0 -1 4202560 990 0 0 0 444 31 0 0 20 0 21 0 36419839 10060525568 994341 33554432000 1073741824 1073778376 140733877054576 140686550616232 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=898/tid=907] ppid=895 vsize=9824732 CPUtime=4.54 cores=0,2,4,6
/proc/898/task/907/stat : 907 (java) S 895 898 29610 0 -1 4202560 794 0 0 0 427 27 0 0 20 0 21 0 36419839 10060525568 994341 33554432000 1073741824 1073778376 140733877054576 140686549563944 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=898/tid=908] ppid=895 vsize=9824732 CPUtime=4.94 cores=0,2,4,6
/proc/898/task/908/stat : 908 (java) S 895 898 29610 0 -1 4202560 796 0 0 0 459 35 0 0 20 0 21 0 36419839 10060525568 994341 33554432000 1073741824 1073778376 140733877054576 140686548511144 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=898/tid=909] ppid=895 vsize=9824732 CPUtime=6.82 cores=0,2,4,6
/proc/898/task/909/stat : 909 (java) S 895 898 29610 0 -1 4202560 2947 0 0 0 674 8 0 0 20 0 21 0 36419840 10060525568 994341 33554432000 1073741824 1073778376 140733877054576 140686536313576 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=898/tid=910] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/910/stat : 910 (java) S 895 898 29610 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36419840 10060525568 994341 33554432000 1073741824 1073778376 140733877054576 140686535259640 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=898/tid=911] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/911/stat : 911 (java) S 895 898 29610 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 21 0 36419840 10060525568 994341 33554432000 1073741824 1073778376 140733877054576 140686534207240 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=898/tid=912] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/912/stat : 912 (java) S 895 898 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36419842 10060525568 994341 33554432000 1073741824 1073778376 140733877054576 140686533155728 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=898/tid=913] ppid=895 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/898/task/913/stat : 913 (java) S 895 898 29610 0 -1 4202560 8337 0 0 0 122 2 0 0 20 0 21 0 36419842 10060525568 994341 33554432000 1073741824 1073778376 140733877054576 140686532102328 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=898/tid=914] ppid=895 vsize=9824732 CPUtime=1.41 cores=0,2,4,6
/proc/898/task/914/stat : 914 (java) S 895 898 29610 0 -1 4202560 8820 0 0 0 139 2 0 0 20 0 21 0 36419842 10060525568 994341 33554432000 1073741824 1073778376 140733877054576 140686531049528 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=898/tid=915] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/915/stat : 915 (java) S 895 898 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36419842 10060525568 994341 33554432000 1073741824 1073778376 140733877054576 140686529997432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=898/tid=916] ppid=895 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/898/task/916/stat : 916 (java) S 895 898 29610 0 -1 4202560 104 0 0 0 23 25 0 0 20 0 21 0 36419842 10060525568 994341 33554432000 1073741824 1073778376 140733877054576 140686528944840 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=898/tid=920] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/920/stat : 920 (java) S 895 898 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36419872 10060525568 994341 33554432000 1073741824 1073778376 140733877054576 140686524634664 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=898/tid=1020] ppid=895 vsize=9824732 CPUtime=1736.44 cores=0,2,4,6
/proc/898/task/1020/stat : 1020 (java) R 895 898 29610 0 -1 4202560 2004 0 0 0 173593 51 0 0 20 0 21 0 36421841 10060525568 994341 33554432000 1073741824 1073778376 140733877054576 140686526737536 140686771754611 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=898/tid=1021] ppid=895 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/898/task/1021/stat : 1021 (java) S 895 898 29610 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36421842 10060525568 994341 33554432000 1073741824 1073778376 140733877054576 140686525686952 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 898 sig 9
??? kill -898 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 898 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=668624
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=351338
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.00999999
#  lost CPU user time (s): 0.00999999
#  lost CPU system time (s): 0

Real time (s): 1777.66
CPU time (s): 1800.05
CPU user time (s): 1796.13
CPU system time (s): 3.92
CPU usage (%): 101.26
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.67
system time used= 4.35134
maximum resident set size= 3977464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32497
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= 77844
involuntary context switches= 51616

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.3003 second user time and 13.385 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-19 15:41:38
IDJOB=4109733
IDBENCH=78908
IDSOLVER=2552
FILE ID=node107/4109733-1466343698
RUNJOBID= node107-1466341823-29626
PBS_JOBID= 19922041
Free space on /tmp= 71708 MiB

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

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

MD5SUM BENCH= b8c059b75f42fac4cec7408dc4fcfe67
RANDOM SEED=1825267618

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30567224 kB
Buffers:          182340 kB
Cached:           468292 kB
SwapCached:         3140 kB
Active:           757320 kB
Inactive:         521128 kB
Active(anon):     627168 kB
Inactive(anon):     2968 kB
Active(file):     130152 kB
Inactive(file):   518160 kB
Unevictable:      274052 kB
Mlocked:          241348 kB
SwapTotal:      67108856 kB
SwapFree:       67099728 kB
Dirty:               968 kB
Writeback:             0 kB
AnonPages:        877660 kB
Mapped:            17180 kB
Shmem:                 0 kB
Slab:             618644 kB
SReclaimable:      62012 kB
SUnreclaim:       556632 kB
KernelStack:        1800 kB
PageTables:         6596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1126536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    622592 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= 71704 MiB
End job on node107 at 2016-06-19 16:11:16