Trace number 4110333

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.73 1765.95

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900547389--soft-0-100-0.wbo
MD5SUM24569843aeaad08e546ecaba09eee200
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark50.61
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 136614
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136613
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 721
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	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.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	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.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4110333-1466345932.wbo
0.10/0.12	c reading problem ... 
0.47/0.34	c ... done. Wall clock time 0.228s.
0.47/0.34	c declared #vars     231
0.47/0.34	c internal #vars     2938
0.47/0.34	c #constraints  2707
0.47/0.35	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.47/0.35	c constraints type 
0.47/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.47/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.47/0.35	c 2707 constraints processed.
0.47/0.35	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.47/0.35	c constraints type 
0.47/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2684
0.47/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23
0.47/0.35	c 2707 constraints processed.
0.47/0.35	c objective function length is 2707 literals
1.15/0.55	c And the winner is solver0
1.78/0.85	c SATISFIABLE
1.78/0.85	c OPTIMIZING...
1.78/0.85	c Got one! Elapsed wall clock time (in seconds):0.735
1.78/0.85	o 621
1.78/0.89	c And the winner is solver0
2.06/1.37	c Got one! Elapsed wall clock time (in seconds):1.257
2.06/1.37	o 440
2.06/1.39	c And the winner is solver0
2.18/1.88	c Got one! Elapsed wall clock time (in seconds):1.767
2.18/1.88	o 358
2.22/1.90	c And the winner is solver0
2.24/2.39	c Got one! Elapsed wall clock time (in seconds):2.277
2.24/2.39	o 335
2.25/2.45	c And the winner is solver0
2.54/2.90	c Got one! Elapsed wall clock time (in seconds):2.784
2.54/2.90	o 323
5.37/4.11	c cleaning 2900 clauses out of 5821 with flag 23978/5821
8.04/5.44	c And the winner is solver0
8.19/5.91	c Got one! Elapsed wall clock time (in seconds):5.79
8.19/5.91	o 322
8.19/5.92	c And the winner is solver0
8.21/6.41	c Got one! Elapsed wall clock time (in seconds):6.295
8.21/6.41	o 301
8.21/6.42	c And the winner is solver0
8.21/6.92	c Got one! Elapsed wall clock time (in seconds):6.798
8.21/6.92	o 220
8.62/7.10	c And the winner is solver0
8.66/7.42	c Got one! Elapsed wall clock time (in seconds):7.302
8.66/7.42	o 219
8.85/7.59	c And the winner is solver0
9.12/7.92	c Got one! Elapsed wall clock time (in seconds):7.806
9.12/7.92	o 187
9.26/8.05	c And the winner is solver0
9.39/8.43	c Got one! Elapsed wall clock time (in seconds):8.31
9.39/8.43	o 182
9.52/8.51	c And the winner is solver0
9.57/8.93	c Got one! Elapsed wall clock time (in seconds):8.814
9.57/8.93	o 181
9.57/8.95	c And the winner is solver0
9.62/9.44	c Got one! Elapsed wall clock time (in seconds):9.318
9.62/9.44	o 180
9.62/9.46	c And the winner is solver0
9.68/9.94	c Got one! Elapsed wall clock time (in seconds):9.822
9.68/9.94	o 159
10.01/10.14	c And the winner is solver0
10.12/10.44	c Got one! Elapsed wall clock time (in seconds):10.326
10.12/10.44	o 157
10.39/10.63	c And the winner is solver0
10.49/10.95	c Got one! Elapsed wall clock time (in seconds):10.83
10.49/10.95	o 119
12.91/12.12	c cleaning 8486 clauses out of 16979 with flag 30584/19879
15.74/13.32	c And the winner is solver0
15.82/13.45	c Got one! Elapsed wall clock time (in seconds):13.335
15.82/13.45	o 115
16.38/13.75	c cleaning 7184 clauses out of 14386 with flag 4766/25772
18.64/14.90	c cleaning 6595 clauses out of 13200 with flag 45781/31770
18.84/14.93	c And the winner is solver0
18.97/15.01	c Got one! Elapsed wall clock time (in seconds):14.889
18.97/15.01	o 111
18.97/15.02	c And the winner is solver0
18.99/15.51	c Got one! Elapsed wall clock time (in seconds):15.394
18.99/15.51	o 99
19.16/15.62	c And the winner is solver0
19.24/16.02	c Got one! Elapsed wall clock time (in seconds):15.898
19.24/16.02	o 94
19.24/16.04	c And the winner is solver0
19.29/16.52	c Got one! Elapsed wall clock time (in seconds):16.404
19.29/16.52	o 91
19.29/16.53	c And the winner is solver0
19.30/17.03	c Got one! Elapsed wall clock time (in seconds):16.91
19.30/17.03	o 90
19.47/17.19	c And the winner is solver0
19.71/17.53	c Got one! Elapsed wall clock time (in seconds):17.417
19.71/17.53	o 86
19.84/17.65	c And the winner is solver0
19.97/18.04	c Got one! Elapsed wall clock time (in seconds):17.923
19.97/18.04	o 83
21.29/18.79	c And the winner is solver0
21.49/19.05	c Got one! Elapsed wall clock time (in seconds):18.931
21.49/19.05	o 72
22.03/19.32	c cleaning 7097 clauses out of 14204 with flag 5194/39369
23.83/20.23	c And the winner is solver1
23.91/20.56	c Got one! Elapsed wall clock time (in seconds):20.44
23.91/20.56	o 67
24.60/20.97	c And the winner is solver0
24.77/21.07	c Got one! Elapsed wall clock time (in seconds):20.951
24.77/21.07	o 66
24.86/21.10	c And the winner is solver0
24.87/21.58	c Got one! Elapsed wall clock time (in seconds):21.465
24.87/21.58	o 59
25.56/21.95	c And the winner is solver0
25.72/22.10	c Got one! Elapsed wall clock time (in seconds):21.979
25.72/22.10	o 58
26.17/22.36	c And the winner is solver0
26.36/22.61	c Got one! Elapsed wall clock time (in seconds):22.494
26.36/22.61	o 51
26.71/22.80	c cleaning 9524 clauses out of 19058 with flag 6321/51320
27.53/23.29	c And the winner is solver0
27.73/23.64	c Got one! Elapsed wall clock time (in seconds):23.51
27.73/23.64	o 49
28.43/24.00	c cleaning 7463 clauses out of 14929 with flag 15123/56715
28.67/24.16	c And the winner is solver0
28.89/24.65	c Got one! Elapsed wall clock time (in seconds):24.53
28.89/24.65	o 46
29.76/25.13	c And the winner is solver0
29.76/25.17	c Got one! Elapsed wall clock time (in seconds):25.051
29.76/25.17	o 42
30.50/25.51	c And the winner is solver0
30.56/25.69	c Got one! Elapsed wall clock time (in seconds):25.575
30.56/25.69	o 39
30.57/25.74	c And the winner is solver0
785.46/772.50	c cleaning 0 clauses out of 6669 with flag 0/6686
1800.00/1765.90	c >>>>>>>>>> Solver number 0 (34 answers) <<<<<<<<<<<<<<<<<<
1800.00/1765.90	c starts		: 433
1800.00/1765.90	c conflicts		: 62578
1800.00/1765.90	c decisions		: 229037
1800.00/1765.90	c propagations		: 33820413
1800.00/1765.90	c inspects		: 46004384
1800.00/1765.90	c shortcuts		: 0
1800.00/1765.90	c learnt literals	: 0
1800.00/1765.90	c learnt binary clauses	: 22
1800.00/1765.90	c learnt ternary clauses	: 37
1800.00/1765.90	c learnt constraints	: 62578
1800.00/1765.90	c ignored constraints	: 0
1800.00/1765.90	c root simplifications	: 0
1800.00/1765.90	c removed literals (reason simplification)	: 83685
1800.00/1765.90	c reason swapping (by a shorter reason)	: 0
1800.00/1765.90	c Calls to reduceDB	: 7
1800.00/1765.90	c Number of update (reduction) of LBD	: 29536
1800.00/1765.90	c Imported unit clauses	: 0
1800.00/1765.90	c number of reductions to clauses (during analyze)	: 0
1800.00/1765.90	c number of learned constraints concerned by reduction	: 0
1800.00/1765.90	c number of learning phase by resolution	: 0
1800.00/1765.90	c number of learning phase by cutting planes	: 0
1800.00/1765.90	c speed (assignments/second)	: 19377.605445372952
1800.00/1765.90	c non guided choices	4241
1800.00/1765.91	c learnt constraints type 
1800.00/1765.91	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 22
1800.00/1765.91	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13307
1800.00/1765.91	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.00/1765.91	c starts		: 73
1800.00/1765.91	c conflicts		: 11500
1800.00/1765.91	c decisions		: 232528
1800.00/1765.91	c propagations		: 1461276
1800.00/1765.91	c inspects		: 601891139
1800.00/1765.91	c shortcuts		: 0
1800.00/1765.91	c learnt literals	: 0
1800.00/1765.91	c learnt binary clauses	: 0
1800.00/1765.91	c learnt ternary clauses	: 0
1800.00/1765.91	c learnt constraints	: 11482
1800.00/1765.91	c ignored constraints	: 0
1800.00/1765.91	c root simplifications	: 0
1800.00/1765.91	c removed literals (reason simplification)	: 0
1800.00/1765.91	c reason swapping (by a shorter reason)	: 0
1800.00/1765.91	c Calls to reduceDB	: 1
1800.00/1765.91	c Number of update (reduction) of LBD	: 0
1800.00/1765.91	c Imported unit clauses	: 0
1800.00/1765.91	c number of reductions to clauses (during analyze)	: 0
1800.00/1765.91	c number of learned constraints concerned by reduction	: 0
1800.00/1765.91	c number of learning phase by resolution	: 0
1800.00/1765.91	c number of learning phase by cutting planes	: 0
1800.00/1765.91	c speed (assignments/second)	: 839.7346457000605
1800.00/1765.91	c non guided choices	3184
1800.00/1765.92	c learnt constraints type 
1800.00/1765.92	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 715
1800.00/1765.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10767
1800.00/1765.92	s SATISFIABLE
1800.00/1765.92	c Found 34 solution(s)
1800.00/1765.92	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.00/1765.92	c objective function=39
1800.00/1765.92	c Total wall clock time (in seconds): 1765.8

