Trace number 4110389

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.75 1769.04

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900563801--soft-0-100-0.wbo
MD5SUMa9e19d6176a708e2234c09caf532f5b0
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 benchmark15.8906
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 719
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.06/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.06/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.11	c See www.sat4j.org for details.
0.06/0.12	c version PB16.v20160501
0.06/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.12	c java.vm.version	19.1-b02
0.06/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.12	c sun.arch.data.model	64
0.06/0.12	c java.version		1.6.0_24
0.06/0.12	c os.name		Linux
0.06/0.12	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.12	c os.arch		amd64
0.06/0.12	c Free memory 		501472288
0.06/0.12	c Max memory 		7480803328
0.06/0.12	c Total memory 		504102912
0.06/0.12	c Number of processors 	8
0.06/0.15	c Pseudo Boolean Optimization by upper bound
0.06/0.15	c ManyCore solver with 2 solvers running in parallel
0.06/0.15	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.06/0.15	c --- Begin Solver configuration ---
0.06/0.15	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.06/0.15	c Learn all clauses as in MiniSAT
0.06/0.15	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.15	c Expensive reason simplification
0.06/0.15	c Glucose 2.1 dynamic restart strategy
0.06/0.15	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.06/0.15	c timeout=2147483s
0.06/0.15	c DB Simplification allowed=false
0.06/0.15	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.06/0.15	c --- End Solver configuration ---
0.06/0.15	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.06/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.15	c --- Begin Solver configuration ---
0.06/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.06/0.15	c Learn all clauses as in MiniSAT
0.06/0.15	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.15	c No reason simplification
0.06/0.15	c Armin Biere (Picosat) restarts strategy
0.06/0.15	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.06/0.15	c timeout=2147483s
0.06/0.15	c DB Simplification allowed=false
0.06/0.15	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.06/0.15	c --- End Solver configuration ---
0.06/0.15	c solving HOME/instance-4110389-1466347208.wbo
0.06/0.15	c reading problem ... 
0.39/0.39	c ... done. Wall clock time 0.235s.
0.39/0.39	c declared #vars     231
0.39/0.39	c internal #vars     2938
0.39/0.39	c #constraints  2707
0.64/0.40	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.64/0.40	c constraints type 
0.64/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.64/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.64/0.40	c 2707 constraints processed.
0.64/0.40	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.64/0.40	c constraints type 
0.64/0.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2684
0.64/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23
0.64/0.40	c 2707 constraints processed.
0.64/0.40	c objective function length is 2707 literals
0.93/0.54	c And the winner is solver0
1.24/0.90	c SATISFIABLE
1.24/0.90	c OPTIMIZING...
1.24/0.90	c Got one! Elapsed wall clock time (in seconds):0.751
1.24/0.90	o 759
1.24/0.96	c And the winner is solver0
1.50/1.43	c Got one! Elapsed wall clock time (in seconds):1.279
1.50/1.43	o 639
1.50/1.45	c And the winner is solver0
1.65/1.94	c Got one! Elapsed wall clock time (in seconds):1.791
1.65/1.94	o 488
1.65/1.96	c And the winner is solver0
1.70/2.45	c Got one! Elapsed wall clock time (in seconds):2.301
1.70/2.45	o 307
1.84/2.57	c And the winner is solver0
2.28/2.96	c Got one! Elapsed wall clock time (in seconds):2.808
2.28/2.96	o 262
2.41/3.00	c And the winner is solver0
2.46/3.47	c Got one! Elapsed wall clock time (in seconds):3.314
2.46/3.47	o 255
2.46/3.49	c And the winner is solver0
2.53/3.97	c Got one! Elapsed wall clock time (in seconds):3.819
2.53/3.97	o 239
2.53/3.99	c And the winner is solver0
2.53/4.48	c Got one! Elapsed wall clock time (in seconds):4.323
2.53/4.48	o 237
2.53/4.49	c And the winner is solver0
2.60/4.98	c Got one! Elapsed wall clock time (in seconds):4.828
2.60/4.98	o 232
2.60/4.99	c And the winner is solver0
2.60/5.49	c Got one! Elapsed wall clock time (in seconds):5.333
2.60/5.49	o 196
2.63/5.51	c And the winner is solver0
2.65/5.99	c Got one! Elapsed wall clock time (in seconds):5.837
2.65/5.99	o 192
2.65/6.09	c And the winner is solver0
2.89/6.50	c Got one! Elapsed wall clock time (in seconds):6.341
2.89/6.50	o 166
3.13/6.64	c And the winner is solver0
3.22/7.00	c Got one! Elapsed wall clock time (in seconds):6.845
3.22/7.00	o 160
3.22/7.05	c And the winner is solver0
3.34/7.50	c Got one! Elapsed wall clock time (in seconds):7.349
3.34/7.50	o 158
3.34/7.52	c And the winner is solver0
3.36/8.01	c Got one! Elapsed wall clock time (in seconds):7.854
3.36/8.01	o 156
3.36/8.06	c And the winner is solver0
3.47/8.51	c Got one! Elapsed wall clock time (in seconds):8.357
3.47/8.51	o 152
3.47/8.59	c And the winner is solver0
3.67/9.02	c Got one! Elapsed wall clock time (in seconds):8.861
3.67/9.02	o 150
3.67/9.03	c And the winner is solver0
3.72/9.52	c Got one! Elapsed wall clock time (in seconds):9.365
3.72/9.52	o 143
5.07/10.10	c And the winner is solver0
5.15/10.52	c Got one! Elapsed wall clock time (in seconds):10.369
5.15/10.52	o 138
5.15/10.56	c And the winner is solver0
5.25/11.03	c Got one! Elapsed wall clock time (in seconds):10.873
5.25/11.03	o 136
5.83/11.34	c cleaning 4236 clauses out of 8483 with flag 5303/8483
6.89/11.85	c And the winner is solver0
7.07/12.03	c Got one! Elapsed wall clock time (in seconds):11.877
7.07/12.03	o 135
8.01/12.59	c cleaning 4620 clauses out of 9254 with flag 16752/13490
8.81/13.00	c And the winner is solver0
9.01/13.04	c Got one! Elapsed wall clock time (in seconds):12.881
9.01/13.04	o 133
9.64/13.33	c And the winner is solver0
9.72/13.54	c Got one! Elapsed wall clock time (in seconds):13.385
9.72/13.54	o 132
10.03/13.70	c And the winner is solver0
10.07/14.04	c Got one! Elapsed wall clock time (in seconds):13.889
10.07/14.04	o 123
10.20/14.17	c And the winner is solver0
10.43/14.55	c Got one! Elapsed wall clock time (in seconds):14.393
10.43/14.55	o 122
10.43/14.56	c And the winner is solver0
10.43/15.05	c Got one! Elapsed wall clock time (in seconds):14.897
10.43/15.05	o 13
10.52/15.14	c cleaning 5582 clauses out of 11180 with flag 7267/20036
10.72/15.23	c And the winner is solver0
10.81/15.56	c Got one! Elapsed wall clock time (in seconds):15.402
10.81/15.56	o 11
10.87/15.63	c And the winner is solver0
10.95/16.08	c Got one! Elapsed wall clock time (in seconds):15.925
10.95/16.08	o 10
10.96/16.12	c And the winner is solver0
217.98/219.64	c cleaning 0 clauses out of 5838 with flag 0/5856
865.08/855.14	c cleaning 0 clauses out of 11836 with flag 0/11854
1800.03/1769.00	c >>>>>>>>>> Solver number 0 (29 answers) <<<<<<<<<<<<<<<<<<
1800.03/1769.00	c starts		: 63
1800.03/1769.00	c conflicts		: 22483
1800.03/1769.00	c decisions		: 144179
1800.03/1769.00	c propagations		: 9920754
1800.03/1769.00	c inspects		: 12420104
1800.03/1769.00	c shortcuts		: 0
1800.03/1769.00	c learnt literals	: 0
1800.03/1769.00	c learnt binary clauses	: 15
1800.03/1769.00	c learnt ternary clauses	: 11
1800.03/1769.00	c learnt constraints	: 22483
1800.03/1769.00	c ignored constraints	: 0
1800.03/1769.00	c root simplifications	: 0
1800.03/1769.00	c removed literals (reason simplification)	: 19240
1800.03/1769.00	c reason swapping (by a shorter reason)	: 0
1800.03/1769.00	c Calls to reduceDB	: 3
1800.03/1769.00	c Number of update (reduction) of LBD	: 10769
1800.03/1769.00	c Imported unit clauses	: 0
1800.03/1769.00	c number of reductions to clauses (during analyze)	: 0
1800.03/1769.00	c number of learned constraints concerned by reduction	: 0
1800.03/1769.00	c number of learning phase by resolution	: 0
1800.03/1769.00	c number of learning phase by cutting planes	: 0
1800.03/1769.00	c speed (assignments/second)	: 5609.4364810698735
1800.03/1769.00	c non guided choices	3175
1800.03/1769.01	c learnt constraints type 
1800.03/1769.01	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15
1800.03/1769.01	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 8030
1800.03/1769.01	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/1769.01	c starts		: 72
1800.03/1769.01	c conflicts		: 17160
1800.03/1769.01	c decisions		: 116080
1800.03/1769.01	c propagations		: 991436
1800.03/1769.01	c inspects		: 1038960783
1800.03/1769.01	c shortcuts		: 0
1800.03/1769.01	c learnt literals	: 0
1800.03/1769.01	c learnt binary clauses	: 0
1800.03/1769.01	c learnt ternary clauses	: 0
1800.03/1769.01	c learnt constraints	: 17141
1800.03/1769.01	c ignored constraints	: 0
1800.03/1769.01	c root simplifications	: 0
1800.03/1769.01	c removed literals (reason simplification)	: 0
1800.03/1769.01	c reason swapping (by a shorter reason)	: 0
1800.03/1769.01	c Calls to reduceDB	: 2
1800.03/1769.01	c Number of update (reduction) of LBD	: 0
1800.03/1769.01	c Imported unit clauses	: 0
1800.03/1769.01	c number of reductions to clauses (during analyze)	: 0
1800.03/1769.01	c number of learned constraints concerned by reduction	: 0
1800.03/1769.01	c number of learning phase by resolution	: 0
1800.03/1769.01	c number of learning phase by cutting planes	: 0
1800.03/1769.01	c speed (assignments/second)	: 565.6033891613924
1800.03/1769.01	c non guided choices	3204
1800.03/1769.01	c learnt constraints type 
1800.03/1769.01	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 749
1800.03/1769.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16392
1800.03/1769.01	s SATISFIABLE
1800.03/1769.01	c Found 28 solution(s)
1800.03/1769.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.03/1769.02	c objective function=10
1800.03/1769.02	c Total wall clock time (in seconds): 1768.862

