Trace number 4081759

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16SAT (TO)14 1800.62 896.266

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_5.opb
MD5SUMe3f554c192a1ee7b261cc2808827870e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint26
Maximum length of a constraint50
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6226
Sum of products size (including duplicates)12452
Number of different products6226
Sum of products size12452

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4081759-1465254462.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
1.00/0.58	c ... done. Wall clock time 0.45s.
1.00/0.58	c declared #vars     200
1.00/0.58	c internal #vars     6426
1.00/0.58	c #constraints  12652
1.00/0.58	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.00/0.58	c constraints type 
1.00/0.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6426
1.00/0.58	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6226
1.00/0.58	c 12652 constraints processed.
1.00/0.58	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.00/0.58	c constraints type 
1.00/0.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6426
1.00/0.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
1.00/0.58	c 12652 constraints processed.
1.00/0.58	c objective function length is 200 literals
1.69/0.71	c And the winner is solver0
2.36/1.08	c SATISFIABLE
2.36/1.08	c OPTIMIZING...
2.36/1.08	c Got one! Elapsed wall clock time (in seconds):0.955
2.36/1.09	o 17
2.59/1.14	c And the winner is solver0
2.79/1.59	c Got one! Elapsed wall clock time (in seconds):1.458
2.79/1.59	o 16
3.22/1.74	c And the winner is solver0
3.58/2.09	c Got one! Elapsed wall clock time (in seconds):1.961
3.58/2.09	o 15
10.80/5.22	c cleaning 2697 clauses out of 5401 with flag 15508/5401
19.29/9.36	c cleaning 4353 clauses out of 8705 with flag 34227/11402
30.68/14.93	c cleaning 5676 clauses out of 11351 with flag 56427/18401
44.73/21.71	c cleaning 6828 clauses out of 13675 with flag 83067/26401
59.51/29.09	c cleaning 7919 clauses out of 15848 with flag 114895/35402
68.91/33.64	c And the winner is solver1
69.00/34.12	c Got one! Elapsed wall clock time (in seconds):33.993
69.00/34.12	o 14
77.15/38.25	c cleaning 9318 clauses out of 18635 with flag 19143/46108
87.21/43.25	c cleaning 7661 clauses out of 15321 with flag 42622/52112
99.11/49.15	c cleaning 7328 clauses out of 14658 with flag 68719/59110
112.19/55.65	c cleaning 7656 clauses out of 15328 with flag 99819/67108
126.81/62.97	c cleaning 8330 clauses out of 16672 with flag 133807/76108
143.25/71.14	c cleaning 9161 clauses out of 18343 with flag 171809/86109
161.51/80.22	c cleaning 10088 clauses out of 20182 with flag 214485/97109
181.19/90.05	c cleaning 11036 clauses out of 22093 with flag 260907/109108
202.49/100.67	c cleaning 12021 clauses out of 24057 with flag 312075/122108
225.50/112.01	c cleaning 13019 clauses out of 26037 with flag 366294/136109
250.84/125.08	c cleaning 14008 clauses out of 28018 with flag 424135/151109
276.87/138.07	c cleaning 15005 clauses out of 30009 with flag 488157/167108
305.49/152.37	c cleaning 16002 clauses out of 32004 with flag 554415/184108
335.80/167.44	c cleaning 17002 clauses out of 34003 with flag 624567/202109
367.64/183.35	c cleaning 18000 clauses out of 36004 with flag 698604/221112
401.15/200.04	c cleaning 19000 clauses out of 38000 with flag 779789/241108
437.29/218.03	c cleaning 20000 clauses out of 40000 with flag 862312/262108
474.64/236.63	c cleaning 20988 clauses out of 42000 with flag 948148/284108
510.97/254.78	c cleaning 21999 clauses out of 44013 with flag 1040881/307109
532.45/265.43	c cleaning 0 clauses out of 5267 with flag 0/5269
549.78/273.96	c cleaning 22996 clauses out of 46013 with flag 1135325/331108
589.61/293.67	c cleaning 24000 clauses out of 48017 with flag 1238401/356108
631.33/314.33	c cleaning 25001 clauses out of 50019 with flag 1348779/382110
674.99/335.95	c cleaning 26008 clauses out of 52017 with flag 1463130/409109
719.49/357.91	c cleaning 26987 clauses out of 54008 with flag 1577758/437108
768.53/382.03	c cleaning 28006 clauses out of 56024 with flag 1700137/466111
820.34/408.46	c cleaning 28996 clauses out of 58016 with flag 1828799/496109
871.67/433.84	c cleaning 29998 clauses out of 60019 with flag 1962972/527108
923.66/459.73	c cleaning 31003 clauses out of 62021 with flag 2104774/559108
975.28/485.41	c cleaning 32006 clauses out of 64022 with flag 2244720/592112
1030.93/513.15	c cleaning 32999 clauses out of 66012 with flag 2396347/626108
1087.90/541.55	c cleaning 34001 clauses out of 68016 with flag 2548476/661111
1146.31/570.56	c cleaning 35006 clauses out of 70014 with flag 2706856/697110
1205.51/599.95	c cleaning 35997 clauses out of 72006 with flag 2868517/734108
1267.80/630.80	c cleaning 36994 clauses out of 74012 with flag 3040834/772111
1319.30/657.38	c cleaning 0 clauses out of 11266 with flag 0/11268
1333.72/664.47	c cleaning 38004 clauses out of 76018 with flag 3215584/811111
1394.27/694.54	c cleaning 39002 clauses out of 78015 with flag 3371133/851112
1458.92/726.75	c cleaning 39998 clauses out of 80009 with flag 3555256/892108
1525.53/759.85	c cleaning 40992 clauses out of 82011 with flag 3750914/934108
1597.44/795.54	c cleaning 41983 clauses out of 84022 with flag 3961893/977111
1667.10/830.11	c cleaning 43004 clauses out of 86037 with flag 4161658/1021109
1742.30/867.51	c cleaning 44008 clauses out of 88032 with flag 4365584/1066108
1800.04/896.20	c >>>>>>>>>> Solver number 0 (3 answers) <<<<<<<<<<<<<<<<<<
1800.04/896.20	c starts		: 7924
1800.04/896.20	c conflicts		: 1101634
1800.04/896.20	c decisions		: 3631517
1800.04/896.20	c propagations		: 1091905305
1800.04/896.20	c inspects		: 7362983344
1800.04/896.20	c shortcuts		: 0
1800.04/896.20	c learnt literals	: 0
1800.04/896.20	c learnt binary clauses	: 0
1800.04/896.20	c learnt ternary clauses	: 3
1800.04/896.20	c learnt constraints	: 1101633
1800.04/896.20	c ignored constraints	: 0
1800.04/896.20	c root simplifications	: 0
1800.04/896.20	c removed literals (reason simplification)	: 198070
1800.04/896.20	c reason swapping (by a shorter reason)	: 0
1800.04/896.20	c Calls to reduceDB	: 46
1800.04/896.20	c Number of update (reduction) of LBD	: 544258
1800.04/896.20	c Imported unit clauses	: 0
1800.04/896.20	c number of reductions to clauses (during analyze)	: 0
1800.04/896.20	c number of learned constraints concerned by reduction	: 0
1800.04/896.20	c number of learning phase by resolution	: 0
1800.04/896.20	c number of learning phase by cutting planes	: 0
1800.04/896.20	c speed (assignments/second)	: 1266596.879864699
1800.04/896.20	c non guided choices	0
1800.04/896.23	c learnt constraints type 
1800.04/896.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 79550
1800.04/896.23	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.04/896.23	c starts		: 43
1800.04/896.23	c conflicts		: 13550
1800.04/896.23	c decisions		: 30497
1800.04/896.23	c propagations		: 3769335
1800.04/896.23	c inspects		: 924787526
1800.04/896.23	c shortcuts		: 0
1800.04/896.23	c learnt literals	: 0
1800.04/896.23	c learnt binary clauses	: 0
1800.04/896.23	c learnt ternary clauses	: 0
1800.04/896.23	c learnt constraints	: 13548
1800.04/896.23	c ignored constraints	: 0
1800.04/896.23	c root simplifications	: 0
1800.04/896.23	c removed literals (reason simplification)	: 0
1800.04/896.23	c reason swapping (by a shorter reason)	: 0
1800.04/896.23	c Calls to reduceDB	: 2
1800.04/896.23	c Number of update (reduction) of LBD	: 0
1800.04/896.23	c Imported unit clauses	: 0
1800.04/896.23	c number of reductions to clauses (during analyze)	: 0
1800.04/896.23	c number of learned constraints concerned by reduction	: 0
1800.04/896.23	c number of learning phase by resolution	: 0
1800.04/896.23	c number of learning phase by cutting planes	: 0
1800.04/896.23	c speed (assignments/second)	: 4215.626516830811
1800.04/896.23	c non guided choices	0
1800.04/896.23	c learnt constraints type 
1800.04/896.23	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2
1800.04/896.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 225
1800.04/896.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13321
1800.04/896.23	s SATISFIABLE
1800.04/896.23	c Found 4 solution(s)
1800.04/896.23	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 
1800.04/896.24	c objective function=14
1800.04/896.24	c Total wall clock time (in seconds): 896.105

