Trace number 4110345

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.08 1780.03

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900567024--soft-0-100-0.wbo
MD5SUMa7d7105d3e0193cbcd9215f3627722fb
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark17.5333
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 137245
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137244
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 755
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.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.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4110345-1466345944.wbo
0.09/0.12	c reading problem ... 
0.45/0.34	c ... done. Wall clock time 0.223s.
0.45/0.34	c declared #vars     231
0.45/0.34	c internal #vars     2938
0.45/0.34	c #constraints  2707
0.45/0.35	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.45/0.35	c constraints type 
0.45/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.45/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.45/0.35	c 2707 constraints processed.
0.45/0.35	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.45/0.35	c constraints type 
0.45/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2684
0.45/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23
0.45/0.35	c 2707 constraints processed.
0.45/0.35	c objective function length is 2707 literals
1.03/0.50	c And the winner is solver0
1.19/0.87	c SATISFIABLE
1.19/0.87	c OPTIMIZING...
1.19/0.87	c Got one! Elapsed wall clock time (in seconds):0.745
1.19/0.87	o 620
1.26/0.91	c And the winner is solver0
57.89/55.34	c Got one! Elapsed wall clock time (in seconds):55.219
57.89/55.34	o 486
57.89/55.36	c And the winner is solver0
57.89/55.85	c Got one! Elapsed wall clock time (in seconds):55.729
57.89/55.85	o 242
57.89/55.87	c And the winner is solver0
58.00/56.36	c Got one! Elapsed wall clock time (in seconds):56.244
58.00/56.36	o 202
58.00/56.38	c And the winner is solver0
58.08/56.87	c Got one! Elapsed wall clock time (in seconds):56.752
58.08/56.87	o 198
58.16/56.91	c And the winner is solver0
58.22/57.38	c Got one! Elapsed wall clock time (in seconds):57.26
58.22/57.38	o 197
58.26/57.47	c And the winner is solver0
58.46/57.89	c Got one! Elapsed wall clock time (in seconds):57.766
58.46/57.89	o 195
58.68/58.06	c And the winner is solver0
58.82/58.39	c Got one! Elapsed wall clock time (in seconds):58.272
58.82/58.39	o 182
59.22/58.68	c And the winner is solver0
59.40/58.90	c Got one! Elapsed wall clock time (in seconds):58.778
59.40/58.90	o 173
59.40/58.92	c And the winner is solver0
59.47/59.40	c Got one! Elapsed wall clock time (in seconds):59.284
59.47/59.40	o 171
59.47/59.44	c And the winner is solver0
59.57/59.91	c Got one! Elapsed wall clock time (in seconds):59.79
59.57/59.91	o 152
61.01/60.62	c cleaning 3965 clauses out of 7941 with flag 22258/7941
61.01/60.69	c And the winner is solver0
61.22/60.94	c Got one! Elapsed wall clock time (in seconds):60.817
61.22/60.94	o 150
61.22/60.96	c And the winner is solver0
61.27/61.44	c Got one! Elapsed wall clock time (in seconds):61.323
61.27/61.44	o 146
61.27/61.47	c And the winner is solver0
61.34/61.95	c Got one! Elapsed wall clock time (in seconds):61.829
61.34/61.95	o 139
61.45/62.00	c And the winner is solver0
61.48/62.45	c Got one! Elapsed wall clock time (in seconds):62.335
61.48/62.45	o 137
61.55/62.55	c And the winner is solver0
61.71/62.96	c Got one! Elapsed wall clock time (in seconds):62.84
61.71/62.96	o 136
61.71/62.99	c And the winner is solver0
61.79/63.47	c Got one! Elapsed wall clock time (in seconds):63.346
61.79/63.47	o 134
61.85/63.50	c And the winner is solver0
61.89/63.97	c Got one! Elapsed wall clock time (in seconds):63.852
61.89/63.97	o 124
62.16/64.10	c And the winner is solver0
62.20/64.48	c Got one! Elapsed wall clock time (in seconds):64.357
62.20/64.48	o 120
62.44/64.60	c And the winner is solver0
62.49/64.98	c Got one! Elapsed wall clock time (in seconds):64.863
62.49/64.98	o 117
63.73/65.61	c And the winner is solver0
63.78/65.99	c Got one! Elapsed wall clock time (in seconds):65.869
63.78/65.99	o 109
63.80/66.05	c And the winner is solver0
63.92/66.49	c Got one! Elapsed wall clock time (in seconds):66.375
63.92/66.49	o 104
64.55/66.81	c And the winner is solver0
64.60/67.00	c Got one! Elapsed wall clock time (in seconds):66.881
64.60/67.00	o 100
64.80/67.15	c And the winner is solver0
64.93/67.51	c Got one! Elapsed wall clock time (in seconds):67.387
64.93/67.51	o 91
65.32/67.78	c cleaning 6488 clauses out of 12992 with flag 5272/16957
65.88/67.94	c And the winner is solver0
66.11/68.01	c Got one! Elapsed wall clock time (in seconds):67.893
66.11/68.01	o 89
66.11/68.08	c And the winner is solver0
66.37/68.52	c Got one! Elapsed wall clock time (in seconds):68.402
66.37/68.52	o 88
66.71/68.75	c And the winner is solver0
66.87/69.03	c Got one! Elapsed wall clock time (in seconds):68.91
66.87/69.03	o 84
67.22/69.27	c And the winner is solver0
67.40/69.54	c Got one! Elapsed wall clock time (in seconds):69.42
67.40/69.54	o 82
67.50/69.61	c And the winner is solver0
67.58/70.05	c Got one! Elapsed wall clock time (in seconds):69.93
67.58/70.05	o 80
67.58/70.07	c And the winner is solver0
67.65/70.56	c Got one! Elapsed wall clock time (in seconds):70.442
67.65/70.56	o 74
68.11/70.81	c And the winner is solver0
68.18/71.07	c Got one! Elapsed wall clock time (in seconds):70.954
68.18/71.07	o 72
68.63/71.35	c And the winner is solver0
68.76/71.59	c Got one! Elapsed wall clock time (in seconds):71.468
68.76/71.59	o 68
68.97/71.77	c cleaning 6937 clauses out of 13894 with flag 5356/24347
68.97/71.79	c And the winner is solver0
69.57/72.10	c Got one! Elapsed wall clock time (in seconds):71.984
69.57/72.10	o 61
69.83/72.22	c And the winner is solver0
69.92/72.62	c Got one! Elapsed wall clock time (in seconds):72.502
69.92/72.62	o 57
71.70/73.50	c cleaning 6340 clauses out of 12684 with flag 31429/30074
73.30/74.32	c And the winner is solver0
73.38/74.64	c Got one! Elapsed wall clock time (in seconds):74.521
73.38/74.64	o 56
73.46/74.70	c And the winner is solver0
73.49/75.16	c Got one! Elapsed wall clock time (in seconds):75.044
73.49/75.16	o 54
73.75/75.37	c cleaning 6166 clauses out of 12353 with flag 6595/36083
74.15/75.55	c And the winner is solver0
74.30/75.70	c Got one! Elapsed wall clock time (in seconds):75.581
74.30/75.70	o 51
74.30/75.77	c And the winner is solver0
74.44/76.23	c Got one! Elapsed wall clock time (in seconds):76.107
74.44/76.23	o 50
74.44/76.26	c And the winner is solver0
890.60/882.53	c cleaning 0 clauses out of 6718 with flag 0/6730
1800.08/1780.00	c >>>>>>>>>> Solver number 0 (39 answers) <<<<<<<<<<<<<<<<<<
1800.08/1780.00	c starts		: 96
1800.08/1780.00	c conflicts		: 37828
1800.08/1780.00	c decisions		: 189401
1800.08/1780.00	c propagations		: 19229680
1800.08/1780.00	c inspects		: 24512120
1800.08/1780.00	c shortcuts		: 0
1800.08/1780.00	c learnt literals	: 0
1800.08/1780.00	c learnt binary clauses	: 28
1800.08/1780.00	c learnt ternary clauses	: 40
1800.08/1780.00	c learnt constraints	: 37828
1800.08/1780.00	c ignored constraints	: 0
1800.08/1780.00	c root simplifications	: 0
1800.08/1780.00	c removed literals (reason simplification)	: 52083
1800.08/1780.00	c reason swapping (by a shorter reason)	: 0
1800.08/1780.00	c Calls to reduceDB	: 5
1800.08/1780.00	c Number of update (reduction) of LBD	: 17598
1800.08/1780.00	c Imported unit clauses	: 0
1800.08/1780.00	c number of reductions to clauses (during analyze)	: 0
1800.08/1780.00	c number of learned constraints concerned by reduction	: 0
1800.08/1780.00	c number of learning phase by resolution	: 0
1800.08/1780.00	c number of learning phase by cutting planes	: 0
1800.08/1780.00	c speed (assignments/second)	: 10805.370296593526
1800.08/1780.00	c non guided choices	4736
1800.08/1780.01	c learnt constraints type 
1800.08/1780.01	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 28
1800.08/1780.01	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 7904
1800.08/1780.01	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/1780.01	c starts		: 75
1800.08/1780.01	c conflicts		: 10248
1800.08/1780.01	c decisions		: 333246
1800.08/1780.01	c propagations		: 1767352
1800.08/1780.01	c inspects		: 494890154
1800.08/1780.01	c shortcuts		: 0
1800.08/1780.01	c learnt literals	: 0
1800.08/1780.01	c learnt binary clauses	: 0
1800.08/1780.01	c learnt ternary clauses	: 0
1800.08/1780.01	c learnt constraints	: 10236
1800.08/1780.01	c ignored constraints	: 0
1800.08/1780.01	c root simplifications	: 0
1800.08/1780.01	c removed literals (reason simplification)	: 0
1800.08/1780.01	c reason swapping (by a shorter reason)	: 0
1800.08/1780.01	c Calls to reduceDB	: 1
1800.08/1780.01	c Number of update (reduction) of LBD	: 0
1800.08/1780.01	c Imported unit clauses	: 0
1800.08/1780.01	c number of reductions to clauses (during analyze)	: 0
1800.08/1780.01	c number of learned constraints concerned by reduction	: 0
1800.08/1780.01	c number of learning phase by resolution	: 0
1800.08/1780.01	c number of learning phase by cutting planes	: 0
1800.08/1780.01	c speed (assignments/second)	: 1037.3439891813716
1800.08/1780.01	c non guided choices	3377
1800.08/1780.01	c learnt constraints type 
1800.08/1780.01	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 583
1800.08/1780.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9653
1800.08/1780.01	s SATISFIABLE
1800.08/1780.01	c Found 38 solution(s)
1800.08/1780.01	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.08/1780.01	c objective function=50
1800.08/1780.01	c Total wall clock time (in seconds): 1779.894

