Trace number 4081778

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)-24 1800.16 899.869

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_100_10_3.opb
MD5SUM737bdf32fd69c002d569e68c523af4bf
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-26
Best CPU time to get the best result obtained on this benchmark140.018
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -26
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
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 constraints100
Minimum length of a constraint10
Maximum length of a constraint18
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1244
Sum of products size (including duplicates)2488
Number of different products622
Sum of products size1244

Quality of the solution as a function of time


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

Solver Data

0.04/0.36	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.04/0.36	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.36	c See www.sat4j.org for details.
0.04/0.36	c version PB16.v20160501
0.04/0.36	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.36	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.36	c java.vm.version	19.1-b02
0.04/0.36	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.36	c sun.arch.data.model	64
0.04/0.36	c java.version		1.6.0_24
0.04/0.36	c os.name		Linux
0.04/0.36	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.36	c os.arch		amd64
0.04/0.36	c Free memory 		501472288
0.04/0.36	c Max memory 		7480803328
0.04/0.36	c Total memory 		504102912
0.04/0.36	c Number of processors 	8
0.14/0.40	c Pseudo Boolean Optimization by upper bound
0.14/0.40	c ManyCore solver with 2 solvers running in parallel
0.14/0.40	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.14/0.40	c --- Begin Solver configuration ---
0.14/0.40	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.14/0.40	c Learn all clauses as in MiniSAT
0.14/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.40	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.40	c Expensive reason simplification
0.14/0.40	c Glucose 2.1 dynamic restart strategy
0.14/0.40	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.14/0.40	c timeout=2147483s
0.14/0.40	c DB Simplification allowed=false
0.14/0.40	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.14/0.40	c --- End Solver configuration ---
0.14/0.40	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.14/0.40	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.40	c --- Begin Solver configuration ---
0.14/0.40	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.14/0.40	c Learn all clauses as in MiniSAT
0.14/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.40	c No reason simplification
0.14/0.40	c Armin Biere (Picosat) restarts strategy
0.14/0.40	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.14/0.40	c timeout=2147483s
0.14/0.40	c DB Simplification allowed=false
0.14/0.40	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.14/0.40	c --- End Solver configuration ---
0.14/0.40	c solving HOME/instance-4081778-1465256572.opb
0.14/0.40	c reading problem ... 
0.14/0.41	c  objective function found
0.25/0.55	c ... done. Wall clock time 0.146s.
0.25/0.55	c declared #vars     100
0.25/0.55	c internal #vars     722
0.25/0.55	c #constraints  1444
0.25/0.56	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.25/0.56	c constraints type 
0.25/0.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 622
0.25/0.56	c org.sat4j.minisat.constraints.cnf.UnitClauses => 78
0.25/0.56	c org.sat4j.specs.Constr$1 => 114
0.25/0.56	c org.sat4j.minisat.constraints.cnf.UnitClause => 8
0.25/0.56	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 622
0.25/0.56	c 1444 constraints processed.
0.25/0.56	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.25/0.56	c constraints type 
0.25/0.56	c org.sat4j.specs.Constr$1 => 114
0.25/0.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 622
0.25/0.56	c org.sat4j.pb.constraints.pb.UnitClausesPB => 78
0.25/0.56	c org.sat4j.pb.constraints.pb.UnitClausePB => 8
0.25/0.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 622
0.25/0.56	c 1444 constraints processed.
0.25/0.56	c objective function length is 100 literals
0.25/0.57	c And the winner is solver1
0.43/1.06	c SATISFIABLE
0.43/1.06	c OPTIMIZING...
0.43/1.06	c Got one! Elapsed wall clock time (in seconds):0.66
0.43/1.06	o -17
0.43/1.07	c And the winner is solver0
0.44/1.56	c Got one! Elapsed wall clock time (in seconds):1.162
0.44/1.56	o -18
0.44/1.57	c And the winner is solver0
0.55/2.06	c Got one! Elapsed wall clock time (in seconds):1.663
0.55/2.06	o -19
0.55/2.07	c And the winner is solver0
0.60/2.57	c Got one! Elapsed wall clock time (in seconds):2.164
0.60/2.57	o -20
0.70/2.62	c And the winner is solver0
0.94/3.07	c Got one! Elapsed wall clock time (in seconds):2.665
0.94/3.07	o -21
1.46/3.27	c And the winner is solver1
2.09/3.57	c Got one! Elapsed wall clock time (in seconds):3.167
2.09/3.57	o -22
2.48/3.72	c cleaning 3019 clauses out of 6037 with flag 4798/6037
3.20/4.09	c cleaning 4506 clauses out of 9019 with flag 18536/12038
4.40/4.51	c cleaning 5757 clauses out of 11513 with flag 34660/19038
5.05/4.82	c And the winner is solver1
5.09/5.09	c Got one! Elapsed wall clock time (in seconds):4.687
5.09/5.09	o -23
6.03/5.52	c cleaning 7895 clauses out of 15789 with flag 11872/29071
6.89/5.98	c cleaning 6946 clauses out of 13892 with flag 26590/35069
7.97/6.50	c cleaning 6973 clauses out of 13946 with flag 43828/42069
9.18/7.07	c cleaning 7485 clauses out of 14974 with flag 63404/50070
10.60/7.78	c cleaning 8244 clauses out of 16491 with flag 85400/59072
12.24/8.59	c cleaning 9123 clauses out of 18245 with flag 109770/69070
14.53/9.67	c cleaning 10060 clauses out of 20121 with flag 135933/80069
16.93/10.85	c cleaning 11027 clauses out of 22063 with flag 164979/92071
19.74/12.22	c cleaning 12016 clauses out of 24035 with flag 195815/105070
22.58/13.63	c cleaning 13008 clauses out of 26018 with flag 227099/119069
25.38/15.08	c cleaning 14006 clauses out of 28011 with flag 258582/134070
28.67/16.69	c cleaning 15003 clauses out of 30005 with flag 292354/150070
32.26/18.41	c cleaning 16001 clauses out of 32002 with flag 328298/167070
36.46/20.54	c cleaning 16998 clauses out of 34001 with flag 366199/185070
36.66/20.68	c And the winner is solver1
36.77/21.09	c Got one! Elapsed wall clock time (in seconds):20.691
36.77/21.09	o -24
38.05/21.70	c cleaning 11379 clauses out of 22771 with flag 9419/190838
39.05/22.28	c cleaning 8691 clauses out of 17391 with flag 23513/196837
40.25/22.87	c cleaning 7846 clauses out of 15701 with flag 40774/203838
41.45/23.44	c cleaning 7920 clauses out of 15854 with flag 60927/211837
42.85/24.10	c cleaning 8466 clauses out of 16934 with flag 83819/220837
44.45/24.95	c cleaning 9230 clauses out of 18468 with flag 108661/230837
46.44/25.93	c cleaning 10110 clauses out of 20240 with flag 135263/241839
49.09/27.26	c cleaning 11062 clauses out of 22128 with flag 165565/253837
52.10/28.79	c cleaning 12032 clauses out of 24066 with flag 200429/266837
55.70/30.50	c cleaning 13010 clauses out of 26034 with flag 235135/280837
59.30/32.39	c cleaning 14010 clauses out of 28025 with flag 270508/295838
64.09/34.79	c cleaning 15003 clauses out of 30016 with flag 310087/311839
69.78/37.55	c cleaning 16002 clauses out of 32011 with flag 353701/328837
75.37/40.37	c cleaning 17006 clauses out of 34011 with flag 398146/346839
81.56/43.46	c cleaning 18002 clauses out of 36006 with flag 445333/365840
89.38/47.33	c cleaning 18994 clauses out of 38001 with flag 496437/385837
98.45/51.86	c cleaning 19999 clauses out of 40007 with flag 551667/406837
107.64/56.46	c cleaning 21001 clauses out of 42008 with flag 607505/428837
117.90/61.59	c cleaning 21999 clauses out of 44007 with flag 663132/451837
128.30/66.76	c cleaning 23002 clauses out of 46009 with flag 721854/475838
140.76/73.00	c cleaning 24003 clauses out of 48006 with flag 784144/500837
153.96/79.59	c cleaning 24996 clauses out of 50003 with flag 847705/526837
160.84/82.94	c cleaning 0 clauses out of 6502 with flag 0/6505
173.02/88.85	c cleaning 26001 clauses out of 52007 with flag 917335/553837
192.07/98.34	c cleaning 27004 clauses out of 54007 with flag 991005/581838
208.33/106.49	c cleaning 28002 clauses out of 56003 with flag 1063353/610838
227.40/115.96	c cleaning 29000 clauses out of 58001 with flag 1136063/640838
243.60/124.05	c cleaning 30002 clauses out of 60004 with flag 1210682/671841
264.30/134.34	c cleaning 30989 clauses out of 61998 with flag 1287580/703837
286.36/145.38	c cleaning 32003 clauses out of 64009 with flag 1367516/736837
307.81/156.06	c cleaning 32995 clauses out of 66007 with flag 1453724/770838
329.64/166.90	c cleaning 34005 clauses out of 68011 with flag 1539290/805837
350.33/177.22	c cleaning 34999 clauses out of 70006 with flag 1622784/841837
372.56/188.39	c cleaning 36001 clauses out of 72008 with flag 1709437/878838
395.05/199.58	c cleaning 37001 clauses out of 74006 with flag 1797272/916837
420.93/212.48	c cleaning 38004 clauses out of 76007 with flag 1885054/955839
444.87/224.32	c cleaning 38999 clauses out of 78001 with flag 1970916/995837
469.15/236.43	c cleaning 40001 clauses out of 80002 with flag 2067369/1036837
503.91/253.77	c cleaning 40995 clauses out of 82002 with flag 2160680/1078838
537.07/270.25	c cleaning 41996 clauses out of 84007 with flag 2261145/1121838
563.67/283.75	c cleaning 43004 clauses out of 86013 with flag 2357049/1165840
601.01/302.30	c cleaning 44002 clauses out of 88007 with flag 2455888/1210838
633.80/318.66	c cleaning 44998 clauses out of 90006 with flag 2561764/1256839
671.39/337.39	c cleaning 46004 clauses out of 92008 with flag 2666175/1303839
705.93/354.52	c cleaning 47001 clauses out of 94002 with flag 2769304/1351837
724.04/363.59	c cleaning 0 clauses out of 12503 with flag 0/12506
741.54/372.27	c cleaning 47999 clauses out of 96001 with flag 2874848/1400837
779.66/391.25	c cleaning 48992 clauses out of 98003 with flag 2983744/1450838
821.27/411.94	c cleaning 50000 clauses out of 100010 with flag 3099938/1501837
851.21/426.86	c cleaning 51003 clauses out of 102011 with flag 3211032/1553838
892.11/447.51	c cleaning 52005 clauses out of 104009 with flag 3328774/1606839
920.61/461.72	c cleaning 52999 clauses out of 106004 with flag 3442856/1660839
959.05/480.89	c cleaning 53999 clauses out of 108003 with flag 3563135/1715837
1014.49/508.48	c cleaning 54995 clauses out of 110006 with flag 3689935/1771839
1090.84/546.41	c cleaning 55998 clauses out of 112011 with flag 3820327/1828839
1170.58/586.12	c cleaning 57001 clauses out of 114011 with flag 3955248/1886837
1232.53/616.94	c cleaning 58004 clauses out of 116013 with flag 4084727/1945840
1285.36/643.24	c cleaning 59002 clauses out of 118007 with flag 4211591/2005838
1370.87/686.22	c cleaning 60003 clauses out of 120005 with flag 4343989/2066838
1479.79/740.50	c cleaning 60997 clauses out of 122002 with flag 4482182/2128838
1534.28/767.51	c cleaning 61998 clauses out of 124005 with flag 4618671/2191838
1594.54/797.53	c cleaning 63003 clauses out of 126006 with flag 4764454/2255837
1692.31/846.10	c cleaning 63998 clauses out of 128005 with flag 4917345/2320839
1800.16/899.81	c >>>>>>>>>> Solver number 0 (4 answers) <<<<<<<<<<<<<<<<<<
1800.16/899.81	c starts		: 14196
1800.16/899.81	c conflicts		: 2380578
1800.16/899.81	c decisions		: 3101343
1800.16/899.81	c propagations		: 13995599
1800.16/899.81	c inspects		: 11306867902
1800.16/899.81	c shortcuts		: 0
1800.16/899.81	c learnt literals	: 0
1800.16/899.81	c learnt binary clauses	: 0
1800.16/899.81	c learnt ternary clauses	: 0
1800.16/899.81	c learnt constraints	: 2380578
1800.16/899.81	c ignored constraints	: 0
1800.16/899.81	c root simplifications	: 0
1800.16/899.81	c removed literals (reason simplification)	: 68157791
1800.16/899.81	c reason swapping (by a shorter reason)	: 0
1800.16/899.81	c Calls to reduceDB	: 78
1800.16/899.81	c Number of update (reduction) of LBD	: 76779
1800.16/899.81	c Imported unit clauses	: 0
1800.16/899.81	c number of reductions to clauses (during analyze)	: 0
1800.16/899.81	c number of learned constraints concerned by reduction	: 0
1800.16/899.81	c number of learning phase by resolution	: 0
1800.16/899.81	c number of learning phase by cutting planes	: 0
1800.16/899.81	c speed (assignments/second)	: 15927.311068296163
1800.16/899.81	c non guided choices	0
1800.16/899.84	c learnt constraints type 
1800.16/899.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 123747
1800.16/899.84	c >>>>>>>>>> Solver number 1 (4 answers) <<<<<<<<<<<<<<<<<<
1800.16/899.84	c starts		: 53
1800.16/899.84	c conflicts		: 19295
1800.16/899.84	c decisions		: 21469
1800.16/899.84	c propagations		: 167303
1800.16/899.84	c inspects		: 872940196
1800.16/899.84	c shortcuts		: 0
1800.16/899.84	c learnt literals	: 0
1800.16/899.84	c learnt binary clauses	: 0
1800.16/899.84	c learnt ternary clauses	: 0
1800.16/899.84	c learnt constraints	: 19292
1800.16/899.84	c ignored constraints	: 0
1800.16/899.84	c root simplifications	: 0
1800.16/899.84	c removed literals (reason simplification)	: 0
1800.16/899.84	c reason swapping (by a shorter reason)	: 0
1800.16/899.84	c Calls to reduceDB	: 2
1800.16/899.84	c Number of update (reduction) of LBD	: 0
1800.16/899.84	c Imported unit clauses	: 0
1800.16/899.84	c number of reductions to clauses (during analyze)	: 0
1800.16/899.84	c number of learned constraints concerned by reduction	: 0
1800.16/899.84	c number of learning phase by resolution	: 0
1800.16/899.84	c number of learning phase by cutting planes	: 0
1800.16/899.84	c speed (assignments/second)	: 186.56260384537327
1800.16/899.84	c non guided choices	0
1800.16/899.84	c learnt constraints type 
1800.16/899.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 209
1800.16/899.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19083
1800.16/899.84	s SATISFIABLE
1800.16/899.84	c Found 8 solution(s)
1800.16/899.84	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 
1800.16/899.84	c objective function=-24
1800.16/899.84	c Total wall clock time (in seconds): 899.444