Verifier Data

OK	14

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-4081759-1465254462/watcher-4081759-1465254462 -o /tmp/evaluation-result-4081759-1465254462/solver-4081759-1465254462 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465253566-15535 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081759-1465254462.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.39 4.21 3.30 4/197 15727
/proc/meminfo: memFree=26910136/32872528 swapFree=15784/1434320
[pid=15727] ppid=15724 vsize=9160 CPUtime=0 cores=1,3,5,7
/proc/15727/stat : 15727 (java) R 15724 15727 15518 0 -1 4202496 452 0 0 0 0 0 0 0 20 0 1 0 107379408 9379840 108 33554432000 1073741824 1073778376 140733996917984 140733996915112 1073766800 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15727/statm: 2290 123 94 9 0 38 0

[startup+0.100167 s]
/proc/loadavg: 4.39 4.21 3.30 4/197 15727
/proc/meminfo: memFree=26910136/32872528 swapFree=15784/1434320
[pid=15727] ppid=15724 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/15727/stat : 15727 (java) S 15724 15727 15518 0 -1 4202496 4403 0 1 0 8 1 0 0 20 0 18 0 107379408 9787879424 5010 33554432000 1073741824 1073778376 140733996917984 140733996909120 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15727/statm: 2389619 5010 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200337 s]
/proc/loadavg: 4.39 4.21 3.30 4/197 15727
/proc/meminfo: memFree=26910136/32872528 swapFree=15784/1434320
[pid=15727] ppid=15724 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/15727/stat : 15727 (java) S 15724 15727 15518 0 -1 4202496 4625 0 1 0 20 1 0 0 20 0 18 0 107379408 9787879424 6733 33554432000 1073741824 1073778376 140733996917984 140733996909120 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15727/statm: 2389619 6733 2194 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300351 s]
/proc/loadavg: 4.39 4.21 3.30 4/197 15727
/proc/meminfo: memFree=26910136/32872528 swapFree=15784/1434320
[pid=15727] ppid=15724 vsize=9558476 CPUtime=0.43 cores=1,3,5,7
/proc/15727/stat : 15727 (java) S 15724 15727 15518 0 -1 4202496 5776 0 1 0 42 1 0 0 20 0 18 0 107379408 9787879424 8099 33554432000 1073741824 1073778376 140733996917984 140733996909120 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15727/statm: 2389619 8099 2226 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558476