Verifier Data

OK	10

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

pid=3373
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.05 2.18 2.17 2/171 3376
/proc/meminfo: memFree=30197748/32872528 swapFree=1402776/1580604
[pid=3376] ppid=3373 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/3376/stat : 3376 (java) D 3373 3376 2912 0 -1 4202496 316 0 2 0 0 0 0 0 20 0 1 0 36766504 9515008 175 33554432000 1073741824 1073778376 140734418832000 140734418814728 248790205328 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/3376/statm: 2323 175 133 9 0 71 0

[startup+0.100159 s]
/proc/loadavg: 2.05 2.18 2.17 2/171 3376
/proc/meminfo: memFree=30197748/32872528 swapFree=1402776/1580604
[pid=3376] ppid=3373 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/3376/stat : 3376 (java) S 3373 3376 2912 0 -1 4202496 3353 0 11 0 5 1 0 0 20 0 18 0 36766504 9787879424 4494 33554432000 1073741824 1073778376 140734962099568 140734962090704 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/3376/statm: 2389619 4494 1788 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558476

[startup+0.200237 s]
/proc/loadavg: 2.05 2.18 2.17 2/171 3376
/proc/meminfo: memFree=30197748/32872528 swapFree=1402776/1580604
[pid=3376] ppid=3373 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/3376/stat : 3376 (java) S 3373 3376 2912 0 -1 4202496 4535 0 12 0 17 1 0 0 20 0 18 0 36766504 9787879424 6678 33554432000 1073741824 1073778376 140734962099568 140734962090704 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/3376/statm: 2389619 6678 2194 9 0 2380296 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 9558476