Verifier Data

OK	-24

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

pid=6014
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: 1.13 1.25 1.42 2/170 6017
/proc/meminfo: memFree=30558248/32872528 swapFree=17280/1464432
[pid=6017] ppid=6014 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/6017/stat : 6017 (java) D 6014 6017 5982 0 -1 4202496 157 0 1 0 0 0 0 0 20 0 1 0 107590298 278528 33 33554432000 1073741824 1073778376 140736000341936 140736000339112 227503336743 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/6017/statm: 68 33 25 9 0 25 0

[startup+0.100062 s]
/proc/loadavg: 1.13 1.25 1.42 2/170 6017
/proc/meminfo: memFree=30558248/32872528 swapFree=17280/1464432
[pid=6017] ppid=6014 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/6017/stat : 6017 (java) D 6014 6017 5982 0 -1 4202496 1163 0 22 0 0 0 0 0 20 0 1 0 107590298 23793664 835 33554432000 1073741824 1073778376 140736973479312 140736973469304 140033211682752 0 0 4096 0 18446744071579943789 0 0 17 7 0 0 7 0 0
/proc/6017/statm: 5809 835 627 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.200208 s]
/proc/loadavg: 1.13 1.25 1.42 2/170 6017
/proc/meminfo: memFree=30558248/32872528 swapFree=17280/1464432
[pid=6017] ppid=6014 vsize=9014776 CPUtime=0 cores=1,3,5,7
/proc/6017/stat : 6017 (java) S 6014 6017 5982 0 -1 4202496 2279 0 28 0 0 0 0 0 20 0 10 0 107590298 9231130624 2929 33554432000 1073741824 1073778376 140736973479312 140736973470448 227515859005 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/6017/statm: 2253694 2929 1078 9 0 2244803 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9014776

