Trace number 4116518

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 PB16? (TO) 1800.67 895.478

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size80-round23-1.opb
MD5SUM8da99d58ed47e2ffaa19ff7cece0b095
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9456
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)368
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4116518-1466962761.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
1.02/0.52	c ... done. Wall clock time 0.397s.
1.02/0.52	c declared #vars     4288
1.02/0.52	c #constraints  10720
1.02/0.52	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.02/0.52	c constraints type 
1.02/0.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
1.02/0.52	c org.sat4j.specs.Constr$1 => 856
1.02/0.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.02/0.52	c org.sat4j.minisat.constraints.cnf.UnitClause => 456
1.02/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.02/0.52	c 10720 constraints processed.
1.02/0.52	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.02/0.52	c constraints type 
1.02/0.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.02/0.52	c org.sat4j.specs.Constr$1 => 856
1.02/0.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
1.02/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
1.02/0.52	c org.sat4j.pb.constraints.pb.UnitClausePB => 456
1.02/0.52	c 10720 constraints processed.
4.47/1.45	c cleaning 2499 clauses out of 4998 with flag 15455/5000
6.01/2.10	c cleaning 4247 clauses out of 8501 with flag 36087/11002
7.71/2.91	c cleaning 5611 clauses out of 11253 with flag 61253/18001
9.58/3.82	c cleaning 6802 clauses out of 13641 with flag 92914/26000
11.91/4.92	c cleaning 7903 clauses out of 15840 with flag 130464/35001
14.38/6.12	c cleaning 8964 clauses out of 17938 with flag 175351/45002
16.97/7.49	c cleaning 9965 clauses out of 19975 with flag 225360/56003
20.47/9.14	c cleaning 10993 clauses out of 22007 with flag 281936/68000
23.67/10.78	c cleaning 11976 clauses out of 24015 with flag 346660/81001
27.55/12.63	c cleaning 12978 clauses out of 26038 with flag 416123/95000
31.55/14.61	c cleaning 13998 clauses out of 28060 with flag 488747/110000
33.96/15.84	c cleaning 0 clauses out of 5000 with flag 0/5000
36.44/16.91	c cleaning 15018 clauses out of 30062 with flag 571409/126000
41.77/19.46	c cleaning 16009 clauses out of 32044 with flag 657660/143000
47.56/22.31	c cleaning 16978 clauses out of 34037 with flag 753784/161002
53.53/25.21	c cleaning 17995 clauses out of 36057 with flag 857849/180000
59.92/28.43	c cleaning 19020 clauses out of 38062 with flag 966407/200000
66.93/31.91	c cleaning 19979 clauses out of 40042 with flag 1081555/221000
74.68/35.72	c cleaning 21023 clauses out of 42064 with flag 1202315/243001
82.49/39.63	c cleaning 21992 clauses out of 44041 with flag 1328576/266001
90.97/43.86	c cleaning 22982 clauses out of 46049 with flag 1465791/290001
99.56/48.17	c cleaning 24016 clauses out of 48066 with flag 1607454/315000
109.28/52.95	c cleaning 25009 clauses out of 50051 with flag 1754120/341001
119.46/58.08	c cleaning 25978 clauses out of 52041 with flag 1910010/368000
130.57/63.51	c cleaning 27012 clauses out of 54064 with flag 2072189/396001
142.01/69.24	c cleaning 27982 clauses out of 56051 with flag 2238773/425000
154.28/75.34	c cleaning 28981 clauses out of 58070 with flag 2413594/455001
166.08/81.26	c cleaning 30038 clauses out of 60088 with flag 2594604/486000
179.13/87.71	c cleaning 31009 clauses out of 62051 with flag 2781053/518001
192.22/94.22	c cleaning 32003 clauses out of 64044 with flag 2973674/551003
205.71/101.00	c cleaning 33021 clauses out of 66041 with flag 3175131/585003
219.91/108.00	c cleaning 33966 clauses out of 68017 with flag 3381393/620000
226.02/111.41	c cleaning 0 clauses out of 11001 with flag 0/11001
235.86/116.39	c cleaning 34986 clauses out of 70051 with flag 3596774/656000
251.26/124.09	c cleaning 36005 clauses out of 72065 with flag 3817695/693000
269.12/132.93	c cleaning 36995 clauses out of 74060 with flag 4048200/731000
286.37/141.58	c cleaning 37984 clauses out of 76066 with flag 4286254/770001
305.11/150.81	c cleaning 39023 clauses out of 78081 with flag 4526307/810000
324.44/160.49	c cleaning 39969 clauses out of 80059 with flag 4775824/851001
344.78/170.56	c cleaning 40981 clauses out of 82092 with flag 5026395/893003
365.64/180.90	c cleaning 42047 clauses out of 84108 with flag 5283252/936000
384.78/190.45	c cleaning 43021 clauses out of 86062 with flag 5549872/980001
405.29/200.65	c cleaning 44012 clauses out of 88040 with flag 5827134/1025000
426.64/211.25	c cleaning 45011 clauses out of 90029 with flag 6107036/1071001
450.30/223.09	c cleaning 45990 clauses out of 92017 with flag 6395727/1118000
474.63/235.19	c cleaning 47014 clauses out of 94027 with flag 6688165/1166000
499.65/247.56	c cleaning 47983 clauses out of 96014 with flag 6988375/1215001
525.95/260.70	c cleaning 48992 clauses out of 98030 with flag 7295787/1265000
554.75/274.93	c cleaning 49999 clauses out of 100039 with flag 7607796/1316001
586.00/291.06	c cleaning 51020 clauses out of 102040 with flag 7929056/1368001
613.87/304.90	c cleaning 51967 clauses out of 104019 with flag 8254397/1421000
643.05/319.47	c cleaning 53009 clauses out of 106053 with flag 8591329/1475001
673.53/334.68	c cleaning 53970 clauses out of 108044 with flag 8930184/1530001
704.81/350.15	c cleaning 54996 clauses out of 110073 with flag 9274191/1586000
737.65/366.48	c cleaning 56004 clauses out of 112078 with flag 9624573/1643001
771.02/383.08	c cleaning 56987 clauses out of 114073 with flag 9981597/1701000
805.48/400.18	c cleaning 58000 clauses out of 116087 with flag 10342029/1760001
841.19/417.95	c cleaning 58994 clauses out of 118087 with flag 10710175/1820001
877.40/435.92	c cleaning 60007 clauses out of 120092 with flag 11086509/1881000
913.26/453.79	c cleaning 0 clauses out of 18001 with flag 0/18001
917.66/455.91	c cleaning 60966 clauses out of 122086 with flag 11467323/1943001
956.34/475.18	c cleaning 62007 clauses out of 124119 with flag 11856616/2006000
999.75/496.60	c cleaning 63048 clauses out of 126112 with flag 12250611/2070000
1042.13/517.74	c cleaning 64023 clauses out of 128064 with flag 12649209/2135000
1085.68/539.46	c cleaning 64987 clauses out of 130041 with flag 13059915/2201000
1132.13/562.54	c cleaning 66013 clauses out of 132055 with flag 13468516/2268001
1179.03/585.85	c cleaning 67003 clauses out of 134042 with flag 13885701/2336001
1227.12/609.60	c cleaning 67972 clauses out of 136039 with flag 14307556/2405001
1277.51/635.64	c cleaning 68993 clauses out of 138066 with flag 14737187/2475000
1328.61/661.02	c cleaning 69986 clauses out of 140073 with flag 15172806/2546000
1380.97/687.01	c cleaning 71014 clauses out of 142087 with flag 15614624/2618000
1430.61/711.71	c cleaning 72027 clauses out of 144073 with flag 16063887/2691000
1481.44/737.05	c cleaning 72993 clauses out of 146047 with flag 16523591/2765001
1534.25/763.33	c cleaning 74021 clauses out of 148054 with flag 16981735/2840001
1591.56/791.81	c cleaning 74987 clauses out of 150032 with flag 17450450/2916000
1647.89/819.85	c cleaning 76004 clauses out of 152045 with flag 17920116/2993000
1704.82/848.12	c cleaning 76980 clauses out of 154041 with flag 18403709/3071000
1763.57/877.39	c cleaning 77980 clauses out of 156062 with flag 18888961/3150001
1800.03/895.41	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/895.41	c starts		: 22936
1800.03/895.41	c conflicts		: 3203558
1800.03/895.41	c decisions		: 31667792
1800.03/895.41	c propagations		: 437419586
1800.03/895.41	c inspects		: 8421982153
1800.03/895.41	c shortcuts		: 0
1800.03/895.41	c learnt literals	: 2
1800.03/895.41	c learnt binary clauses	: 36
1800.03/895.41	c learnt ternary clauses	: 507
1800.03/895.41	c learnt constraints	: 3203556
1800.03/895.41	c ignored constraints	: 0
1800.03/895.41	c root simplifications	: 0
1800.03/895.41	c removed literals (reason simplification)	: 2100734
1800.03/895.41	c reason swapping (by a shorter reason)	: 0
1800.03/895.41	c Calls to reduceDB	: 75
1800.03/895.41	c Number of update (reduction) of LBD	: 666008
1800.03/895.41	c Imported unit clauses	: 0
1800.03/895.41	c number of reductions to clauses (during analyze)	: 0
1800.03/895.41	c number of learned constraints concerned by reduction	: 0
1800.03/895.41	c number of learning phase by resolution	: 0
1800.03/895.41	c number of learning phase by cutting planes	: 0
1800.03/895.41	c speed (assignments/second)	: 488803.0515857451
1800.03/895.41	c non guided choices	15389
1800.03/895.44	c learnt constraints type 
1800.03/895.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 36
1800.03/895.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 131603
1800.03/895.44	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/895.44	c starts		: 50
1800.03/895.44	c conflicts		: 22195
1800.03/895.44	c decisions		: 81715
1800.03/895.44	c propagations		: 2697753
1800.03/895.44	c inspects		: 818922950
1800.03/895.44	c shortcuts		: 0
1800.03/895.44	c learnt literals	: 0
1800.03/895.44	c learnt binary clauses	: 0
1800.03/895.44	c learnt ternary clauses	: 0
1800.03/895.44	c learnt constraints	: 22194
1800.03/895.44	c ignored constraints	: 0
1800.03/895.44	c root simplifications	: 0
1800.03/895.44	c removed literals (reason simplification)	: 0
1800.03/895.44	c reason swapping (by a shorter reason)	: 0
1800.03/895.44	c Calls to reduceDB	: 3
1800.03/895.44	c Number of update (reduction) of LBD	: 0
1800.03/895.44	c Imported unit clauses	: 0
1800.03/895.44	c number of reductions to clauses (during analyze)	: 0
1800.03/895.44	c number of learned constraints concerned by reduction	: 0
1800.03/895.44	c number of learning phase by resolution	: 0
1800.03/895.44	c number of learning phase by cutting planes	: 0
1800.03/895.44	c speed (assignments/second)	: 3014.555669906102
1800.03/895.44	c non guided choices	341
1800.03/895.45	c learnt constraints type 
1800.03/895.45	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 63
1800.03/895.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22131
1800.03/895.45	s UNKNOWN
1800.03/895.45	c Total wall clock time (in seconds): 895.329