[startup+0.300199 s]
/proc/loadavg: 2.05 2.18 2.17 2/171 3376
/proc/meminfo: memFree=30197748/32872528 swapFree=1402776/1580604
[pid=3376] ppid=3373 vsize=9558476 CPUtime=0.39 cores=0,2,4,6
/proc/3376/stat : 3376 (java) S 3373 3376 2912 0 -1 4202496 5053 0 12 0 38 1 0 0 20 0 18 0 36766504 9787879424 7506 33554432000 1073741824 1073778376 140734962099568 140734962090704 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/3376/statm: 2389619 7506 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 9558476

[startup+0.700234 s]
/proc/loadavg: 2.05 2.18 2.17 2/171 3376
/proc/meminfo: memFree=30197748/32872528 swapFree=1402776/1580604
[pid=3376] ppid=3373 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/3376/stat : 3376 (java) S 3373 3376 2912 0 -1 4202496 8255 0 14 0 120 4 0 0 20 0 19 0 36766504 10060525568 12656 33554432000 1073741824 1073778376 140734962099568 140734962090704 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/3376/statm: 2456183 12656 2267 9 0 2446860 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9824732

[startup+1.50078 s]
/proc/loadavg: 2.05 2.18 2.17 2/214 3440
/proc/meminfo: memFree=30090272/32872528 swapFree=1402776/1580604
[pid=3376] ppid=3373 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/3376/stat : 3376 (java) S 3373 3376 2912 0 -1 4202496 8654 0 14 0 157 8 0 0 20 0 19 0 36766504 10060525568 15941 33554432000 1073741824 1073778376 140734962099568 140734962090704 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/3376/statm: 2456183 15941 2272 9 0 2446860 0
[pid=3376/tid=3378] ppid=3373 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/3376/task/3378/stat : 3378 (java) S 3373 3376 2912 0 -1 4202560 2438 0 6 0 36 2 0 0 20 0 19 0 36766506 10060525568 15941 33554432000 1073741824 1073778376 140734962099568 140676243284856 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=3376/tid=3379] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3379/stat : 3379 (java) S 3373 3376 2912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36766508 10060525568 15941 33554432000 1073741824 1073778376 140734962099568 140676221385768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3380] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3380/stat : 3380 (java) S 3373 3376 2912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36766508 10060525568 15941 33554432000 1073741824 1073778376 140734962099568 140676220332968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3376/tid=3381] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3381/stat : 3381 (java) S 3373 3376 2912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36766508 10060525568 15941 33554432000 1073741824 1073778376 140734962099568 140676219280168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3376/tid=3382] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3382/stat : 3382 (java) S 3373 3376 2912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36766508 10060525568 15941 33554432000 1073741824 1073778376 140734962099568 140675882412712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3376/tid=3383] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3383/stat : 3383 (java) S 3373 3376 2912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36766508 10060525568 15941 33554432000 1073741824 1073778376 140734962099568 140675881359912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3384] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3384/stat : 3384 (java) S 3373 3376 2912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36766508 10060525568 15941 33554432000 1073741824 1073778376 140734962099568 140675880307112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3376/tid=3385] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3385/stat : 3385 (java) S 3373 3376 2912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36766508 10060525568 15941 33554432000 1073741824 1073778376 140734962099568 140675879254312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3386] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3386/stat : 3386 (java) S 3373 3376 2912 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36766508 10060525568 15941 33554432000 1073741824 1073778376 140734962099568 140675878201512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3387] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3387/stat : 3387 (java) S 3373 3376 2912 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36766509 10060525568 15941 33554432000 1073741824 1073778376 140734962099568 140675866004456 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3376/tid=3388] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3388/stat : 3388 (java) S 3373 3376 2912 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36766509 10060525568 15941 33554432000 1073741824 1073778376 140734962099568 140675864950520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3389] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3389/stat : 3389 (java) S 3373 3376 2912 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36766509 10060525568 15941 33554432000 1073741824 1073778376 140734962099568 140675863897608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3399] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3399/stat : 3399 (java) S 3373 3376 2912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36766512 10060525568 15941 33554432000 1073741824 1073778376 140734962099568 140675862846096 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3400] ppid=3373 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/3376/task/3400/stat : 3400 (java) R 3373 3376 2912 0 -1 4202560 2501 0 2 0 42 0 0 0 20 0 19 0 36766512 10060525568 15942 33554432000 1073741824 1073778376 140734962099568 140675861793088 140676245035600 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3401] ppid=3373 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/3376/task/3401/stat : 3401 (java) S 3373 3376 2912 0 -1 4202560 2380 0 0 0 45 0 0 0 20 0 19 0 36766512 10060525568 15942 33554432000 1073741824 1073778376 140734962099568 140675860740408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3376/tid=3402] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3402/stat : 3402 (java) S 3373 3376 2912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36766512 10060525568 15942 33554432000 1073741824 1073778376 140734962099568 140675859687800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3376/tid=3403] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3403/stat : 3403 (java) S 3373 3376 2912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36766512 10060525568 15942 33554432000 1073741824 1073778376 140734962099568 140675858635208 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3429] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3429/stat : 3429 (java) S 3373 3376 2912 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36766546 10060525568 15942 33554432000 1073741824 1073778376 140734962099568 140675855377832 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 9824732