[startup+0.300198 s]
/proc/loadavg: 1.13 1.25 1.42 2/170 6017
/proc/meminfo: memFree=30558248/32872528 swapFree=17280/1464432
[pid=6017] ppid=6014 vsize=9225560 CPUtime=0.04 cores=1,3,5,7
/proc/6017/stat : 6017 (java) S 6014 6017 5982 0 -1 4202496 3141 0 30 0 3 1 0 0 20 0 13 0 107590298 9446973440 4301 33554432000 1073741824 1073778376 140736973479312 140736973470448 227515859005 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/6017/statm: 2306390 4301 1712 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.700237 s]
/proc/loadavg: 1.13 1.25 1.42 2/170 6017
/proc/meminfo: memFree=30558248/32872528 swapFree=17280/1464432
[pid=6017] ppid=6014 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/6017/stat : 6017 (java) S 6014 6017 5982 0 -1 4202496 6046 0 32 0 40 3 0 0 20 0 19 0 107590298 10060525568 9534 33554432000 1073741824 1073778376 140736973479312 140736973470448 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/6017/statm: 2456183 9534 2235 9 0 2446860 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9824732

[startup+1.50073 s]
/proc/loadavg: 1.13 1.25 1.42 4/210 6070
/proc/meminfo: memFree=30359176/32872528 swapFree=17280/1464432
[pid=6017] ppid=6014 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/6017/stat : 6017 (java) S 6014 6017 5982 0 -1 4202496 6070 0 32 0 41 3 0 0 20 0 19 0 107590298 10060525568 11079 33554432000 1073741824 1073778376 140736973479312 140736973470448 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/6017/statm: 2456183 11079 2235 9 0 2446860 0
[pid=6017/tid=6029] ppid=6014 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/6017/task/6029/stat : 6029 (java) S 6014 6017 5982 0 -1 4202560 2407 0 7 0 22 2 0 0 20 0 19 0 107590308 10060525568 11079 33554432000 1073741824 1073778376 140736973479312 140033208730488 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 15 0 0
[pid=6017/tid=6036] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6036/stat : 6036 (java) S 6014 6017 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107590317 10060525568 11079 33554432000 1073741824 1073778376 140736973479312 140033052421032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6039] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6039/stat : 6039 (java) S 6014 6017 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107590317 10060525568 11079 33554432000 1073741824 1073778376 140736973479312 140033051368488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6017/tid=6041] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6041/stat : 6041 (java) S 6014 6017 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107590317 10060525568 11079 33554432000 1073741824 1073778376 140736973479312 140033050315432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6017/tid=6043] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6043/stat : 6043 (java) S 6014 6017 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107590317 10060525568 11079 33554432000 1073741824 1073778376 140736973479312 140033049262888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6017/tid=6044] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6044/stat : 6044 (java) S 6014 6017 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107590317 10060525568 11079 33554432000 1073741824 1073778376 140736973479312 140033048209832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6045] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6045/stat : 6045 (java) S 6014 6017 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107590317 10060525568 11079 33554432000 1073741824 1073778376 140736973479312 140032711060008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6017/tid=6046] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6046/stat : 6046 (java) S 6014 6017 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107590317 10060525568 11079 33554432000 1073741824 1073778376 140736973479312 140032710006952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6047] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6047/stat : 6047 (java) S 6014 6017 5982 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107590317 10060525568 11079 33554432000 1073741824 1073778376 140736973479312 140032708954408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6048] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6048/stat : 6048 (java) S 6014 6017 5982 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 107590320 10060525568 11079 33554432000 1073741824 1073778376 140736973479312 140032696757096 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6017/tid=6050] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6050/stat : 6050 (java) S 6014 6017 5982 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107590322 10060525568 11079 33554432000 1073741824 1073778376 140736973479312 140032695703416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6052] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6052/stat : 6052 (java) S 6014 6017 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107590322 10060525568 11079 33554432000 1073741824 1073778376 140736973479312 140032694650248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6054] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6054/stat : 6054 (java) S 6014 6017 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107590328 10060525568 11079 33554432000 1073741824 1073778376 140736973479312 140032693598992 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6055] ppid=6014 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/6017/task/6055/stat : 6055 (java) S 6014 6017 5982 0 -1 4202560 1070 0 1 0 6 0 0 0 20 0 19 0 107590328 10060525568 11079 33554432000 1073741824 1073778376 140736973479312 140032692545848 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6056] ppid=6014 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/6017/task/6056/stat : 6056 (java) S 6014 6017 5982 0 -1 4202560 1277 0 1 0 9 0 0 0 20 0 19 0 107590328 10060525568 11079 33554432000 1073741824 1073778376 140736973479312 140032691493304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6017/tid=6057] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6057/stat : 6057 (java) S 6014 6017 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107590328 10060525568 11079 33554432000 1073741824 1073778376 140736973479312 140032690440440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6017/tid=6060] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6060/stat : 6060 (java) S 6014 6017 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107590328 10060525568 11079 33554432000 1073741824 1073778376 140736973479312 140032689388104 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6017/tid=6070] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6070/stat : 6070 (java) S 6014 6017 5982 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 107590404 10060525568 11079 33554432000 1073741824 1073778376 140736973479312 140032687182632 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9824732