Verifier Data

OK	33

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-4110333-1466345932/watcher-4110333-1466345932 -o /tmp/evaluation-result-4110333-1466345932/solver-4110333-1466345932 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466345807-8836 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4110333-1466345932.wbo 

pid=10466
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 1.99 1.99 2/194 10469
/proc/meminfo: memFree=31221384/32872528 swapFree=338416/354768
[pid=10469] ppid=10466 vsize=94112 CPUtime=0 cores=1,3,5,7
/proc/10469/stat : 10469 (java) S 10466 10469 5514 0 -1 4202496 1300 0 0 0 0 0 0 0 20 0 2 0 36639919 96370688 931 33554432000 1073741824 1073778376 140734774208512 140734774199648 242170757181 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10469/statm: 23528 931 705 9 0 16769 0
[pid=10469/tid=10470] ppid=10466 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10470/stat : 10470 (java) R 10466 10469 5514 0 -1 4202560 105 0 0 0 0 0 0 0 20 0 2 0 36639920 98635776 960 33554432000 1073741824 1073778376 140734774208512 140049125207592 242158181629 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100182 s]
/proc/loadavg: 2.01 1.99 1.99 2/194 10469
/proc/meminfo: memFree=31221384/32872528 swapFree=338416/354768
[pid=10469] ppid=10466 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/10469/stat : 10469 (java) S 10466 10469 5514 0 -1 4202496 4403 0 1 0 9 1 0 0 20 0 18 0 36639919 9787879424 6033 33554432000 1073741824 1073778376 140734774208512 140734774199648 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10469/statm: 2389619 6033 2126 9 0 2380296 0
[pid=10469/tid=10470] ppid=10466 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/10469/task/10470/stat : 10470 (java) R 10466 10469 5514 0 -1 4202560 2388 0 1 0 6 1 0 0 20 0 18 0 36639920 9787879424 6033 33554432000 1073741824 1073778376 140734774208512 140049125211864 242170782989 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200384 s]
/proc/loadavg: 2.01 1.99 1.99 2/194 10469
/proc/meminfo: memFree=31221384/32872528 swapFree=338416/354768
[pid=10469] ppid=10466 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/10469/stat : 10469 (java) S 10466 10469 5514 0 -1 4202496 4728 0 1 0 23 1 0 0 20 0 18 0 36639919 9787879424 6806 33554432000 1073741824 1073778376 140734774208512 140734774199648 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10469/statm: 2389619 6806 2198 9 0 2380296 0
[pid=10469/tid=10470] ppid=10466 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/10469/task/10470/stat : 10470 (java) R 10466 10469 5514 0 -1 4202560 2404 0 1 0 16 1 0 0 20 0 18 0 36639920 9787879424 6806 33554432000 1073741824 1073778376 140734774208512 140049125194968 140049131735570 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300378 s]
/proc/loadavg: 2.01 1.99 1.99 2/194 10469
/proc/meminfo: memFree=31221384/32872528 swapFree=338416/354768
[pid=10469] ppid=10466 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/10469/stat : 10469 (java) S 10466 10469 5514 0 -1 4202496 5628 0 1 0 46 1 0 0 20 0 18 0 36639919 9787879424 8399 33554432000 1073741824 1073778376 140734774208512 140734774199648 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10469/statm: 2389619 8399 2232 9 0 2380296 0
[pid=10469/tid=10470] ppid=10466 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/10469/task/10470/stat : 10470 (java) R 10466 10469 5514 0 -1 4202560 2406 0 1 0 26 1 0 0 20 0 18 0 36639920 9787879424 8399 33554432000 1073741824 1073778376 140734774208512 140049125194968 140048968597344 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700328 s]
/proc/loadavg: 2.01 1.99 1.99 2/194 10469
/proc/meminfo: memFree=31221384/32872528 swapFree=338416/354768
[pid=10469] ppid=10466 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/10469/stat : 10469 (java) S 10466 10469 5514 0 -1 4202496 14949 0 1 0 165 5 0 0 20 0 19 0 36639919 10060525568 16638 33554432000 1073741824 1073778376 140734774208512 140734774199648 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10469/statm: 2456183 16638 2269 9 0 2446860 0
[pid=10469/tid=10470] ppid=10466 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/10469/task/10470/stat : 10470 (java) S 10466 10469 5514 0 -1 4202560 2446 0 1 0 32 1 0 0 20 0 19 0 36639920 10060525568 16638 33554432000 1073741824 1073778376 140734774208512 140049125213048 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 2.01 1.99 1.99 1/213 10500
/proc/meminfo: memFree=31144620/32872528 swapFree=338416/354768
[pid=10469] ppid=10466 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/10469/stat : 10469 (java) S 10466 10469 5514 0 -1 4202496 16881 0 1 0 210 8 0 0 20 0 19 0 36639919 10060525568 19610 33554432000 1073741824 1073778376 140734774208512 140734774199648 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10469/statm: 2456183 19610 2275 9 0 2446860 0
[pid=10469/tid=10470] ppid=10466 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/10469/task/10470/stat : 10470 (java) S 10466 10469 5514 0 -1 4202560 2447 0 1 0 35 1 0 0 20 0 19 0 36639920 10060525568 19610 33554432000 1073741824 1073778376 140734774208512 140049125213048 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10469/tid=10472] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10472/stat : 10472 (java) S 10466 10469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639920 10060525568 19610 33554432000 1073741824 1073778376 140734774208512 140049086704040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10473] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10473/stat : 10473 (java) S 10466 10469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639920 10060525568 19610 33554432000 1073741824 1073778376 140734774208512 140048968182312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10469/tid=10474] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10474/stat : 10474 (java) S 10466 10469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639920 10060525568 19610 33554432000 1073741824 1073778376 140734774208512 140048967129256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10469/tid=10475] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10475/stat : 10475 (java) S 10466 10469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639920 10060525568 19610 33554432000 1073741824 1073778376 140734774208512 140048966076712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10469/tid=10476] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10476/stat : 10476 (java) S 10466 10469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639920 10060525568 19610 33554432000 1073741824 1073778376 140734774208512 140048965024680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10477] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10477/stat : 10477 (java) S 10466 10469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639920 10060525568 19610 33554432000 1073741824 1073778376 140734774208512 140048963972136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10469/tid=10478] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10478/stat : 10478 (java) S 10466 10469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639920 10060525568 19610 33554432000 1073741824 1073778376 140734774208512 140048962919080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10479] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10479/stat : 10479 (java) S 10466 10469 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36639920 10060525568 19610 33554432000 1073741824 1073778376 140734774208512 140048961866536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10480] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10480/stat : 10480 (java) S 10466 10469 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36639921 10060525568 19610 33554432000 1073741824 1073778376 140734774208512 140048479537512 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10481] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10481/stat : 10481 (java) S 10466 10469 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36639922 10060525568 19610 33554432000 1073741824 1073778376 140734774208512 140048478483832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10482] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10482/stat : 10482 (java) S 10466 10469 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36639922 10060525568 19610 33554432000 1073741824 1073778376 140734774208512 140048477430664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10483] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10483/stat : 10483 (java) S 10466 10469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639924 10060525568 19610 33554432000 1073741824 1073778376 140734774208512 140048476379408 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10484] ppid=10466 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/10469/task/10484/stat : 10484 (java) S 10466 10469 5514 0 -1 4202560 6701 0 0 0 62 2 0 0 20 0 19 0 36639924 10060525568 19610 33554432000 1073741824 1073778376 140734774208512 140048475327288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10485] ppid=10466 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/10469/task/10485/stat : 10485 (java) S 10466 10469 5514 0 -1 4202560 6382 0 0 0 65 0 0 0 20 0 19 0 36639924 10060525568 19610 33554432000 1073741824 1073778376 140734774208512 140048474274744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10469/tid=10486] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10486/stat : 10486 (java) S 10466 10469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639924 10060525568 19610 33554432000 1073741824 1073778376 140734774208512 140048473221880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10469/tid=10487] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10487/stat : 10487 (java) S 10466 10469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639924 10060525568 19610 33554432000 1073741824 1073778376 140734774208512 140048472169544 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10469/tid=10494] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10494/stat : 10494 (java) S 10466 10469 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36639956 10060525568 19610 33554432000 1073741824 1073778376 140734774208512 140048467956648 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9824732

