Trace number 4102538

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 PB16? (TO) 1800.81 894.916

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-par32-4-c.opb
MD5SUM28753ff2e44c4cedb2d3a2e783f8d1a4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2666
Total number of constraints6659
Number of constraints which are clauses6659
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 2666
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 2666
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2666
Number of bits of the biggest sum of numbers12
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4102538-1466217903.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.49/0.38	c ... done. Wall clock time 0.269s.
0.49/0.38	c declared #vars     2666
0.49/0.38	c #constraints  6659
0.49/0.38	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.49/0.38	c constraints type 
0.49/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4954
0.49/0.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1705
0.49/0.38	c 6659 constraints processed.
0.49/0.38	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.49/0.38	c constraints type 
0.49/0.38	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1705
0.49/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4954
0.49/0.38	c 6659 constraints processed.
0.49/0.38	c objective function length is 2666 literals
6.02/2.34	c cleaning 2501 clauses out of 5001 with flag 32548/5001
10.26/4.19	c cleaning 4249 clauses out of 8499 with flag 83254/11000
13.47/5.80	c cleaning 0 clauses out of 5001 with flag 0/5001
14.70/6.38	c cleaning 5624 clauses out of 11250 with flag 146418/18000
20.74/9.21	c cleaning 6810 clauses out of 13626 with flag 220550/26000
26.59/12.12	c cleaning 0 clauses out of 11000 with flag 0/11000
27.37/12.56	c cleaning 7905 clauses out of 15816 with flag 310940/35000
35.26/16.41	c cleaning 8953 clauses out of 17912 with flag 414675/45001
41.87/19.70	c cleaning 0 clauses out of 18001 with flag 0/18001
43.87/20.77	c cleaning 9976 clauses out of 19959 with flag 517536/56001
54.12/25.81	c cleaning 10984 clauses out of 21983 with flag 627307/68001
59.74/28.65	c cleaning 0 clauses out of 26001 with flag 0/26001
65.55/31.51	c cleaning 11999 clauses out of 23998 with flag 752232/81000
77.40/37.42	c cleaning 12993 clauses out of 26000 with flag 884660/95001
80.21/38.85	c cleaning 0 clauses out of 35000 with flag 0/35000
91.52/44.32	c cleaning 13996 clauses out of 28006 with flag 1038557/110000
96.73/46.91	c cleaning 0 clauses out of 45001 with flag 0/45001
106.60/51.85	c cleaning 14996 clauses out of 30010 with flag 1203914/126000
111.21/54.15	c cleaning 0 clauses out of 56003 with flag 0/56003
123.63/60.31	c cleaning 16006 clauses out of 32017 with flag 1381854/143003
129.07/63.07	c cleaning 0 clauses out of 68000 with flag 0/68001
141.91/69.41	c cleaning 16997 clauses out of 34009 with flag 1566635/161001
150.14/73.57	c cleaning 0 clauses out of 81000 with flag 0/81001
161.58/79.28	c cleaning 17998 clauses out of 36012 with flag 1759643/180001
174.61/85.78	c cleaning 0 clauses out of 94999 with flag 0/95000
184.23/90.58	c cleaning 18999 clauses out of 38013 with flag 1981661/200000
202.49/99.68	c cleaning 0 clauses out of 110001 with flag 0/110002
210.34/103.51	c cleaning 20001 clauses out of 40015 with flag 2209926/221001
234.85/115.78	c cleaning 0 clauses out of 126000 with flag 0/126001
238.06/117.33	c cleaning 21004 clauses out of 42013 with flag 2442905/243000
267.63/132.08	c cleaning 22000 clauses out of 44010 with flag 2697873/266001
269.22/132.86	c cleaning 0 clauses out of 143000 with flag 0/143001
299.99/148.19	c cleaning 22997 clauses out of 46010 with flag 2962687/290001
309.24/152.71	c cleaning 0 clauses out of 161002 with flag 0/161003
336.71/166.48	c cleaning 23998 clauses out of 48013 with flag 3232060/315001
356.20/176.20	c cleaning 0 clauses out of 180001 with flag 0/180002
376.65/186.31	c cleaning 25001 clauses out of 50014 with flag 3532250/341000
406.22/201.05	c cleaning 0 clauses out of 200000 with flag 0/200001
417.25/206.59	c cleaning 25998 clauses out of 52013 with flag 3829565/368000
463.02/229.39	c cleaning 0 clauses out of 221001 with flag 0/221002
464.83/230.26	c cleaning 26998 clauses out of 54016 with flag 4149550/396001
512.72/254.03	c cleaning 28002 clauses out of 56017 with flag 4483284/425000
523.55/259.45	c cleaning 0 clauses out of 242999 with flag 0/243000
566.97/281.09	c cleaning 29004 clauses out of 58016 with flag 4845092/455001
596.10/295.58	c cleaning 0 clauses out of 265999 with flag 0/266000
626.25/310.55	c cleaning 29997 clauses out of 60011 with flag 5195954/486000
673.85/334.27	c cleaning 0 clauses out of 290000 with flag 0/290001
689.15/341.82	c cleaning 31006 clauses out of 62015 with flag 5560522/518001
754.03/374.15	c cleaning 31999 clauses out of 64008 with flag 5955708/551000
757.64/375.94	c cleaning 0 clauses out of 315000 with flag 0/315001
828.82/411.36	c cleaning 32993 clauses out of 66009 with flag 6351337/585000
857.59/425.62	c cleaning 0 clauses out of 341001 with flag 0/341002
905.07/449.28	c cleaning 34001 clauses out of 68016 with flag 6772089/620000
966.80/479.97	c cleaning 0 clauses out of 367999 with flag 0/368000
989.89/491.41	c cleaning 35001 clauses out of 70015 with flag 7198436/656000
1081.29/536.86	c cleaning 36001 clauses out of 72015 with flag 7642939/693001
1088.93/540.69	c cleaning 0 clauses out of 396000 with flag 0/396001
1178.94/585.54	c cleaning 37003 clauses out of 74015 with flag 8135632/731002
1212.46/602.20	c cleaning 0 clauses out of 424999 with flag 0/425000
1279.96/635.89	c cleaning 37999 clauses out of 76010 with flag 8660367/770000
1339.55/665.55	c cleaning 0 clauses out of 454999 with flag 0/455000
1385.58/688.42	c cleaning 39002 clauses out of 78011 with flag 9193374/810000
1456.27/723.66	c cleaning 0 clauses out of 486002 with flag 0/486003
1498.44/744.67	c cleaning 39999 clauses out of 80010 with flag 9748569/851001
1582.64/786.57	c cleaning 0 clauses out of 517999 with flag 0/518000
1615.84/803.02	c cleaning 41000 clauses out of 82010 with flag 10291817/893000
1731.99/860.88	c cleaning 0 clauses out of 551000 with flag 0/551001
1742.22/865.95	c cleaning 41999 clauses out of 84010 with flag 10867284/936000
1800.02/894.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/894.80	c starts		: 1
1800.02/894.80	c conflicts		: 960050
1800.02/894.80	c decisions		: 997541
1800.02/894.80	c propagations		: 508637284
1800.02/894.80	c inspects		: 10402820168
1800.02/894.80	c shortcuts		: 0
1800.02/894.80	c learnt literals	: 0
1800.02/894.80	c learnt binary clauses	: 9
1800.02/894.80	c learnt ternary clauses	: 9
1800.02/894.80	c learnt constraints	: 960050
1800.02/894.80	c ignored constraints	: 0
1800.02/894.80	c root simplifications	: 0
1800.02/894.80	c removed literals (reason simplification)	: 4603764
1800.02/894.80	c reason swapping (by a shorter reason)	: 0
1800.02/894.80	c Calls to reduceDB	: 39
1800.02/894.80	c Number of update (reduction) of LBD	: 114329
1800.02/894.80	c Imported unit clauses	: 0
1800.02/894.80	c number of reductions to clauses (during analyze)	: 0
1800.02/894.80	c number of learned constraints concerned by reduction	: 0
1800.02/894.80	c number of learning phase by resolution	: 0
1800.02/894.80	c number of learning phase by cutting planes	: 0
1800.02/894.80	c speed (assignments/second)	: 568691.0599284436
1800.02/894.80	c non guided choices	0
1800.02/894.83	c learnt constraints type 
1800.02/894.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9
1800.02/894.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 66052
1800.02/894.83	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/894.83	c starts		: 153
1800.02/894.83	c conflicts		: 566227
1800.02/894.83	c decisions		: 622152
1800.02/894.83	c propagations		: 345043191
1800.02/894.83	c inspects		: 4944380681
1800.02/894.83	c shortcuts		: 0
1800.02/894.83	c learnt literals	: 1
1800.02/894.83	c learnt binary clauses	: 33
1800.02/894.83	c learnt ternary clauses	: 27
1800.02/894.83	c learnt constraints	: 566225
1800.02/894.83	c ignored constraints	: 0
1800.02/894.83	c root simplifications	: 0
1800.02/894.83	c removed literals (reason simplification)	: 0
1800.02/894.83	c reason swapping (by a shorter reason)	: 0
1800.02/894.83	c Calls to reduceDB	: 29
1800.02/894.83	c Number of update (reduction) of LBD	: 0
1800.02/894.83	c Imported unit clauses	: 0
1800.02/894.83	c number of reductions to clauses (during analyze)	: 0
1800.02/894.83	c number of learned constraints concerned by reduction	: 0
1800.02/894.83	c number of learning phase by resolution	: 0
1800.02/894.83	c number of learning phase by cutting planes	: 0
1800.02/894.83	c speed (assignments/second)	: 385768.37229478854
1800.02/894.83	c non guided choices	0
1800.41/894.91	c learnt constraints type 
1800.41/894.91	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 566192
1800.41/894.91	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 33
1800.41/894.91	s UNKNOWN
1800.41/894.91	c Total wall clock time (in seconds): 894.799

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