Verifier Data

OK	23

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

pid=30489
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.32 2.23 2.18 4/196 30492
/proc/meminfo: memFree=25957740/32872528 swapFree=1590544/1721360
[pid=30492] ppid=30489 vsize=9160 CPUtime=0 cores=0,2,4,6
/proc/30492/stat : 30492 (java) R 30489 30492 24214 0 -1 4202496 443 0 0 0 0 0 0 0 20 0 1 0 36642714 9379840 99 33554432000 1073741824 1073778376 140737155053264 140737155050392 226084394832 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30492/statm: 2290 117 89 9 0 38 0

[startup+0.100089 s]
/proc/loadavg: 2.32 2.23 2.18 4/196 30492
/proc/meminfo: memFree=25957740/32872528 swapFree=1590544/1721360
[pid=30492] ppid=30489 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/30492/stat : 30492 (java) S 30489 30492 24214 0 -1 4202496 4416 0 1 0 8 1 0 0 20 0 18 0 36642714 9787879424 6038 33554432000 1073741824 1073778376 140737155053264 140737155044400 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30492/statm: 2389619 6038 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200227 s]
/proc/loadavg: 2.32 2.23 2.18 4/196 30492
/proc/meminfo: memFree=25957740/32872528 swapFree=1590544/1721360
[pid=30492] ppid=30489 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/30492/stat : 30492 (java) S 30489 30492 24214 0 -1 4202496 4742 0 1 0 22 1 0 0 20 0 18 0 36642714 9787879424 6821 33554432000 1073741824 1073778376 140737155053264 140737155044400 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30492/statm: 2389619 6821 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300326 s]
/proc/loadavg: 2.32 2.23 2.18 4/196 30492
/proc/meminfo: memFree=25957740/32872528 swapFree=1590544/1721360
[pid=30492] ppid=30489 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/30492/stat : 30492 (java) S 30489 30492 24214 0 -1 4202496 5642 0 1 0 44 1 0 0 20 0 18 0 36642714 9787879424 8432 33554432000 1073741824 1073778376 140737155053264 140737155044400 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30492/statm: 2389619 8432 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700237 s]
/proc/loadavg: 2.32 2.23 2.18 4/196 30492
/proc/meminfo: memFree=25957740/32872528 swapFree=1590544/1721360
[pid=30492] ppid=30489 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/30492/stat : 30492 (java) S 30489 30492 24214 0 -1 4202496 8343 0 1 0 115 4 0 0 20 0 19 0 36642714 10060525568 12601 33554432000 1073741824 1073778376 140737155053264 140737155044400 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30492/statm: 2456183 12601 2267 9 0 2446860 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 2.32 2.23 2.18 6/217 30517
/proc/meminfo: memFree=25892856/32872528 swapFree=1590544/1721360
[pid=30492] ppid=30489 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/30492/stat : 30492 (java) S 30489 30492 24214 0 -1 4202496 12924 0 1 0 242 6 0 0 20 0 21 0 36642714 10060525568 25375 33554432000 1073741824 1073778376 140737155053264 140737155044400 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30492/statm: 2456183 25375 2275 9 0 2446860 0
[pid=30492/tid=30494] ppid=30489 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/30492/task/30494/stat : 30494 (java) S 30489 30492 24214 0 -1 4202560 2440 0 1 0 33 1 0 0 20 0 21 0 36642715 10060525568 25375 33554432000 1073741824 1073778376 140737155053264 140645936542584 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30492/tid=30495] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30495/stat : 30495 (java) S 30489 30492 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36642716 10060525568 25375 33554432000 1073741824 1073778376 140737155053264 140645898033704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30496] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30496/stat : 30496 (java) S 30489 30492 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36642716 10060525568 25375 33554432000 1073741824 1073778376 140737155053264 140645896980904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30492/tid=30497] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30497/stat : 30497 (java) S 30489 30492 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36642716 10060525568 25375 33554432000 1073741824 1073778376 140737155053264 140645895928104 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30492/tid=30498] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30498/stat : 30498 (java) S 30489 30492 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36642716 10060525568 25375 33554432000 1073741824 1073778376 140737155053264 140645894875304 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30499] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30499/stat : 30499 (java) S 30489 30492 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36642716 10060525568 25375 33554432000 1073741824 1073778376 140737155053264 140645893823528 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30492/tid=30500] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30500/stat : 30500 (java) S 30489 30492 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36642716 10060525568 25375 33554432000 1073741824 1073778376 140737155053264 140645892770728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30501] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30501/stat : 30501 (java) S 30489 30492 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36642716 10060525568 25375 33554432000 1073741824 1073778376 140737155053264 140645891717928 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30492/tid=30502] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30502/stat : 30502 (java) S 30489 30492 24214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36642716 10060525568 25375 33554432000 1073741824 1073778376 140737155053264 140645890665128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30503] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30503/stat : 30503 (java) S 30489 30492 24214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36642717 10060525568 25375 33554432000 1073741824 1073778376 140737155053264 140645759941096 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30504] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30504/stat : 30504 (java) S 30489 30492 24214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 21 0 36642718 10060525568 25375 33554432000 1073741824 1073778376 140737155053264 140645758887160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30505] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30505/stat : 30505 (java) S 30489 30492 24214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36642718 10060525568 25375 33554432000 1073741824 1073778376 140737155053264 140645757834248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30506] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30506/stat : 30506 (java) S 30489 30492 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36642720 10060525568 25375 33554432000 1073741824 1073778376 140737155053264 140645756782736 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30507] ppid=30489 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/30492/task/30507/stat : 30507 (java) S 30489 30492 24214 0 -1 4202560 4669 0 0 0 69 0 0 0 20 0 21 0 36642720 10060525568 25375 33554432000 1073741824 1073778376 140737155053264 140645755730872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30508] ppid=30489 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/30492/task/30508/stat : 30508 (java) S 30489 30492 24214 0 -1 4202560 4459 0 0 0 54 0 0 0 20 0 21 0 36642720 10060525568 25375 33554432000 1073741824 1073778376 140737155053264 140645754678072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30492/tid=30509] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30509/stat : 30509 (java) S 30489 30492 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36642720 10060525568 25375 33554432000 1073741824 1073778376 140737155053264 140645753625464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30492/tid=30510] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30510/stat : 30510 (java) S 30489 30492 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36642720 10060525568 25375 33554432000 1073741824 1073778376 140737155053264 140645752572872 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30492/tid=30513] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30513/stat : 30513 (java) S 30489 30492 24214 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 36642750 10060525568 25375 33554432000 1073741824 1073778376 140737155053264 140644741792680 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30492/tid=30516] ppid=30489 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/30492/task/30516/stat : 30516 (java) R 30489 30492 24214 0 -1 4202560 26 0 0 0 57 0 0 0 20 0 21 0 36642803 10060525568 25375 33554432000 1073741824 1073778376 140737155053264 140644743897800 140645768136416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30492/tid=30517] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30517/stat : 30517 (java) S 30489 30492 24214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36642805 10060525568 25375 33554432000 1073741824 1073778376 140737155053264 140644742845864 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 2.53 2.28 2.19 4/217 30517
/proc/meminfo: memFree=25840376/32872528 swapFree=1590544/1721360
[pid=30492] ppid=30489 vsize=9824732 CPUtime=4.22 cores=0,2,4,6
/proc/30492/stat : 30492 (java) S 30489 30492 24214 0 -1 4202496 13095 0 1 0 416 6 0 0 20 0 21 0 36642714 10060525568 37179 33554432000 1073741824 1073778376 140737155053264 140737155044400 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30492/statm: 2456183 37179 2275 9 0 2446860 0
[pid=30492/tid=30494] ppid=30489 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/30492/task/30494/stat : 30494 (java) S 30489 30492 24214 0 -1 4202560 2440 0 1 0 33 1 0 0 20 0 21 0 36642715 10060525568 37179 33554432000 1073741824 1073778376 140737155053264 140645936542584 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30492/tid=30495] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30495/stat : 30495 (java) S 30489 30492 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36642716 10060525568 37179 33554432000 1073741824 1073778376 140737155053264 140645898033704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30496] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30496/stat : 30496 (java) S 30489 30492 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36642716 10060525568 37179 33554432000 1073741824 1073778376 140737155053264 140645896980904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30492/tid=30497] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30497/stat : 30497 (java) S 30489 30492 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36642716 10060525568 37179 33554432000 1073741824 1073778376 140737155053264 140645895928104 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30492/tid=30498] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30498/stat : 30498 (java) S 30489 30492 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36642716 10060525568 37179 33554432000 1073741824 1073778376 140737155053264 140645894875304 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30499] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30499/stat : 30499 (java) S 30489 30492 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36642716 10060525568 37179 33554432000 1073741824 1073778376 140737155053264 140645893823528 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30492/tid=30500] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30500/stat : 30500 (java) S 30489 30492 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36642716 10060525568 37179 33554432000 1073741824 1073778376 140737155053264 140645892770728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30501] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30501/stat : 30501 (java) S 30489 30492 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36642716 10060525568 37179 33554432000 1073741824 1073778376 140737155053264 140645891717928 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30492/tid=30502] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30502/stat : 30502 (java) S 30489 30492 24214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36642716 10060525568 37179 33554432000 1073741824 1073778376 140737155053264 140645890665128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30503] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30503/stat : 30503 (java) S 30489 30492 24214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36642717 10060525568 37179 33554432000 1073741824 1073778376 140737155053264 140645759941096 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30492/tid=30504] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30504/stat : 30504 (java) S 30489 30492 24214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 21 0 36642718 10060525568 37179 33554432000 1073741824 1073778376 140737155053264 140645758887160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30505] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30505/stat : 30505 (java) S 30489 30492 24214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36642718 10060525568 37179 33554432000 1073741824 1073778376 140737155053264 140645757834248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30506] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30506/stat : 30506 (java) S 30489 30492 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36642720 10060525568 37179 33554432000 1073741824 1073778376 140737155053264 140645756782736 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30507] ppid=30489 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/30492/task/30507/stat : 30507 (java) S 30489 30492 24214 0 -1 4202560 4816 0 0 0 81 0 0 0 20 0 21 0 36642720 10060525568 37179 33554432000 1073741824 1073778376 140737155053264 140645755730872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30508] ppid=30489 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/30492/task/30508/stat : 30508 (java) S 30489 30492 24214 0 -1 4202560 4459 0 0 0 56 0 0 0 20 0 21 0 36642720 10060525568 37179 33554432000 1073741824 1073778376 140737155053264 140645754678072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30492/tid=30509] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30509/stat : 30509 (java) S 30489 30492 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36642720 10060525568 37179 33554432000 1073741824 1073778376 140737155053264 140645753625464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30492/tid=30510] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30510/stat : 30510 (java) S 30489 30492 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36642720 10060525568 37179 33554432000 1073741824 1073778376 140737155053264 140645752572872 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30492/tid=30513] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30513/stat : 30513 (java) S 30489 30492 24214 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 36642750 10060525568 37179 33554432000 1073741824 1073778376 140737155053264 140644741792680 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30492/tid=30516] ppid=30489 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/30492/task/30516/stat : 30516 (java) R 30489 30492 24214 0 -1 4202560 50 0 0 0 217 0 0 0 20 0 21 0 36642803 10060525568 37179 33554432000 1073741824 1073778376 140737155053264 140644743897352 140645767979512 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30492/tid=30517] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30517/stat : 30517 (java) S 30489 30492 24214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36642805 10060525568 37179 33554432000 1073741824 1073778376 140737155053264 140644742845864 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 9824732