[startup+3.1008 s]
/proc/loadavg: 2.05 2.18 2.17 1/214 3452
/proc/meminfo: memFree=30060120/32872528 swapFree=1402776/1580604
[pid=3376] ppid=3373 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/3376/stat : 3376 (java) S 3373 3376 2912 0 -1 4202496 12802 0 15 0 233 13 0 0 20 0 19 0 36766504 10060525568 26177 33554432000 1073741824 1073778376 140734962099568 140734962090704 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/3376/statm: 2456183 26177 2276 9 0 2446860 0
[pid=3376/tid=3378] ppid=3373 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/3376/task/3378/stat : 3378 (java) S 3373 3376 2912 0 -1 4202560 2441 0 6 0 38 2 0 0 20 0 19 0 36766506 10060525568 26177 33554432000 1073741824 1073778376 140734962099568 140676243284856 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=3376/tid=3379] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3379/stat : 3379 (java) S 3373 3376 2912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36766508 10060525568 26177 33554432000 1073741824 1073778376 140734962099568 140676221385768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3380] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3380/stat : 3380 (java) S 3373 3376 2912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36766508 10060525568 26177 33554432000 1073741824 1073778376 140734962099568 140676220332968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3376/tid=3381] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3381/stat : 3381 (java) S 3373 3376 2912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36766508 10060525568 26177 33554432000 1073741824 1073778376 140734962099568 140676219280168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3376/tid=3382] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3382/stat : 3382 (java) S 3373 3376 2912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36766508 10060525568 26177 33554432000 1073741824 1073778376 140734962099568 140675882412712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3376/tid=3383] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3383/stat : 3383 (java) S 3373 3376 2912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36766508 10060525568 26177 33554432000 1073741824 1073778376 140734962099568 140675881359912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3384] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3384/stat : 3384 (java) S 3373 3376 2912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36766508 10060525568 26177 33554432000 1073741824 1073778376 140734962099568 140675880307112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3376/tid=3385] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3385/stat : 3385 (java) S 3373 3376 2912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36766508 10060525568 26177 33554432000 1073741824 1073778376 140734962099568 140675879254312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3386] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3386/stat : 3386 (java) S 3373 3376 2912 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36766508 10060525568 26177 33554432000 1073741824 1073778376 140734962099568 140675878201512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3387] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3387/stat : 3387 (java) S 3373 3376 2912 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36766509 10060525568 26177 33554432000 1073741824 1073778376 140734962099568 140675866004456 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3376/tid=3388] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3388/stat : 3388 (java) S 3373 3376 2912 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36766509 10060525568 26177 33554432000 1073741824 1073778376 140734962099568 140675864950520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3389] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3389/stat : 3389 (java) S 3373 3376 2912 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36766509 10060525568 26177 33554432000 1073741824 1073778376 140734962099568 140675863897608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3399] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3399/stat : 3399 (java) S 3373 3376 2912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36766512 10060525568 26177 33554432000 1073741824 1073778376 140734962099568 140675862846096 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3400] ppid=3373 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/3376/task/3400/stat : 3400 (java) S 3373 3376 2912 0 -1 4202560 4949 0 3 0 69 2 0 0 20 0 19 0 36766512 10060525568 26177 33554432000 1073741824 1073778376 140734962099568 140675861793208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3401] ppid=3373 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/3376/task/3401/stat : 3401 (java) S 3373 3376 2912 0 -1 4202560 4040 0 0 0 64 0 0 0 20 0 19 0 36766512 10060525568 26177 33554432000 1073741824 1073778376 140734962099568 140675860740408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3376/tid=3402] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3402/stat : 3402 (java) S 3373 3376 2912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36766512 10060525568 26177 33554432000 1073741824 1073778376 140734962099568 140675859687800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3376/tid=3403] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3403/stat : 3403 (java) S 3373 3376 2912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36766512 10060525568 26177 33554432000 1073741824 1073778376 140734962099568 140675858635208 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3376/tid=3429] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3429/stat : 3429 (java) S 3373 3376 2912 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36766546 10060525568 26177 33554432000 1073741824 1073778376 140734962099568 140675855377832 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=29 pid=1810 uid=0 cmd=

[startup+6.30086 s]
/proc/loadavg: 2.05 2.17 2.17 3/217 3491
/proc/meminfo: memFree=29895028/32872528 swapFree=1402776/1580604
[pid=3376] ppid=3373 vsize=9824732 CPUtime=2.89 cores=0,2,4,6
/proc/3376/stat : 3376 (java) S 3373 3376 2912 0 -1 4202496 12928 0 15 0 266 23 0 0 20 0 19 0 36766504 10060525568 41896 33554432000 1073741824 1073778376 140734962099568 140734962090704 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/3376/statm: 2456183 41896 2290 9 0 2446860 0
[pid=3376/tid=3378] ppid=3373 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/3376/task/3378/stat : 3378 (java) S 3373 3376 2912 0 -1 4202560 2447 0 6 0 41 2 0 0 20 0 19 0 36766506 10060525568 41896 33554432000 1073741824 1073778376 140734962099568 140676243284856 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=3376/tid=3379] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3379/stat : 3379 (java) S 3373 3376 2912 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36766508 10060525568 41896 33554432000 1073741824 1073778376 140734962099568 140676221385768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3380] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3380/stat : 3380 (java) S 3373 3376 2912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36766508 10060525568 41896 33554432000 1073741824 1073778376 140734962099568 140676220332968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3376/tid=3381] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3381/stat : 3381 (java) S 3373 3376 2912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36766508 10060525568 41896 33554432000 1073741824 1073778376 140734962099568 140676219280168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3376/tid=3382] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3382/stat : 3382 (java) S 3373 3376 2912 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36766508 10060525568 41896 33554432000 1073741824 1073778376 140734962099568 140675882412712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3376/tid=3383] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3383/stat : 3383 (java) S 3373 3376 2912 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36766508 10060525568 41896 33554432000 1073741824 1073778376 140734962099568 140675881359912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3376/tid=3384] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3384/stat : 3384 (java) S 3373 3376 2912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36766508 10060525568 41896 33554432000 1073741824 1073778376 140734962099568 140675880307112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3376/tid=3385] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3385/stat : 3385 (java) S 3373 3376 2912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36766508 10060525568 41896 33554432000 1073741824 1073778376 140734962099568 140675879254312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3386] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3386/stat : 3386 (java) S 3373 3376 2912 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36766508 10060525568 41896 33554432000 1073741824 1073778376 140734962099568 140675878201512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3387] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3387/stat : 3387 (java) S 3373 3376 2912 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36766509 10060525568 41896 33554432000 1073741824 1073778376 140734962099568 140675866004456 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3376/tid=3388] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3388/stat : 3388 (java) S 3373 3376 2912 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36766509 10060525568 41896 33554432000 1073741824 1073778376 140734962099568 140675864950520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3389] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3389/stat : 3389 (java) S 3373 3376 2912 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 36766509 10060525568 41896 33554432000 1073741824 1073778376 140734962099568 140675863897608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3399] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3399/stat : 3399 (java) S 3373 3376 2912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36766512 10060525568 41896 33554432000 1073741824 1073778376 140734962099568 140675862846096 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3400] ppid=3373 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/3376/task/3400/stat : 3400 (java) S 3373 3376 2912 0 -1 4202560 4949 0 3 0 73 2 0 0 20 0 19 0 36766512 10060525568 41896 33554432000 1073741824 1073778376 140734962099568 140675861793208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3376/tid=3401] ppid=3373 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/3376/task/3401/stat : 3401 (java) S 3373 3376 2912 0 -1 4202560 4040 0 0 0 69 0 0 0 20 0 19 0 36766512 10060525568 41896 33554432000 1073741824 1073778376 140734962099568 140675860740408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3376/tid=3402] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3402/stat : 3402 (java) S 3373 3376 2912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36766512 10060525568 41896 33554432000 1073741824 1073778376 140734962099568 140675859687800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3376/tid=3403] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3403/stat : 3403 (java) S 3373 3376 2912 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36766512 10060525568 41896 33554432000 1073741824 1073778376 140734962099568 140675858635208 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3376/tid=3429] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3429/stat : 3429 (java) S 3373 3376 2912 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36766546 10060525568 41896 33554432000 1073741824 1073778376 140734962099568 140675855377832 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.89

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