pid=16195
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: 3.73 4.19 4.31 4/197 16198
/proc/meminfo: memFree=27936940/32872528 swapFree=1499884/1696108
[pid=16198] ppid=16195 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/16198/stat : 16198 (java) S 16195 16198 8337 0 -1 4202496 1229 0 0 0 0 0 0 0 20 0 2 0 23836048 91889664 873 33554432000 1073741824 1073778376 140736303280320 140736303271456 225448067133 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16198/statm: 22434 882 667 9 0 16769 0
[pid=16198/tid=16199] ppid=16195 vsize=89800 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16199/stat : 16199 (java) R 16195 16198 8337 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 2 0 23836049 91955200 901 33554432000 1073741824 1073778376 140736303280320 140736303269384 225435544871 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 3.73 4.19 4.31 4/197 16198
/proc/meminfo: memFree=27936940/32872528 swapFree=1499884/1696108
[pid=16198] ppid=16195 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/16198/stat : 16198 (java) S 16195 16198 8337 0 -1 4202496 4428 0 1 0 9 1 0 0 20 0 18 0 23836048 9787879424 6064 33554432000 1073741824 1073778376 140736303280320 140736303271456 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16198/statm: 2389619 6066 2141 9 0 2380296 0
[pid=16198/tid=16199] ppid=16195 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/16198/task/16199/stat : 16199 (java) R 16195 16198 8337 0 -1 4202560 2389 0 1 0 6 1 0 0 20 0 18 0 23836049 9787879424 6066 33554432000 1073741824 1073778376 140736303280320 140102478637984 225448092941 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200274 s]
/proc/loadavg: 3.73 4.19 4.31 4/197 16198
/proc/meminfo: memFree=27936940/32872528 swapFree=1499884/1696108
[pid=16198] ppid=16195 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/16198/stat : 16198 (java) S 16195 16198 8337 0 -1 4202496 5004 0 1 0 27 1 0 0 20 0 18 0 23836048 9787879424 6950 33554432000 1073741824 1073778376 140736303280320 140736303271456 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16198/statm: 2389619 6950 2219 9 0 2380296 0
[pid=16198/tid=16199] ppid=16195 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/16198/task/16199/stat : 16199 (java) R 16195 16198 8337 0 -1 4202560 2407 0 1 0 15 2 0 0 20 0 18 0 23836049 9787879424 6950 33554432000 1073741824 1073778376 140736303280320 140102478631048 140102480829938 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300273 s]
/proc/loadavg: 3.73 4.19 4.31 4/197 16198
/proc/meminfo: memFree=27936940/32872528 swapFree=1499884/1696108
[pid=16198] ppid=16195 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/16198/stat : 16198 (java) S 16195 16198 8337 0 -1 4202496 5786 0 1 0 48 1 0 0 20 0 18 0 23836048 9787879424 8967 33554432000 1073741824 1073778376 140736303280320 140736303271456 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16198/statm: 2389619 8967 2233 9 0 2380296 0
[pid=16198/tid=16199] ppid=16195 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/16198/task/16199/stat : 16199 (java) R 16195 16198 8337 0 -1 4202560 2410 0 1 0 25 2 0 0 20 0 18 0 23836049 9787879424 8967 33554432000 1073741824 1073778376 140736303280320 140102478638568 140102319833639 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700242 s]
/proc/loadavg: 3.73 4.19 4.31 4/197 16198
/proc/meminfo: memFree=27936940/32872528 swapFree=1499884/1696108
[pid=16198] ppid=16195 vsize=9824732 CPUtime=1.97 cores=1,3,5,7
/proc/16198/stat : 16198 (java) S 16195 16198 8337 0 -1 4202496 19636 0 1 0 193 4 0 0 20 0 22 0 23836048 10060525568 22724 33554432000 1073741824 1073778376 140736303280320 140736303271456 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16198/statm: 2456183 22724 2259 9 0 2446860 0
[pid=16198/tid=16199] ppid=16195 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/16198/task/16199/stat : 16199 (java) S 16195 16198 8337 0 -1 4202560 2450 0 1 0 34 2 0 0 20 0 22 0 23836049 10060525568 22724 33554432000 1073741824 1073778376 140736303280320 140102478639992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 9824732