[startup+6.3008 s]
/proc/loadavg: 2.53 2.28 2.19 3/217 30517
/proc/meminfo: memFree=25780672/32872528 swapFree=1590544/1721360
[pid=30492] ppid=30489 vsize=9824732 CPUtime=7.49 cores=0,2,4,6
/proc/30492/stat : 30492 (java) S 30489 30492 24214 0 -1 4202496 13154 0 1 0 741 8 0 0 20 0 21 0 36642714 10060525568 45821 33554432000 1073741824 1073778376 140737155053264 140737155044400 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30492/statm: 2456183 45821 2288 9 0 2446860 0
[pid=30492/tid=30494] ppid=30489 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/30492/task/30494/stat : 30494 (java) S 30489 30492 24214 0 -1 4202560 2440 0 1 0 33 1 0 0 20 0 21 0 36642715 10060525568 45821 33554432000 1073741824 1073778376 140737155053264 140645936542584 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30492/tid=30495] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30495/stat : 30495 (java) S 30489 30492 24214 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 36642716 10060525568 45821 33554432000 1073741824 1073778376 140737155053264 140645898033704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30492/tid=30496] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30496/stat : 30496 (java) S 30489 30492 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36642716 10060525568 45821 33554432000 1073741824 1073778376 140737155053264 140645896980904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30492/tid=30497] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30497/stat : 30497 (java) S 30489 30492 24214 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 21 0 36642716 10060525568 45821 33554432000 1073741824 1073778376 140737155053264 140645895928104 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30492/tid=30498] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30498/stat : 30498 (java) S 30489 30492 24214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 36642716 10060525568 45821 33554432000 1073741824 1073778376 140737155053264 140645894875304 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30492/tid=30499] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30499/stat : 30499 (java) S 30489 30492 24214 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 21 0 36642716 10060525568 45821 33554432000 1073741824 1073778376 140737155053264 140645893823528 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30492/tid=30500] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30500/stat : 30500 (java) S 30489 30492 24214 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 21 0 36642716 10060525568 45821 33554432000 1073741824 1073778376 140737155053264 140645892770728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30501] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30501/stat : 30501 (java) S 30489 30492 24214 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 21 0 36642716 10060525568 45821 33554432000 1073741824 1073778376 140737155053264 140645891717928 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30492/tid=30502] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30502/stat : 30502 (java) S 30489 30492 24214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36642716 10060525568 45821 33554432000 1073741824 1073778376 140737155053264 140645890665128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30503] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30503/stat : 30503 (java) S 30489 30492 24214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36642717 10060525568 45821 33554432000 1073741824 1073778376 140737155053264 140645759941096 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30492/tid=30504] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30504/stat : 30504 (java) S 30489 30492 24214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36642718 10060525568 45821 33554432000 1073741824 1073778376 140737155053264 140645758887160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30505] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30505/stat : 30505 (java) S 30489 30492 24214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 36642718 10060525568 45821 33554432000 1073741824 1073778376 140737155053264 140645757834248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30506] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30506/stat : 30506 (java) S 30489 30492 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36642720 10060525568 45821 33554432000 1073741824 1073778376 140737155053264 140645756782736 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30507] ppid=30489 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/30492/task/30507/stat : 30507 (java) S 30489 30492 24214 0 -1 4202560 4816 0 0 0 82 0 0 0 20 0 21 0 36642720 10060525568 45821 33554432000 1073741824 1073778376 140737155053264 140645755730872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30508] ppid=30489 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/30492/task/30508/stat : 30508 (java) S 30489 30492 24214 0 -1 4202560 4459 0 0 0 58 0 0 0 20 0 21 0 36642720 10060525568 45821 33554432000 1073741824 1073778376 140737155053264 140645754678072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30492/tid=30509] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