[startup+3.10074 s]
/proc/loadavg: 1.12 1.25 1.42 2/210 6075
/proc/meminfo: memFree=29873232/32872528 swapFree=17280/1464432
[pid=6017] ppid=6014 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/6017/stat : 6017 (java) S 6014 6017 5982 0 -1 4202496 9270 0 32 0 98 7 0 0 20 0 22 0 107590298 10060525568 17282 33554432000 1073741824 1073778376 140736973479312 140736973470448 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/6017/statm: 2456183 17282 2253 9 0 2446860 0
[pid=6017/tid=6029] ppid=6014 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/6017/task/6029/stat : 6029 (java) S 6014 6017 5982 0 -1 4202560 2408 0 7 0 22 2 0 0 20 0 22 0 107590308 10060525568 17282 33554432000 1073741824 1073778376 140736973479312 140033208730488 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 15 0 0
[pid=6017/tid=6036] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6036/stat : 6036 (java) S 6014 6017 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107590317 10060525568 17282 33554432000 1073741824 1073778376 140736973479312 140033052421032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6039] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6039/stat : 6039 (java) S 6014 6017 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107590317 10060525568 17282 33554432000 1073741824 1073778376 140736973479312 140033051368488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6017/tid=6041] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6041/stat : 6041 (java) S 6014 6017 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107590317 10060525568 17282 33554432000 1073741824 1073778376 140736973479312 140033050315432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6017/tid=6043] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6043/stat : 6043 (java) S 6014 6017 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107590317 10060525568 17282 33554432000 1073741824 1073778376 140736973479312 140033049262888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6017/tid=6044] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6044/stat : 6044 (java) S 6014 6017 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107590317 10060525568 17282 33554432000 1073741824 1073778376 140736973479312 140033048209832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6045] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6045/stat : 6045 (java) S 6014 6017 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107590317 10060525568 17282 33554432000 1073741824 1073778376 140736973479312 140032711060008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6017/tid=6046] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6046/stat : 6046 (java) S 6014 6017 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107590317 10060525568 17282 33554432000 1073741824 1073778376 140736973479312 140032710006952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6047] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6047/stat : 6047 (java) S 6014 6017 5982 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107590317 10060525568 17282 33554432000 1073741824 1073778376 140736973479312 140032708954408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6048] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6048/stat : 6048 (java) S 6014 6017 5982 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107590320 10060525568 17282 33554432000 1073741824 1073778376 140736973479312 140032696757096 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6017/tid=6050] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6050/stat : 6050 (java) S 6014 6017 5982 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 107590322 10060525568 17282 33554432000 1073741824 1073778376 140736973479312 140032695703416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6052] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6052/stat : 6052 (java) S 6014 6017 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107590322 10060525568 17282 33554432000 1073741824 1073778376 140736973479312 140032694650248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6054] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6054/stat : 6054 (java) S 6014 6017 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107590328 10060525568 17282 33554432000 1073741824 1073778376 140736973479312 140032693598992 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6055] ppid=6014 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/6017/task/6055/stat : 6055 (java) R 6014 6017 5982 0 -1 4202560 2626 0 1 0 28 0 0 0 20 0 22 0 107590328 10060525568 17282 33554432000 1073741824 1073778376 140736973479312 140032692545848 140033215448647 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6056] ppid=6014 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/6017/task/6056/stat : 6056 (java) R 6014 6017 5982 0 -1 4202560 2882 0 1 0 28 0 0 0 20 0 22 0 107590328 10060525568 17282 33554432000 1073741824 1073778376 140736973479312 140032691480160 140033215190159 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=6017/tid=6057] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6057/stat : 6057 (java) S 6014 6017 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107590328 10060525568 17282 33554432000 1073741824 1073778376 140736973479312 140032690440440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6017/tid=6060] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6060/stat : 6060 (java) S 6014 6017 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107590328 10060525568 17282 33554432000 1073741824 1073778376 140736973479312 140032689388104 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6017/tid=6070] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6070/stat : 6070 (java) S 6014 6017 5982 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107590404 10060525568 17282 33554432000 1073741824 1073778376 140736973479312 140032687182632 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=24 pid=1753 uid=0 cmd=