[startup+0.700191 s]
/proc/loadavg: 4.39 4.21 3.30 4/197 15727
/proc/meminfo: memFree=26910136/32872528 swapFree=15784/1434320
[pid=15727] ppid=15724 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/15727/stat : 15727 (java) S 15724 15727 15518 0 -1 4202496 23585 0 1 0 165 4 0 0 20 0 22 0 107379408 10060525568 26118 33554432000 1073741824 1073778376 140733996917984 140733996909120 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15727/statm: 2456183 26118 2257 9 0 2446860 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 9824732

[startup+1.50081 s]
/proc/loadavg: 4.51 4.24 3.31 8/219 15752
/proc/meminfo: memFree=26808404/32872528 swapFree=15784/1434320
[pid=15727] ppid=15724 vsize=9824732 CPUtime=2.79 cores=1,3,5,7
/proc/15727/stat : 15727 (java) S 15724 15727 15518 0 -1 4202496 29590 0 1 0 270 9 0 0 20 0 19 0 107379408 10060525568 28079 33554432000 1073741824 1073778376 140733996917984 140733996909120 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15727/statm: 2456183 28079 2269 9 0 2446860 0
[pid=15727/tid=15729] ppid=15724 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/15727/task/15729/stat : 15729 (java) S 15724 15727 15518 0 -1 4202560 2500 0 1 0 54 2 0 0 20 0 19 0 107379409 10060525568 28079 33554432000 1073741824 1073778376 140733996917984 140692257559416 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15727/tid=15730] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15730/stat : 15730 (java) S 15724 15727 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107379410 10060525568 28079 33554432000 1073741824 1073778376 140733996917984 140692196288680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15731] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15731/stat : 15731 (java) S 15724 15727 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107379410 10060525568 28079 33554432000 1073741824 1073778376 140733996917984 140692195236136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15727/tid=15732] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15732/stat : 15732 (java) S 15724 15727 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107379410 10060525568 28079 33554432000 1073741824 1073778376 140733996917984 140692194183592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15727/tid=15733] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15733/stat : 15733 (java) S 15724 15727 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107379410 10060525568 28079 33554432000 1073741824 1073778376 140733996917984 140692193131048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15727/tid=15734] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15734/stat : 15734 (java) S 15724 15727 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107379410 10060525568 28079 33554432000 1073741824 1073778376 140733996917984 140692192078504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15735] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15735/stat : 15735 (java) S 15724 15727 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107379410 10060525568 28079 33554432000 1073741824 1073778376 140733996917984 140692191025960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15727/tid=15736] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15736/stat : 15736 (java) S 15724 15727 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107379410 10060525568 28079 33554432000 1073741824 1073778376 140733996917984 140692095187880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15727/tid=15737] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15737/stat : 15737 (java) S 15724 15727 15518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107379410 10060525568 28079 33554432000 1073741824 1073778376 140733996917984 140692094135336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15738] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15738/stat : 15738 (java) S 15724 15727 15518 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 107379411 10060525568 28079 33554432000 1073741824 1073778376 140733996917984 140692081723496 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15739] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15739/stat : 15739 (java) S 15724 15727 15518 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107379411 10060525568 28079 33554432000 1073741824 1073778376 140733996917984 140692080669816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15740] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15740/stat : 15740 (java) S 15724 15727 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107379412 10060525568 28079 33554432000 1073741824 1073778376 140733996917984 140692079617160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15741] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15741/stat : 15741 (java) S 15724 15727 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107379414 10060525568 28079 33554432000 1073741824 1073778376 140733996917984 140692078565904 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15742] ppid=15724 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/15727/task/15742/stat : 15742 (java) S 15724 15727 15518 0 -1 4202560 13874 0 0 0 88 2 0 0 20 0 19 0 107379414 10060525568 28079 33554432000 1073741824 1073778376 140733996917984 140692077513272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15727/tid=15743] ppid=15724 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/15727/task/15743/stat : 15743 (java) S 15724 15727 15518 0 -1 4202560 11857 0 0 0 89 2 0 0 20 0 19 0 107379414 10060525568 28079 33554432000 1073741824 1073778376 140733996917984 140692076460728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15744] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15744/stat : 15744 (java) S 15724 15727 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107379414 10060525568 28079 33554432000 1073741824 1073778376 140733996917984 140692075408376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15745] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15745/stat : 15745 (java) S 15724 15727 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107379414 10060525568 28079 33554432000 1073741824 1073778376 140733996917984 140692074356040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15727/tid=15749] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15749/stat : 15749 (java) S 15724 15727 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107379468 10060525568 28079 33554432000 1073741824 1073778376 140733996917984 140692067579048 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 9824732