[pid=3376/tid=3591] ppid=3373 vsize=9824732 CPUtime=1566.42 cores=0,2,4,6
/proc/3376/task/3591/stat : 3591 (java) R 3373 3376 2912 0 -1 4202560 1670 0 0 0 156589 53 0 0 20 0 21 0 36768114 10060525568 1071574 33554432000 1073741824 1073778376 140734962099568 140675857480976 140676101435049 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3376/tid=3593] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3593/stat : 3593 (java) S 3373 3376 2912 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36768117 10060525568 1071574 33554432000 1073741824 1073778376 140734962099568 140675854324520 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1628.52
Current children cumulated vsize (KiB) 9824732

[startup+1662.3 s]
/proc/loadavg: 2.34 2.32 2.27 3/217 3727
/proc/meminfo: memFree=21703084/32872528 swapFree=1402776/1580604
[pid=3376] ppid=3373 vsize=9824732 CPUtime=1690.17 cores=0,2,4,6
/proc/3376/stat : 3376 (java) S 3373 3376 2912 0 -1 4202496 27254 0 15 0 168640 377 0 0 20 0 21 0 36766504 10060525568 1073656 33554432000 1073741824 1073778376 140734962099568 140734962090704 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/3376/statm: 2456183 1073656 2302 9 0 2446860 0
[pid=3376/tid=3378] ppid=3373 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/3376/task/3378/stat : 3378 (java) S 3373 3376 2912 0 -1 4202560 2523 0 6 0 86 25 0 0 20 0 21 0 36766506 10060525568 1073656 33554432000 1073741824 1073778376 140734962099568 140676243284968 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=3376/tid=3379] ppid=3373 vsize=9824732 CPUtime=5.16 cores=0,2,4,6
/proc/3376/task/3379/stat : 3379 (java) S 3373 3376 2912 0 -1 4202560 756 0 0 0 488 28 0 0 20 0 21 0 36766508 10060525568 1073656 33554432000 1073741824 1073778376 140734962099568 140676221385768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3376/tid=3380] ppid=3373 vsize=9824732 CPUtime=5.73 cores=0,2,4,6
/proc/3376/task/3380/stat : 3380 (java) S 3373 3376 2912 0 -1 4202560 718 0 0 0 547 26 0 0 20 0 21 0 36766508 10060525568 1073656 33554432000 1073741824 1073778376 140734962099568 140676220332968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3376/tid=3381] ppid=3373 vsize=9824732 CPUtime=5.22 cores=0,2,4,6
/proc/3376/task/3381/stat : 3381 (java) S 3373 3376 2912 0 -1 4202560 768 0 0 0 491 31 0 0 20 0 21 0 36766508 10060525568 1073656 33554432000 1073741824 1073778376 140734962099568 140676219280168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3376/tid=3382] ppid=3373 vsize=9824732 CPUtime=5.02 cores=0,2,4,6
/proc/3376/task/3382/stat : 3382 (java) S 3373 3376 2912 0 -1 4202560 890 0 0 0 472 30 0 0 20 0 21 0 36766508 10060525568 1073656 33554432000 1073741824 1073778376 140734962099568 140675882412712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3376/tid=3383] ppid=3373 vsize=9824732 CPUtime=5.9 cores=0,2,4,6
/proc/3376/task/3383/stat : 3383 (java) S 3373 3376 2912 0 -1 4202560 1251 0 0 0 554 36 0 0 20 0 21 0 36766508 10060525568 1073656 33554432000 1073741824 1073778376 140734962099568 140675881359912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3384] ppid=3373 vsize=9824732 CPUtime=5.71 cores=0,2,4,6
/proc/3376/task/3384/stat : 3384 (java) S 3373 3376 2912 0 -1 4202560 664 0 0 0 539 32 0 0 20 0 21 0 36766508 10060525568 1073656 33554432000 1073741824 1073778376 140734962099568 140675880307112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3376/tid=3385] ppid=3373 vsize=9824732 CPUtime=5.93 cores=0,2,4,6
/proc/3376/task/3385/stat : 3385 (java) S 3373 3376 2912 0 -1 4202560 970 0 0 0 558 35 0 0 20 0 21 0 36766508 10060525568 1073656 33554432000 1073741824 1073778376 140734962099568 140675879254312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3386] ppid=3373 vsize=9824732 CPUtime=5.38 cores=0,2,4,6
/proc/3376/task/3386/stat : 3386 (java) S 3373 3376 2912 0 -1 4202560 597 0 0 0 509 29 0 0 20 0 21 0 36766508 10060525568 1073656 33554432000 1073741824 1073778376 140734962099568 140675878201512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3376/tid=3387] ppid=3373 vsize=9824732 CPUtime=8.78 cores=0,2,4,6
/proc/3376/task/3387/stat : 3387 (java) S 3373 3376 2912 0 -1 4202560 3315 0 0 0 871 7 0 0 20 0 21 0 36766509 10060525568 1073656 33554432000 1073741824 1073778376 140734962099568 140675866004456 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3376/tid=3388] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3388/stat : 3388 (java) S 3373 3376 2912 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36766509 10060525568 1073656 33554432000 1073741824 1073778376 140734962099568 140675864950520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3376/tid=3389] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3389/stat : 3389 (java) S 3373 3376 2912 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 21 0 36766509 10060525568 1073656 33554432000 1073741824 1073778376 140734962099568 140675863897608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3376/tid=3399] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3399/stat : 3399 (java) S 3373 3376 2912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36766512 10060525568 1073656 33554432000 1073741824 1073778376 140734962099568 140675862846096 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3400] ppid=3373 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/3376/task/3400/stat : 3400 (java) S 3373 3376 2912 0 -1 4202560 7021 0 3 0 116 2 0 0 20 0 21 0 36766512 10060525568 1073656 33554432000 1073741824 1073778376 140734962099568 140675861793208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3401] ppid=3373 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/3376/task/3401/stat : 3401 (java) S 3373 3376 2912 0 -1 4202560 4356 0 0 0 99 0 0 0 20 0 21 0 36766512 10060525568 1073656 33554432000 1073741824 1073778376 140734962099568 140675860740408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3376/tid=3402] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3402/stat : 3402 (java) S 3373 3376 2912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36766512 10060525568 1073656 33554432000 1073741824 1073778376 140734962099568 140675859687800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3376/tid=3403] ppid=3373 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/3376/task/3403/stat : 3403 (java) S 3373 3376 2912 0 -1 4202560 98 0 0 0 23 26 0 0 20 0 21 0 36766512 10060525568 1073656 33554432000 1073741824 1073778376 140734962099568 140675858635208 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3429] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3429/stat : 3429 (java) S 3373 3376 2912 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36766546 10060525568 1073656 33554432000 1073741824 1073778376 140734962099568 140675855377832 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3591] ppid=3373 vsize=9824732 CPUtime=1625.85 cores=0,2,4,6
/proc/3376/task/3591/stat : 3591 (java) R 3373 3376 2912 0 -1 4202560 1672 0 0 0 162531 54 0 0 20 0 21 0 36768114 10060525568 1073656 33554432000 1073741824 1073778376 140734962099568 140675857480960 140676101259377 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3593] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3593/stat : 3593 (java) S 3373 3376 2912 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36768117 10060525568 1073656 33554432000 1073741824 1073778376 140734962099568 140675854324520 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1690.17
Current children cumulated vsize (KiB) 9824732