[startup+6.30082 s]
/proc/loadavg: 1.12 1.25 1.42 6/217 6094
/proc/meminfo: memFree=29095908/32872528 swapFree=17280/1464432
[pid=6017] ppid=6014 vsize=9824732 CPUtime=7.72 cores=1,3,5,7
/proc/6017/stat : 6017 (java) S 6014 6017 5982 0 -1 4202496 20429 0 32 0 748 24 0 0 20 0 22 0 107590298 10060525568 85476 33554432000 1073741824 1073778376 140736973479312 140736973470448 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/6017/statm: 2456183 85476 2285 9 0 2446860 0
[pid=6017/tid=6029] ppid=6014 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/6017/task/6029/stat : 6029 (java) S 6014 6017 5982 0 -1 4202560 2408 0 7 0 22 3 0 0 20 0 22 0 107590308 10060525568 85476 33554432000 1073741824 1073778376 140736973479312 140033208730488 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 15 0 0
[pid=6017/tid=6036] ppid=6014 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/6017/task/6036/stat : 6036 (java) S 6014 6017 5982 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 22 0 107590317 10060525568 85476 33554432000 1073741824 1073778376 140736973479312 140033052421032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6017/tid=6039] ppid=6014 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/6017/task/6039/stat : 6039 (java) S 6014 6017 5982 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 22 0 107590317 10060525568 85476 33554432000 1073741824 1073778376 140736973479312 140033051368488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6041] ppid=6014 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/6017/task/6041/stat : 6041 (java) S 6014 6017 5982 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 107590317 10060525568 85476 33554432000 1073741824 1073778376 140736973479312 140033050315432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6043] ppid=6014 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/6017/task/6043/stat : 6043 (java) S 6014 6017 5982 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 107590317 10060525568 85476 33554432000 1073741824 1073778376 140736973479312 140033049262888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6017/tid=6044] ppid=6014 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/6017/task/6044/stat : 6044 (java) S 6014 6017 5982 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 107590317 10060525568 85476 33554432000 1073741824 1073778376 140736973479312 140033048209832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6017/tid=6045] ppid=6014 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/6017/task/6045/stat : 6045 (java) S 6014 6017 5982 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 22 0 107590317 10060525568 85476 33554432000 1073741824 1073778376 140736973479312 140032711060008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6017/tid=6046] ppid=6014 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/6017/task/6046/stat : 6046 (java) S 6014 6017 5982 0 -1 4202560 14 0 0 0 2 1 0 0 20 0 22 0 107590317 10060525568 85476 33554432000 1073741824 1073778376 140736973479312 140032710006952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6017/tid=6047] ppid=6014 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/6017/task/6047/stat : 6047 (java) S 6014 6017 5982 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 22 0 107590317 10060525568 85476 33554432000 1073741824 1073778376 140736973479312 140032708954408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6048] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6048/stat : 6048 (java) S 6014 6017 5982 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 107590320 10060525568 85476 33554432000 1073741824 1073778376 140736973479312 140032696757096 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6017/tid=6050] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6050/stat : 6050 (java) S 6014 6017 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107590322 10060525568 85476 33554432000 1073741824 1073778376 140736973479312 140032695703416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6052] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6052/stat : 6052 (java) S 6014 6017 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107590322 10060525568 85476 33554432000 1073741824 1073778376 140736973479312 140032694650248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6054] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6054/stat : 6054 (java) S 6014 6017 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107590328 10060525568 85476 33554432000 1073741824 1073778376 140736973479312 140032693598992 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6055] ppid=6014 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/6017/task/6055/stat : 6055 (java) S 6014 6017 5982 0 -1 4202560 9743 0 1 0 95 2 0 0 20 0 22 0 107590328 10060525568 85476 33554432000 1073741824 1073778376 140736973479312 140032692545848 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6056] ppid=6014 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/6017/task/6056/stat : 6056 (java) S 6014 6017 5982 0 -1 4202560 6448 0 1 0 90 0 0 0 20 0 22 0 107590328 10060525568 85476 33554432000 1073741824 1073778376 140736973479312 140032691493304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6057] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6057/stat : 6057 (java) S 6014 6017 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107590328 10060525568 85476 33554432000 1073741824 1073778376 140736973479312 140032690440440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6017/tid=6060] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6060/stat : 6060 (java) S 6014 6017 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107590328 10060525568 85476 33554432000 1073741824 1073778376 140736973479312 140032689388104 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6017/tid=6085] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6085/stat : 6085 (java) S 6014 6017 5982 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107590605 10060525568 85476 33554432000 1073741824 1073778376 140736973479312 140032686130856 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6017/tid=6089] ppid=6014 vsize=9824732 CPUtime=1.16 cores=1,3,5,7

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