[startup+3.10079 s]
/proc/loadavg: 2.01 1.99 1.99 1/213 10512
/proc/meminfo: memFree=31082740/32872528 swapFree=338416/354768
[pid=10469] ppid=10466 vsize=9824732 CPUtime=3.13 cores=1,3,5,7
/proc/10469/stat : 10469 (java) S 10466 10469 5514 0 -1 4202496 18212 0 1 0 301 12 0 0 20 0 22 0 36639919 10060525568 31922 33554432000 1073741824 1073778376 140734774208512 140734774199648 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10469/statm: 2456183 31922 2278 9 0 2446860 0
[pid=10469/tid=10470] ppid=10466 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/10469/task/10470/stat : 10470 (java) S 10466 10469 5514 0 -1 4202560 2449 0 1 0 37 2 0 0 20 0 22 0 36639920 10060525568 31922 33554432000 1073741824 1073778376 140734774208512 140049125213048 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10469/tid=10472] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10472/stat : 10472 (java) S 10466 10469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36639920 10060525568 31922 33554432000 1073741824 1073778376 140734774208512 140049086704040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10473] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10473/stat : 10473 (java) S 10466 10469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36639920 10060525568 31922 33554432000 1073741824 1073778376 140734774208512 140048968182312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10469/tid=10474] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10474/stat : 10474 (java) S 10466 10469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36639920 10060525568 31922 33554432000 1073741824 1073778376 140734774208512 140048967129256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10469/tid=10475] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10475/stat : 10475 (java) S 10466 10469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36639920 10060525568 31922 33554432000 1073741824 1073778376 140734774208512 140048966076712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10469/tid=10476] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10476/stat : 10476 (java) S 10466 10469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36639920 10060525568 31922 33554432000 1073741824 1073778376 140734774208512 140048965024680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10477] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10477/stat : 10477 (java) S 10466 10469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36639920 10060525568 31922 33554432000 1073741824 1073778376 140734774208512 140048963972136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10469/tid=10478] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10478/stat : 10478 (java) S 10466 10469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36639920 10060525568 31922 33554432000 1073741824 1073778376 140734774208512 140048962919080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10479] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10479/stat : 10479 (java) S 10466 10469 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36639920 10060525568 31922 33554432000 1073741824 1073778376 140734774208512 140048961866536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10480] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10480/stat : 10480 (java) S 10466 10469 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 36639921 10060525568 31922 33554432000 1073741824 1073778376 140734774208512 140048479537512 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10469/tid=10481] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10481/stat : 10481 (java) S 10466 10469 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 36639922 10060525568 31922 33554432000 1073741824 1073778376 140734774208512 140048478483832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10482] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10482/stat : 10482 (java) S 10466 10469 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36639922 10060525568 31922 33554432000 1073741824 1073778376 140734774208512 140048477430664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10483] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10483/stat : 10483 (java) S 10466 10469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36639924 10060525568 31922 33554432000 1073741824 1073778376 140734774208512 140048476379408 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10484] ppid=10466 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/10469/task/10484/stat : 10484 (java) S 10466 10469 5514 0 -1 4202560 7972 0 0 0 83 2 0 0 20 0 22 0 36639924 10060525568 31922 33554432000 1073741824 1073778376 140734774208512 140048475327288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10485] ppid=10466 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/10469/task/10485/stat : 10485 (java) R 10466 10469 5514 0 -1 4202560 6398 0 0 0 87 0 0 0 20 0 22 0 36639924 10060525568 31922 33554432000 1073741824 1073778376 140734774208512 140048474274744 140049127806251 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10469/tid=10486] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10486/stat : 10486 (java) S 10466 10469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36639924 10060525568 31922 33554432000 1073741824 1073778376 140734774208512 140048473221880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10469/tid=10487] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10487/stat : 10487 (java) S 10466 10469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36639924 10060525568 31922 33554432000 1073741824 1073778376 140734774208512 140048472169544 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10469/tid=10494] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10494/stat : 10494 (java) S 10466 10469 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36639956 10060525568 31922 33554432000 1073741824 1073778376 140734774208512 140048467956648 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 9824732