[startup+1.50092 s]
/proc/loadavg: 3.73 4.19 4.31 5/219 16220
/proc/meminfo: memFree=27809772/32872528 swapFree=1499884/1696108
[pid=16198] ppid=16195 vsize=9824732 CPUtime=4.24 cores=1,3,5,7
/proc/16198/stat : 16198 (java) S 16195 16198 8337 0 -1 4202496 19852 0 1 0 419 5 0 0 20 0 22 0 23836048 10060525568 48886 33554432000 1073741824 1073778376 140736303280320 140736303271456 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16198/statm: 2456183 48886 2281 9 0 2446860 0
[pid=16198/tid=16199] ppid=16195 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/16198/task/16199/stat : 16199 (java) S 16195 16198 8337 0 -1 4202560 2450 0 1 0 34 2 0 0 20 0 22 0 23836049 10060525568 48886 33554432000 1073741824 1073778376 140736303280320 140102478639992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16198/tid=16201] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16201/stat : 16201 (java) S 16195 16198 8337 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 23836050 10060525568 48886 33554432000 1073741824 1073778376 140736303280320 140102440130856 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16198/tid=16202] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16202/stat : 16202 (java) S 16195 16198 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23836050 10060525568 48886 33554432000 1073741824 1073778376 140736303280320 140102439078056 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16198/tid=16203] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16203/stat : 16203 (java) S 16195 16198 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23836050 10060525568 48886 33554432000 1073741824 1073778376 140736303280320 140102319729192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16198/tid=16204] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16204/stat : 16204 (java) S 16195 16198 8337 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 23836050 10060525568 48886 33554432000 1073741824 1073778376 140736303280320 140102318676392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16198/tid=16205] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16205/stat : 16205 (java) S 16195 16198 8337 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23836050 10060525568 48886 33554432000 1073741824 1073778376 140736303280320 140102317624104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16198/tid=16206] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16206/stat : 16206 (java) S 16195 16198 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23836050 10060525568 48886 33554432000 1073741824 1073778376 140736303280320 140102316571304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16198/tid=16207] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16207/stat : 16207 (java) S 16195 16198 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23836050 10060525568 48886 33554432000 1073741824 1073778376 140736303280320 140102315519016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16198/tid=16208] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16208/stat : 16208 (java) S 16195 16198 8337 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23836050 10060525568 48886 33554432000 1073741824 1073778376 140736303280320 140102314466216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16198/tid=16209] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16209/stat : 16209 (java) S 16195 16198 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23836051 10060525568 48886 33554432000 1073741824 1073778376 140736303280320 140101832136936 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16198/tid=16210] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16210/stat : 16210 (java) S 16195 16198 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23836051 10060525568 48886 33554432000 1073741824 1073778376 140736303280320 140101831083000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16198/tid=16211] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16211/stat : 16211 (java) S 16195 16198 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23836051 10060525568 48886 33554432000 1073741824 1073778376 140736303280320 140101830030600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16198/tid=16212] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16212/stat : 16212 (java) S 16195 16198 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23836054 10060525568 48886 33554432000 1073741824 1073778376 140736303280320 140101828979088 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16198/tid=16213] ppid=16195 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/16198/task/16213/stat : 16213 (java) S 16195 16198 8337 0 -1 4202560 5583 0 0 0 85 0 0 0 20 0 22 0 23836054 10060525568 48886 33554432000 1073741824 1073778376 140736303280320 140101827926712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16198/tid=16214] ppid=16195 vsize=9824732 CPUtime=0.77 cores=1,3,5,7
/proc/16198/task/16214/stat : 16214 (java) S 16195 16198 8337 0 -1 4202560 10411 0 0 0 76 1 0 0 20 0 22 0 23836054 10060525568 48886 33554432000 1073741824 1073778376 140736303280320 140101826873912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16198/tid=16215] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16215/stat : 16215 (java) S 16195 16198 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23836054 10060525568 48886 33554432000 1073741824 1073778376 140736303280320 140101825821816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16198/tid=16216] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16216/stat : 16216 (java) S 16195 16198 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23836054 10060525568 48886 33554432000 1073741824 1073778376 140736303280320 140101824769224 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16198/tid=16217] ppid=16195 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/16198/task/16217/stat : 16217 (java) R 16195 16198 8337 0 -1 4202560 22 0 0 0 109 0 0 0 20 0 22 0 23836087 10060525568 48886 33554432000 1073741824 1073778376 140736303280320 140101823711632 140102320427671 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16198/tid=16218] ppid=16195 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/16198/task/16218/stat : 16218 (java) R 16195 16198 8337 0 -1 4202560 87 0 0 0 107 2 0 0 20 0 22 0 23836087 10060525568 48886 33554432000 1073741824 1073778376 140736303280320 140101822659272 140102320480884 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16198/tid=16219] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16219/stat : 16219 (java) S 16195 16198 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23836089 10060525568 48886 33554432000 1073741824 1073778376 140736303280320 140101821609128 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16198/tid=16220] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16220/stat : 16220 (java) S 16195 16198 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23836089 10060525568 48886 33554432000 1073741824 1073778376 140736303280320 140101820556328 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 3.83 4.21 4.31 5/219 16220
/proc/meminfo: memFree=27743376/32872528 swapFree=1499884/1696108
[pid=16198] ppid=16195 vsize=9824732 CPUtime=8.25 cores=1,3,5,7
/proc/16198/stat : 16198 (java) S 16195 16198 8337 0 -1 4202496 23789 0 1 0 818 7 0 0 20 0 22 0 23836048 10060525568 51026 33554432000 1073741824 1073778376 140736303280320 140736303271456 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16198/statm: 2456183 51026 2288 9 0 2446860 0
[pid=16198/tid=16199] ppid=16195 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/16198/task/16199/stat : 16199 (java) S 16195 16198 8337 0 -1 4202560 2450 0 1 0 34 2 0 0 20 0 22 0 23836049 10060525568 51026 33554432000 1073741824 1073778376 140736303280320 140102478639992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16198/tid=16201] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16201/stat : 16201 (java) S 16195 16198 8337 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 23836050 10060525568 51026 33554432000 1073741824 1073778376 140736303280320 140102440130856 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16198/tid=16202] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16202/stat : 16202 (java) S 16195 16198 8337 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 23836050 10060525568 51026 33554432000 1073741824 1073778376 140736303280320 140102439078056 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16198/tid=16203] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16203/stat : 16203 (java) S 16195 16198 8337 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 23836050 10060525568 51026 33554432000 1073741824 1073778376 140736303280320 140102319729192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16198/tid=16204] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16204/stat : 16204 (java) S 16195 16198 8337 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 23836050 10060525568 51026 33554432000 1073741824 1073778376 140736303280320 140102318676392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16198/tid=16205] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16205/stat : 16205 (java) S 16195 16198 8337 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 23836050 10060525568 51026 33554432000 1073741824 1073778376 140736303280320 140102317624104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16198/tid=16206] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16206/stat : 16206 (java) S 16195 16198 8337 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 23836050 10060525568 51026 33554432000 1073741824 1073778376 140736303280320 140102316571304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16198/tid=16207] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16207/stat : 16207 (java) S 16195 16198 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23836050 10060525568 51026 33554432000 1073741824 1073778376 140736303280320 140102315519016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16198/tid=16208] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16208/stat : 16208 (java) S 16195 16198 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23836050 10060525568 51026 33554432000 1073741824 1073778376 140736303280320 140102314466216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16198/tid=16209] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16209/stat : 16209 (java) S 16195 16198 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23836051 10060525568 51026 33554432000 1073741824 1073778376 140736303280320 140101832136936 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16198/tid=16210] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16210/stat : 16210 (java) S 16195 16198 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23836051 10060525568 51026 33554432000 1073741824 1073778376 140736303280320 140101831083000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16198/tid=16211] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16211/stat : 16211 (java) S 16195 16198 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23836051 10060525568 51026 33554432000 1073741824 1073778376 140736303280320 140101830030600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16198/tid=16212] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16212/stat : 16212 (java) S 16195 16198 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23836054 10060525568 51026 33554432000 1073741824 1073778376 140736303280320 140101828979088 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16198/tid=16213] ppid=16195 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/16198/task/16213/stat : 16213 (java) S 16195 16198 8337 0 -1 4202560 7370 0 0 0 103 2 0 0 20 0 22 0 23836054 10060525568 51026 33554432000 1073741824 1073778376 140736303280320 140101827926712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16198/tid=16214] ppid=16195 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/16198/task/16214/stat : 16214 (java) S 16195 16198 8337 0 -1 4202560 12539 0 0 0 137 1 0 0 20 0 22 0 23836054 10060525568 51026 33554432000 1073741824 1073778376 140736303280320 140101826873912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16198/tid=16215] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16215/stat : 16215 (java) S 16195 16198 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23836054 10060525568 51026 33554432000 1073741824 1073778376 140736303280320 140101825821816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16198/tid=16216] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16216/stat : 16216 (java) S 16195 16198 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23836054 10060525568 51026 33554432000 1073741824 1073778376 140736303280320 140101824769224 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16198/tid=16217] ppid=16195 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/16198/task/16217/stat : 16217 (java) R 16195 16198 8337 0 -1 4202560 23 0 0 0 267 0 0 0 20 0 22 0 23836087 10060525568 51026 33554432000 1073741824 1073778376 140736303280320 140101823711848 140102320495534 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16198/tid=16218] ppid=16195 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/16198/task/16218/stat : 16218 (java) R 16195 16198 8337 0 -1 4202560 88 0 0 0 265 2 0 0 20 0 22 0 23836087 10060525568 51026 33554432000 1073741824 1073778376 140736303280320 140101822659440 140102320452020 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16198/tid=16219] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16219/stat : 16219 (java) S 16195 16198 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23836089 10060525568 51026 33554432000 1073741824 1073778376 140736303280320 140101821609128 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16198/tid=16220] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16220/stat : 16220 (java) S 16195 16198 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23836089 10060525568 51026 33554432000 1073741824 1073778376 140736303280320 140101820556328 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.25
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 3.83 4.21 4.31 6/219 16220
/proc/meminfo: memFree=27739892/32872528 swapFree=1499884/1696108
[pid=16198] ppid=16195 vsize=9824732 CPUtime=14.7 cores=1,3,5,7
/proc/16198/stat : 16198 (java) S 16195 16198 8337 0 -1 4202496 23843 0 1 0 1462 8 0 0 20 0 22 0 23836048 10060525568 49535 33554432000 1073741824 1073778376 140736303280320 140736303271456 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16198/statm: 2456183 49535 2288 9 0 2446860 0
[pid=16198/tid=16199] ppid=16195 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/16198/task/16199/stat : 16199 (java) S 16195 16198 8337 0 -1 4202560 2450 0 1 0 34 2 0 0 20 0 22 0 23836049 10060525568 49535 33554432000 1073741824 1073778376 140736303280320 140102478639992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16198/tid=16201] ppid=16195 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16198/task/16201/stat : 16201 (java) S 16195 16198 8337 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 23836050 10060525568 49535 33554432000 1073741824 1073778376 140736303280320 140102440130856 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16198/tid=16202] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16202/stat : 16202 (java) S 16195 16198 8337 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 23836050 10060525568 49535 33554432000 1073741824 1073778376 140736303280320 140102439078056 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16198/tid=16203] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16203/stat : 16203 (java) S 16195 16198 8337 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 23836050 10060525568 49535 33554432000 1073741824 1073778376 140736303280320 140102319729192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16198/tid=16204] ppid=16195 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16198/task/16204/stat : 16204 (java) S 16195 16198 8337 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 22 0 23836050 10060525568 49535 33554432000 1073741824 1073778376 140736303280320 140102318676392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16198/tid=16205] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16205/stat : 16205 (java) S 16195 16198 8337 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 23836050 10060525568 49535 33554432000 1073741824 1073778376 140736303280320 140102317624104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16198/tid=16206] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16206/stat : 16206 (java) S 16195 16198 8337 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 23836050 10060525568 49535 33554432000 1073741824 1073778376 140736303280320 140102316571304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16198/tid=16207] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16207/stat : 16207 (java) S 16195 16198 8337 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 23836050 10060525568 49535 33554432000 1073741824 1073778376 140736303280320 140102315519016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16198/tid=16208] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