[pid=6017/tid=6043] ppid=6014 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/6017/task/6043/stat : 6043 (java) S 6014 6017 5982 0 -1 4202560 404 0 0 0 224 10 0 0 20 0 22 0 107590317 10060525568 579737 33554432000 1073741824 1073778376 140736973479312 140033049262888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6017/tid=6044] ppid=6014 vsize=9824732 CPUtime=2.2 cores=1,3,5,7
/proc/6017/task/6044/stat : 6044 (java) S 6014 6017 5982 0 -1 4202560 294 0 0 0 213 7 0 0 20 0 22 0 107590317 10060525568 579737 33554432000 1073741824 1073778376 140736973479312 140033048209832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6045] ppid=6014 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/6017/task/6045/stat : 6045 (java) S 6014 6017 5982 0 -1 4202560 328 0 0 0 216 9 0 0 20 0 22 0 107590317 10060525568 579737 33554432000 1073741824 1073778376 140736973479312 140032711060008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6017/tid=6046] ppid=6014 vsize=9824732 CPUtime=2.12 cores=1,3,5,7
/proc/6017/task/6046/stat : 6046 (java) S 6014 6017 5982 0 -1 4202560 324 0 0 0 203 9 0 0 20 0 22 0 107590317 10060525568 579737 33554432000 1073741824 1073778376 140736973479312 140032710006952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6017/tid=6047] ppid=6014 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/6017/task/6047/stat : 6047 (java) S 6014 6017 5982 0 -1 4202560 350 0 0 0 215 10 0 0 20 0 22 0 107590317 10060525568 579737 33554432000 1073741824 1073778376 140736973479312 140032708954408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6017/tid=6048] ppid=6014 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/6017/task/6048/stat : 6048 (java) S 6014 6017 5982 0 -1 4202560 1502 0 0 0 216 18 0 0 20 0 22 0 107590320 10060525568 579737 33554432000 1073741824 1073778376 140736973479312 140032696757096 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6050] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6050/stat : 6050 (java) S 6014 6017 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107590322 10060525568 579737 33554432000 1073741824 1073778376 140736973479312 140032695703416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6052] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6052/stat : 6052 (java) S 6014 6017 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107590322 10060525568 579737 33554432000 1073741824 1073778376 140736973479312 140032694650248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6054] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6054/stat : 6054 (java) S 6014 6017 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107590328 10060525568 579737 33554432000 1073741824 1073778376 140736973479312 140032693598992 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6055] ppid=6014 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/6017/task/6055/stat : 6055 (java) S 6014 6017 5982 0 -1 4202560 9744 0 1 0 97 2 0 0 20 0 22 0 107590328 10060525568 579737 33554432000 1073741824 1073778376 140736973479312 140032692545848 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6017/tid=6056] ppid=6014 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/6017/task/6056/stat : 6056 (java) S 6014 6017 5982 0 -1 4202560 11343 0 1 0 142 2 0 0 20 0 22 0 107590328 10060525568 579737 33554432000 1073741824 1073778376 140736973479312 140032691493304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6057] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6057/stat : 6057 (java) S 6014 6017 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107590328 10060525568 579737 33554432000 1073741824 1073778376 140736973479312 140032690440440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6017/tid=6060] ppid=6014 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/6017/task/6060/stat : 6060 (java) S 6014 6017 5982 0 -1 4202560 46 0 0 0 14 17 0 0 20 0 22 0 107590328 10060525568 579737 33554432000 1073741824 1073778376 140736973479312 140032689388104 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6017/tid=6085] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6085/stat : 6085 (java) S 6014 6017 5982 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107590605 10060525568 579737 33554432000 1073741824 1073778376 140736973479312 140032686130856 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6017/tid=6119] ppid=6014 vsize=9824732 CPUtime=791.79 cores=1,3,5,7
/proc/6017/task/6119/stat : 6119 (java) R 6014 6017 5982 0 -1 4202560 46 0 0 0 79167 12 0 0 20 0 22 0 107592407 10060525568 579737 33554432000 1073741824 1073778376 140736973479312 140032688233632 140033063948902 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6120] ppid=6014 vsize=9824732 CPUtime=791.95 cores=1,3,5,7
/proc/6017/task/6120/stat : 6120 (java) R 6014 6017 5982 0 -1 4202560 668 0 0 0 79167 28 0 0 20 0 22 0 107592407 10060525568 579737 33554432000 1073741824 1073778376 140736973479312 140032685076496 140033063988100 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6017/tid=6121] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6121/stat : 6121 (java) S 6014 6017 5982 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107592407 10060525568 579737 33554432000 1073741824 1073778376 140736973479312 140032687183144 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1644.41
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.22 4.01 3.08 5/217 6168
/proc/meminfo: memFree=24622020/32872528 swapFree=17280/1464432
[pid=6017] ppid=6014 vsize=9824732 CPUtime=1765 cores=1,3,5,7
/proc/6017/stat : 6017 (java) S 6014 6017 5982 0 -1 4202496 30708 0 32 0 176342 158 0 0 20 0 22 0 107590298 10060525568 578271 33554432000 1073741824 1073778376 140736973479312 140736973470448 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/6017/statm: 2456183 578271 2293 9 0 2446860 0
[pid=6017/tid=6029] ppid=6014 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/6017/task/6029/stat : 6029 (java) S 6014 6017 5982 0 -1 4202560 2411 0 7 0 25 4 0 0 20 0 22 0 107590308 10060525568 578271 33554432000 1073741824 1073778376 140736973479312 140033208730488 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 15 0 0
[pid=6017/tid=6036] ppid=6014 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/6017/task/6036/stat : 6036 (java) S 6014 6017 5982 0 -1 4202560 389 0 0 0 236 8 0 0 20 0 22 0 107590317 10060525568 578271 33554432000 1073741824 1073778376 140736973479312 140033052421032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6017/tid=6039] ppid=6014 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/6017/task/6039/stat : 6039 (java) S 6014 6017 5982 0 -1 4202560 396 0 0 0 243 10 0 0 20 0 22 0 107590317 10060525568 578271 33554432000 1073741824 1073778376 140736973479312 140033051368488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6017/tid=6041] ppid=6014 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/6017/task/6041/stat : 6041 (java) S 6014 6017 5982 0 -1 4202560 325 0 0 0 229 7 0 0 20 0 22 0 107590317 10060525568 578271 33554432000 1073741824 1073778376 140736973479312 140033050315432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6043] ppid=6014 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/6017/task/6043/stat : 6043 (java) S 6014 6017 5982 0 -1 4202560 412 0 0 0 237 10 0 0 20 0 22 0 107590317 10060525568 578271 33554432000 1073741824 1073778376 140736973479312 140033049262888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6017/tid=6044] ppid=6014 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/6017/task/6044/stat : 6044 (java) S 6014 6017 5982 0 -1 4202560 305 0 0 0 233 8 0 0 20 0 22 0 107590317 10060525568 578271 33554432000 1073741824 1073778376 140736973479312 140033048209832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6045] ppid=6014 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/6017/task/6045/stat : 6045 (java) S 6014 6017 5982 0 -1 4202560 349 0 0 0 230 10 0 0 20 0 22 0 107590317 10060525568 578271 33554432000 1073741824 1073778376 140736973479312 140032711060008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6017/tid=6046] ppid=6014 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/6017/task/6046/stat : 6046 (java) S 6014 6017 5982 0 -1 4202560 342 0 0 0 220 10 0 0 20 0 22 0 107590317 10060525568 578271 33554432000 1073741824 1073778376 140736973479312 140032710006952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6017/tid=6047] ppid=6014 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/6017/task/6047/stat : 6047 (java) S 6014 6017 5982 0 -1 4202560 362 0 0 0 228 10 0 0 20 0 22 0 107590317 10060525568 578271 33554432000 1073741824 1073778376 140736973479312 140032708954408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6017/tid=6048] ppid=6014 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/6017/task/6048/stat : 6048 (java) S 6014 6017 5982 0 -1 4202560 1506 0 0 0 217 19 0 0 20 0 22 0 107590320 10060525568 578271 33554432000 1073741824 1073778376 140736973479312 140032696757096 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6050] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6050/stat : 6050 (java) S 6014 6017 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107590322 10060525568 578271 33554432000 1073741824 1073778376 140736973479312 140032695703416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6052] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6052/stat : 6052 (java) S 6014 6017 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107590322 10060525568 578271 33554432000 1073741824 1073778376 140736973479312 140032694650248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6054] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6054/stat : 6054 (java) S 6014 6017 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107590328 10060525568 578271 33554432000 1073741824 1073778376 140736973479312 140032693598992 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6055] ppid=6014 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/6017/task/6055/stat : 6055 (java) S 6014 6017 5982 0 -1 4202560 9744 0 1 0 97 2 0 0 20 0 22 0 107590328 10060525568 578271 33554432000 1073741824 1073778376 140736973479312 140032692545848 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6017/tid=6056] ppid=6014 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/6017/task/6056/stat : 6056 (java) S 6014 6017 5982 0 -1 4202560 11343 0 1 0 142 2 0 0 20 0 22 0 107590328 10060525568 578271 33554432000 1073741824 1073778376 140736973479312 140032691493304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6057] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6057/stat : 6057 (java) S 6014 6017 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107590328 10060525568 578271 33554432000 1073741824 1073778376 140736973479312 140032690440440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6017/tid=6060] ppid=6014 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/6017/task/6060/stat : 6060 (java) S 6014 6017 5982 0 -1 4202560 50 0 0 0 14 19 0 0 20 0 22 0 107590328 10060525568 578271 33554432000 1073741824 1073778376 140736973479312 140032689388104 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6085] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6085/stat : 6085 (java) S 6014 6017 5982 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107590605 10060525568 578271 33554432000 1073741824 1073778376 140736973479312 140032686130856 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6017/tid=6119] ppid=6014 vsize=9824732 CPUtime=851.25 cores=1,3,5,7
/proc/6017/task/6119/stat : 6119 (java) R 6014 6017 5982 0 -1 4202560 47 0 0 0 85113 12 0 0 20 0 22 0 107592407 10060525568 578271 33554432000 1073741824 1073778376 140736973479312 140032688233632 140033063989634 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6017/tid=6120] ppid=6014 vsize=9824732 CPUtime=851.42 cores=1,3,5,7
/proc/6017/task/6120/stat : 6120 (java) R 6014 6017 5982 0 -1 4202560 678 0 0 0 85114 28 0 0 20 0 22 0 107592407 10060525568 578271 33554432000 1073741824 1073778376 140736973479312 140032685076512 140033064124625 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6017/tid=6121] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6121/stat : 6121 (java) S 6014 6017 5982 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107592407 10060525568 578271 33554432000 1073741824 1073778376 140736973479312 140032687183144 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1765
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.801 s]
/proc/loadavg: 4.22 4.03 3.10 8/217 6237
/proc/meminfo: memFree=28194636/32872528 swapFree=17280/1464432
[pid=6017] ppid=6014 vsize=9824732 CPUtime=1800.16 cores=1,3,5,7
/proc/6017/stat : 6017 (java) S 6014 6017 5982 0 -1 4202496 30774 0 32 0 179857 159 0 0 20 0 22 0 107590298 10060525568 577626 33554432000 1073741824 1073778376 140736973479312 140736973470448 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/6017/statm: 2456183 577626 2293 9 0 2446860 0
[pid=6017/tid=6029] ppid=6014 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/6017/task/6029/stat : 6029 (java) S 6014 6017 5982 0 -1 4202560 2411 0 7 0 25 4 0 0 20 0 22 0 107590308 10060525568 577626 33554432000 1073741824 1073778376 140736973479312 140033208730488 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 15 0 0
[pid=6017/tid=6036] ppid=6014 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/6017/task/6036/stat : 6036 (java) S 6014 6017 5982 0 -1 4202560 392 0 0 0 242 9 0 0 20 0 22 0 107590317 10060525568 577626 33554432000 1073741824 1073778376 140736973479312 140033052421032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6017/tid=6039] ppid=6014 vsize=9824732 CPUtime=2.58 cores=1,3,5,7
/proc/6017/task/6039/stat : 6039 (java) S 6014 6017 5982 0 -1 4202560 397 0 0 0 248 10 0 0 20 0 22 0 107590317 10060525568 577626 33554432000 1073741824 1073778376 140736973479312 140033051368488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6017/tid=6041] ppid=6014 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/6017/task/6041/stat : 6041 (java) S 6014 6017 5982 0 -1 4202560 336 0 0 0 236 7 0 0 20 0 22 0 107590317 10060525568 577626 33554432000 1073741824 1073778376 140736973479312 140033050315432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6017/tid=6043] ppid=6014 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/6017/task/6043/stat : 6043 (java) S 6014 6017 5982 0 -1 4202560 416 0 0 0 243 10 0 0 20 0 22 0 107590317 10060525568 577626 33554432000 1073741824 1073778376 140736973479312 140033049262888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6017/tid=6044] ppid=6014 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/6017/task/6044/stat : 6044 (java) S 6014 6017 5982 0 -1 4202560 317 0 0 0 238 8 0 0 20 0 22 0 107590317 10060525568 577626 33554432000 1073741824 1073778376 140736973479312 140033048209832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6017/tid=6045] ppid=6014 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/6017/task/6045/stat : 6045 (java) S 6014 6017 5982 0 -1 4202560 358 0 0 0 236 10 0 0 20 0 22 0 107590317 10060525568 577626 33554432000 1073741824 1073778376 140736973479312 140032711060008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6017/tid=6046] ppid=6014 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/6017/task/6046/stat : 6046 (java) S 6014 6017 5982 0 -1 4202560 357 0 0 0 224 10 0 0 20 0 22 0 107590317 10060525568 577626 33554432000 1073741824 1073778376 140736973479312 140032710006952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6017/tid=6047] ppid=6014 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/6017/task/6047/stat : 6047 (java) S 6014 6017 5982 0 -1 4202560 367 0 0 0 232 10 0 0 20 0 22 0 107590317 10060525568 577626 33554432000 1073741824 1073778376 140736973479312 140032708954408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6048] ppid=6014 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/6017/task/6048/stat : 6048 (java) S 6014 6017 5982 0 -1 4202560 1506 0 0 0 217 19 0 0 20 0 22 0 107590320 10060525568 577626 33554432000 1073741824 1073778376 140736973479312 140032696757096 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6050] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6050/stat : 6050 (java) S 6014 6017 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107590322 10060525568 577626 33554432000 1073741824 1073778376 140736973479312 140032695703416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6052] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6052/stat : 6052 (java) S 6014 6017 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107590322 10060525568 577626 33554432000 1073741824 1073778376 140736973479312 140032694650248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6054] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6054/stat : 6054 (java) S 6014 6017 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107590328 10060525568 577626 33554432000 1073741824 1073778376 140736973479312 140032693598992 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6055] ppid=6014 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/6017/task/6055/stat : 6055 (java) S 6014 6017 5982 0 -1 4202560 9744 0 1 0 97 2 0 0 20 0 22 0 107590328 10060525568 577626 33554432000 1073741824 1073778376 140736973479312 140032692545848 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6017/tid=6056] ppid=6014 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/6017/task/6056/stat : 6056 (java) S 6014 6017 5982 0 -1 4202560 11343 0 1 0 142 2 0 0 20 0 22 0 107590328 10060525568 577626 33554432000 1073741824 1073778376 140736973479312 140032691493304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6057] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6057/stat : 6057 (java) S 6014 6017 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107590328 10060525568 577626 33554432000 1073741824 1073778376 140736973479312 140032690440440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6017/tid=6060] ppid=6014 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/6017/task/6060/stat : 6060 (java) S 6014 6017 5982 0 -1 4202560 52 0 0 0 15 19 0 0 20 0 22 0 107590328 10060525568 577626 33554432000 1073741824 1073778376 140736973479312 140032689388104 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6085] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6085/stat : 6085 (java) S 6014 6017 5982 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107590605 10060525568 577626 33554432000 1073741824 1073778376 140736973479312 140032686130856 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6017/tid=6119] ppid=6014 vsize=9824732 CPUtime=868.58 cores=1,3,5,7
/proc/6017/task/6119/stat : 6119 (java) R 6014 6017 5982 0 -1 4202560 47 0 0 0 86845 13 0 0 20 0 22 0 107592407 10060525568 577626 33554432000 1073741824 1073778376 140736973479312 140032688233632 140033063895535 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6017/tid=6120] ppid=6014 vsize=9824732 CPUtime=868.75 cores=1,3,5,7
/proc/6017/task/6120/stat : 6120 (java) R 6014 6017 5982 0 -1 4202560 682 0 0 0 86846 29 0 0 20 0 22 0 107592407 10060525568 577626 33554432000 1073741824 1073778376 140736973479312 140032685076496 140033063923692 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6017/tid=6121] ppid=6014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6017/task/6121/stat : 6121 (java) S 6014 6017 5982 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107592407 10060525568 577626 33554432000 1073741824 1073778376 140736973479312 140032687183144 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
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 6017 sig 9
??? kill -6017 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6017 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=288226
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=84683
# CPU time returned by wait4() is 1796.37
# while last known CPU time is 1800.16
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 899.869
CPU time (s): 1800.16
CPU user time (s): 1798.57
CPU system time (s): 1.59
CPU usage (%): 200.047
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.29
system time used= 2.08468
maximum resident set size= 2910900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30819
page faults= 32
swaps= 0
block input operations= 23168
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27970
involuntary context switches= 44390

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.44217 second user time and 7.14391 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-07 01:42:53
IDJOB=4081778
IDBENCH=48223
IDSOLVER=2543
FILE ID=node121/4081778-1465256572
RUNJOBID= node121-1465256572-5999
PBS_JOBID= 19843282
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= 737bdf32fd69c002d569e68c523af4bf
RANDOM SEED=1324934622

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.050
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.54
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		: 2667.050
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:        30560380 kB
Buffers:           32724 kB
Cached:           110600 kB
SwapCached:         1740 kB
Active:            60272 kB
Inactive:          87672 kB
Active(anon):       5256 kB
Inactive(anon):     2100 kB
Active(file):      55016 kB
Inactive(file):    85572 kB
Unevictable:     1464432 kB
Mlocked:           17280 kB
SwapTotal:      67108856 kB
SwapFree:       67099232 kB
Dirty:               876 kB
Writeback:             4 kB
AnonPages:       1469608 kB
Mapped:             6792 kB
Shmem:                 0 kB
Slab:             567636 kB
SReclaimable:      12288 kB
SUnreclaim:       555348 kB
KernelStack:        1344 kB
PageTables:         6348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1553468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1449984 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= 71732 MiB
End job on node121 at 2016-06-07 01:57:53