[pid=30492/tid=30499] ppid=30489 vsize=9824732 CPUtime=3.54 cores=0,2,4,6
/proc/30492/task/30499/stat : 30499 (java) S 30489 30492 24214 0 -1 4202560 829 0 0 0 323 31 0 0 20 0 21 0 36642716 10060525568 909308 33554432000 1073741824 1073778376 140737155053264 140645893823528 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30492/tid=30500] ppid=30489 vsize=9824732 CPUtime=3.79 cores=0,2,4,6
/proc/30492/task/30500/stat : 30500 (java) S 30489 30492 24214 0 -1 4202560 897 0 0 0 342 37 0 0 20 0 21 0 36642716 10060525568 909308 33554432000 1073741824 1073778376 140737155053264 140645892770728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30492/tid=30501] ppid=30489 vsize=9824732 CPUtime=3.69 cores=0,2,4,6
/proc/30492/task/30501/stat : 30501 (java) S 30489 30492 24214 0 -1 4202560 1010 0 0 0 334 35 0 0 20 0 21 0 36642716 10060525568 909308 33554432000 1073741824 1073778376 140737155053264 140645891717928 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30492/tid=30502] ppid=30489 vsize=9824732 CPUtime=3.61 cores=0,2,4,6
/proc/30492/task/30502/stat : 30502 (java) S 30489 30492 24214 0 -1 4202560 761 0 0 0 328 33 0 0 20 0 21 0 36642716 10060525568 909308 33554432000 1073741824 1073778376 140737155053264 140645890665128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30503] ppid=30489 vsize=9824732 CPUtime=8.1 cores=0,2,4,6
/proc/30492/task/30503/stat : 30503 (java) S 30489 30492 24214 0 -1 4202560 3603 0 0 0 798 12 0 0 20 0 21 0 36642717 10060525568 909308 33554432000 1073741824 1073778376 140737155053264 140645759941096 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30492/tid=30504] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30504/stat : 30504 (java) S 30489 30492 24214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36642718 10060525568 909308 33554432000 1073741824 1073778376 140737155053264 140645758887160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30492/tid=30505] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30505/stat : 30505 (java) S 30489 30492 24214 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 21 0 36642718 10060525568 909308 33554432000 1073741824 1073778376 140737155053264 140645757834248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30492/tid=30506] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30506/stat : 30506 (java) S 30489 30492 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36642720 10060525568 909308 33554432000 1073741824 1073778376 140737155053264 140645756782736 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30507] ppid=30489 vsize=9824732 CPUtime=1.57 cores=0,2,4,6
/proc/30492/task/30507/stat : 30507 (java) S 30489 30492 24214 0 -1 4202560 9814 0 0 0 155 2 0 0 20 0 21 0 36642720 10060525568 909308 33554432000 1073741824 1073778376 140737155053264 140645755730872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30508] ppid=30489 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/30492/task/30508/stat : 30508 (java) S 30489 30492 24214 0 -1 4202560 9451 0 0 0 166 2 0 0 20 0 21 0 36642720 10060525568 909308 33554432000 1073741824 1073778376 140737155053264 140645754678072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30492/tid=30509] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30509/stat : 30509 (java) S 30489 30492 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36642720 10060525568 909308 33554432000 1073741824 1073778376 140737155053264 140645753625464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30492/tid=30510] ppid=30489 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/30492/task/30510/stat : 30510 (java) S 30489 30492 24214 0 -1 4202560 96 0 0 0 19 19 0 0 20 0 21 0 36642720 10060525568 909308 33554432000 1073741824 1073778376 140737155053264 140645752572872 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30492/tid=30513] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30513/stat : 30513 (java) S 30489 30492 24214 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 36642750 10060525568 909308 33554432000 1073741824 1073778376 140737155053264 140644741792680 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30492/tid=30630] ppid=30489 vsize=9824732 CPUtime=1566.59 cores=0,2,4,6
/proc/30492/task/30630/stat : 30630 (java) R 30489 30492 24214 0 -1 4202560 7048 0 0 0 156611 48 0 0 20 0 21 0 36650339 10060525568 909308 33554432000 1073741824 1073778376 140737155053264 140644742843104 140645768100540 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30492/tid=30631] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30631/stat : 30631 (java) S 30489 30492 24214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36650342 10060525568 909308 33554432000 1073741824 1073778376 140737155053264 140644740740776 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1680.91
Current children cumulated vsize (KiB) 9824732