[startup+3.10092 s]
/proc/loadavg: 4.51 4.24 3.31 7/219 15758
/proc/meminfo: memFree=26778988/32872528 swapFree=15784/1434320
[pid=15727] ppid=15724 vsize=9824732 CPUtime=6.09 cores=1,3,5,7
/proc/15727/stat : 15727 (java) S 15724 15727 15518 0 -1 4202496 31094 0 1 0 595 14 0 0 20 0 22 0 107379408 10060525568 55939 33554432000 1073741824 1073778376 140733996917984 140733996909120 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15727/statm: 2456183 55939 2288 9 0 2446860 0
[pid=15727/tid=15729] ppid=15724 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/15727/task/15729/stat : 15729 (java) S 15724 15727 15518 0 -1 4202560 2501 0 1 0 54 2 0 0 20 0 22 0 107379409 10060525568 55939 33554432000 1073741824 1073778376 140733996917984 140692257559416 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15727/tid=15730] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15730/stat : 15730 (java) S 15724 15727 15518 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 107379410 10060525568 55939 33554432000 1073741824 1073778376 140733996917984 140692196288680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15727/tid=15731] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15731/stat : 15731 (java) S 15724 15727 15518 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 107379410 10060525568 55939 33554432000 1073741824 1073778376 140733996917984 140692195236136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15727/tid=15732] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15732/stat : 15732 (java) S 15724 15727 15518 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 107379410 10060525568 55939 33554432000 1073741824 1073778376 140733996917984 140692194183592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15727/tid=15733] ppid=15724 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/15727/task/15733/stat : 15733 (java) S 15724 15727 15518 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 107379410 10060525568 55939 33554432000 1073741824 1073778376 140733996917984 140692193131048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15727/tid=15734] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15734/stat : 15734 (java) S 15724 15727 15518 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 107379410 10060525568 55939 33554432000 1073741824 1073778376 140733996917984 140692192078504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15735] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15735/stat : 15735 (java) S 15724 15727 15518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 107379410 10060525568 55939 33554432000 1073741824 1073778376 140733996917984 140692191025960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15727/tid=15736] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15736/stat : 15736 (java) S 15724 15727 15518 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 107379410 10060525568 55939 33554432000 1073741824 1073778376 140733996917984 140692095187880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15727/tid=15737] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15737/stat : 15737 (java) S 15724 15727 15518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107379410 10060525568 55939 33554432000 1073741824 1073778376 140733996917984 140692094135336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15738] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15738/stat : 15738 (java) S 15724 15727 15518 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 107379411 10060525568 55939 33554432000 1073741824 1073778376 140733996917984 140692081723496 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15727/tid=15739] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15739/stat : 15739 (java) S 15724 15727 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107379411 10060525568 55939 33554432000 1073741824 1073778376 140733996917984 140692080669816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15740] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15740/stat : 15740 (java) S 15724 15727 15518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107379412 10060525568 55939 33554432000 1073741824 1073778376 140733996917984 140692079617160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15741] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15741/stat : 15741 (java) S 15724 15727 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107379414 10060525568 55939 33554432000 1073741824 1073778376 140733996917984 140692078565904 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15742] ppid=15724 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/15727/task/15742/stat : 15742 (java) S 15724 15727 15518 0 -1 4202560 15135 0 0 0 134 2 0 0 20 0 22 0 107379414 10060525568 55939 33554432000 1073741824 1073778376 140733996917984 140692077513272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15727/tid=15743] ppid=15724 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/15727/task/15743/stat : 15743 (java) S 15724 15727 15518 0 -1 4202560 11919 0 0 0 135 2 0 0 20 0 22 0 107379414 10060525568 55939 33554432000 1073741824 1073778376 140733996917984 140692076460728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15744] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15744/stat : 15744 (java) S 15724 15727 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107379414 10060525568 55939 33554432000 1073741824 1073778376 140733996917984 140692075408376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15745] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15745/stat : 15745 (java) S 15724 15727 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107379414 10060525568 55939 33554432000 1073741824 1073778376 140733996917984 140692074356040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15727/tid=15749] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15749/stat : 15749 (java) S 15724 15727 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107379468 10060525568 55939 33554432000 1073741824 1073778376 140733996917984 140692067579048 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15727/tid=15756] ppid=15724 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/15727/task/15756/stat : 15756 (java) R 15724 15727 15518 0 -1 4202560 3 0 0 0 95 0 0 0 20 0 22 0 107379617 10060525568 55939 33554432000 1073741824 1073778376 140733996917984 140692070453480 140692198390124 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15727/tid=15757] ppid=15724 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/15727/task/15757/stat : 15757 (java) R 15724 15727 15518 0 -1 4202560 46 0 0 0 94 0 0 0 20 0 22 0 107379617 10060525568 55939 33554432000 1073741824 1073778376 140733996917984 140692071506072 140692197720749 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15727/tid=15758] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15758/stat : 15758 (java) S 15724 15727 15518 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107379617 10060525568 55939 33554432000 1073741824 1073778376 140733996917984 140692073301288 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 4.51 4.24 3.31 11/215 15823
/proc/meminfo: memFree=29851300/32872528 swapFree=15784/1434320
[pid=15727] ppid=15724 vsize=9824732 CPUtime=13.11 cores=1,3,5,7
/proc/15727/stat : 15727 (java) S 15724 15727 15518 0 -1 4202496 33992 0 1 0 1283 28 0 0 20 0 22 0 107379408 10060525568 106141 33554432000 1073741824 1073778376 140733996917984 140733996909120 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15727/statm: 2456183 106141 2294 9 0 2446860 0
[pid=15727/tid=15729] ppid=15724 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/15727/task/15729/stat : 15729 (java) S 15724 15727 15518 0 -1 4202560 2501 0 1 0 54 2 0 0 20 0 22 0 107379409 10060525568 106141 33554432000 1073741824 1073778376 140733996917984 140692257559416 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15727/tid=15730] ppid=15724 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/15727/task/15730/stat : 15730 (java) S 15724 15727 15518 0 -1 4202560 135 0 0 0 6 3 0 0 20 0 22 0 107379410 10060525568 106141 33554432000 1073741824 1073778376 140733996917984 140692196288680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15731] ppid=15724 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/15727/task/15731/stat : 15731 (java) S 15724 15727 15518 0 -1 4202560 42 0 0 0 3 2 0 0 20 0 22 0 107379410 10060525568 106141 33554432000 1073741824 1073778376 140733996917984 140692195236136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15732] ppid=15724 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/15727/task/15732/stat : 15732 (java) S 15724 15727 15518 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 107379410 10060525568 106141 33554432000 1073741824 1073778376 140733996917984 140692194183592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15727/tid=15733] ppid=15724 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/15727/task/15733/stat : 15733 (java) S 15724 15727 15518 0 -1 4202560 51 0 0 0 6 2 0 0 20 0 22 0 107379410 10060525568 106141 33554432000 1073741824 1073778376 140733996917984 140692193131048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15727/tid=15734] ppid=15724 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/15727/task/15734/stat : 15734 (java) S 15724 15727 15518 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 22 0 107379410 10060525568 106141 33554432000 1073741824 1073778376 140733996917984 140692192078504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15735] ppid=15724 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/15727/task/15735/stat : 15735 (java) S 15724 15727 15518 0 -1 4202560 150 0 0 0 5 1 0 0 20 0 22 0 107379410 10060525568 106141 33554432000 1073741824 1073778376 140733996917984 140692191025960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15727/tid=15736] ppid=15724 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/15727/task/15736/stat : 15736 (java) S 15724 15727 15518 0 -1 4202560 91 0 0 0 3 1 0 0 20 0 22 0 107379410 10060525568 106141 33554432000 1073741824 1073778376 140733996917984 140692095187880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15727/tid=15737] ppid=15724 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/15727/task/15737/stat : 15737 (java) S 15724 15727 15518 0 -1 4202560 136 0 0 0 5 1 0 0 20 0 22 0 107379410 10060525568 106141 33554432000 1073741824 1073778376 140733996917984 140692094135336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15738] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15738/stat : 15738 (java) S 15724 15727 15518 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 107379411 10060525568 106141 33554432000 1073741824 1073778376 140733996917984 140692081723496 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15739] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15739/stat : 15739 (java) S 15724 15727 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107379411 10060525568 106141 33554432000 1073741824 1073778376 140733996917984 140692080669816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15740] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15740/stat : 15740 (java) S 15724 15727 15518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107379412 10060525568 106141 33554432000 1073741824 1073778376 140733996917984 140692079617160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15741] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15741/stat : 15741 (java) S 15724 15727 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107379414 10060525568 106141 33554432000 1073741824 1073778376 140733996917984 140692078565904 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15742] ppid=15724 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/15727/task/15742/stat : 15742 (java) S 15724 15727 15518 0 -1 4202560 17240 0 0 0 162 3 0 0 20 0 22 0 107379414 10060525568 106141 33554432000 1073741824 1073778376 140733996917984 140692077513272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15727/tid=15743] ppid=15724 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/15727/task/15743/stat : 15743 (java) S 15724 15727 15518 0 -1 4202560 11928 0 0 0 148 2 0 0 20 0 22 0 107379414 10060525568 106141 33554432000 1073741824 1073778376 140733996917984 140692076460728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15744] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15744/stat : 15744 (java) S 15724 15727 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107379414 10060525568 106141 33554432000 1073741824 1073778376 140733996917984 140692075408376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15745] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.19 4.27 3.87 5/219 15861
/proc/meminfo: memFree=22979132/32872528 swapFree=15784/1434320
[pid=15727] ppid=15724 vsize=9824732 CPUtime=1651.39 cores=1,3,5,7
/proc/15727/stat : 15727 (java) S 15724 15727 15518 0 -1 4202496 42841 0 1 0 164934 205 0 0 20 0 22 0 107379408 10060525568 928706 33554432000 1073741824 1073778376 140733996917984 140733996909120 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15727/statm: 2456183 928706 2303 9 0 2446860 0
[pid=15727/tid=15729] ppid=15724 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/15727/task/15729/stat : 15729 (java) S 15724 15727 15518 0 -1 4202560 2507 0 1 0 58 3 0 0 20 0 22 0 107379409 10060525568 928706 33554432000 1073741824 1073778376 140733996917984 140692257559416 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15727/tid=15730] ppid=15724 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/15727/task/15730/stat : 15730 (java) S 15724 15727 15518 0 -1 4202560 599 0 0 0 270 18 0 0 20 0 22 0 107379410 10060525568 928706 33554432000 1073741824 1073778376 140733996917984 140692196288680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15727/tid=15731] ppid=15724 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/15727/task/15731/stat : 15731 (java) S 15724 15727 15518 0 -1 4202560 493 0 0 0 253 18 0 0 20 0 22 0 107379410 10060525568 928706 33554432000 1073741824 1073778376 140733996917984 140692195236136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15727/tid=15732] ppid=15724 vsize=9824732 CPUtime=3.11 cores=1,3,5,7
/proc/15727/task/15732/stat : 15732 (java) S 15724 15727 15518 0 -1 4202560 490 0 0 0 294 17 0 0 20 0 22 0 107379410 10060525568 928706 33554432000 1073741824 1073778376 140733996917984 140692194183592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15727/tid=15733] ppid=15724 vsize=9824732 CPUtime=2.6 cores=1,3,5,7
/proc/15727/task/15733/stat : 15733 (java) S 15724 15727 15518 0 -1 4202560 484 0 0 0 245 15 0 0 20 0 22 0 107379410 10060525568 928706 33554432000 1073741824 1073778376 140733996917984 140692193131048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15727/tid=15734] ppid=15724 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/15727/task/15734/stat : 15734 (java) S 15724 15727 15518 0 -1 4202560 449 0 0 0 218 14 0 0 20 0 22 0 107379410 10060525568 928706 33554432000 1073741824 1073778376 140733996917984 140692192078504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15727/tid=15735] ppid=15724 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/15727/task/15735/stat : 15735 (java) S 15724 15727 15518 0 -1 4202560 863 0 0 0 279 17 0 0 20 0 22 0 107379410 10060525568 928706 33554432000 1073741824 1073778376 140733996917984 140692191025960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15727/tid=15736] ppid=15724 vsize=9824732 CPUtime=2.58 cores=1,3,5,7
/proc/15727/task/15736/stat : 15736 (java) S 15724 15727 15518 0 -1 4202560 509 0 0 0 242 16 0 0 20 0 22 0 107379410 10060525568 928706 33554432000 1073741824 1073778376 140733996917984 140692095187880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15727/tid=15737] ppid=15724 vsize=9824732 CPUtime=2.74 cores=1,3,5,7
/proc/15727/task/15737/stat : 15737 (java) S 15724 15727 15518 0 -1 4202560 567 0 0 0 258 16 0 0 20 0 22 0 107379410 10060525568 928706 33554432000 1073741824 1073778376 140733996917984 140692094135336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15727/tid=15738] ppid=15724 vsize=9824732 CPUtime=4.07 cores=1,3,5,7
/proc/15727/task/15738/stat : 15738 (java) S 15724 15727 15518 0 -1 4202560 2615 0 0 0 401 6 0 0 20 0 22 0 107379411 10060525568 928706 33554432000 1073741824 1073778376 140733996917984 140692081723496 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15727/tid=15739] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15739/stat : 15739 (java) S 15724 15727 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107379411 10060525568 928706 33554432000 1073741824 1073778376 140733996917984 140692080669816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15740] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15740/stat : 15740 (java) S 15724 15727 15518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107379412 10060525568 928706 33554432000 1073741824 1073778376 140733996917984 140692079617160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15741] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15741/stat : 15741 (java) S 15724 15727 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107379414 10060525568 928706 33554432000 1073741824 1073778376 140733996917984 140692078565904 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15742] ppid=15724 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/15727/task/15742/stat : 15742 (java) S 15724 15727 15518 0 -1 4202560 17851 0 0 0 287 3 0 0 20 0 22 0 107379414 10060525568 928706 33554432000 1073741824 1073778376 140733996917984 140692077513272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15743] ppid=15724 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/15727/task/15743/stat : 15743 (java) S 15724 15727 15518 0 -1 4202560 11928 0 0 0 154 2 0 0 20 0 22 0 107379414 10060525568 928706 33554432000 1073741824 1073778376 140733996917984 140692076460728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15744] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15744/stat : 15744 (java) S 15724 15727 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107379414 10060525568 928706 33554432000 1073741824 1073778376 140733996917984 140692075408376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15745] ppid=15724 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/15727/task/15745/stat : 15745 (java) S 15724 15727 15518 0 -1 4202560 49 0 0 0 18 18 0 0 20 0 22 0 107379414 10060525568 928706 33554432000 1073741824 1073778376 140733996917984 140692074356040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15727/tid=15758] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15758/stat : 15758 (java) S 15724 15727 15518 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107379617 10060525568 928706 33554432000 1073741824 1073778376 140733996917984 140692073301288 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15727/tid=15837] ppid=15724 vsize=9824732 CPUtime=778.84 cores=1,3,5,7
/proc/15727/task/15837/stat : 15837 (java) R 15724 15727 15518 0 -1 4202560 21 0 0 0 77871 13 0 0 20 0 22 0 107382821 10060525568 928706 33554432000 1073741824 1073778376 140733996917984 140692070452144 140692198348736 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15727/tid=15838] ppid=15724 vsize=9824732 CPUtime=778.73 cores=1,3,5,7
/proc/15727/task/15838/stat : 15838 (java) R 15724 15727 15518 0 -1 4202560 496 0 0 0 77851 22 0 0 20 0 22 0 107382821 10060525568 928706 33554432000 1073741824 1073778376 140733996917984 140692071506920 140692198377593 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15727/tid=15839] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15839/stat : 15839 (java) S 15724 15727 15518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107382821 10060525568 928706 33554432000 1073741824 1073778376 140733996917984 140692067579560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1651.39
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.12 4.23 3.88 5/219 15862
/proc/meminfo: memFree=22875608/32872528 swapFree=15784/1434320
[pid=15727] ppid=15724 vsize=9824732 CPUtime=1772.01 cores=1,3,5,7
/proc/15727/stat : 15727 (java) S 15724 15727 15518 0 -1 4202496 43101 0 1 0 176984 217 0 0 20 0 22 0 107379408 10060525568 953374 33554432000 1073741824 1073778376 140733996917984 140733996909120 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15727/statm: 2456183 953374 2303 9 0 2446860 0
[pid=15727/tid=15729] ppid=15724 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/15727/task/15729/stat : 15729 (java) S 15724 15727 15518 0 -1 4202560 2507 0 1 0 58 3 0 0 20 0 22 0 107379409 10060525568 953374 33554432000 1073741824 1073778376 140733996917984 140692257559416 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15727/tid=15730] ppid=15724 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/15727/task/15730/stat : 15730 (java) S 15724 15727 15518 0 -1 4202560 631 0 0 0 279 19 0 0 20 0 22 0 107379410 10060525568 953374 33554432000 1073741824 1073778376 140733996917984 140692196288680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15731] ppid=15724 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/15727/task/15731/stat : 15731 (java) S 15724 15727 15518 0 -1 4202560 523 0 0 0 269 19 0 0 20 0 22 0 107379410 10060525568 953374 33554432000 1073741824 1073778376 140733996917984 140692195236136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15732] ppid=15724 vsize=9824732 CPUtime=3.32 cores=1,3,5,7
/proc/15727/task/15732/stat : 15732 (java) S 15724 15727 15518 0 -1 4202560 523 0 0 0 313 19 0 0 20 0 22 0 107379410 10060525568 953374 33554432000 1073741824 1073778376 140733996917984 140692194183592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15733] ppid=15724 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/15727/task/15733/stat : 15733 (java) S 15724 15727 15518 0 -1 4202560 518 0 0 0 267 16 0 0 20 0 22 0 107379410 10060525568 953374 33554432000 1073741824 1073778376 140733996917984 140692193131048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15734] ppid=15724 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/15727/task/15734/stat : 15734 (java) S 15724 15727 15518 0 -1 4202560 470 0 0 0 232 15 0 0 20 0 22 0 107379410 10060525568 953374 33554432000 1073741824 1073778376 140733996917984 140692192078504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15727/tid=15735] ppid=15724 vsize=9824732 CPUtime=3.12 cores=1,3,5,7
/proc/15727/task/15735/stat : 15735 (java) S 15724 15727 15518 0 -1 4202560 907 0 0 0 293 19 0 0 20 0 22 0 107379410 10060525568 953374 33554432000 1073741824 1073778376 140733996917984 140692191025960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15736] ppid=15724 vsize=9824732 CPUtime=2.73 cores=1,3,5,7
/proc/15727/task/15736/stat : 15736 (java) S 15724 15727 15518 0 -1 4202560 539 0 0 0 256 17 0 0 20 0 22 0 107379410 10060525568 953374 33554432000 1073741824 1073778376 140733996917984 140692095187880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15737] ppid=15724 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/15727/task/15737/stat : 15737 (java) S 15724 15727 15518 0 -1 4202560 588 0 0 0 277 17 0 0 20 0 22 0 107379410 10060525568 953374 33554432000 1073741824 1073778376 140733996917984 140692094135336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15727/tid=15738] ppid=15724 vsize=9824732 CPUtime=4.07 cores=1,3,5,7
/proc/15727/task/15738/stat : 15738 (java) S 15724 15727 15518 0 -1 4202560 2623 0 0 0 401 6 0 0 20 0 22 0 107379411 10060525568 953374 33554432000 1073741824 1073778376 140733996917984 140692081723496 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15739] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15739/stat : 15739 (java) S 15724 15727 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107379411 10060525568 953374 33554432000 1073741824 1073778376 140733996917984 140692080669816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15740] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15740/stat : 15740 (java) S 15724 15727 15518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107379412 10060525568 953374 33554432000 1073741824 1073778376 140733996917984 140692079617160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15741] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15741/stat : 15741 (java) S 15724 15727 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107379414 10060525568 953374 33554432000 1073741824 1073778376 140733996917984 140692078565904 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15742] ppid=15724 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/15727/task/15742/stat : 15742 (java) S 15724 15727 15518 0 -1 4202560 17851 0 0 0 287 3 0 0 20 0 22 0 107379414 10060525568 953374 33554432000 1073741824 1073778376 140733996917984 140692077513272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15743] ppid=15724 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/15727/task/15743/stat : 15743 (java) S 15724 15727 15518 0 -1 4202560 11928 0 0 0 154 2 0 0 20 0 22 0 107379414 10060525568 953374 33554432000 1073741824 1073778376 140733996917984 140692076460728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15744] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15744/stat : 15744 (java) S 15724 15727 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107379414 10060525568 953374 33554432000 1073741824 1073778376 140733996917984 140692075408376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15745] ppid=15724 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/15727/task/15745/stat : 15745 (java) S 15724 15727 15518 0 -1 4202560 51 0 0 0 20 20 0 0 20 0 22 0 107379414 10060525568 953374 33554432000 1073741824 1073778376 140733996917984 140692074356040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15758] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15758/stat : 15758 (java) S 15724 15727 15518 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107379617 10060525568 953374 33554432000 1073741824 1073778376 140733996917984 140692073301288 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15727/tid=15837] ppid=15724 vsize=9824732 CPUtime=838.47 cores=1,3,5,7
/proc/15727/task/15837/stat : 15837 (java) R 15724 15727 15518 0 -1 4202560 22 0 0 0 83833 14 0 0 20 0 22 0 107382821 10060525568 953374 33554432000 1073741824 1073778376 140733996917984 140692070452192 140692198349469 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15727/tid=15838] ppid=15724 vsize=9824732 CPUtime=838.35 cores=1,3,5,7
/proc/15727/task/15838/stat : 15838 (java) R 15724 15727 15518 0 -1 4202560 500 0 0 0 83812 23 0 0 20 0 22 0 107382821 10060525568 953374 33554432000 1073741824 1073778376 140733996917984 140692071505744 140692198380312 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15727/tid=15839] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15839/stat : 15839 (java) S 15724 15727 15518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107382821 10060525568 953374 33554432000 1073741824 1073778376 140733996917984 140692067579560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1772.01
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.201 s]
/proc/loadavg: 4.10 4.22 3.89 6/219 15862
/proc/meminfo: memFree=22848740/32872528 swapFree=15784/1434320
[pid=15727] ppid=15724 vsize=9824732 CPUtime=1800.04 cores=1,3,5,7
/proc/15727/stat : 15727 (java) S 15724 15727 15518 0 -1 4202496 43207 0 1 0 179783 221 0 0 20 0 22 0 107379408 10060525568 960091 33554432000 1073741824 1073778376 140733996917984 140733996909120 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15727/statm: 2456183 960091 2303 9 0 2446860 0
[pid=15727/tid=15729] ppid=15724 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/15727/task/15729/stat : 15729 (java) S 15724 15727 15518 0 -1 4202560 2507 0 1 0 58 3 0 0 20 0 22 0 107379409 10060525568 960091 33554432000 1073741824 1073778376 140733996917984 140692257559416 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15727/tid=15730] ppid=15724 vsize=9824732 CPUtime=3.01 cores=1,3,5,7
/proc/15727/task/15730/stat : 15730 (java) S 15724 15727 15518 0 -1 4202560 634 0 0 0 282 19 0 0 20 0 22 0 107379410 10060525568 960091 33554432000 1073741824 1073778376 140733996917984 140692196288680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15727/tid=15731] ppid=15724 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/15727/task/15731/stat : 15731 (java) S 15724 15727 15518 0 -1 4202560 535 0 0 0 274 20 0 0 20 0 22 0 107379410 10060525568 960091 33554432000 1073741824 1073778376 140733996917984 140692195236136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15727/tid=15732] ppid=15724 vsize=9824732 CPUtime=3.35 cores=1,3,5,7
/proc/15727/task/15732/stat : 15732 (java) S 15724 15727 15518 0 -1 4202560 530 0 0 0 316 19 0 0 20 0 22 0 107379410 10060525568 960091 33554432000 1073741824 1073778376 140733996917984 140692194183592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15727/tid=15733] ppid=15724 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/15727/task/15733/stat : 15733 (java) S 15724 15727 15518 0 -1 4202560 527 0 0 0 276 17 0 0 20 0 22 0 107379410 10060525568 960091 33554432000 1073741824 1073778376 140733996917984 140692193131048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15727/tid=15734] ppid=15724 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/15727/task/15734/stat : 15734 (java) S 15724 15727 15518 0 -1 4202560 479 0 0 0 239 15 0 0 20 0 22 0 107379410 10060525568 960091 33554432000 1073741824 1073778376 140733996917984 140692192078504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15727/tid=15735] ppid=15724 vsize=9824732 CPUtime=3.15 cores=1,3,5,7
/proc/15727/task/15735/stat : 15735 (java) S 15724 15727 15518 0 -1 4202560 910 0 0 0 296 19 0 0 20 0 22 0 107379410 10060525568 960091 33554432000 1073741824 1073778376 140733996917984 140692191025960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15727/tid=15736] ppid=15724 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/15727/task/15736/stat : 15736 (java) S 15724 15727 15518 0 -1 4202560 575 0 0 0 265 18 0 0 20 0 22 0 107379410 10060525568 960091 33554432000 1073741824 1073778376 140733996917984 140692095187880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15737] ppid=15724 vsize=9824732 CPUtime=3.03 cores=1,3,5,7
/proc/15727/task/15737/stat : 15737 (java) S 15724 15727 15518 0 -1 4202560 607 0 0 0 285 18 0 0 20 0 22 0 107379410 10060525568 960091 33554432000 1073741824 1073778376 140733996917984 140692094135336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15727/tid=15738] ppid=15724 vsize=9824732 CPUtime=4.07 cores=1,3,5,7
/proc/15727/task/15738/stat : 15738 (java) S 15724 15727 15518 0 -1 4202560 2627 0 0 0 401 6 0 0 20 0 22 0 107379411 10060525568 960091 33554432000 1073741824 1073778376 140733996917984 140692081723496 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15727/tid=15739] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15739/stat : 15739 (java) S 15724 15727 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107379411 10060525568 960091 33554432000 1073741824 1073778376 140733996917984 140692080669816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15740] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15740/stat : 15740 (java) S 15724 15727 15518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107379412 10060525568 960091 33554432000 1073741824 1073778376 140733996917984 140692079617160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15741] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15741/stat : 15741 (java) S 15724 15727 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107379414 10060525568 960091 33554432000 1073741824 1073778376 140733996917984 140692078565904 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15742] ppid=15724 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/15727/task/15742/stat : 15742 (java) S 15724 15727 15518 0 -1 4202560 17851 0 0 0 287 3 0 0 20 0 22 0 107379414 10060525568 960091 33554432000 1073741824 1073778376 140733996917984 140692077513272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15743] ppid=15724 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/15727/task/15743/stat : 15743 (java) S 15724 15727 15518 0 -1 4202560 11928 0 0 0 154 2 0 0 20 0 22 0 107379414 10060525568 960091 33554432000 1073741824 1073778376 140733996917984 140692076460728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15744] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15744/stat : 15744 (java) S 15724 15727 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107379414 10060525568 960091 33554432000 1073741824 1073778376 140733996917984 140692075408376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15745] ppid=15724 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/15727/task/15745/stat : 15745 (java) S 15724 15727 15518 0 -1 4202560 53 0 0 0 20 20 0 0 20 0 22 0 107379414 10060525568 960091 33554432000 1073741824 1073778376 140733996917984 140692074356040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15758] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15758/stat : 15758 (java) S 15724 15727 15518 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107379617 10060525568 960091 33554432000 1073741824 1073778376 140733996917984 140692073301288 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15727/tid=15837] ppid=15724 vsize=9824732 CPUtime=852.22 cores=1,3,5,7
/proc/15727/task/15837/stat : 15837 (java) R 15724 15727 15518 0 -1 4202560 22 0 0 0 85208 14 0 0 20 0 22 0 107382821 10060525568 960091 33554432000 1073741824 1073778376 140733996917984 140692070452256 140692198389779 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15727/tid=15838] ppid=15724 vsize=9824732 CPUtime=852.1 cores=1,3,5,7
/proc/15727/task/15838/stat : 15838 (java) R 15724 15727 15518 0 -1 4202560 502 0 0 0 85187 23 0 0 20 0 22 0 107382821 10060525568 960091 33554432000 1073741824 1073778376 140733996917984 140692071505792 140692197314487 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15727/tid=15839] ppid=15724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15727/task/15839/stat : 15839 (java) S 15724 15727 15518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107382821 10060525568 960091 33554432000 1073741824 1073778376 140733996917984 140692067579560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9824732

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

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