[startup+6.30086 s]
/proc/loadavg: 2.01 1.99 1.99 1/213 10539
/proc/meminfo: memFree=30964032/32872528 swapFree=338416/354768
[pid=10469] ppid=10466 vsize=9824732 CPUtime=8.21 cores=1,3,5,7
/proc/10469/stat : 10469 (java) S 10466 10469 5514 0 -1 4202496 18301 0 1 0 807 14 0 0 20 0 19 0 36639919 10060525568 45439 33554432000 1073741824 1073778376 140734774208512 140734774199648 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10469/statm: 2456183 45439 2295 9 0 2446860 0
[pid=10469/tid=10470] ppid=10466 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/10469/task/10470/stat : 10470 (java) S 10466 10469 5514 0 -1 4202560 2450 0 1 0 37 2 0 0 20 0 19 0 36639920 10060525568 45439 33554432000 1073741824 1073778376 140734774208512 140049125213048 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10469/tid=10472] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10472/stat : 10472 (java) S 10466 10469 5514 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36639920 10060525568 45439 33554432000 1073741824 1073778376 140734774208512 140049086704040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10469/tid=10473] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10473/stat : 10473 (java) S 10466 10469 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36639920 10060525568 45439 33554432000 1073741824 1073778376 140734774208512 140048968182312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10469/tid=10474] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10474/stat : 10474 (java) S 10466 10469 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36639920 10060525568 45439 33554432000 1073741824 1073778376 140734774208512 140048967129256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10469/tid=10475] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10475/stat : 10475 (java) S 10466 10469 5514 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36639920 10060525568 45439 33554432000 1073741824 1073778376 140734774208512 140048966076712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10476] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10476/stat : 10476 (java) S 10466 10469 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36639920 10060525568 45439 33554432000 1073741824 1073778376 140734774208512 140048965024680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10469/tid=10477] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10477/stat : 10477 (java) S 10466 10469 5514 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36639920 10060525568 45439 33554432000 1073741824 1073778376 140734774208512 140048963972136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10469/tid=10478] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10478/stat : 10478 (java) S 10466 10469 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36639920 10060525568 45439 33554432000 1073741824 1073778376 140734774208512 140048962919080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10469/tid=10479] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10479/stat : 10479 (java) S 10466 10469 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36639920 10060525568 45439 33554432000 1073741824 1073778376 140734774208512 140048961866536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10480] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10480/stat : 10480 (java) S 10466 10469 5514 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36639921 10060525568 45439 33554432000 1073741824 1073778376 140734774208512 140048479537512 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10481] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10481/stat : 10481 (java) S 10466 10469 5514 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36639922 10060525568 45439 33554432000 1073741824 1073778376 140734774208512 140048478483832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10482] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10482/stat : 10482 (java) S 10466 10469 5514 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36639922 10060525568 45439 33554432000 1073741824 1073778376 140734774208512 140048477430664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10483] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10483/stat : 10483 (java) S 10466 10469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639924 10060525568 45439 33554432000 1073741824 1073778376 140734774208512 140048476379408 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10484] ppid=10466 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/10469/task/10484/stat : 10484 (java) S 10466 10469 5514 0 -1 4202560 7976 0 0 0 94 2 0 0 20 0 19 0 36639924 10060525568 45439 33554432000 1073741824 1073778376 140734774208512 140048475327288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10485] ppid=10466 vsize=9824732 CPUtime=1.12 cores=1,3,5,7

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