[startup+1722.3 s]
/proc/loadavg: 2.37 2.30 2.24 3/217 30842
/proc/meminfo: memFree=22623372/32872528 swapFree=1590544/1721360
[pid=30492] ppid=30489 vsize=9824732 CPUtime=1741.55 cores=0,2,4,6
/proc/30492/stat : 30492 (java) S 30489 30492 24214 0 -1 4202496 41634 0 1 0 173721 434 0 0 20 0 21 0 36642714 10060525568 965241 33554432000 1073741824 1073778376 140737155053264 140737155044400 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30492/statm: 2456183 965241 2302 9 0 2446860 0
[pid=30492/tid=30494] ppid=30489 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/30492/task/30494/stat : 30494 (java) S 30489 30492 24214 0 -1 4202560 2530 0 1 0 100 20 0 0 20 0 21 0 36642715 10060525568 965241 33554432000 1073741824 1073778376 140737155053264 140645936542696 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30492/tid=30495] ppid=30489 vsize=9824732 CPUtime=3.63 cores=0,2,4,6
/proc/30492/task/30495/stat : 30495 (java) S 30489 30492 24214 0 -1 4202560 778 0 0 0 326 37 0 0 20 0 21 0 36642716 10060525568 965241 33554432000 1073741824 1073778376 140737155053264 140645898033704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30492/tid=30496] ppid=30489 vsize=9824732 CPUtime=3.61 cores=0,2,4,6
/proc/30492/task/30496/stat : 30496 (java) S 30489 30492 24214 0 -1 4202560 783 0 0 0 331 30 0 0 20 0 21 0 36642716 10060525568 965241 33554432000 1073741824 1073778376 140737155053264 140645896980904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30492/tid=30497] ppid=30489 vsize=9824732 CPUtime=3.8 cores=0,2,4,6
/proc/30492/task/30497/stat : 30497 (java) S 30489 30492 24214 0 -1 4202560 1197 0 0 0 345 35 0 0 20 0 21 0 36642716 10060525568 965241 33554432000 1073741824 1073778376 140737155053264 140645895928104 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30492/tid=30498] ppid=30489 vsize=9824732 CPUtime=3.85 cores=0,2,4,6
/proc/30492/task/30498/stat : 30498 (java) S 30489 30492 24214 0 -1 4202560 878 0 0 0 347 38 0 0 20 0 21 0 36642716 10060525568 965241 33554432000 1073741824 1073778376 140737155053264 140645894875304 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30499] ppid=30489 vsize=9824732 CPUtime=3.64 cores=0,2,4,6
/proc/30492/task/30499/stat : 30499 (java) S 30489 30492 24214 0 -1 4202560 855 0 0 0 332 32 0 0 20 0 21 0 36642716 10060525568 965241 33554432000 1073741824 1073778376 140737155053264 140645893823528 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30492/tid=30500] ppid=30489 vsize=9824732 CPUtime=3.88 cores=0,2,4,6
/proc/30492/task/30500/stat : 30500 (java) S 30489 30492 24214 0 -1 4202560 920 0 0 0 350 38 0 0 20 0 21 0 36642716 10060525568 965241 33554432000 1073741824 1073778376 140737155053264 140645892770728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30501] ppid=30489 vsize=9824732 CPUtime=3.85 cores=0,2,4,6
/proc/30492/task/30501/stat : 30501 (java) S 30489 30492 24214 0 -1 4202560 1050 0 0 0 348 37 0 0 20 0 21 0 36642716 10060525568 965241 33554432000 1073741824 1073778376 140737155053264 140645891717928 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30492/tid=30502] ppid=30489 vsize=9824732 CPUtime=3.67 cores=0,2,4,6
/proc/30492/task/30502/stat : 30502 (java) S 30489 30492 24214 0 -1 4202560 774 0 0 0 333 34 0 0 20 0 21 0 36642716 10060525568 965241 33554432000 1073741824 1073778376 140737155053264 140645890665128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30492/tid=30503] ppid=30489 vsize=9824732 CPUtime=8.1 cores=0,2,4,6
/proc/30492/task/30503/stat : 30503 (java) S 30489 30492 24214 0 -1 4202560 3607 0 0 0 798 12 0 0 20 0 21 0 36642717 10060525568 965241 33554432000 1073741824 1073778376 140737155053264 140645759941096 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30492/tid=30504] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30504/stat : 30504 (java) S 30489 30492 24214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36642718 10060525568 965241 33554432000 1073741824 1073778376 140737155053264 140645758887160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30492/tid=30505] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30505/stat : 30505 (java) S 30489 30492 24214 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 21 0 36642718 10060525568 965241 33554432000 1073741824 1073778376 140737155053264 140645757834248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30492/tid=30506] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30506/stat : 30506 (java) S 30489 30492 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36642720 10060525568 965241 33554432000 1073741824 1073778376 140737155053264 140645756782736 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30507] ppid=30489 vsize=9824732 CPUtime=1.57 cores=0,2,4,6
/proc/30492/task/30507/stat : 30507 (java) S 30489 30492 24214 0 -1 4202560 9814 0 0 0 155 2 0 0 20 0 21 0 36642720 10060525568 965241 33554432000 1073741824 1073778376 140737155053264 140645755730872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30508] ppid=30489 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/30492/task/30508/stat : 30508 (java) S 30489 30492 24214 0 -1 4202560 9451 0 0 0 166 2 0 0 20 0 21 0 36642720 10060525568 965241 33554432000 1073741824 1073778376 140737155053264 140645754678072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30492/tid=30509] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30509/stat : 30509 (java) S 30489 30492 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36642720 10060525568 965241 33554432000 1073741824 1073778376 140737155053264 140645753625464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30492/tid=30510] ppid=30489 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/30492/task/30510/stat : 30510 (java) S 30489 30492 24214 0 -1 4202560 98 0 0 0 20 20 0 0 20 0 21 0 36642720 10060525568 965241 33554432000 1073741824 1073778376 140737155053264 140645752572872 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30492/tid=30513] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30513/stat : 30513 (java) S 30489 30492 24214 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 36642750 10060525568 965241 33554432000 1073741824 1073778376 140737155053264 140644741792680 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30492/tid=30630] ppid=30489 vsize=9824732 CPUtime=1626.23 cores=0,2,4,6
/proc/30492/task/30630/stat : 30630 (java) R 30489 30492 24214 0 -1 4202560 7099 0 0 0 162572 51 0 0 20 0 21 0 36650339 10060525568 965241 33554432000 1073741824 1073778376 140737155053264 140644742843088 140645768095388 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30492/tid=30631] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30631/stat : 30631 (java) S 30489 30492 24214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36650342 10060525568 965241 33554432000 1073741824 1073778376 140737155053264 140644740740776 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1741.55
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780 s]
/proc/loadavg: 2.39 2.31 2.25 3/217 30844
/proc/meminfo: memFree=22428752/32872528 swapFree=1590544/1721360
[pid=30492] ppid=30489 vsize=9824732 CPUtime=1800.05 cores=0,2,4,6
/proc/30492/stat : 30492 (java) S 30489 30492 24214 0 -1 4202496 41775 0 1 0 179563 442 0 0 20 0 21 0 36642714 10060525568 985224 33554432000 1073741824 1073778376 140737155053264 140737155044400 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30492/statm: 2456183 985224 2302 9 0 2446860 0
[pid=30492/tid=30494] ppid=30489 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/30492/task/30494/stat : 30494 (java) S 30489 30492 24214 0 -1 4202560 2533 0 1 0 101 22 0 0 20 0 21 0 36642715 10060525568 985224 33554432000 1073741824 1073778376 140737155053264 140645936542696 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30492/tid=30495] ppid=30489 vsize=9824732 CPUtime=3.82 cores=0,2,4,6
/proc/30492/task/30495/stat : 30495 (java) S 30489 30492 24214 0 -1 4202560 806 0 0 0 344 38 0 0 20 0 21 0 36642716 10060525568 985224 33554432000 1073741824 1073778376 140737155053264 140645898033704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30492/tid=30496] ppid=30489 vsize=9824732 CPUtime=3.74 cores=0,2,4,6
/proc/30492/task/30496/stat : 30496 (java) S 30489 30492 24214 0 -1 4202560 795 0 0 0 344 30 0 0 20 0 21 0 36642716 10060525568 985224 33554432000 1073741824 1073778376 140737155053264 140645896980904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30492/tid=30497] ppid=30489 vsize=9824732 CPUtime=3.86 cores=0,2,4,6
/proc/30492/task/30497/stat : 30497 (java) S 30489 30492 24214 0 -1 4202560 1206 0 0 0 351 35 0 0 20 0 21 0 36642716 10060525568 985224 33554432000 1073741824 1073778376 140737155053264 140645895928104 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30492/tid=30498] ppid=30489 vsize=9824732 CPUtime=3.94 cores=0,2,4,6
/proc/30492/task/30498/stat : 30498 (java) S 30489 30492 24214 0 -1 4202560 895 0 0 0 355 39 0 0 20 0 21 0 36642716 10060525568 985224 33554432000 1073741824 1073778376 140737155053264 140645894875304 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30492/tid=30499] ppid=30489 vsize=9824732 CPUtime=3.7 cores=0,2,4,6
/proc/30492/task/30499/stat : 30499 (java) S 30489 30492 24214 0 -1 4202560 866 0 0 0 338 32 0 0 20 0 21 0 36642716 10060525568 985224 33554432000 1073741824 1073778376 140737155053264 140645893823528 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30492/tid=30500] ppid=30489 vsize=9824732 CPUtime=4.04 cores=0,2,4,6
/proc/30492/task/30500/stat : 30500 (java) S 30489 30492 24214 0 -1 4202560 940 0 0 0 366 38 0 0 20 0 21 0 36642716 10060525568 985224 33554432000 1073741824 1073778376 140737155053264 140645892770728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30501] ppid=30489 vsize=9824732 CPUtime=3.99 cores=0,2,4,6
/proc/30492/task/30501/stat : 30501 (java) S 30489 30492 24214 0 -1 4202560 1061 0 0 0 362 37 0 0 20 0 21 0 36642716 10060525568 985224 33554432000 1073741824 1073778376 140737155053264 140645891717928 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30492/tid=30502] ppid=30489 vsize=9824732 CPUtime=3.85 cores=0,2,4,6
/proc/30492/task/30502/stat : 30502 (java) S 30489 30492 24214 0 -1 4202560 794 0 0 0 350 35 0 0 20 0 21 0 36642716 10060525568 985224 33554432000 1073741824 1073778376 140737155053264 140645890665128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30503] ppid=30489 vsize=9824732 CPUtime=8.1 cores=0,2,4,6
/proc/30492/task/30503/stat : 30503 (java) S 30489 30492 24214 0 -1 4202560 3613 0 0 0 798 12 0 0 20 0 21 0 36642717 10060525568 985224 33554432000 1073741824 1073778376 140737155053264 140645759941096 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30492/tid=30504] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30504/stat : 30504 (java) S 30489 30492 24214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36642718 10060525568 985224 33554432000 1073741824 1073778376 140737155053264 140645758887160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30492/tid=30505] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30505/stat : 30505 (java) S 30489 30492 24214 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 21 0 36642718 10060525568 985224 33554432000 1073741824 1073778376 140737155053264 140645757834248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30492/tid=30506] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30506/stat : 30506 (java) S 30489 30492 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36642720 10060525568 985224 33554432000 1073741824 1073778376 140737155053264 140645756782736 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30507] ppid=30489 vsize=9824732 CPUtime=1.57 cores=0,2,4,6
/proc/30492/task/30507/stat : 30507 (java) S 30489 30492 24214 0 -1 4202560 9814 0 0 0 155 2 0 0 20 0 21 0 36642720 10060525568 985224 33554432000 1073741824 1073778376 140737155053264 140645755730872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30492/tid=30508] ppid=30489 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/30492/task/30508/stat : 30508 (java) S 30489 30492 24214 0 -1 4202560 9451 0 0 0 166 2 0 0 20 0 21 0 36642720 10060525568 985224 33554432000 1073741824 1073778376 140737155053264 140645754678072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30492/tid=30509] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30509/stat : 30509 (java) S 30489 30492 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36642720 10060525568 985224 33554432000 1073741824 1073778376 140737155053264 140645753625464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30492/tid=30510] ppid=30489 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/30492/task/30510/stat : 30510 (java) S 30489 30492 24214 0 -1 4202560 102 0 0 0 21 21 0 0 20 0 21 0 36642720 10060525568 985224 33554432000 1073741824 1073778376 140737155053264 140645752572872 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30492/tid=30513] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30513/stat : 30513 (java) S 30489 30492 24214 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 36642750 10060525568 985224 33554432000 1073741824 1073778376 140737155053264 140644741792680 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30492/tid=30630] ppid=30489 vsize=9824732 CPUtime=1683.52 cores=0,2,4,6
/proc/30492/task/30630/stat : 30630 (java) R 30489 30492 24214 0 -1 4202560 7099 0 0 0 168300 52 0 0 20 0 21 0 36650339 10060525568 985224 33554432000 1073741824 1073778376 140737155053264 140644742843280 140645768179306 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30492/tid=30631] ppid=30489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30492/task/30631/stat : 30631 (java) S 30489 30492 24214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36650342 10060525568 985224 33554432000 1073741824 1073778376 140737155053264 140644740740776 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 30492 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 30492 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=329676
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=852262
# CPU time returned by wait4() is 1796.18
# while last known CPU time is 1800.05
#
# 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.0299988
#  lost CPU user time (s): 0.0299988
#  lost CPU system time (s): 0