Verifier Data

ERROR: no interpretation found !

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-4116518-1466962761/watcher-4116518-1466962761 -o /tmp/evaluation-result-4116518-1466962761/solver-4116518-1466962761 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466946428-18142 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4116518-1466962761.opb 

pid=21357
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: 4.28 4.32 4.27 4/197 21360
/proc/meminfo: memFree=26624068/32872528 swapFree=1437460/1543748
[pid=21360] ppid=21357 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/21360/stat : 21360 (java) D 21357 21360 18126 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 29315417 2560000 46 33554432000 1073741824 1073778376 140734081374896 140734081372024 266426477863 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/21360/statm: 625 46 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 4.28 4.32 4.27 4/197 21360
/proc/meminfo: memFree=26624068/32872528 swapFree=1437460/1543748
[pid=21360] ppid=21357 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/21360/stat : 21360 (java) S 21357 21360 18126 0 -1 4202496 4409 0 1 0 8 1 0 0 20 0 18 0 29315417 9787879424 6047 33554432000 1073741824 1073778376 140734081374896 140734081366032 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21360/statm: 2389619 6047 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200218 s]
/proc/loadavg: 4.28 4.32 4.27 4/197 21360
/proc/meminfo: memFree=26624068/32872528 swapFree=1437460/1543748
[pid=21360] ppid=21357 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/21360/stat : 21360 (java) S 21357 21360 18126 0 -1 4202496 4696 0 1 0 23 1 0 0 20 0 18 0 29315417 9787879424 6808 33554432000 1073741824 1073778376 140734081374896 140734081366032 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21360/statm: 2389619 6808 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300223 s]
/proc/loadavg: 4.28 4.32 4.27 4/197 21360
/proc/meminfo: memFree=26624068/32872528 swapFree=1437460/1543748
[pid=21360] ppid=21357 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/21360/stat : 21360 (java) S 21357 21360 18126 0 -1 4202496 5842 0 1 0 47 1 0 0 20 0 18 0 29315417 9787879424 8353 33554432000 1073741824 1073778376 140734081374896 140734081366032 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21360/statm: 2389619 8353 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700179 s]
/proc/loadavg: 4.28 4.32 4.27 4/197 21360
/proc/meminfo: memFree=26624068/32872528 swapFree=1437460/1543748
[pid=21360] ppid=21357 vsize=9824732 CPUtime=1.7 cores=0,2,4,6
/proc/21360/stat : 21360 (java) S 21357 21360 18126 0 -1 4202496 13258 0 1 0 167 3 0 0 20 0 22 0 29315417 10060525568 23820 33554432000 1073741824 1073778376 140734081374896 140734081366032 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21360/statm: 2456183 23820 2266 9 0 2446860 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.28 4.32 4.27 7/219 21382
/proc/meminfo: memFree=26487252/32872528 swapFree=1437460/1543748
[pid=21360] ppid=21357 vsize=9824732 CPUtime=4.72 cores=0,2,4,6
/proc/21360/stat : 21360 (java) S 21357 21360 18126 0 -1 4202496 19876 0 1 0 465 7 0 0 20 0 22 0 29315417 10060525568 47411 33554432000 1073741824 1073778376 140734081374896 140734081366032 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21360/statm: 2456183 47411 2292 9 0 2446860 0
[pid=21360/tid=21362] ppid=21357 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/21360/task/21362/stat : 21362 (java) S 21357 21360 18126 0 -1 4202560 2500 0 1 0 47 2 0 0 20 0 22 0 29315418 10060525568 47411 33554432000 1073741824 1073778376 140734081374896 140266756260728 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21360/tid=21363] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21363/stat : 21363 (java) S 21357 21360 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29315419 10060525568 47411 33554432000 1073741824 1073778376 140734081374896 140266728713256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21360/tid=21364] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21364/stat : 21364 (java) S 21357 21360 18126 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29315419 10060525568 47411 33554432000 1073741824 1073778376 140734081374896 140266727660456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21360/tid=21365] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21365/stat : 21365 (java) S 21357 21360 18126 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29315419 10060525568 47411 33554432000 1073741824 1073778376 140734081374896 140266726607656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21366] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21366/stat : 21366 (java) S 21357 21360 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29315419 10060525568 47411 33554432000 1073741824 1073778376 140734081374896 140266725554856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21360/tid=21367] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21367/stat : 21367 (java) S 21357 21360 18126 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 29315419 10060525568 47411 33554432000 1073741824 1073778376 140734081374896 140266724502056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21360/tid=21368] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21368/stat : 21368 (java) S 21357 21360 18126 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29315419 10060525568 47411 33554432000 1073741824 1073778376 140734081374896 140266723449256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21360/tid=21369] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21369/stat : 21369 (java) S 21357 21360 18126 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29315419 10060525568 47411 33554432000 1073741824 1073778376 140734081374896 140266722396456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21360/tid=21370] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21370/stat : 21370 (java) S 21357 21360 18126 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29315419 10060525568 47411 33554432000 1073741824 1073778376 140734081374896 140266721343656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21360/tid=21371] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21371/stat : 21371 (java) S 21357 21360 18126 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 29315421 10060525568 47411 33554432000 1073741824 1073778376 140734081374896 140266109373416 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21372] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21372/stat : 21372 (java) S 21357 21360 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29315421 10060525568 47411 33554432000 1073741824 1073778376 140734081374896 140266108319480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21360/tid=21373] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21373/stat : 21373 (java) S 21357 21360 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29315421 10060525568 47411 33554432000 1073741824 1073778376 140734081374896 140266107266568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21374] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21374/stat : 21374 (java) S 21357 21360 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29315423 10060525568 47411 33554432000 1073741824 1073778376 140734081374896 140266106215056 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21375] ppid=21357 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/21360/task/21375/stat : 21375 (java) S 21357 21360 18126 0 -1 4202560 7354 0 0 0 110 1 0 0 20 0 22 0 29315423 10060525568 47411 33554432000 1073741824 1073778376 140734081374896 140266105162168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21376] ppid=21357 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/21360/task/21376/stat : 21376 (java) S 21357 21360 18126 0 -1 4202560 8559 0 0 0 111 2 0 0 20 0 22 0 29315423 10060525568 47411 33554432000 1073741824 1073778376 140734081374896 140266104109368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21360/tid=21377] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21377/stat : 21377 (java) S 21357 21360 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29315423 10060525568 47411 33554432000 1073741824 1073778376 140734081374896 140266103056760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21360/tid=21378] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21378/stat : 21378 (java) S 21357 21360 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29315423 10060525568 47411 33554432000 1073741824 1073778376 140734081374896 140266102004168 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21379] ppid=21357 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/21360/task/21379/stat : 21379 (java) R 21357 21360 18126 0 -1 4202560 18 0 0 0 91 0 0 0 20 0 22 0 29315470 10060525568 47411 33554432000 1073741824 1073778376 140734081374896 140266100941344 140266603070567 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=21360/tid=21380] ppid=21357 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/21360/task/21380/stat : 21380 (java) R 21357 21360 18126 0 -1 4202560 67 0 0 0 90 1 0 0 20 0 22 0 29315470 10060525568 47411 33554432000 1073741824 1073778376 140734081374896 140266099896224 140266602979238 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21360/tid=21381] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21381/stat : 21381 (java) S 21357 21360 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29315471 10060525568 47411 33554432000 1073741824 1073778376 140734081374896 140266098845096 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21360/tid=21382] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21382/stat : 21382 (java) S 21357 21360 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29315471 10060525568 47411 33554432000 1073741824 1073778376 140734081374896 140266097792296 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 4.28 4.32 4.27 5/219 21382
/proc/meminfo: memFree=26360572/32872528 swapFree=1437460/1543748
[pid=21360] ppid=21357 vsize=9824732 CPUtime=8.15 cores=0,2,4,6
/proc/21360/stat : 21360 (java) S 21357 21360 18126 0 -1 4202496 20165 0 1 0 801 14 0 0 20 0 22 0 29315417 10060525568 90036 33554432000 1073741824 1073778376 140734081374896 140734081366032 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21360/statm: 2456183 90036 2292 9 0 2446860 0
[pid=21360/tid=21362] ppid=21357 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/21360/task/21362/stat : 21362 (java) S 21357 21360 18126 0 -1 4202560 2500 0 1 0 47 2 0 0 20 0 22 0 29315418 10060525568 90036 33554432000 1073741824 1073778376 140734081374896 140266756260728 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21363] ppid=21357 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/21360/task/21363/stat : 21363 (java) R 21357 21360 18126 0 -1 4202560 31 0 0 0 4 1 0 0 20 0 22 0 29315419 10060525568 90036 33554432000 1073741824 1073778376 140734081374896 140266728713256 140266758731449 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21360/tid=21364] ppid=21357 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/21360/task/21364/stat : 21364 (java) R 21357 21360 18126 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 29315419 10060525568 90036 33554432000 1073741824 1073778376 140734081374896 140266727660632 140266763156488 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21365] ppid=21357 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/21360/task/21365/stat : 21365 (java) R 21357 21360 18126 0 -1 4202560 22 0 0 0 2 2 0 0 20 0 22 0 29315419 10060525568 90036 33554432000 1073741824 1073778376 140734081374896 140266726607832 140266760435848 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21360/tid=21366] ppid=21357 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/21360/task/21366/stat : 21366 (java) R 21357 21360 18126 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 29315419 10060525568 90036 33554432000 1073741824 1073778376 140734081374896 140266725554856 266439013436 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21360/tid=21367] ppid=21357 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/21360/task/21367/stat : 21367 (java) R 21357 21360 18126 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 22 0 29315419 10060525568 90036 33554432000 1073741824 1073778376 140734081374896 140266724502056 140266758731507 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21368] ppid=21357 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21360/task/21368/stat : 21368 (java) R 21357 21360 18126 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 22 0 29315419 10060525568 90036 33554432000 1073741824 1073778376 140734081374896 140266723449432 140266758731507 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=21360/tid=21369] ppid=21357 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21360/task/21369/stat : 21369 (java) R 21357 21360 18126 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 22 0 29315419 10060525568 90036 33554432000 1073741824 1073778376 140734081374896 140266722396456 140266758731449 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21360/tid=21370] ppid=21357 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/21360/task/21370/stat : 21370 (java) R 21357 21360 18126 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 29315419 10060525568 90036 33554432000 1073741824 1073778376 140734081374896 140266721343832 140266760422016 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=21360/tid=21371] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21371/stat : 21371 (java) S 21357 21360 18126 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 29315421 10060525568 90036 33554432000 1073741824 1073778376 140734081374896 140266109372296 266439013436 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21372] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21372/stat : 21372 (java) S 21357 21360 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29315421 10060525568 90036 33554432000 1073741824 1073778376 140734081374896 140266108319480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21360/tid=21373] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21373/stat : 21373 (java) S 21357 21360 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29315421 10060525568 90036 33554432000 1073741824 1073778376 140734081374896 140266107266568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21374] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21374/stat : 21374 (java) S 21357 21360 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29315423 10060525568 90036 33554432000 1073741824 1073778376 140734081374896 140266106215056 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21375] ppid=21357 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/21360/task/21375/stat : 21375 (java) S 21357 21360 18126 0 -1 4202560 7354 0 0 0 112 1 0 0 20 0 22 0 29315423 10060525568 90036 33554432000 1073741824 1073778376 140734081374896 140266105162168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21376] ppid=21357 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/21360/task/21376/stat : 21376 (java) S 21357 21360 18126 0 -1 4202560 8559 0 0 0 120 2 0 0 20 0 22 0 29315423 10060525568 90036 33554432000 1073741824 1073778376 140734081374896 140266104109368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21360/tid=21377] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21377/stat : 21377 (java) S 21357 21360 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29315423 10060525568 90036 33554432000 1073741824 1073778376 140734081374896 140266103056760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21360/tid=21378] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21378/stat : 21378 (java) S 21357 21360 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29315423 10060525568 90036 33554432000 1073741824 1073778376 140734081374896 140266102004168 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21379] ppid=21357 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/21360/task/21379/stat : 21379 (java) S 21357 21360 18126 0 -1 4202560 21 0 0 0 243 0 0 0 20 0 22 0 29315470 10060525568 90036 33554432000 1073741824 1073778376 140734081374896 140266100950360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21360/tid=21380] ppid=21357 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/21360/task/21380/stat : 21380 (java) S 21357 21360 18126 0 -1 4202560 125 0 0 0 240 3 0 0 20 0 22 0 29315470 10060525568 90036 33554432000 1073741824 1073778376 140734081374896 140266099896456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21360/tid=21381] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21381/stat : 21381 (java) S 21357 21360 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29315471 10060525568 90036 33554432000 1073741824 1073778376 140734081374896 140266098845096 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21360/tid=21382] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21382/stat : 21382 (java) S 21357 21360 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29315471 10060525568 90036 33554432000 1073741824 1073778376 140734081374896 140266097792296 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.15
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.25 4.31 4.27 5/219 21382
/proc/meminfo: memFree=26011768/32872528 swapFree=1437460/1543748
[pid=21360] ppid=21357 vsize=9824732 CPUtime=14.78 cores=0,2,4,6
/proc/21360/stat : 21360 (java) S 21357 21360 18126 0 -1 4202496 21171 0 1 0 1454 24 0 0 20 0 22 0 29315417 10060525568 163094 33554432000 1073741824 1073778376 140734081374896 140734081366032 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21360/statm: 2456183 163094 2292 9 0 2446860 0
[pid=21360/tid=21362] ppid=21357 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/21360/task/21362/stat : 21362 (java) S 21357 21360 18126 0 -1 4202560 2500 0 1 0 47 2 0 0 20 0 22 0 29315418 10060525568 163094 33554432000 1073741824 1073778376 140734081374896 140266756260728 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21363] ppid=21357 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/21360/task/21363/stat : 21363 (java) S 21357 21360 18126 0 -1 4202560 65 0 0 0 9 3 0 0 20 0 22 0 29315419 10060525568 163094 33554432000 1073741824 1073778376 140734081374896 140266728713256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21360/tid=21364] ppid=21357 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/21360/task/21364/stat : 21364 (java) S 21357 21360 18126 0 -1 4202560 36 0 0 0 7 1 0 0 20 0 22 0 29315419 10060525568 163094 33554432000 1073741824 1073778376 140734081374896 140266727660456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21360/tid=21365] ppid=21357 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/21360/task/21365/stat : 21365 (java) S 21357 21360 18126 0 -1 4202560 43 0 0 0 6 3 0 0 20 0 22 0 29315419 10060525568 163094 33554432000 1073741824 1073778376 140734081374896 140266726607656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21360/tid=21366] ppid=21357 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/21360/task/21366/stat : 21366 (java) S 21357 21360 18126 0 -1 4202560 48 0 0 0 6 1 0 0 20 0 22 0 29315419 10060525568 163094 33554432000 1073741824 1073778376 140734081374896 140266725554856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21360/tid=21367] ppid=21357 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/21360/task/21367/stat : 21367 (java) S 21357 21360 18126 0 -1 4202560 58 0 0 0 6 2 0 0 20 0 22 0 29315419 10060525568 163094 33554432000 1073741824 1073778376 140734081374896 140266724502056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21360/tid=21368] ppid=21357 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/21360/task/21368/stat : 21368 (java) S 21357 21360 18126 0 -1 4202560 38 0 0 0 7 0 0 0 20 0 22 0 29315419 10060525568 163094 33554432000 1073741824 1073778376 140734081374896 140266723449256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21360/tid=21369] ppid=21357 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/21360/task/21369/stat : 21369 (java) S 21357 21360 18126 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 22 0 29315419 10060525568 163094 33554432000 1073741824 1073778376 140734081374896 140266722396456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21360/tid=21370] ppid=21357 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/21360/task/21370/stat : 21370 (java) S 21357 21360 18126 0 -1 4202560 44 0 0 0 6 1 0 0 20 0 22 0 29315419 10060525568 163094 33554432000 1073741824 1073778376 140734081374896 140266721343656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21360/tid=21371] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21371/stat : 21371 (java) S 21357 21360 18126 0 -1 4202560 465 0 0 0 0 0 0 0 20 0 22 0 29315421 10060525568 163094 33554432000 1073741824 1073778376 140734081374896 140266109373416 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21372] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21372/stat : 21372 (java) S 21357 21360 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29315421 10060525568 163094 33554432000 1073741824 1073778376 140734081374896 140266108319480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21360/tid=21373] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21373/stat : 21373 (java) S 21357 21360 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29315421 10060525568 163094 33554432000 1073741824 1073778376 140734081374896 140266107266568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21374] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21374/stat : 21374 (java) S 21357 21360 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29315423 10060525568 163094 33554432000 1073741824 1073778376 140734081374896 140266106215056 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21375] ppid=21357 vsize=9824732 CPUtime=1.21 cores=0,2,4,6

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