[startup+1722.3 s]
/proc/loadavg: 2.30 2.30 2.27 4/217 3728
/proc/meminfo: memFree=21635252/32872528 swapFree=1402776/1580604
[pid=3376] ppid=3373 vsize=9824732 CPUtime=1751.77 cores=0,2,4,6
/proc/3376/stat : 3376 (java) S 3373 3376 2912 0 -1 4202496 27323 0 15 0 174797 380 0 0 20 0 21 0 36766504 10060525568 1081877 33554432000 1073741824 1073778376 140734962099568 140734962090704 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/3376/statm: 2456183 1081877 2302 9 0 2446860 0
[pid=3376/tid=3378] ppid=3373 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/3376/task/3378/stat : 3378 (java) S 3373 3376 2912 0 -1 4202560 2526 0 6 0 88 26 0 0 20 0 21 0 36766506 10060525568 1081877 33554432000 1073741824 1073778376 140734962099568 140676243284968 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=3376/tid=3379] ppid=3373 vsize=9824732 CPUtime=5.33 cores=0,2,4,6
/proc/3376/task/3379/stat : 3379 (java) S 3373 3376 2912 0 -1 4202560 761 0 0 0 505 28 0 0 20 0 21 0 36766508 10060525568 1081877 33554432000 1073741824 1073778376 140734962099568 140676221385768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3376/tid=3380] ppid=3373 vsize=9824732 CPUtime=5.86 cores=0,2,4,6
/proc/3376/task/3380/stat : 3380 (java) S 3373 3376 2912 0 -1 4202560 727 0 0 0 560 26 0 0 20 0 21 0 36766508 10060525568 1081877 33554432000 1073741824 1073778376 140734962099568 140676220332968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3376/tid=3381] ppid=3373 vsize=9824732 CPUtime=5.52 cores=0,2,4,6
/proc/3376/task/3381/stat : 3381 (java) S 3373 3376 2912 0 -1 4202560 777 0 0 0 521 31 0 0 20 0 21 0 36766508 10060525568 1081877 33554432000 1073741824 1073778376 140734962099568 140676219280168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3376/tid=3382] ppid=3373 vsize=9824732 CPUtime=5.4 cores=0,2,4,6
/proc/3376/task/3382/stat : 3382 (java) S 3373 3376 2912 0 -1 4202560 899 0 0 0 509 31 0 0 20 0 21 0 36766508 10060525568 1081877 33554432000 1073741824 1073778376 140734962099568 140675882412712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3376/tid=3383] ppid=3373 vsize=9824732 CPUtime=6.33 cores=0,2,4,6
/proc/3376/task/3383/stat : 3383 (java) S 3373 3376 2912 0 -1 4202560 1261 0 0 0 596 37 0 0 20 0 21 0 36766508 10060525568 1081877 33554432000 1073741824 1073778376 140734962099568 140675881359912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3376/tid=3384] ppid=3373 vsize=9824732 CPUtime=5.85 cores=0,2,4,6
/proc/3376/task/3384/stat : 3384 (java) S 3373 3376 2912 0 -1 4202560 670 0 0 0 553 32 0 0 20 0 21 0 36766508 10060525568 1081877 33554432000 1073741824 1073778376 140734962099568 140675880307112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3376/tid=3385] ppid=3373 vsize=9824732 CPUtime=6.38 cores=0,2,4,6
/proc/3376/task/3385/stat : 3385 (java) S 3373 3376 2912 0 -1 4202560 977 0 0 0 603 35 0 0 20 0 21 0 36766508 10060525568 1081877 33554432000 1073741824 1073778376 140734962099568 140675879254312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3376/tid=3386] ppid=3373 vsize=9824732 CPUtime=5.52 cores=0,2,4,6
/proc/3376/task/3386/stat : 3386 (java) S 3373 3376 2912 0 -1 4202560 604 0 0 0 523 29 0 0 20 0 21 0 36766508 10060525568 1081877 33554432000 1073741824 1073778376 140734962099568 140675878201512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3376/tid=3387] ppid=3373 vsize=9824732 CPUtime=8.78 cores=0,2,4,6
/proc/3376/task/3387/stat : 3387 (java) S 3373 3376 2912 0 -1 4202560 3317 0 0 0 871 7 0 0 20 0 21 0 36766509 10060525568 1081877 33554432000 1073741824 1073778376 140734962099568 140675866004456 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3376/tid=3388] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3388/stat : 3388 (java) S 3373 3376 2912 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36766509 10060525568 1081877 33554432000 1073741824 1073778376 140734962099568 140675864950520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3376/tid=3389] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3389/stat : 3389 (java) S 3373 3376 2912 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 21 0 36766509 10060525568 1081877 33554432000 1073741824 1073778376 140734962099568 140675863897608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3376/tid=3399] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3399/stat : 3399 (java) S 3373 3376 2912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36766512 10060525568 1081877 33554432000 1073741824 1073778376 140734962099568 140675862846096 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3400] ppid=3373 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/3376/task/3400/stat : 3400 (java) S 3373 3376 2912 0 -1 4202560 7021 0 3 0 116 2 0 0 20 0 21 0 36766512 10060525568 1081877 33554432000 1073741824 1073778376 140734962099568 140675861793208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3401] ppid=3373 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/3376/task/3401/stat : 3401 (java) S 3373 3376 2912 0 -1 4202560 4356 0 0 0 99 0 0 0 20 0 21 0 36766512 10060525568 1081877 33554432000 1073741824 1073778376 140734962099568 140675860740408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3376/tid=3402] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3402/stat : 3402 (java) S 3373 3376 2912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36766512 10060525568 1081877 33554432000 1073741824 1073778376 140734962099568 140675859687800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3376/tid=3403] ppid=3373 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/3376/task/3403/stat : 3403 (java) S 3373 3376 2912 0 -1 4202560 100 0 0 0 23 27 0 0 20 0 21 0 36766512 10060525568 1081877 33554432000 1073741824 1073778376 140734962099568 140675858635208 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3429] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3429/stat : 3429 (java) S 3373 3376 2912 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36766546 10060525568 1081877 33554432000 1073741824 1073778376 140734962099568 140675855377832 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3591] ppid=3373 vsize=9824732 CPUtime=1685.31 cores=0,2,4,6
/proc/3376/task/3591/stat : 3591 (java) R 3373 3376 2912 0 -1 4202560 1672 0 0 0 168476 55 0 0 20 0 21 0 36768114 10060525568 1081877 33554432000 1073741824 1073778376 140734962099568 140675857480960 140676101274071 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3593] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3593/stat : 3593 (java) S 3373 3376 2912 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36768117 10060525568 1081877 33554432000 1073741824 1073778376 140734962099568 140675854324520 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1751.77
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1769 s]
/proc/loadavg: 2.68 2.40 2.30 3/217 3729
/proc/meminfo: memFree=21556996/32872528 swapFree=1402776/1580604
[pid=3376] ppid=3373 vsize=9824732 CPUtime=1800.03 cores=0,2,4,6
/proc/3376/stat : 3376 (java) S 3373 3376 2912 0 -1 4202496 27418 0 15 0 179619 384 0 0 20 0 21 0 36766504 10060525568 1096236 33554432000 1073741824 1073778376 140734962099568 140734962090704 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/3376/statm: 2456183 1096236 2302 9 0 2446860 0
[pid=3376/tid=3378] ppid=3373 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/3376/task/3378/stat : 3378 (java) S 3373 3376 2912 0 -1 4202560 2529 0 6 0 88 27 0 0 20 0 21 0 36766506 10060525568 1096236 33554432000 1073741824 1073778376 140734962099568 140676243284968 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=3376/tid=3379] ppid=3373 vsize=9824732 CPUtime=5.47 cores=0,2,4,6
/proc/3376/task/3379/stat : 3379 (java) S 3373 3376 2912 0 -1 4202560 774 0 0 0 519 28 0 0 20 0 21 0 36766508 10060525568 1096236 33554432000 1073741824 1073778376 140734962099568 140676221385768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3376/tid=3380] ppid=3373 vsize=9824732 CPUtime=6.13 cores=0,2,4,6
/proc/3376/task/3380/stat : 3380 (java) S 3373 3376 2912 0 -1 4202560 737 0 0 0 586 27 0 0 20 0 21 0 36766508 10060525568 1096236 33554432000 1073741824 1073778376 140734962099568 140676220332968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3381] ppid=3373 vsize=9824732 CPUtime=5.8 cores=0,2,4,6
/proc/3376/task/3381/stat : 3381 (java) S 3373 3376 2912 0 -1 4202560 787 0 0 0 548 32 0 0 20 0 21 0 36766508 10060525568 1096236 33554432000 1073741824 1073778376 140734962099568 140676219280168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3376/tid=3382] ppid=3373 vsize=9824732 CPUtime=5.65 cores=0,2,4,6
/proc/3376/task/3382/stat : 3382 (java) S 3373 3376 2912 0 -1 4202560 911 0 0 0 534 31 0 0 20 0 21 0 36766508 10060525568 1096236 33554432000 1073741824 1073778376 140734962099568 140675882412712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3376/tid=3383] ppid=3373 vsize=9824732 CPUtime=6.63 cores=0,2,4,6
/proc/3376/task/3383/stat : 3383 (java) S 3373 3376 2912 0 -1 4202560 1273 0 0 0 626 37 0 0 20 0 21 0 36766508 10060525568 1096236 33554432000 1073741824 1073778376 140734962099568 140675881359912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3376/tid=3384] ppid=3373 vsize=9824732 CPUtime=6.11 cores=0,2,4,6
/proc/3376/task/3384/stat : 3384 (java) S 3373 3376 2912 0 -1 4202560 678 0 0 0 579 32 0 0 20 0 21 0 36766508 10060525568 1096236 33554432000 1073741824 1073778376 140734962099568 140675880307112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3376/tid=3385] ppid=3373 vsize=9824732 CPUtime=6.78 cores=0,2,4,6
/proc/3376/task/3385/stat : 3385 (java) S 3373 3376 2912 0 -1 4202560 989 0 0 0 642 36 0 0 20 0 21 0 36766508 10060525568 1096236 33554432000 1073741824 1073778376 140734962099568 140675879254312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3376/tid=3386] ppid=3373 vsize=9824732 CPUtime=5.69 cores=0,2,4,6
/proc/3376/task/3386/stat : 3386 (java) S 3373 3376 2912 0 -1 4202560 611 0 0 0 540 29 0 0 20 0 21 0 36766508 10060525568 1096236 33554432000 1073741824 1073778376 140734962099568 140675878201512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3376/tid=3387] ppid=3373 vsize=9824732 CPUtime=8.78 cores=0,2,4,6
/proc/3376/task/3387/stat : 3387 (java) S 3373 3376 2912 0 -1 4202560 3321 0 0 0 871 7 0 0 20 0 21 0 36766509 10060525568 1096236 33554432000 1073741824 1073778376 140734962099568 140675866004456 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3376/tid=3388] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3388/stat : 3388 (java) S 3373 3376 2912 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36766509 10060525568 1096236 33554432000 1073741824 1073778376 140734962099568 140675864950520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3376/tid=3389] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3389/stat : 3389 (java) S 3373 3376 2912 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 21 0 36766509 10060525568 1096236 33554432000 1073741824 1073778376 140734962099568 140675863897608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3376/tid=3399] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3399/stat : 3399 (java) S 3373 3376 2912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36766512 10060525568 1096236 33554432000 1073741824 1073778376 140734962099568 140675862846096 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3400] ppid=3373 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/3376/task/3400/stat : 3400 (java) S 3373 3376 2912 0 -1 4202560 7021 0 3 0 116 2 0 0 20 0 21 0 36766512 10060525568 1096236 33554432000 1073741824 1073778376 140734962099568 140675861793208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3401] ppid=3373 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/3376/task/3401/stat : 3401 (java) S 3373 3376 2912 0 -1 4202560 4356 0 0 0 99 0 0 0 20 0 21 0 36766512 10060525568 1096236 33554432000 1073741824 1073778376 140734962099568 140675860740408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3376/tid=3402] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3402/stat : 3402 (java) S 3373 3376 2912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36766512 10060525568 1096236 33554432000 1073741824 1073778376 140734962099568 140675859687800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3376/tid=3403] ppid=3373 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/3376/task/3403/stat : 3403 (java) S 3373 3376 2912 0 -1 4202560 104 0 0 0 24 27 0 0 20 0 21 0 36766512 10060525568 1096236 33554432000 1073741824 1073778376 140734962099568 140675858635208 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3429] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3429/stat : 3429 (java) S 3373 3376 2912 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36766546 10060525568 1096236 33554432000 1073741824 1073778376 140734962099568 140675855377832 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3591] ppid=3373 vsize=9824732 CPUtime=1731.48 cores=0,2,4,6
/proc/3376/task/3591/stat : 3591 (java) R 3373 3376 2912 0 -1 4202560 1672 0 0 0 173092 56 0 0 20 0 21 0 36768114 10060525568 1096236 33554432000 1073741824 1073778376 140734962099568 140675857480976 140676101239305 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3376/tid=3593] ppid=3373 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3376/task/3593/stat : 3593 (java) S 3373 3376 2912 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36768117 10060525568 1096236 33554432000 1073741824 1073778376 140734962099568 140675854324520 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 3376 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1769.04
CPU time (s): 1800.75
CPU user time (s): 1796.4
CPU system time (s): 4.35434
CPU usage (%): 101.793
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.4
system time used= 4.35434
maximum resident set size= 4385048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27454
page faults= 15
swaps= 0
block input operations= 5472
block output operations= 1816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 76832
involuntary context switches= 53805

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4944 second user time and 14.2618 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-19 16:40:08
IDJOB=4110389
IDBENCH=79288
IDSOLVER=2552
FILE ID=node139/4110389-1466347208
RUNJOBID= node139-1466347208-3361
PBS_JOBID= 19922014
Free space on /tmp= 71700 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.1900563801--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110389-1466347208/watcher-4110389-1466347208 -o /tmp/evaluation-result-4110389-1466347208/solver-4110389-1466347208 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466347208-3361 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4110389-1466347208.wbo

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

MD5SUM BENCH= a9e19d6176a708e2234c09caf532f5b0
RANDOM SEED=2006894892

node139.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.500
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.00
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.500
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.500
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.500
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.500
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.500
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.500
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.500
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:        30198276 kB
Buffers:          181504 kB
Cached:           163220 kB
SwapCached:         1832 kB
Active:            98028 kB
Inactive:         249664 kB
Active(anon):       3336 kB
Inactive(anon):     2048 kB
Active(file):      94692 kB
Inactive(file):   247616 kB
Unevictable:     1580604 kB
Mlocked:         1402776 kB
SwapTotal:      67108856 kB
SwapFree:       67099588 kB
Dirty:               828 kB
Writeback:             0 kB
AnonPages:       1609492 kB
Mapped:             7160 kB
Shmem:                 0 kB
Slab:             611868 kB
SReclaimable:      55608 kB
SUnreclaim:       556260 kB
KernelStack:        1400 kB
PageTables:         7104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1676352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 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= 71696 MiB
End job on node139 at 2016-06-19 17:09:37