Child status: 143
Real time (s): 896.266
CPU time (s): 1800.62
CPU user time (s): 1797.94
CPU system time (s): 2.68159
CPU usage (%): 200.902
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.94
system time used= 2.68159
maximum resident set size= 3840476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43243
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23913
involuntary context switches= 31038

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.16406 second user time and 7.2329 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-07 01:07:42
IDJOB=4081759
IDBENCH=48148
IDSOLVER=2543
FILE ID=node130/4081759-1465254462
RUNJOBID= node130-1465253566-15535
PBS_JOBID= 19843263
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_25_5.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081759-1465254462/watcher-4081759-1465254462 -o /tmp/evaluation-result-4081759-1465254462/solver-4081759-1465254462 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465253566-15535 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081759-1465254462.opb

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

MD5SUM BENCH= e3f554c192a1ee7b261cc2808827870e
RANDOM SEED=60691987

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.261
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.261
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:        26910936 kB
Buffers:           48560 kB
Cached:           111992 kB
SwapCached:         1748 kB
Active:          3720908 kB
Inactive:          96368 kB
Active(anon):    3657492 kB
Inactive(anon):     1200 kB
Active(file):      63416 kB
Inactive(file):    95168 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098356 kB
Dirty:               904 kB
Writeback:             0 kB
AnonPages:       5090180 kB
Mapped:            15408 kB
Shmem:                 0 kB
Slab:             568716 kB
SReclaimable:      12284 kB
SUnreclaim:       556432 kB
KernelStack:        1592 kB
PageTables:        14200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5461100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4923392 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= 71744 MiB
End job on node130 at 2016-06-07 01:22:38