Real time (s): 1780.03
CPU time (s): 1800.08
CPU user time (s): 1795.66
CPU system time (s): 4.42
CPU usage (%): 101.126
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.33
system time used= 4.85226
maximum resident set size= 3940976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41802
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 79879
involuntary context switches= 41424

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8424 second user time and 13.6119 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-19 16:19:04
IDJOB=4110345
IDBENCH=79271
IDSOLVER=2552
FILE ID=node120/4110345-1466345944
RUNJOBID= node120-1466341820-24230
PBS_JOBID= 19922033
Free space on /tmp= 71720 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.1900567024--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110345-1466345944/watcher-4110345-1466345944 -o /tmp/evaluation-result-4110345-1466345944/solver-4110345-1466345944 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466341820-24230 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4110345-1466345944.wbo

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

MD5SUM BENCH= a7d7105d3e0193cbcd9215f3627722fb
RANDOM SEED=1296474835

node120.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.935
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.87
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.935
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.935
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.935
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.935
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.56
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.935
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.935
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.935
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        25957928 kB
Buffers:          176100 kB
Cached:           344556 kB
SwapCached:         2280 kB
Active:          4047264 kB
Inactive:         384004 kB
Active(anon):    3908704 kB
Inactive(anon):     4160 kB
Active(file):     138560 kB
Inactive(file):   379844 kB
Unevictable:     1721360 kB
Mlocked:         1590544 kB
SwapTotal:      67108856 kB
SwapFree:       67099720 kB
Dirty:               476 kB
Writeback:             0 kB
AnonPages:       5614708 kB
Mapped:            16608 kB
Shmem:                 0 kB
Slab:             620312 kB
SReclaimable:      64296 kB
SUnreclaim:       556016 kB
KernelStack:        1776 kB
PageTables:        15436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5846552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3960832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71720 MiB
End job on node120 at 2016-06-19 16:48:44