[startup+822.301 s]
/proc/loadavg: 4.63 4.41 4.33 5/219 21473
/proc/meminfo: memFree=22974888/32872528 swapFree=1437460/1543748
[pid=21360] ppid=21357 vsize=9824732 CPUtime=1652.89 cores=0,2,4,6
/proc/21360/stat : 21360 (java) S 21357 21360 18126 0 -1 4202496 32698 0 1 0 165086 203 0 0 20 0 22 0 29315417 10060525568 934738 33554432000 1073741824 1073778376 140734081374896 140734081366032 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21360/statm: 2456183 934738 2301 9 0 2446860 0
[pid=21360/tid=21362] ppid=21357 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/21360/task/21362/stat : 21362 (java) S 21357 21360 18126 0 -1 4202560 2503 0 1 0 50 3 0 0 20 0 22 0 29315418 10060525568 934738 33554432000 1073741824 1073778376 140734081374896 140266756260728 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21363] ppid=21357 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/21360/task/21363/stat : 21363 (java) S 21357 21360 18126 0 -1 4202560 751 0 0 0 250 17 0 0 20 0 22 0 29315419 10060525568 934738 33554432000 1073741824 1073778376 140734081374896 140266728713256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21360/tid=21364] ppid=21357 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/21360/task/21364/stat : 21364 (java) S 21357 21360 18126 0 -1 4202560 583 0 0 0 253 19 0 0 20 0 22 0 29315419 10060525568 934738 33554432000 1073741824 1073778376 140734081374896 140266727660456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21360/tid=21365] ppid=21357 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/21360/task/21365/stat : 21365 (java) S 21357 21360 18126 0 -1 4202560 547 0 0 0 231 17 0 0 20 0 22 0 29315419 10060525568 934738 33554432000 1073741824 1073778376 140734081374896 140266726607656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21360/tid=21366] ppid=21357 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/21360/task/21366/stat : 21366 (java) S 21357 21360 18126 0 -1 4202560 620 0 0 0 252 20 0 0 20 0 22 0 29315419 10060525568 934738 33554432000 1073741824 1073778376 140734081374896 140266725554856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21360/tid=21367] ppid=21357 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/21360/task/21367/stat : 21367 (java) S 21357 21360 18126 0 -1 4202560 543 0 0 0 253 17 0 0 20 0 22 0 29315419 10060525568 934738 33554432000 1073741824 1073778376 140734081374896 140266724502056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21360/tid=21368] ppid=21357 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/21360/task/21368/stat : 21368 (java) S 21357 21360 18126 0 -1 4202560 674 0 0 0 249 18 0 0 20 0 22 0 29315419 10060525568 934738 33554432000 1073741824 1073778376 140734081374896 140266723449256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21360/tid=21369] ppid=21357 vsize=9824732 CPUtime=2.66 cores=0,2,4,6
/proc/21360/task/21369/stat : 21369 (java) S 21357 21360 18126 0 -1 4202560 556 0 0 0 248 18 0 0 20 0 22 0 29315419 10060525568 934738 33554432000 1073741824 1073778376 140734081374896 140266722396456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21360/tid=21370] ppid=21357 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/21360/task/21370/stat : 21370 (java) S 21357 21360 18126 0 -1 4202560 553 0 0 0 253 18 0 0 20 0 22 0 29315419 10060525568 934738 33554432000 1073741824 1073778376 140734081374896 140266721343656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21360/tid=21371] ppid=21357 vsize=9824732 CPUtime=3.87 cores=0,2,4,6
/proc/21360/task/21371/stat : 21371 (java) S 21357 21360 18126 0 -1 4202560 2276 0 0 0 380 7 0 0 20 0 22 0 29315421 10060525568 934738 33554432000 1073741824 1073778376 140734081374896 140266109373416 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21360/tid=21372] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21372/stat : 21372 (java) S 21357 21360 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29315421 10060525568 934738 33554432000 1073741824 1073778376 140734081374896 140266108319480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21360/tid=21373] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21373/stat : 21373 (java) S 21357 21360 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29315421 10060525568 934738 33554432000 1073741824 1073778376 140734081374896 140266107266568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21374] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21374/stat : 21374 (java) S 21357 21360 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29315423 10060525568 934738 33554432000 1073741824 1073778376 140734081374896 140266106215056 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21375] ppid=21357 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/21360/task/21375/stat : 21375 (java) S 21357 21360 18126 0 -1 4202560 11146 0 0 0 169 2 0 0 20 0 22 0 29315423 10060525568 934738 33554432000 1073741824 1073778376 140734081374896 140266105162168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21376] ppid=21357 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/21360/task/21376/stat : 21376 (java) S 21357 21360 18126 0 -1 4202560 8564 0 0 0 125 2 0 0 20 0 22 0 29315423 10060525568 934738 33554432000 1073741824 1073778376 140734081374896 140266104109368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21360/tid=21377] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21377/stat : 21377 (java) S 21357 21360 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29315423 10060525568 934738 33554432000 1073741824 1073778376 140734081374896 140266103056760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21360/tid=21378] ppid=21357 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/21360/task/21378/stat : 21378 (java) S 21357 21360 18126 0 -1 4202560 47 0 0 0 16 15 0 0 20 0 22 0 29315423 10060525568 934738 33554432000 1073741824 1073778376 140734081374896 140266102004168 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21360/tid=21379] ppid=21357 vsize=9824732 CPUtime=812.03 cores=0,2,4,6
/proc/21360/task/21379/stat : 21379 (java) R 21357 21360 18126 0 -1 4202560 65 0 0 0 81188 15 0 0 20 0 22 0 29315470 10060525568 934738 33554432000 1073741824 1073778376 140734081374896 140266100941424 140266603033715 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21360/tid=21380] ppid=21357 vsize=9824732 CPUtime=812 cores=0,2,4,6
/proc/21360/task/21380/stat : 21380 (java) R 21357 21360 18126 0 -1 4202560 2005 0 0 0 81152 48 0 0 20 0 22 0 29315470 10060525568 934738 33554432000 1073741824 1073778376 140734081374896 140266099897376 140266603259907 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21381] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21381/stat : 21381 (java) S 21357 21360 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29315471 10060525568 934738 33554432000 1073741824 1073778376 140734081374896 140266098845096 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21360/tid=21382] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21382/stat : 21382 (java) S 21357 21360 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29315471 10060525568 934738 33554432000 1073741824 1073778376 140734081374896 140266097792296 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1652.89
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.28 4.35 4.31 6/219 21474
/proc/meminfo: memFree=22959200/32872528 swapFree=1437460/1543748
[pid=21360] ppid=21357 vsize=9824732 CPUtime=1773.69 cores=0,2,4,6
/proc/21360/stat : 21360 (java) S 21357 21360 18126 0 -1 4202496 32753 0 1 0 177163 206 0 0 20 0 22 0 29315417 10060525568 940374 33554432000 1073741824 1073778376 140734081374896 140734081366032 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21360/statm: 2456183 940374 2301 9 0 2446860 0
[pid=21360/tid=21362] ppid=21357 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/21360/task/21362/stat : 21362 (java) S 21357 21360 18126 0 -1 4202560 2503 0 1 0 50 3 0 0 20 0 22 0 29315418 10060525568 940374 33554432000 1073741824 1073778376 140734081374896 140266756260728 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21363] ppid=21357 vsize=9824732 CPUtime=2.89 cores=0,2,4,6
/proc/21360/task/21363/stat : 21363 (java) S 21357 21360 18126 0 -1 4202560 753 0 0 0 272 17 0 0 20 0 22 0 29315419 10060525568 940374 33554432000 1073741824 1073778376 140734081374896 140266728713256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21364] ppid=21357 vsize=9824732 CPUtime=2.95 cores=0,2,4,6
/proc/21360/task/21364/stat : 21364 (java) S 21357 21360 18126 0 -1 4202560 589 0 0 0 276 19 0 0 20 0 22 0 29315419 10060525568 940374 33554432000 1073741824 1073778376 140734081374896 140266727660456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21365] ppid=21357 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/21360/task/21365/stat : 21365 (java) S 21357 21360 18126 0 -1 4202560 549 0 0 0 252 17 0 0 20 0 22 0 29315419 10060525568 940374 33554432000 1073741824 1073778376 140734081374896 140266726607656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21360/tid=21366] ppid=21357 vsize=9824732 CPUtime=2.9 cores=0,2,4,6
/proc/21360/task/21366/stat : 21366 (java) S 21357 21360 18126 0 -1 4202560 622 0 0 0 270 20 0 0 20 0 22 0 29315419 10060525568 940374 33554432000 1073741824 1073778376 140734081374896 140266725554856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21360/tid=21367] ppid=21357 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/21360/task/21367/stat : 21367 (java) S 21357 21360 18126 0 -1 4202560 550 0 0 0 273 18 0 0 20 0 22 0 29315419 10060525568 940374 33554432000 1073741824 1073778376 140734081374896 140266724502056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21368] ppid=21357 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/21360/task/21368/stat : 21368 (java) S 21357 21360 18126 0 -1 4202560 678 0 0 0 273 18 0 0 20 0 22 0 29315419 10060525568 940374 33554432000 1073741824 1073778376 140734081374896 140266723449256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21369] ppid=21357 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/21360/task/21369/stat : 21369 (java) S 21357 21360 18126 0 -1 4202560 557 0 0 0 261 18 0 0 20 0 22 0 29315419 10060525568 940374 33554432000 1073741824 1073778376 140734081374896 140266722396456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21370] ppid=21357 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/21360/task/21370/stat : 21370 (java) S 21357 21360 18126 0 -1 4202560 558 0 0 0 278 18 0 0 20 0 22 0 29315419 10060525568 940374 33554432000 1073741824 1073778376 140734081374896 140266721343656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21371] ppid=21357 vsize=9824732 CPUtime=3.88 cores=0,2,4,6
/proc/21360/task/21371/stat : 21371 (java) S 21357 21360 18126 0 -1 4202560 2291 0 0 0 380 8 0 0 20 0 22 0 29315421 10060525568 940374 33554432000 1073741824 1073778376 140734081374896 140266109373416 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21360/tid=21372] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21372/stat : 21372 (java) S 21357 21360 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29315421 10060525568 940374 33554432000 1073741824 1073778376 140734081374896 140266108319480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21360/tid=21373] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21373/stat : 21373 (java) S 21357 21360 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29315421 10060525568 940374 33554432000 1073741824 1073778376 140734081374896 140266107266568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21374] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21374/stat : 21374 (java) S 21357 21360 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29315423 10060525568 940374 33554432000 1073741824 1073778376 140734081374896 140266106215056 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21375] ppid=21357 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/21360/task/21375/stat : 21375 (java) S 21357 21360 18126 0 -1 4202560 11146 0 0 0 169 2 0 0 20 0 22 0 29315423 10060525568 940374 33554432000 1073741824 1073778376 140734081374896 140266105162168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21376] ppid=21357 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/21360/task/21376/stat : 21376 (java) S 21357 21360 18126 0 -1 4202560 8564 0 0 0 125 2 0 0 20 0 22 0 29315423 10060525568 940374 33554432000 1073741824 1073778376 140734081374896 140266104109368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21360/tid=21377] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21377/stat : 21377 (java) S 21357 21360 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29315423 10060525568 940374 33554432000 1073741824 1073778376 140734081374896 140266103056760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21360/tid=21378] ppid=21357 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/21360/task/21378/stat : 21378 (java) S 21357 21360 18126 0 -1 4202560 51 0 0 0 18 17 0 0 20 0 22 0 29315423 10060525568 940374 33554432000 1073741824 1073778376 140734081374896 140266102004168 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21360/tid=21379] ppid=21357 vsize=9824732 CPUtime=871.61 cores=0,2,4,6
/proc/21360/task/21379/stat : 21379 (java) R 21357 21360 18126 0 -1 4202560 65 0 0 0 87145 16 0 0 20 0 22 0 29315470 10060525568 940374 33554432000 1073741824 1073778376 140734081374896 140266100949104 140266603070609 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21360/tid=21380] ppid=21357 vsize=9824732 CPUtime=871.56 cores=0,2,4,6
/proc/21360/task/21380/stat : 21380 (java) R 21357 21360 18126 0 -1 4202560 2012 0 0 0 87106 50 0 0 20 0 22 0 29315470 10060525568 940374 33554432000 1073741824 1073778376 140734081374896 140266099897296 140266603180688 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21360/tid=21381] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21381/stat : 21381 (java) S 21357 21360 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29315471 10060525568 940374 33554432000 1073741824 1073778376 140734081374896 140266098845096 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21360/tid=21382] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21382/stat : 21382 (java) S 21357 21360 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29315471 10060525568 940374 33554432000 1073741824 1073778376 140734081374896 140266097792296 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1773.69
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.401 s]
/proc/loadavg: 4.29 4.35 4.31 6/219 21474
/proc/meminfo: memFree=22946292/32872528 swapFree=1437460/1543748
[pid=21360] ppid=21357 vsize=9824732 CPUtime=1800.03 cores=0,2,4,6
/proc/21360/stat : 21360 (java) S 21357 21360 18126 0 -1 4202496 32760 0 1 0 179797 206 0 0 20 0 22 0 29315417 10060525568 941396 33554432000 1073741824 1073778376 140734081374896 140734081366032 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21360/statm: 2456183 941396 2301 9 0 2446860 0
[pid=21360/tid=21362] ppid=21357 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/21360/task/21362/stat : 21362 (java) S 21357 21360 18126 0 -1 4202560 2503 0 1 0 50 3 0 0 20 0 22 0 29315418 10060525568 941396 33554432000 1073741824 1073778376 140734081374896 140266756260728 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21360/tid=21363] ppid=21357 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/21360/task/21363/stat : 21363 (java) S 21357 21360 18126 0 -1 4202560 755 0 0 0 279 17 0 0 20 0 22 0 29315419 10060525568 941396 33554432000 1073741824 1073778376 140734081374896 140266728713256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21364] ppid=21357 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/21360/task/21364/stat : 21364 (java) S 21357 21360 18126 0 -1 4202560 590 0 0 0 278 19 0 0 20 0 22 0 29315419 10060525568 941396 33554432000 1073741824 1073778376 140734081374896 140266727660456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21365] ppid=21357 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/21360/task/21365/stat : 21365 (java) S 21357 21360 18126 0 -1 4202560 549 0 0 0 259 17 0 0 20 0 22 0 29315419 10060525568 941396 33554432000 1073741824 1073778376 140734081374896 140266726607656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21366] ppid=21357 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/21360/task/21366/stat : 21366 (java) S 21357 21360 18126 0 -1 4202560 624 0 0 0 277 20 0 0 20 0 22 0 29315419 10060525568 941396 33554432000 1073741824 1073778376 140734081374896 140266725554856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21367] ppid=21357 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/21360/task/21367/stat : 21367 (java) S 21357 21360 18126 0 -1 4202560 550 0 0 0 275 18 0 0 20 0 22 0 29315419 10060525568 941396 33554432000 1073741824 1073778376 140734081374896 140266724502056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21368] ppid=21357 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/21360/task/21368/stat : 21368 (java) S 21357 21360 18126 0 -1 4202560 679 0 0 0 275 18 0 0 20 0 22 0 29315419 10060525568 941396 33554432000 1073741824 1073778376 140734081374896 140266723449256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21360/tid=21369] ppid=21357 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/21360/task/21369/stat : 21369 (java) S 21357 21360 18126 0 -1 4202560 557 0 0 0 262 18 0 0 20 0 22 0 29315419 10060525568 941396 33554432000 1073741824 1073778376 140734081374896 140266722396456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21370] ppid=21357 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/21360/task/21370/stat : 21370 (java) S 21357 21360 18126 0 -1 4202560 558 0 0 0 279 18 0 0 20 0 22 0 29315419 10060525568 941396 33554432000 1073741824 1073778376 140734081374896 140266721343656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21371] ppid=21357 vsize=9824732 CPUtime=3.88 cores=0,2,4,6
/proc/21360/task/21371/stat : 21371 (java) S 21357 21360 18126 0 -1 4202560 2291 0 0 0 380 8 0 0 20 0 22 0 29315421 10060525568 941396 33554432000 1073741824 1073778376 140734081374896 140266109373416 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21360/tid=21372] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21372/stat : 21372 (java) S 21357 21360 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29315421 10060525568 941396 33554432000 1073741824 1073778376 140734081374896 140266108319480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21360/tid=21373] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21373/stat : 21373 (java) S 21357 21360 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29315421 10060525568 941396 33554432000 1073741824 1073778376 140734081374896 140266107266568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21374] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21374/stat : 21374 (java) S 21357 21360 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29315423 10060525568 941396 33554432000 1073741824 1073778376 140734081374896 140266106215056 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21375] ppid=21357 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/21360/task/21375/stat : 21375 (java) S 21357 21360 18126 0 -1 4202560 11146 0 0 0 169 2 0 0 20 0 22 0 29315423 10060525568 941396 33554432000 1073741824 1073778376 140734081374896 140266105162168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21360/tid=21376] ppid=21357 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/21360/task/21376/stat : 21376 (java) S 21357 21360 18126 0 -1 4202560 8564 0 0 0 125 2 0 0 20 0 22 0 29315423 10060525568 941396 33554432000 1073741824 1073778376 140734081374896 140266104109368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21360/tid=21377] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21377/stat : 21377 (java) S 21357 21360 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29315423 10060525568 941396 33554432000 1073741824 1073778376 140734081374896 140266103056760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21360/tid=21378] ppid=21357 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/21360/task/21378/stat : 21378 (java) S 21357 21360 18126 0 -1 4202560 51 0 0 0 18 17 0 0 20 0 22 0 29315423 10060525568 941396 33554432000 1073741824 1073778376 140734081374896 140266102004168 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21360/tid=21379] ppid=21357 vsize=9824732 CPUtime=884.63 cores=0,2,4,6
/proc/21360/task/21379/stat : 21379 (java) R 21357 21360 18126 0 -1 4202560 65 0 0 0 88447 16 0 0 20 0 22 0 29315470 10060525568 941396 33554432000 1073741824 1073778376 140734081374896 140266100949088 140266603033715 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21360/tid=21380] ppid=21357 vsize=9824732 CPUtime=884.58 cores=0,2,4,6
/proc/21360/task/21380/stat : 21380 (java) R 21357 21360 18126 0 -1 4202560 2013 0 0 0 88408 50 0 0 20 0 22 0 29315470 10060525568 941396 33554432000 1073741824 1073778376 140734081374896 140266099897376 140266603259968 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21360/tid=21381] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21381/stat : 21381 (java) S 21357 21360 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29315471 10060525568 941396 33554432000 1073741824 1073778376 140734081374896 140266098845096 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21360/tid=21382] ppid=21357 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21360/task/21382/stat : 21382 (java) S 21357 21360 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29315471 10060525568 941396 33554432000 1073741824 1073778376 140734081374896 140266097792296 266439014313 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 21360 sig 9
??? kill -21360 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 895.478
CPU time (s): 1800.67
CPU user time (s): 1798.07
CPU system time (s): 2.6036
CPU usage (%): 201.085
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.07
system time used= 2.6036
maximum resident set size= 3765700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32793
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24288
involuntary context switches= 30612

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.87011 second user time and 7.44787 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-26 19:39:21
IDJOB=4116518
IDBENCH=109480
IDSOLVER=2543
FILE ID=node116/4116518-1466962761
RUNJOBID= node116-1466946428-18142
PBS_JOBID= 19976367
Free space on /tmp= 71680 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size80-round23-1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116518-1466962761/watcher-4116518-1466962761 -o /tmp/evaluation-result-4116518-1466962761/solver-4116518-1466962761 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466946428-18142 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116518-1466962761.opb

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

MD5SUM BENCH= 8da99d58ed47e2ffaa19ff7cece0b095
RANDOM SEED=391354168

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.206
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.206
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.206
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.206
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:        26625060 kB
Buffers:           27032 kB
Cached:           307064 kB
SwapCached:         2072 kB
Active:          3683408 kB
Inactive:         309388 kB
Active(anon):    3659424 kB
Inactive(anon):     1912 kB
Active(file):      23984 kB
Inactive(file):   307476 kB
Unevictable:     1543748 kB
Mlocked:         1437460 kB
SwapTotal:      67108856 kB
SwapFree:       67098680 kB
Dirty:              1272 kB
Writeback:             0 kB
AnonPages:       5222336 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             565624 kB
SReclaimable:       9564 kB
SUnreclaim:       556060 kB
KernelStack:        1800 kB
PageTables:        14660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5555520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3715072 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= 71680 MiB
End job on node116 at 2016-06-26 19:54:16