[pid=10469/tid=10733] ppid=10466 vsize=9824732 CPUtime=1619.12 cores=1,3,5,7
/proc/10469/task/10733/stat : 10733 (java) R 10466 10469 5514 0 -1 4202560 2264 0 0 0 161863 49 0 0 20 0 21 0 36642491 10060525568 939548 33554432000 1073741824 1073778376 140734774208512 140048471112928 140048968842253 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10469/tid=10734] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10734/stat : 10734 (java) S 10466 10469 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36642494 10060525568 939548 33554432000 1073741824 1073778376 140734774208512 140048469009576 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1693.67
Current children cumulated vsize (KiB) 9824732

[startup+1722.3 s]
/proc/loadavg: 2.08 2.12 2.07 4/217 10838
/proc/meminfo: memFree=23186380/32872528 swapFree=338416/354768
[pid=10469] ppid=10466 vsize=9824732 CPUtime=1755.8 cores=1,3,5,7
/proc/10469/stat : 10469 (java) S 10466 10469 5514 0 -1 4202496 40665 0 1 0 175165 415 0 0 20 0 21 0 36639919 10060525568 1008556 33554432000 1073741824 1073778376 140734774208512 140734774199648 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10469/statm: 2456183 1008556 2303 9 0 2446860 0
[pid=10469/tid=10470] ppid=10466 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/10469/task/10470/stat : 10470 (java) S 10466 10469 5514 0 -1 4202560 2543 0 1 0 95 26 0 0 20 0 21 0 36639920 10060525568 1008556 33554432000 1073741824 1073778376 140734774208512 140049125213160 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10469/tid=10472] ppid=10466 vsize=9824732 CPUtime=4.78 cores=1,3,5,7
/proc/10469/task/10472/stat : 10472 (java) S 10466 10469 5514 0 -1 4202560 840 0 0 0 441 37 0 0 20 0 21 0 36639920 10060525568 1008556 33554432000 1073741824 1073778376 140734774208512 140049086704040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10473] ppid=10466 vsize=9824732 CPUtime=4.66 cores=1,3,5,7
/proc/10469/task/10473/stat : 10473 (java) S 10466 10469 5514 0 -1 4202560 679 0 0 0 438 28 0 0 20 0 21 0 36639920 10060525568 1008556 33554432000 1073741824 1073778376 140734774208512 140048968182312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10474] ppid=10466 vsize=9824732 CPUtime=4.78 cores=1,3,5,7
/proc/10469/task/10474/stat : 10474 (java) S 10466 10469 5514 0 -1 4202560 876 0 0 0 440 38 0 0 20 0 21 0 36639920 10060525568 1008556 33554432000 1073741824 1073778376 140734774208512 140048967129256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10475] ppid=10466 vsize=9824732 CPUtime=4.83 cores=1,3,5,7
/proc/10469/task/10475/stat : 10475 (java) S 10466 10469 5514 0 -1 4202560 1066 0 0 0 448 35 0 0 20 0 21 0 36639920 10060525568 1008556 33554432000 1073741824 1073778376 140734774208512 140048966076712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10469/tid=10476] ppid=10466 vsize=9824732 CPUtime=5.43 cores=1,3,5,7
/proc/10469/task/10476/stat : 10476 (java) S 10466 10469 5514 0 -1 4202560 765 0 0 0 508 35 0 0 20 0 21 0 36639920 10060525568 1008556 33554432000 1073741824 1073778376 140734774208512 140048965024680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10469/tid=10477] ppid=10466 vsize=9824732 CPUtime=5 cores=1,3,5,7
/proc/10469/task/10477/stat : 10477 (java) S 10466 10469 5514 0 -1 4202560 824 0 0 0 467 33 0 0 20 0 21 0 36639920 10060525568 1008556 33554432000 1073741824 1073778376 140734774208512 140048963972136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10469/tid=10478] ppid=10466 vsize=9824732 CPUtime=4.91 cores=1,3,5,7
/proc/10469/task/10478/stat : 10478 (java) S 10466 10469 5514 0 -1 4202560 1135 0 0 0 458 33 0 0 20 0 21 0 36639920 10060525568 1008556 33554432000 1073741824 1073778376 140734774208512 140048962919080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10469/tid=10479] ppid=10466 vsize=9824732 CPUtime=4.56 cores=1,3,5,7
/proc/10469/task/10479/stat : 10479 (java) S 10466 10469 5514 0 -1 4202560 707 0 0 0 422 34 0 0 20 0 21 0 36639920 10060525568 1008556 33554432000 1073741824 1073778376 140734774208512 140048961866536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10469/tid=10480] ppid=10466 vsize=9824732 CPUtime=10.7 cores=1,3,5,7
/proc/10469/task/10480/stat : 10480 (java) S 10466 10469 5514 0 -1 4202560 3830 0 0 0 1060 10 0 0 20 0 21 0 36639921 10060525568 1008556 33554432000 1073741824 1073778376 140734774208512 140048479537512 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10469/tid=10481] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10481/stat : 10481 (java) S 10466 10469 5514 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36639922 10060525568 1008556 33554432000 1073741824 1073778376 140734774208512 140048478483832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10469/tid=10482] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10482/stat : 10482 (java) S 10466 10469 5514 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 21 0 36639922 10060525568 1008556 33554432000 1073741824 1073778376 140734774208512 140048477430664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10469/tid=10483] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10483/stat : 10483 (java) S 10466 10469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36639924 10060525568 1008556 33554432000 1073741824 1073778376 140734774208512 140048476379408 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10484] ppid=10466 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/10469/task/10484/stat : 10484 (java) S 10466 10469 5514 0 -1 4202560 15063 0 0 0 167 3 0 0 20 0 21 0 36639924 10060525568 1008556 33554432000 1073741824 1073778376 140734774208512 140048475327288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10485] ppid=10466 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/10469/task/10485/stat : 10485 (java) S 10466 10469 5514 0 -1 4202560 8100 0 0 0 151 1 0 0 20 0 21 0 36639924 10060525568 1008556 33554432000 1073741824 1073778376 140734774208512 140048474274744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10469/tid=10486] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10486/stat : 10486 (java) S 10466 10469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36639924 10060525568 1008556 33554432000 1073741824 1073778376 140734774208512 140048473221880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10469/tid=10487] ppid=10466 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/10469/task/10487/stat : 10487 (java) S 10466 10469 5514 0 -1 4202560 99 0 0 0 25 25 0 0 20 0 21 0 36639924 10060525568 1008556 33554432000 1073741824 1073778376 140734774208512 140048472169544 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10469/tid=10686] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10686/stat : 10686 (java) S 10466 10469 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36641976 10060525568 1008556 33554432000 1073741824 1073778376 140734774208512 140048467956904 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10469/tid=10733] ppid=10466 vsize=9824732 CPUtime=1675.88 cores=1,3,5,7
/proc/10469/task/10733/stat : 10733 (java) R 10466 10469 5514 0 -1 4202560 2266 0 0 0 167537 51 0 0 20 0 21 0 36642491 10060525568 1008556 33554432000 1073741824 1073778376 140734774208512 140048471112736 140048968869760 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10734] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10734/stat : 10734 (java) S 10466 10469 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36642494 10060525568 1008556 33554432000 1073741824 1073778376 140734774208512 140048469009576 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1755.8
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1765.9 s]
/proc/loadavg: 2.03 2.10 2.07 3/217 10839
/proc/meminfo: memFree=23147900/32872528 swapFree=338416/354768
[pid=10469] ppid=10466 vsize=9824732 CPUtime=1800 cores=1,3,5,7
/proc/10469/stat : 10469 (java) S 10466 10469 5514 0 -1 4202496 41031 0 1 0 179583 417 0 0 20 0 21 0 36639919 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140734774199648 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10469/statm: 2456183 1013999 2303 9 0 2446860 0
[pid=10469/tid=10470] ppid=10466 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/10469/task/10470/stat : 10470 (java) S 10466 10469 5514 0 -1 4202560 2545 0 1 0 96 27 0 0 20 0 21 0 36639920 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140049125213160 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10469/tid=10472] ppid=10466 vsize=9824732 CPUtime=4.89 cores=1,3,5,7
/proc/10469/task/10472/stat : 10472 (java) S 10466 10469 5514 0 -1 4202560 849 0 0 0 452 37 0 0 20 0 21 0 36639920 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140049086704040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10469/tid=10473] ppid=10466 vsize=9824732 CPUtime=4.76 cores=1,3,5,7
/proc/10469/task/10473/stat : 10473 (java) S 10466 10469 5514 0 -1 4202560 687 0 0 0 447 29 0 0 20 0 21 0 36639920 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048968182312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10474] ppid=10466 vsize=9824732 CPUtime=4.85 cores=1,3,5,7
/proc/10469/task/10474/stat : 10474 (java) S 10466 10469 5514 0 -1 4202560 958 0 0 0 447 38 0 0 20 0 21 0 36639920 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048967129256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10469/tid=10475] ppid=10466 vsize=9824732 CPUtime=4.91 cores=1,3,5,7
/proc/10469/task/10475/stat : 10475 (java) S 10466 10469 5514 0 -1 4202560 1080 0 0 0 456 35 0 0 20 0 21 0 36639920 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048966076712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10469/tid=10476] ppid=10466 vsize=9824732 CPUtime=5.5 cores=1,3,5,7
/proc/10469/task/10476/stat : 10476 (java) S 10466 10469 5514 0 -1 4202560 810 0 0 0 515 35 0 0 20 0 21 0 36639920 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048965024680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10469/tid=10477] ppid=10466 vsize=9824732 CPUtime=5.07 cores=1,3,5,7
/proc/10469/task/10477/stat : 10477 (java) S 10466 10469 5514 0 -1 4202560 832 0 0 0 474 33 0 0 20 0 21 0 36639920 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048963972136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10469/tid=10478] ppid=10466 vsize=9824732 CPUtime=5 cores=1,3,5,7
/proc/10469/task/10478/stat : 10478 (java) S 10466 10469 5514 0 -1 4202560 1141 0 0 0 467 33 0 0 20 0 21 0 36639920 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048962919080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10469/tid=10479] ppid=10466 vsize=9824732 CPUtime=4.72 cores=1,3,5,7
/proc/10469/task/10479/stat : 10479 (java) S 10466 10469 5514 0 -1 4202560 894 0 0 0 438 34 0 0 20 0 21 0 36639920 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048961866536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10469/tid=10480] ppid=10466 vsize=9824732 CPUtime=10.7 cores=1,3,5,7
/proc/10469/task/10480/stat : 10480 (java) S 10466 10469 5514 0 -1 4202560 3832 0 0 0 1060 10 0 0 20 0 21 0 36639921 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048479537512 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10469/tid=10481] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10481/stat : 10481 (java) S 10466 10469 5514 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36639922 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048478483832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10469/tid=10482] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10482/stat : 10482 (java) S 10466 10469 5514 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 21 0 36639922 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048477430664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10469/tid=10483] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10483/stat : 10483 (java) S 10466 10469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36639924 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048476379408 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10484] ppid=10466 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/10469/task/10484/stat : 10484 (java) S 10466 10469 5514 0 -1 4202560 15063 0 0 0 167 3 0 0 20 0 21 0 36639924 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048475327288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10485] ppid=10466 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/10469/task/10485/stat : 10485 (java) S 10466 10469 5514 0 -1 4202560 8100 0 0 0 151 1 0 0 20 0 21 0 36639924 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048474274744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10469/tid=10486] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10486/stat : 10486 (java) S 10466 10469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36639924 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048473221880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10469/tid=10487] ppid=10466 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/10469/task/10487/stat : 10487 (java) S 10466 10469 5514 0 -1 4202560 101 0 0 0 25 26 0 0 20 0 21 0 36639924 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048472169544 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10469/tid=10686] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10686/stat : 10686 (java) S 10466 10469 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36641976 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048467956904 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10469/tid=10733] ppid=10466 vsize=9824732 CPUtime=1719.28 cores=1,3,5,7
/proc/10469/task/10733/stat : 10733 (java) R 10466 10469 5514 0 -1 4202560 2267 0 0 0 171876 52 0 0 20 0 21 0 36642491 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048471112688 140048968840984 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10734] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10734/stat : 10734 (java) S 10466 10469 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36642494 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048469009576 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 10469 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1765.9 s]
/proc/loadavg: 2.03 2.10 2.07 3/217 10839
/proc/meminfo: memFree=23147900/32872528 swapFree=338416/354768
[pid=10469] ppid=10466 vsize=9824732 CPUtime=1800 cores=1,3,5,7
/proc/10469/stat : 10469 (java) S 10466 10469 5514 0 -1 4202496 41031 0 1 0 179583 417 0 0 20 0 21 0 36639919 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140734774199648 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10469/statm: 2456183 1013999 2303 9 0 2446860 0
[pid=10469/tid=10470] ppid=10466 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/10469/task/10470/stat : 10470 (java) S 10466 10469 5514 0 -1 4202560 2545 0 1 0 96 27 0 0 20 0 21 0 36639920 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140049125213160 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10469/tid=10472] ppid=10466 vsize=9824732 CPUtime=4.89 cores=1,3,5,7
/proc/10469/task/10472/stat : 10472 (java) S 10466 10469 5514 0 -1 4202560 849 0 0 0 452 37 0 0 20 0 21 0 36639920 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140049086704040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10469/tid=10473] ppid=10466 vsize=9824732 CPUtime=4.76 cores=1,3,5,7
/proc/10469/task/10473/stat : 10473 (java) S 10466 10469 5514 0 -1 4202560 687 0 0 0 447 29 0 0 20 0 21 0 36639920 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048968182312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10474] ppid=10466 vsize=9824732 CPUtime=4.85 cores=1,3,5,7
/proc/10469/task/10474/stat : 10474 (java) S 10466 10469 5514 0 -1 4202560 958 0 0 0 447 38 0 0 20 0 21 0 36639920 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048967129256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10469/tid=10475] ppid=10466 vsize=9824732 CPUtime=4.91 cores=1,3,5,7
/proc/10469/task/10475/stat : 10475 (java) S 10466 10469 5514 0 -1 4202560 1080 0 0 0 456 35 0 0 20 0 21 0 36639920 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048966076712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10469/tid=10476] ppid=10466 vsize=9824732 CPUtime=5.5 cores=1,3,5,7
/proc/10469/task/10476/stat : 10476 (java) S 10466 10469 5514 0 -1 4202560 810 0 0 0 515 35 0 0 20 0 21 0 36639920 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048965024680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10469/tid=10477] ppid=10466 vsize=9824732 CPUtime=5.07 cores=1,3,5,7
/proc/10469/task/10477/stat : 10477 (java) S 10466 10469 5514 0 -1 4202560 832 0 0 0 474 33 0 0 20 0 21 0 36639920 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048963972136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10469/tid=10478] ppid=10466 vsize=9824732 CPUtime=5 cores=1,3,5,7
/proc/10469/task/10478/stat : 10478 (java) S 10466 10469 5514 0 -1 4202560 1141 0 0 0 467 33 0 0 20 0 21 0 36639920 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048962919080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10469/tid=10479] ppid=10466 vsize=9824732 CPUtime=4.72 cores=1,3,5,7
/proc/10469/task/10479/stat : 10479 (java) S 10466 10469 5514 0 -1 4202560 894 0 0 0 438 34 0 0 20 0 21 0 36639920 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048961866536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10469/tid=10480] ppid=10466 vsize=9824732 CPUtime=10.7 cores=1,3,5,7
/proc/10469/task/10480/stat : 10480 (java) S 10466 10469 5514 0 -1 4202560 3832 0 0 0 1060 10 0 0 20 0 21 0 36639921 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048479537512 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10469/tid=10481] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10481/stat : 10481 (java) S 10466 10469 5514 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36639922 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048478483832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10469/tid=10482] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10482/stat : 10482 (java) S 10466 10469 5514 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 21 0 36639922 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048477430664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10469/tid=10483] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10483/stat : 10483 (java) S 10466 10469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36639924 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048476379408 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10484] ppid=10466 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/10469/task/10484/stat : 10484 (java) S 10466 10469 5514 0 -1 4202560 15063 0 0 0 167 3 0 0 20 0 21 0 36639924 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048475327288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10485] ppid=10466 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/10469/task/10485/stat : 10485 (java) S 10466 10469 5514 0 -1 4202560 8100 0 0 0 151 1 0 0 20 0 21 0 36639924 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048474274744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10469/tid=10486] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10486/stat : 10486 (java) S 10466 10469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36639924 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048473221880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10469/tid=10487] ppid=10466 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/10469/task/10487/stat : 10487 (java) S 10466 10469 5514 0 -1 4202560 101 0 0 0 25 26 0 0 20 0 21 0 36639924 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048472169544 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10469/tid=10686] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10686/stat : 10686 (java) S 10466 10469 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36641976 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048467956904 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10469/tid=10733] ppid=10466 vsize=9824732 CPUtime=1719.28 cores=1,3,5,7
/proc/10469/task/10733/stat : 10733 (java) R 10466 10469 5514 0 -1 4202560 2267 0 0 0 171876 52 0 0 20 0 21 0 36642491 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048471112688 140048968840984 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10469/tid=10734] ppid=10466 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10469/task/10734/stat : 10734 (java) S 10466 10469 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36642494 10060525568 1013999 33554432000 1073741824 1073778376 140734774208512 140048469009576 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 1765.95
CPU time (s): 1800.73
CPU user time (s): 1796.01
CPU system time (s): 4.72328
CPU usage (%): 101.97
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.01
system time used= 4.72328
maximum resident set size= 4056120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41068
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 76890
involuntary context switches= 37867

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8903 second user time and 13.9339 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-19 16:18:52
IDJOB=4110333
IDBENCH=79261
IDSOLVER=2552
FILE ID=node126/4110333-1466345932
RUNJOBID= node126-1466345807-8836
PBS_JOBID= 19922027
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.1900547389--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110333-1466345932/watcher-4110333-1466345932 -o /tmp/evaluation-result-4110333-1466345932/solver-4110333-1466345932 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466345807-8836 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4110333-1466345932.wbo

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

MD5SUM BENCH= 24569843aeaad08e546ecaba09eee200
RANDOM SEED=1411245389

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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.121
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:        31221920 kB
Buffers:          176636 kB
Cached:           279936 kB
SwapCached:         1796 kB
Active:           206884 kB
Inactive:         348828 kB
Active(anon):      99192 kB
Inactive(anon):     1916 kB
Active(file):     107692 kB
Inactive(file):   346912 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100300 kB
Dirty:              1528 kB
Writeback:             0 kB
AnonPages:        513416 kB
Mapped:            17168 kB
Shmem:                 0 kB
Slab:             609972 kB
SReclaimable:      53428 kB
SUnreclaim:       556544 kB
KernelStack:        1760 kB
PageTables:         5060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1045244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 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 node126 at 2016-06-19 16:48:18