[pid=16198/tid=16218] ppid=16195 vsize=9824732 CPUtime=814.36 cores=1,3,5,7
/proc/16198/task/16218/stat : 16218 (java) R 16195 16198 8337 0 -1 4202560 3268 0 0 0 81417 19 0 0 20 0 22 0 23836087 10060525568 113511 33554432000 1073741824 1073778376 140736303280320 140101822658960 140102320451706 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16198/tid=16219] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16219/stat : 16219 (java) S 16195 16198 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23836089 10060525568 113511 33554432000 1073741824 1073778376 140736303280320 140101821609128 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16198/tid=16220] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16220/stat : 16220 (java) S 16195 16198 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23836089 10060525568 113511 33554432000 1073741824 1073778376 140736303280320 140101820556328 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1654.65
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.27 4.21 4.24 5/219 16499
/proc/meminfo: memFree=28759288/32872528 swapFree=1499884/1696108
[pid=16198] ppid=16195 vsize=9824732 CPUtime=1775.24 cores=1,3,5,7
/proc/16198/stat : 16198 (java) S 16195 16198 8337 0 -1 4202496 32326 0 1 0 177389 135 0 0 20 0 22 0 23836048 10060525568 115037 33554432000 1073741824 1073778376 140736303280320 140736303271456 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16198/statm: 2456183 115037 2297 9 0 2446860 0
[pid=16198/tid=16199] ppid=16195 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/16198/task/16199/stat : 16199 (java) S 16195 16198 8337 0 -1 4202560 2455 0 1 0 37 4 0 0 20 0 22 0 23836049 10060525568 115037 33554432000 1073741824 1073778376 140736303280320 140102478639992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16198/tid=16201] ppid=16195 vsize=9824732 CPUtime=3.02 cores=1,3,5,7
/proc/16198/task/16201/stat : 16201 (java) S 16195 16198 8337 0 -1 4202560 575 0 0 0 295 7 0 0 20 0 22 0 23836050 10060525568 115037 33554432000 1073741824 1073778376 140736303280320 140102440130856 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16198/tid=16202] ppid=16195 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/16198/task/16202/stat : 16202 (java) S 16195 16198 8337 0 -1 4202560 468 0 0 0 282 8 0 0 20 0 22 0 23836050 10060525568 115037 33554432000 1073741824 1073778376 140736303280320 140102439078056 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16198/tid=16203] ppid=16195 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/16198/task/16203/stat : 16203 (java) S 16195 16198 8337 0 -1 4202560 563 0 0 0 284 7 0 0 20 0 22 0 23836050 10060525568 115037 33554432000 1073741824 1073778376 140736303280320 140102319729192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16198/tid=16204] ppid=16195 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/16198/task/16204/stat : 16204 (java) S 16195 16198 8337 0 -1 4202560 488 0 0 0 288 8 0 0 20 0 22 0 23836050 10060525568 115037 33554432000 1073741824 1073778376 140736303280320 140102318676392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16198/tid=16205] ppid=16195 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/16198/task/16205/stat : 16205 (java) S 16195 16198 8337 0 -1 4202560 343 0 0 0 289 6 0 0 20 0 22 0 23836050 10060525568 115037 33554432000 1073741824 1073778376 140736303280320 140102317624104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16198/tid=16206] ppid=16195 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/16198/task/16206/stat : 16206 (java) S 16195 16198 8337 0 -1 4202560 367 0 0 0 288 7 0 0 20 0 22 0 23836050 10060525568 115037 33554432000 1073741824 1073778376 140736303280320 140102316571304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16198/tid=16207] ppid=16195 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/16198/task/16207/stat : 16207 (java) S 16195 16198 8337 0 -1 4202560 609 0 0 0 288 8 0 0 20 0 22 0 23836050 10060525568 115037 33554432000 1073741824 1073778376 140736303280320 140102315519016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16198/tid=16208] ppid=16195 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/16198/task/16208/stat : 16208 (java) S 16195 16198 8337 0 -1 4202560 440 0 0 0 281 8 0 0 20 0 22 0 23836050 10060525568 115037 33554432000 1073741824 1073778376 140736303280320 140102314466216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16198/tid=16209] ppid=16195 vsize=9824732 CPUtime=0.77 cores=1,3,5,7
/proc/16198/task/16209/stat : 16209 (java) S 16195 16198 8337 0 -1 4202560 328 0 0 0 41 36 0 0 20 0 22 0 23836051 10060525568 115037 33554432000 1073741824 1073778376 140736303280320 140101832136936 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16198/tid=16210] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16210/stat : 16210 (java) S 16195 16198 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23836051 10060525568 115037 33554432000 1073741824 1073778376 140736303280320 140101831083000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16198/tid=16211] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16211/stat : 16211 (java) S 16195 16198 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23836051 10060525568 115037 33554432000 1073741824 1073778376 140736303280320 140101830030600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16198/tid=16212] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16212/stat : 16212 (java) S 16195 16198 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23836054 10060525568 115037 33554432000 1073741824 1073778376 140736303280320 140101828979088 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16198/tid=16213] ppid=16195 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/16198/task/16213/stat : 16213 (java) S 16195 16198 8337 0 -1 4202560 7370 0 0 0 109 2 0 0 20 0 22 0 23836054 10060525568 115037 33554432000 1073741824 1073778376 140736303280320 140101827926712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16198/tid=16214] ppid=16195 vsize=9824732 CPUtime=1.96 cores=1,3,5,7
/proc/16198/task/16214/stat : 16214 (java) S 16195 16198 8337 0 -1 4202560 12545 0 0 0 195 1 0 0 20 0 22 0 23836054 10060525568 115037 33554432000 1073741824 1073778376 140736303280320 140101826873912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16198/tid=16215] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16215/stat : 16215 (java) S 16195 16198 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23836054 10060525568 115037 33554432000 1073741824 1073778376 140736303280320 140101825821816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16198/tid=16216] ppid=16195 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/16198/task/16216/stat : 16216 (java) S 16195 16198 8337 0 -1 4202560 51 0 0 0 12 22 0 0 20 0 22 0 23836054 10060525568 115037 33554432000 1073741824 1073778376 140736303280320 140101824769224 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16198/tid=16217] ppid=16195 vsize=9824732 CPUtime=873.6 cores=1,3,5,7
/proc/16198/task/16217/stat : 16217 (java) R 16195 16198 8337 0 -1 4202560 723 0 0 0 87343 17 0 0 20 0 22 0 23836087 10060525568 115037 33554432000 1073741824 1073778376 140736303280320 140101823712480 140102320405445 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16198/tid=16218] ppid=16195 vsize=9824732 CPUtime=873.86 cores=1,3,5,7
/proc/16198/task/16218/stat : 16218 (java) R 16195 16198 8337 0 -1 4202560 3737 0 0 0 87366 20 0 0 20 0 22 0 23836087 10060525568 115037 33554432000 1073741824 1073778376 140736303280320 140101822658784 140102320480800 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16198/tid=16219] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16219/stat : 16219 (java) S 16195 16198 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23836089 10060525568 115037 33554432000 1073741824 1073778376 140736303280320 140101821609128 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16198/tid=16220] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16220/stat : 16220 (java) S 16195 16198 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23836089 10060525568 115037 33554432000 1073741824 1073778376 140736303280320 140101820556328 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1775.24
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.801 s]
/proc/loadavg: 4.21 4.20 4.24 5/219 16499
/proc/meminfo: memFree=28760896/32872528 swapFree=1499884/1696108
[pid=16198] ppid=16195 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/16198/stat : 16198 (java) S 16195 16198 8337 0 -1 4202496 32367 0 1 0 179866 136 0 0 20 0 22 0 23836048 10060525568 114290 33554432000 1073741824 1073778376 140736303280320 140736303271456 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16198/statm: 2456183 114290 2297 9 0 2446860 0
[pid=16198/tid=16199] ppid=16195 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/16198/task/16199/stat : 16199 (java) S 16195 16198 8337 0 -1 4202560 2456 0 1 0 37 4 0 0 20 0 22 0 23836049 10060525568 114290 33554432000 1073741824 1073778376 140736303280320 140102478639992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16198/tid=16201] ppid=16195 vsize=9824732 CPUtime=3.05 cores=1,3,5,7
/proc/16198/task/16201/stat : 16201 (java) S 16195 16198 8337 0 -1 4202560 575 0 0 0 298 7 0 0 20 0 22 0 23836050 10060525568 114290 33554432000 1073741824 1073778376 140736303280320 140102440130856 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16198/tid=16202] ppid=16195 vsize=9824732 CPUtime=2.92 cores=1,3,5,7
/proc/16198/task/16202/stat : 16202 (java) S 16195 16198 8337 0 -1 4202560 468 0 0 0 284 8 0 0 20 0 22 0 23836050 10060525568 114290 33554432000 1073741824 1073778376 140736303280320 140102439078056 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16198/tid=16203] ppid=16195 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/16198/task/16203/stat : 16203 (java) S 16195 16198 8337 0 -1 4202560 563 0 0 0 286 7 0 0 20 0 22 0 23836050 10060525568 114290 33554432000 1073741824 1073778376 140736303280320 140102319729192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16198/tid=16204] ppid=16195 vsize=9824732 CPUtime=3.01 cores=1,3,5,7
/proc/16198/task/16204/stat : 16204 (java) S 16195 16198 8337 0 -1 4202560 489 0 0 0 293 8 0 0 20 0 22 0 23836050 10060525568 114290 33554432000 1073741824 1073778376 140736303280320 140102318676392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16198/tid=16205] ppid=16195 vsize=9824732 CPUtime=2.99 cores=1,3,5,7
/proc/16198/task/16205/stat : 16205 (java) S 16195 16198 8337 0 -1 4202560 343 0 0 0 293 6 0 0 20 0 22 0 23836050 10060525568 114290 33554432000 1073741824 1073778376 140736303280320 140102317624104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16198/tid=16206] ppid=16195 vsize=9824732 CPUtime=2.99 cores=1,3,5,7
/proc/16198/task/16206/stat : 16206 (java) S 16195 16198 8337 0 -1 4202560 367 0 0 0 292 7 0 0 20 0 22 0 23836050 10060525568 114290 33554432000 1073741824 1073778376 140736303280320 140102316571304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16198/tid=16207] ppid=16195 vsize=9824732 CPUtime=2.99 cores=1,3,5,7
/proc/16198/task/16207/stat : 16207 (java) S 16195 16198 8337 0 -1 4202560 609 0 0 0 291 8 0 0 20 0 22 0 23836050 10060525568 114290 33554432000 1073741824 1073778376 140736303280320 140102315519016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16198/tid=16208] ppid=16195 vsize=9824732 CPUtime=2.92 cores=1,3,5,7
/proc/16198/task/16208/stat : 16208 (java) S 16195 16198 8337 0 -1 4202560 440 0 0 0 284 8 0 0 20 0 22 0 23836050 10060525568 114290 33554432000 1073741824 1073778376 140736303280320 140102314466216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16198/tid=16209] ppid=16195 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/16198/task/16209/stat : 16209 (java) S 16195 16198 8337 0 -1 4202560 360 0 0 0 71 37 0 0 20 0 22 0 23836051 10060525568 114290 33554432000 1073741824 1073778376 140736303280320 140101832136936 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16198/tid=16210] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16210/stat : 16210 (java) S 16195 16198 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23836051 10060525568 114290 33554432000 1073741824 1073778376 140736303280320 140101831083000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16198/tid=16211] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16211/stat : 16211 (java) S 16195 16198 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23836051 10060525568 114290 33554432000 1073741824 1073778376 140736303280320 140101830030600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16198/tid=16212] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16212/stat : 16212 (java) S 16195 16198 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23836054 10060525568 114290 33554432000 1073741824 1073778376 140736303280320 140101828979088 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16198/tid=16213] ppid=16195 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/16198/task/16213/stat : 16213 (java) S 16195 16198 8337 0 -1 4202560 7370 0 0 0 109 2 0 0 20 0 22 0 23836054 10060525568 114290 33554432000 1073741824 1073778376 140736303280320 140101827926712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16198/tid=16214] ppid=16195 vsize=9824732 CPUtime=1.96 cores=1,3,5,7
/proc/16198/task/16214/stat : 16214 (java) S 16195 16198 8337 0 -1 4202560 12545 0 0 0 195 1 0 0 20 0 22 0 23836054 10060525568 114290 33554432000 1073741824 1073778376 140736303280320 140101826873912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16198/tid=16215] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16215/stat : 16215 (java) S 16195 16198 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23836054 10060525568 114290 33554432000 1073741824 1073778376 140736303280320 140101825821816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16198/tid=16216] ppid=16195 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/16198/task/16216/stat : 16216 (java) S 16195 16198 8337 0 -1 4202560 51 0 0 0 12 22 0 0 20 0 22 0 23836054 10060525568 114290 33554432000 1073741824 1073778376 140736303280320 140101824769224 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16198/tid=16217] ppid=16195 vsize=9824732 CPUtime=885.7 cores=1,3,5,7
/proc/16198/task/16217/stat : 16217 (java) R 16195 16198 8337 0 -1 4202560 729 0 0 0 88553 17 0 0 20 0 22 0 23836087 10060525568 114290 33554432000 1073741824 1073778376 140736303280320 140101823712496 140102320405445 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16198/tid=16218] ppid=16195 vsize=9824732 CPUtime=885.96 cores=1,3,5,7
/proc/16198/task/16218/stat : 16218 (java) R 16195 16198 8337 0 -1 4202560 3738 0 0 0 88576 20 0 0 20 0 22 0 23836087 10060525568 114290 33554432000 1073741824 1073778376 140736303280320 140101822658960 140102320418143 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16198/tid=16219] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16219/stat : 16219 (java) S 16195 16198 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23836089 10060525568 114290 33554432000 1073741824 1073778376 140736303280320 140101821609128 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16198/tid=16220] ppid=16195 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16220/stat : 16220 (java) S 16195 16198 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23836089 10060525568 114290 33554432000 1073741824 1073778376 140736303280320 140101820556328 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 16198 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.906 s]
/proc/loadavg: 4.21 4.20 4.24 5/219 16499
/proc/meminfo: memFree=28760896/32872528 swapFree=1499884/1696108
[pid=16198] ppid=16195 vsize=9957860 CPUtime=1800.41 cores=1,3,5,7
/proc/16198/stat : 16198 (java) S 16195 16198 8337 0 -1 4202496 32402 0 1 0 179876 165 0 0 20 0 20 0 23836048 10196848640 114306 33554432000 1073741824 1073778376 140736303280320 140736303271456 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16198/statm: 2489465 114306 2298 9 0 2480142 0
[pid=16198/tid=16199] ppid=16195 vsize=9957860 CPUtime=0.41 cores=1,3,5,7
/proc/16198/task/16199/stat : 16199 (java) S 16195 16198 8337 0 -1 4202560 2456 0 1 0 37 4 0 0 20 0 20 0 23836049 10196848640 114306 33554432000 1073741824 1073778376 140736303280320 140102478639992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16198/tid=16201] ppid=16195 vsize=9957860 CPUtime=3.05 cores=1,3,5,7
/proc/16198/task/16201/stat : 16201 (java) S 16195 16198 8337 0 -1 4202560 575 0 0 0 298 7 0 0 20 0 20 0 23836050 10196848640 114306 33554432000 1073741824 1073778376 140736303280320 140102440130856 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16198/tid=16202] ppid=16195 vsize=9957860 CPUtime=2.92 cores=1,3,5,7
/proc/16198/task/16202/stat : 16202 (java) S 16195 16198 8337 0 -1 4202560 468 0 0 0 284 8 0 0 20 0 20 0 23836050 10196848640 114306 33554432000 1073741824 1073778376 140736303280320 140102439078056 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16198/tid=16203] ppid=16195 vsize=9957860 CPUtime=2.93 cores=1,3,5,7
/proc/16198/task/16203/stat : 16203 (java) S 16195 16198 8337 0 -1 4202560 563 0 0 0 286 7 0 0 20 0 20 0 23836050 10196848640 114306 33554432000 1073741824 1073778376 140736303280320 140102319729192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16198/tid=16204] ppid=16195 vsize=9957860 CPUtime=3.01 cores=1,3,5,7
/proc/16198/task/16204/stat : 16204 (java) S 16195 16198 8337 0 -1 4202560 489 0 0 0 293 8 0 0 20 0 20 0 23836050 10196848640 114306 33554432000 1073741824 1073778376 140736303280320 140102318676392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16198/tid=16205] ppid=16195 vsize=9957860 CPUtime=2.99 cores=1,3,5,7
/proc/16198/task/16205/stat : 16205 (java) S 16195 16198 8337 0 -1 4202560 343 0 0 0 293 6 0 0 20 0 20 0 23836050 10196848640 114306 33554432000 1073741824 1073778376 140736303280320 140102317624104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16198/tid=16206] ppid=16195 vsize=9957860 CPUtime=2.99 cores=1,3,5,7
/proc/16198/task/16206/stat : 16206 (java) S 16195 16198 8337 0 -1 4202560 367 0 0 0 292 7 0 0 20 0 20 0 23836050 10196848640 114306 33554432000 1073741824 1073778376 140736303280320 140102316571304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16198/tid=16207] ppid=16195 vsize=9957860 CPUtime=2.99 cores=1,3,5,7
/proc/16198/task/16207/stat : 16207 (java) S 16195 16198 8337 0 -1 4202560 609 0 0 0 291 8 0 0 20 0 20 0 23836050 10196848640 114306 33554432000 1073741824 1073778376 140736303280320 140102315519016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16198/tid=16208] ppid=16195 vsize=9957860 CPUtime=2.92 cores=1,3,5,7
/proc/16198/task/16208/stat : 16208 (java) S 16195 16198 8337 0 -1 4202560 440 0 0 0 284 8 0 0 20 0 20 0 23836050 10196848640 114306 33554432000 1073741824 1073778376 140736303280320 140102314466216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16198/tid=16209] ppid=16195 vsize=9957860 CPUtime=1.08 cores=1,3,5,7
/proc/16198/task/16209/stat : 16209 (java) S 16195 16198 8337 0 -1 4202560 360 0 0 0 71 37 0 0 20 0 20 0 23836051 10196848640 114306 33554432000 1073741824 1073778376 140736303280320 140101832136936 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16198/tid=16210] ppid=16195 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16210/stat : 16210 (java) S 16195 16198 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 23836051 10196848640 114306 33554432000 1073741824 1073778376 140736303280320 140101831083000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16198/tid=16211] ppid=16195 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16211/stat : 16211 (java) S 16195 16198 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 23836051 10196848640 114306 33554432000 1073741824 1073778376 140736303280320 140101830030600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16198/tid=16212] ppid=16195 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16212/stat : 16212 (java) S 16195 16198 8337 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 23836054 10196848640 114306 33554432000 1073741824 1073778376 140736303280320 140101828979088 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16198/tid=16213] ppid=16195 vsize=9957860 CPUtime=1.11 cores=1,3,5,7
/proc/16198/task/16213/stat : 16213 (java) S 16195 16198 8337 0 -1 4202560 7371 0 0 0 109 2 0 0 20 0 20 0 23836054 10196848640 114306 33554432000 1073741824 1073778376 140736303280320 140101827926712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16198/tid=16214] ppid=16195 vsize=9957860 CPUtime=2.01 cores=1,3,5,7
/proc/16198/task/16214/stat : 16214 (java) S 16195 16198 8337 0 -1 4202560 12546 0 0 0 200 1 0 0 20 0 20 0 23836054 10196848640 114306 33554432000 1073741824 1073778376 140736303280320 140101826873912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16198/tid=16215] ppid=16195 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/16198/task/16215/stat : 16215 (java) S 16195 16198 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 23836054 10196848640 114306 33554432000 1073741824 1073778376 140736303280320 140101825821816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16198/tid=16216] ppid=16195 vsize=9957860 CPUtime=0.34 cores=1,3,5,7
/proc/16198/task/16216/stat : 16216 (java) S 16195 16198 8337 0 -1 4202560 51 0 0 0 12 22 0 0 20 0 20 0 23836054 10196848640 114306 33554432000 1073741824 1073778376 140736303280320 140101824769224 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (KiB) 9957860

Child status: 143
Real time (s): 894.916
CPU time (s): 1800.81
CPU user time (s): 1799.03
CPU system time (s): 1.78073
CPU usage (%): 201.227
Max. virtual memory (cumulated for all children) (KiB): 9957860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 1.78073
maximum resident set size= 559472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32405
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45665
involuntary context switches= 77440

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.9331 second user time and 7.39588 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-18 04:45:03
IDJOB=4102538
IDBENCH=2134
IDSOLVER=2543
FILE ID=node137/4102538-1466217903
RUNJOBID= node137-1466206054-8354
PBS_JOBID= 19918140
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-4-c.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4102538-1466217903/watcher-4102538-1466217903 -o /tmp/evaluation-result-4102538-1466217903/solver-4102538-1466217903 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466206054-8354 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4102538-1466217903.opb

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

MD5SUM BENCH= 28753ff2e44c4cedb2d3a2e783f8d1a4
RANDOM SEED=1220687338

node137.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.486
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.97
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.486
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.486
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.486
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.486
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.486
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.38
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.486
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.56
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.486
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:        27937584 kB
Buffers:           96252 kB
Cached:           104848 kB
SwapCached:         1268 kB
Active:          2358864 kB
Inactive:         140984 kB
Active(anon):    2300464 kB
Inactive(anon):     1024 kB
Active(file):      58400 kB
Inactive(file):   139960 kB
Unevictable:     1696108 kB
Mlocked:         1499884 kB
SwapTotal:      67108856 kB
SwapFree:       67100004 kB
Dirty:               828 kB
Writeback:             0 kB
AnonPages:       4013320 kB
Mapped:            15472 kB
Shmem:                 0 kB
Slab:             602416 kB
SReclaimable:      45792 kB
SUnreclaim:       556624 kB
KernelStack:        1808 kB
PageTables:        12204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4908624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2445312 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= 71700 MiB
End job on node137 at 2016-06-18 04:59:58