Trace number 4116302

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.71 895.269

General information on the benchmark

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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4116302-1466959177.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  no objective function found
0.72/0.49	c ... done. Wall clock time 0.373s.
0.72/0.49	c declared #vars     4128
0.72/0.49	c #constraints  10048
1.03/0.50	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.03/0.50	c constraints type 
1.03/0.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
1.03/0.50	c org.sat4j.specs.Constr$1 => 936
1.03/0.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.03/0.50	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
1.03/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
1.03/0.50	c 10048 constraints processed.
1.03/0.50	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.03/0.50	c constraints type 
1.03/0.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.03/0.50	c org.sat4j.specs.Constr$1 => 936
1.03/0.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6726
1.03/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1722
1.03/0.50	c org.sat4j.pb.constraints.pb.UnitClausePB => 536
1.03/0.50	c 10048 constraints processed.
4.43/1.45	c cleaning 2496 clauses out of 4999 with flag 16873/5001
6.33/2.07	c cleaning 4243 clauses out of 8502 with flag 39517/11000
7.99/2.83	c cleaning 5622 clauses out of 11259 with flag 67020/18000
10.09/3.72	c cleaning 6815 clauses out of 13637 with flag 101388/26000
12.18/4.76	c cleaning 7898 clauses out of 15822 with flag 142055/35000
14.38/5.81	c cleaning 8954 clauses out of 17927 with flag 188735/45003
16.84/7.07	c cleaning 9956 clauses out of 19971 with flag 242016/56001
19.65/8.47	c cleaning 11009 clauses out of 22018 with flag 301433/68004
22.96/10.03	c cleaning 11998 clauses out of 24006 with flag 368576/81001
26.16/11.69	c cleaning 12983 clauses out of 26007 with flag 441866/95000
30.08/13.58	c cleaning 14004 clauses out of 28025 with flag 523745/110001
34.28/15.67	c cleaning 14998 clauses out of 30021 with flag 611686/126001
39.14/17.94	c cleaning 15976 clauses out of 32022 with flag 704927/143000
44.27/20.41	c cleaning 17017 clauses out of 34046 with flag 802826/161000
48.11/22.32	c cleaning 0 clauses out of 5001 with flag 0/5001
49.52/22.93	c cleaning 18006 clauses out of 36030 with flag 907810/180001
54.85/25.57	c cleaning 18998 clauses out of 38024 with flag 1021536/200001
61.61/28.83	c cleaning 19993 clauses out of 40025 with flag 1141426/221000
68.21/32.10	c cleaning 20994 clauses out of 42033 with flag 1267706/243001
75.16/35.55	c cleaning 21991 clauses out of 44038 with flag 1401459/266000
82.37/39.14	c cleaning 23012 clauses out of 46047 with flag 1538945/290000
90.66/43.29	c cleaning 24005 clauses out of 48038 with flag 1680371/315003
99.25/47.51	c cleaning 24959 clauses out of 50030 with flag 1830845/341000
108.16/51.99	c cleaning 26008 clauses out of 52072 with flag 1991572/368001
117.76/56.71	c cleaning 27018 clauses out of 54063 with flag 2155224/396000
127.89/61.71	c cleaning 27996 clauses out of 56045 with flag 2327424/425000
138.27/66.95	c cleaning 29021 clauses out of 58049 with flag 2506557/455000
149.82/72.63	c cleaning 29992 clauses out of 60030 with flag 2694375/486002
161.91/78.64	c cleaning 31006 clauses out of 62037 with flag 2884546/518001
174.32/84.83	c cleaning 31997 clauses out of 64031 with flag 3083706/551001
187.40/91.31	c cleaning 32981 clauses out of 66034 with flag 3286500/585001
201.27/98.20	c cleaning 34027 clauses out of 68053 with flag 3493222/620001
216.65/106.23	c cleaning 35011 clauses out of 70025 with flag 3706529/656000
231.70/113.76	c cleaning 35984 clauses out of 72014 with flag 3929748/693000
248.59/122.16	c cleaning 37011 clauses out of 74030 with flag 4158430/731000
265.69/130.65	c cleaning 37998 clauses out of 76019 with flag 4391744/770000
283.00/139.23	c cleaning 38976 clauses out of 78022 with flag 4630310/810001
293.20/144.33	c cleaning 0 clauses out of 11000 with flag 0/11000
300.93/148.12	c cleaning 40016 clauses out of 80045 with flag 4877427/851000
319.34/157.40	c cleaning 40999 clauses out of 82029 with flag 5131193/893000
339.75/167.44	c cleaning 41982 clauses out of 84030 with flag 5391267/936000
360.30/177.66	c cleaning 42975 clauses out of 86048 with flag 5661554/980000
383.00/188.91	c cleaning 44018 clauses out of 88073 with flag 5934263/1025000
407.30/201.09	c cleaning 45008 clauses out of 90055 with flag 6220243/1071000
431.85/213.21	c cleaning 45983 clauses out of 92047 with flag 6505042/1118000
456.93/225.79	c cleaning 47020 clauses out of 94065 with flag 6799690/1166001
482.25/238.31	c cleaning 47994 clauses out of 96044 with flag 7100405/1215000
508.77/251.54	c cleaning 48989 clauses out of 98050 with flag 7406481/1265000
536.79/265.40	c cleaning 50018 clauses out of 100061 with flag 7725420/1316000
564.33/279.19	c cleaning 50985 clauses out of 102043 with flag 8048453/1368000
594.74/294.82	c cleaning 52015 clauses out of 104058 with flag 8375404/1421000
623.39/309.13	c cleaning 52978 clauses out of 106043 with flag 8710230/1475000
656.15/325.42	c cleaning 54003 clauses out of 108067 with flag 9050177/1530002
689.20/341.84	c cleaning 54996 clauses out of 110062 with flag 9390953/1586000
721.29/357.89	c cleaning 56013 clauses out of 112067 with flag 9739899/1643001
755.50/374.82	c cleaning 57004 clauses out of 114053 with flag 10099504/1701000
789.97/391.91	c cleaning 58016 clauses out of 116049 with flag 10460246/1760000
821.37/407.66	c cleaning 58994 clauses out of 118033 with flag 10827369/1820000
853.18/423.58	c cleaning 59991 clauses out of 120039 with flag 11202942/1881000
887.52/440.63	c cleaning 61010 clauses out of 122048 with flag 11583465/1943000
921.53/457.63	c cleaning 61981 clauses out of 124038 with flag 11972925/2006000
956.94/475.33	c cleaning 62960 clauses out of 126057 with flag 12365867/2070000
993.91/493.78	c cleaning 64028 clauses out of 128098 with flag 12765049/2135001
1033.23/513.39	c cleaning 64992 clauses out of 130069 with flag 13170680/2201000
1073.56/533.41	c cleaning 65983 clauses out of 132078 with flag 13588399/2268001
1113.54/553.39	c cleaning 67016 clauses out of 134094 with flag 14007540/2336000
1160.96/576.72	c cleaning 68007 clauses out of 136078 with flag 14436029/2405000
1211.70/602.66	c cleaning 69015 clauses out of 138072 with flag 14862170/2475001
1260.97/627.13	c cleaning 70018 clauses out of 140057 with flag 15299125/2546001
1309.62/651.38	c cleaning 70996 clauses out of 142040 with flag 15738401/2618002
1339.17/666.03	c cleaning 0 clauses out of 18000 with flag 0/18000
1360.08/676.44	c cleaning 71994 clauses out of 144043 with flag 16181666/2691001
1415.28/703.97	c cleaning 72990 clauses out of 146048 with flag 16629244/2765000
1467.91/730.17	c cleaning 74006 clauses out of 148059 with flag 17087802/2840001
1522.22/757.15	c cleaning 74996 clauses out of 150053 with flag 17550957/2916001
1578.89/785.33	c cleaning 76009 clauses out of 152056 with flag 18021399/2993000
1636.48/813.93	c cleaning 76980 clauses out of 154050 with flag 18496431/3071003
1696.25/843.64	c cleaning 77992 clauses out of 156069 with flag 18979430/3150002
1757.47/874.02	c cleaning 79012 clauses out of 158075 with flag 19468224/3230000
1800.06/895.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/895.20	c starts		: 28539
1800.06/895.20	c conflicts		: 3290524
1800.06/895.20	c decisions		: 27398614
1800.06/895.20	c propagations		: 421337306
1800.06/895.20	c inspects		: 9488506139
1800.06/895.20	c shortcuts		: 0
1800.06/895.20	c learnt literals	: 2
1800.06/895.20	c learnt binary clauses	: 74
1800.06/895.20	c learnt ternary clauses	: 954
1800.06/895.20	c learnt constraints	: 3290522
1800.06/895.20	c ignored constraints	: 0
1800.06/895.20	c root simplifications	: 0
1800.06/895.20	c removed literals (reason simplification)	: 2858376
1800.06/895.20	c reason swapping (by a shorter reason)	: 0
1800.06/895.20	c Calls to reduceDB	: 76
1800.06/895.20	c Number of update (reduction) of LBD	: 715612
1800.06/895.20	c Imported unit clauses	: 0
1800.06/895.20	c number of reductions to clauses (during analyze)	: 0
1800.06/895.20	c number of learned constraints concerned by reduction	: 0
1800.06/895.20	c number of learning phase by resolution	: 0
1800.06/895.20	c number of learning phase by cutting planes	: 0
1800.06/895.20	c speed (assignments/second)	: 470928.4236527531
1800.06/895.20	c non guided choices	7473
1800.06/895.23	c learnt constraints type 
1800.06/895.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 74
1800.06/895.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 139513
1800.06/895.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/895.23	c starts		: 46
1800.06/895.23	c conflicts		: 20751
1800.06/895.23	c decisions		: 65055
1800.06/895.23	c propagations		: 2429267
1800.06/895.23	c inspects		: 713946623
1800.06/895.23	c shortcuts		: 0
1800.06/895.23	c learnt literals	: 0
1800.06/895.23	c learnt binary clauses	: 0
1800.06/895.23	c learnt ternary clauses	: 0
1800.06/895.23	c learnt constraints	: 20751
1800.06/895.23	c ignored constraints	: 0
1800.06/895.23	c root simplifications	: 0
1800.06/895.23	c removed literals (reason simplification)	: 0
1800.06/895.23	c reason swapping (by a shorter reason)	: 0
1800.06/895.23	c Calls to reduceDB	: 3
1800.06/895.23	c Number of update (reduction) of LBD	: 0
1800.06/895.23	c Imported unit clauses	: 0
1800.06/895.23	c number of reductions to clauses (during analyze)	: 0
1800.06/895.23	c number of learned constraints concerned by reduction	: 0
1800.06/895.23	c number of learning phase by resolution	: 0
1800.06/895.23	c number of learning phase by cutting planes	: 0
1800.06/895.23	c speed (assignments/second)	: 2715.12029488621
1800.06/895.23	c non guided choices	227
1800.06/895.24	c learnt constraints type 
1800.06/895.24	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 12
1800.06/895.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20739
1800.06/895.24	s UNKNOWN
1800.06/895.24	c Total wall clock time (in seconds): 895.118

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

pid=20696
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.13 4.26 4.25 4/197 20699
/proc/meminfo: memFree=26756688/32872528 swapFree=1437460/1543748
[pid=20699] ppid=20696 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/20699/stat : 20699 (java) R 20696 20699 18126 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 28957006 9445376 94 33554432000 1073741824 1073778376 140737126156928 140737126154056 266426478471 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20699/statm: 2306 97 76 9 0 38 0

[startup+0.100059 s]
/proc/loadavg: 4.13 4.26 4.25 4/197 20699
/proc/meminfo: memFree=26756688/32872528 swapFree=1437460/1543748
[pid=20699] ppid=20696 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/20699/stat : 20699 (java) S 20696 20699 18126 0 -1 4202496 4404 0 1 0 8 0 0 0 20 0 18 0 28957006 9787879424 6036 33554432000 1073741824 1073778376 140737126156928 140737126148064 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20699/statm: 2389619 6036 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 4.13 4.26 4.25 4/197 20699
/proc/meminfo: memFree=26756688/32872528 swapFree=1437460/1543748
[pid=20699] ppid=20696 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/20699/stat : 20699 (java) S 20696 20699 18126 0 -1 4202496 4683 0 1 0 23 1 0 0 20 0 18 0 28957006 9787879424 6786 33554432000 1073741824 1073778376 140737126156928 140737126148064 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20699/statm: 2389619 6786 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300226 s]
/proc/loadavg: 4.13 4.26 4.25 4/197 20699
/proc/meminfo: memFree=26756688/32872528 swapFree=1437460/1543748
[pid=20699] ppid=20696 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/20699/stat : 20699 (java) S 20696 20699 18126 0 -1 4202496 5720 0 1 0 46 1 0 0 20 0 18 0 28957006 9787879424 8346 33554432000 1073741824 1073778376 140737126156928 140737126148064 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20699/statm: 2389619 8346 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700186 s]
/proc/loadavg: 4.13 4.26 4.25 4/197 20699
/proc/meminfo: memFree=26756688/32872528 swapFree=1437460/1543748
[pid=20699] ppid=20696 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/20699/stat : 20699 (java) S 20696 20699 18126 0 -1 4202496 14407 0 1 0 178 3 0 0 20 0 22 0 28957006 10060525568 23118 33554432000 1073741824 1073778376 140737126156928 140737126148064 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20699/statm: 2456183 23118 2267 9 0 2446860 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 9824732

[startup+1.50088 s]
/proc/loadavg: 4.13 4.26 4.25 8/219 20721
/proc/meminfo: memFree=26631336/32872528 swapFree=1437460/1543748
[pid=20699] ppid=20696 vsize=9824732 CPUtime=4.82 cores=0,2,4,6
/proc/20699/stat : 20699 (java) S 20696 20699 18126 0 -1 4202496 23102 0 1 0 475 7 0 0 20 0 22 0 28957006 10060525568 48207 33554432000 1073741824 1073778376 140737126156928 140737126148064 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20699/statm: 2456183 48207 2292 9 0 2446860 0
[pid=20699/tid=20701] ppid=20696 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/20699/task/20701/stat : 20701 (java) S 20696 20699 18126 0 -1 4202560 2439 0 1 0 45 1 0 0 20 0 22 0 28957007 10060525568 48207 33554432000 1073741824 1073778376 140737126156928 140545591444344 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20699/tid=20702] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20702/stat : 20702 (java) S 20696 20699 18126 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 28957008 10060525568 48207 33554432000 1073741824 1073778376 140737126156928 140545563896488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20699/tid=20703] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20703/stat : 20703 (java) S 20696 20699 18126 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28957008 10060525568 48207 33554432000 1073741824 1073778376 140737126156928 140545562843944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20699/tid=20704] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20704/stat : 20704 (java) S 20696 20699 18126 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28957008 10060525568 48207 33554432000 1073741824 1073778376 140737126156928 140545561791400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20705] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20705/stat : 20705 (java) S 20696 20699 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28957008 10060525568 48207 33554432000 1073741824 1073778376 140737126156928 140545560738856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20699/tid=20706] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20706/stat : 20706 (java) S 20696 20699 18126 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28957008 10060525568 48207 33554432000 1073741824 1073778376 140737126156928 140545559685288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20707] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20707/stat : 20707 (java) S 20696 20699 18126 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28957008 10060525568 48207 33554432000 1073741824 1073778376 140737126156928 140545558632744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20708] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20708/stat : 20708 (java) S 20696 20699 18126 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28957008 10060525568 48207 33554432000 1073741824 1073778376 140737126156928 140545428597160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20699/tid=20709] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20709/stat : 20709 (java) S 20696 20699 18126 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28957008 10060525568 48207 33554432000 1073741824 1073778376 140737126156928 140545427544616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20710] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20710/stat : 20710 (java) S 20696 20699 18126 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 28957009 10060525568 48207 33554432000 1073741824 1073778376 140737126156928 140544944597608 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20699/tid=20711] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20711/stat : 20711 (java) S 20696 20699 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28957010 10060525568 48207 33554432000 1073741824 1073778376 140737126156928 140544943543928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20699/tid=20712] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20712/stat : 20712 (java) S 20696 20699 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28957010 10060525568 48207 33554432000 1073741824 1073778376 140737126156928 140544942491272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20713] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20713/stat : 20713 (java) S 20696 20699 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28957012 10060525568 48207 33554432000 1073741824 1073778376 140737126156928 140544941440016 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20714] ppid=20696 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/20699/task/20714/stat : 20714 (java) R 20696 20699 18126 0 -1 4202560 8710 0 0 0 109 2 0 0 20 0 22 0 28957012 10060525568 48207 33554432000 1073741824 1073778376 140737126156928 140544940373760 140545598123748 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=20699/tid=20715] ppid=20696 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/20699/task/20715/stat : 20715 (java) R 20696 20699 18126 0 -1 4202560 10487 0 0 0 125 2 0 0 20 0 22 0 28957012 10060525568 48207 33554432000 1073741824 1073778376 140737126156928 140544939333816 140545598233180 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20699/tid=20716] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20716/stat : 20716 (java) S 20696 20699 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28957012 10060525568 48207 33554432000 1073741824 1073778376 140737126156928 140544938281464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20699/tid=20717] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20717/stat : 20717 (java) S 20696 20699 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28957012 10060525568 48207 33554432000 1073741824 1073778376 140737126156928 140544937229128 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20718] ppid=20696 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/20699/task/20718/stat : 20718 (java) R 20696 20699 18126 0 -1 4202560 17 0 0 0 90 0 0 0 20 0 22 0 28957056 10060525568 48207 33554432000 1073741824 1073778376 140737126156928 140544936165536 140545440373031 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20719] ppid=20696 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/20699/task/20719/stat : 20719 (java) R 20696 20699 18126 0 -1 4202560 73 0 0 0 90 1 0 0 20 0 22 0 28957056 10060525568 48207 33554432000 1073741824 1073778376 140737126156928 140544935120608 140545440517201 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20699/tid=20720] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20720/stat : 20720 (java) S 20696 20699 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28957057 10060525568 48207 33554432000 1073741824 1073778376 140737126156928 140544934069800 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20699/tid=20721] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20721/stat : 20721 (java) S 20696 20699 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28957057 10060525568 48207 33554432000 1073741824 1073778376 140737126156928 140544933017256 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 4.13 4.26 4.25 6/219 20721
/proc/meminfo: memFree=26510820/32872528 swapFree=1437460/1543748
[pid=20699] ppid=20696 vsize=9824732 CPUtime=8.89 cores=0,2,4,6
/proc/20699/stat : 20699 (java) S 20696 20699 18126 0 -1 4202496 28077 0 1 0 874 15 0 0 20 0 22 0 28957006 10060525568 91722 33554432000 1073741824 1073778376 140737126156928 140737126148064 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20699/statm: 2456183 91722 2292 9 0 2446860 0
[pid=20699/tid=20701] ppid=20696 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/20699/task/20701/stat : 20701 (java) S 20696 20699 18126 0 -1 4202560 2440 0 1 0 45 1 0 0 20 0 22 0 28957007 10060525568 91722 33554432000 1073741824 1073778376 140737126156928 140545591444344 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20699/tid=20702] ppid=20696 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/20699/task/20702/stat : 20702 (java) S 20696 20699 18126 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 28957008 10060525568 91722 33554432000 1073741824 1073778376 140737126156928 140545563896488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20699/tid=20703] ppid=20696 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/20699/task/20703/stat : 20703 (java) S 20696 20699 18126 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 22 0 28957008 10060525568 91722 33554432000 1073741824 1073778376 140737126156928 140545562843944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20704] ppid=20696 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/20699/task/20704/stat : 20704 (java) S 20696 20699 18126 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 28957008 10060525568 91722 33554432000 1073741824 1073778376 140737126156928 140545561791400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20705] ppid=20696 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/20699/task/20705/stat : 20705 (java) S 20696 20699 18126 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 22 0 28957008 10060525568 91722 33554432000 1073741824 1073778376 140737126156928 140545560738856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20699/tid=20706] ppid=20696 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/20699/task/20706/stat : 20706 (java) S 20696 20699 18126 0 -1 4202560 17 0 0 0 2 1 0 0 20 0 22 0 28957008 10060525568 91722 33554432000 1073741824 1073778376 140737126156928 140545559685288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20707] ppid=20696 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/20699/task/20707/stat : 20707 (java) S 20696 20699 18126 0 -1 4202560 23 0 0 0 4 2 0 0 20 0 22 0 28957008 10060525568 91722 33554432000 1073741824 1073778376 140737126156928 140545558632744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20699/tid=20708] ppid=20696 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/20699/task/20708/stat : 20708 (java) S 20696 20699 18126 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 22 0 28957008 10060525568 91722 33554432000 1073741824 1073778376 140737126156928 140545428597160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20699/tid=20709] ppid=20696 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/20699/task/20709/stat : 20709 (java) S 20696 20699 18126 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 22 0 28957008 10060525568 91722 33554432000 1073741824 1073778376 140737126156928 140545427544616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20699/tid=20710] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20710/stat : 20710 (java) S 20696 20699 18126 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 28957009 10060525568 91722 33554432000 1073741824 1073778376 140737126156928 140544944597608 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20699/tid=20711] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20711/stat : 20711 (java) S 20696 20699 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28957010 10060525568 91722 33554432000 1073741824 1073778376 140737126156928 140544943543928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20699/tid=20712] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20712/stat : 20712 (java) S 20696 20699 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28957010 10060525568 91722 33554432000 1073741824 1073778376 140737126156928 140544942491272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20713] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20713/stat : 20713 (java) S 20696 20699 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28957012 10060525568 91722 33554432000 1073741824 1073778376 140737126156928 140544941440016 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20714] ppid=20696 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/20699/task/20714/stat : 20714 (java) S 20696 20699 18126 0 -1 4202560 11587 0 0 0 142 2 0 0 20 0 22 0 28957012 10060525568 91722 33554432000 1073741824 1073778376 140737126156928 140544940386360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20699/tid=20715] ppid=20696 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/20699/task/20715/stat : 20715 (java) S 20696 20699 18126 0 -1 4202560 12309 0 0 0 168 3 0 0 20 0 22 0 28957012 10060525568 91722 33554432000 1073741824 1073778376 140737126156928 140544939333816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20699/tid=20716] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20716/stat : 20716 (java) S 20696 20699 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28957012 10060525568 91722 33554432000 1073741824 1073778376 140737126156928 140544938281464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20699/tid=20717] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20717/stat : 20717 (java) S 20696 20699 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28957012 10060525568 91722 33554432000 1073741824 1073778376 140737126156928 140544937229128 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20718] ppid=20696 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/20699/task/20718/stat : 20718 (java) R 20696 20699 18126 0 -1 4202560 18 0 0 0 238 0 0 0 20 0 22 0 28957056 10060525568 91722 33554432000 1073741824 1073778376 140737126156928 140544936172416 140545440373346 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20719] ppid=20696 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/20699/task/20719/stat : 20719 (java) R 20696 20699 18126 0 -1 4202560 133 0 0 0 237 3 0 0 20 0 22 0 28957056 10060525568 91722 33554432000 1073741824 1073778376 140737126156928 140544935120840 140545440517175 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20699/tid=20720] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20720/stat : 20720 (java) S 20696 20699 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28957057 10060525568 91722 33554432000 1073741824 1073778376 140737126156928 140544934069800 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20699/tid=20721] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20721/stat : 20721 (java) S 20696 20699 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28957057 10060525568 91722 33554432000 1073741824 1073778376 140737126156928 140544933017256 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.89
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.20 4.27 4.25 5/219 20721
/proc/meminfo: memFree=26147156/32872528 swapFree=1437460/1543748
[pid=20699] ppid=20696 vsize=9824732 CPUtime=15.44 cores=0,2,4,6
/proc/20699/stat : 20699 (java) S 20696 20699 18126 0 -1 4202496 28595 0 1 0 1519 25 0 0 20 0 22 0 28957006 10060525568 161927 33554432000 1073741824 1073778376 140737126156928 140737126148064 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20699/statm: 2456183 161927 2292 9 0 2446860 0
[pid=20699/tid=20701] ppid=20696 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/20699/task/20701/stat : 20701 (java) S 20696 20699 18126 0 -1 4202560 2440 0 1 0 45 1 0 0 20 0 22 0 28957007 10060525568 161927 33554432000 1073741824 1073778376 140737126156928 140545591444344 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20702] ppid=20696 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/20699/task/20702/stat : 20702 (java) S 20696 20699 18126 0 -1 4202560 33 0 0 0 6 0 0 0 20 0 22 0 28957008 10060525568 161927 33554432000 1073741824 1073778376 140737126156928 140545563896488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20699/tid=20703] ppid=20696 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/20699/task/20703/stat : 20703 (java) S 20696 20699 18126 0 -1 4202560 34 0 0 0 6 2 0 0 20 0 22 0 28957008 10060525568 161927 33554432000 1073741824 1073778376 140737126156928 140545562843944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20699/tid=20704] ppid=20696 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/20699/task/20704/stat : 20704 (java) S 20696 20699 18126 0 -1 4202560 40 0 0 0 7 2 0 0 20 0 22 0 28957008 10060525568 161927 33554432000 1073741824 1073778376 140737126156928 140545561791400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20705] ppid=20696 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/20699/task/20705/stat : 20705 (java) S 20696 20699 18126 0 -1 4202560 25 0 0 0 6 0 0 0 20 0 22 0 28957008 10060525568 161927 33554432000 1073741824 1073778376 140737126156928 140545560738856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20699/tid=20706] ppid=20696 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/20699/task/20706/stat : 20706 (java) S 20696 20699 18126 0 -1 4202560 39 0 0 0 7 2 0 0 20 0 22 0 28957008 10060525568 161927 33554432000 1073741824 1073778376 140737126156928 140545559685288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20699/tid=20707] ppid=20696 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/20699/task/20707/stat : 20707 (java) S 20696 20699 18126 0 -1 4202560 42 0 0 0 7 2 0 0 20 0 22 0 28957008 10060525568 161927 33554432000 1073741824 1073778376 140737126156928 140545558632744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20699/tid=20708] ppid=20696 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/20699/task/20708/stat : 20708 (java) S 20696 20699 18126 0 -1 4202560 28 0 0 0 6 1 0 0 20 0 22 0 28957008 10060525568 161927 33554432000 1073741824 1073778376 140737126156928 140545428597160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20699/tid=20709] ppid=20696 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/20699/task/20709/stat : 20709 (java) S 20696 20699 18126 0 -1 4202560 21 0 0 0 5 2 0 0 20 0 22 0 28957008 10060525568 161927 33554432000 1073741824 1073778376 140737126156928 140545427544616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20699/tid=20710] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20710/stat : 20710 (java) S 20696 20699 18126 0 -1 4202560 464 0 0 0 0 0 0 0 20 0 22 0 28957009 10060525568 161927 33554432000 1073741824 1073778376 140737126156928 140544944597608 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20711] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20711/stat : 20711 (java) S 20696 20699 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28957010 10060525568 161927 33554432000 1073741824 1073778376 140737126156928 140544943543928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20699/tid=20712] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20712/stat : 20712 (java) S 20696 20699 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28957010 10060525568 161927 33554432000 1073741824 1073778376 140737126156928 140544942491272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20713] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20713/stat : 20713 (java) S 20696 20699 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28957012 10060525568 161927 33554432000 1073741824 1073778376 140737126156928 140544941440016 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20714] ppid=20696 vsize=9824732 CPUtime=1.46 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.10 4.19 4.23 6/219 20812
/proc/meminfo: memFree=22996212/32872528 swapFree=1437460/1543748
[pid=20699] ppid=20696 vsize=9824732 CPUtime=1653.41 cores=0,2,4,6
/proc/20699/stat : 20699 (java) S 20696 20699 18126 0 -1 4202496 39599 0 1 0 165145 196 0 0 20 0 22 0 28957006 10060525568 923281 33554432000 1073741824 1073778376 140737126156928 140737126148064 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20699/statm: 2456183 923281 2301 9 0 2446860 0
[pid=20699/tid=20701] ppid=20696 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/20699/task/20701/stat : 20701 (java) S 20696 20699 18126 0 -1 4202560 2448 0 1 0 48 3 0 0 20 0 22 0 28957007 10060525568 923281 33554432000 1073741824 1073778376 140737126156928 140545591444344 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20702] ppid=20696 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/20699/task/20702/stat : 20702 (java) S 20696 20699 18126 0 -1 4202560 637 0 0 0 219 19 0 0 20 0 22 0 28957008 10060525568 923281 33554432000 1073741824 1073778376 140737126156928 140545563896488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20699/tid=20703] ppid=20696 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/20699/task/20703/stat : 20703 (java) S 20696 20699 18126 0 -1 4202560 550 0 0 0 230 16 0 0 20 0 22 0 28957008 10060525568 923281 33554432000 1073741824 1073778376 140737126156928 140545562843944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20699/tid=20704] ppid=20696 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/20699/task/20704/stat : 20704 (java) S 20696 20699 18126 0 -1 4202560 581 0 0 0 219 17 0 0 20 0 22 0 28957008 10060525568 923281 33554432000 1073741824 1073778376 140737126156928 140545561791400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20699/tid=20705] ppid=20696 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/20699/task/20705/stat : 20705 (java) S 20696 20699 18126 0 -1 4202560 486 0 0 0 202 13 0 0 20 0 22 0 28957008 10060525568 923281 33554432000 1073741824 1073778376 140737126156928 140545560738856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20699/tid=20706] ppid=20696 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/20699/task/20706/stat : 20706 (java) S 20696 20699 18126 0 -1 4202560 529 0 0 0 209 16 0 0 20 0 22 0 28957008 10060525568 923281 33554432000 1073741824 1073778376 140737126156928 140545559685288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20707] ppid=20696 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/20699/task/20707/stat : 20707 (java) S 20696 20699 18126 0 -1 4202560 598 0 0 0 258 18 0 0 20 0 22 0 28957008 10060525568 923281 33554432000 1073741824 1073778376 140737126156928 140545558632744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20708] ppid=20696 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/20699/task/20708/stat : 20708 (java) S 20696 20699 18126 0 -1 4202560 599 0 0 0 232 19 0 0 20 0 22 0 28957008 10060525568 923281 33554432000 1073741824 1073778376 140737126156928 140545428597160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20699/tid=20709] ppid=20696 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/20699/task/20709/stat : 20709 (java) S 20696 20699 18126 0 -1 4202560 520 0 0 0 225 15 0 0 20 0 22 0 28957008 10060525568 923281 33554432000 1073741824 1073778376 140737126156928 140545427544616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20699/tid=20710] ppid=20696 vsize=9824732 CPUtime=3.4 cores=0,2,4,6
/proc/20699/task/20710/stat : 20710 (java) S 20696 20699 18126 0 -1 4202560 2249 0 0 0 332 8 0 0 20 0 22 0 28957009 10060525568 923281 33554432000 1073741824 1073778376 140737126156928 140544944597608 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20699/tid=20711] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20711/stat : 20711 (java) S 20696 20699 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28957010 10060525568 923281 33554432000 1073741824 1073778376 140737126156928 140544943543928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20699/tid=20712] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20712/stat : 20712 (java) S 20696 20699 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28957010 10060525568 923281 33554432000 1073741824 1073778376 140737126156928 140544942491272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20713] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20713/stat : 20713 (java) S 20696 20699 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28957012 10060525568 923281 33554432000 1073741824 1073778376 140737126156928 140544941440016 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20714] ppid=20696 vsize=9824732 CPUtime=1.82 cores=0,2,4,6
/proc/20699/task/20714/stat : 20714 (java) S 20696 20699 18126 0 -1 4202560 14604 0 0 0 179 3 0 0 20 0 22 0 28957012 10060525568 923281 33554432000 1073741824 1073778376 140737126156928 140544940386360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20699/tid=20715] ppid=20696 vsize=9824732 CPUtime=2.08 cores=0,2,4,6
/proc/20699/task/20715/stat : 20715 (java) S 20696 20699 18126 0 -1 4202560 13201 0 0 0 205 3 0 0 20 0 22 0 28957012 10060525568 923281 33554432000 1073741824 1073778376 140737126156928 140544939333816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20716] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20716/stat : 20716 (java) S 20696 20699 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28957012 10060525568 923281 33554432000 1073741824 1073778376 140737126156928 140544938281464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20699/tid=20717] ppid=20696 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/20699/task/20717/stat : 20717 (java) S 20696 20699 18126 0 -1 4202560 47 0 0 0 16 15 0 0 20 0 22 0 28957012 10060525568 923281 33554432000 1073741824 1073778376 140737126156928 140544937229128 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20699/tid=20718] ppid=20696 vsize=9824732 CPUtime=813.13 cores=0,2,4,6
/proc/20699/task/20718/stat : 20718 (java) R 20696 20699 18126 0 -1 4202560 42 0 0 0 81299 14 0 0 20 0 22 0 28957056 10060525568 923281 33554432000 1073741824 1073778376 140737126156928 140544936173312 140545440103693 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20699/tid=20719] ppid=20696 vsize=9824732 CPUtime=813.11 cores=0,2,4,6
/proc/20699/task/20719/stat : 20719 (java) R 20696 20699 18126 0 -1 4202560 1243 0 0 0 81259 52 0 0 20 0 22 0 28957056 10060525568 923281 33554432000 1073741824 1073778376 140737126156928 140544935121856 140545440516996 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20720] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20720/stat : 20720 (java) S 20696 20699 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28957057 10060525568 923281 33554432000 1073741824 1073778376 140737126156928 140544934069800 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20699/tid=20721] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20721/stat : 20721 (java) S 20696 20699 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28957057 10060525568 923281 33554432000 1073741824 1073778376 140737126156928 140544933017256 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1653.41
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.13 4.18 4.22 5/219 20813
/proc/meminfo: memFree=22906908/32872528 swapFree=1437460/1543748
[pid=20699] ppid=20696 vsize=9824732 CPUtime=1774.18 cores=0,2,4,6
/proc/20699/stat : 20699 (java) S 20696 20699 18126 0 -1 4202496 39762 0 1 0 177213 205 0 0 20 0 22 0 28957006 10060525568 945812 33554432000 1073741824 1073778376 140737126156928 140737126148064 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20699/statm: 2456183 945812 2301 9 0 2446860 0
[pid=20699/tid=20701] ppid=20696 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/20699/task/20701/stat : 20701 (java) S 20696 20699 18126 0 -1 4202560 2448 0 1 0 48 3 0 0 20 0 22 0 28957007 10060525568 945812 33554432000 1073741824 1073778376 140737126156928 140545591444344 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20702] ppid=20696 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/20699/task/20702/stat : 20702 (java) S 20696 20699 18126 0 -1 4202560 643 0 0 0 231 19 0 0 20 0 22 0 28957008 10060525568 945812 33554432000 1073741824 1073778376 140737126156928 140545563896488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20699/tid=20703] ppid=20696 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/20699/task/20703/stat : 20703 (java) S 20696 20699 18126 0 -1 4202560 573 0 0 0 249 18 0 0 20 0 22 0 28957008 10060525568 945812 33554432000 1073741824 1073778376 140737126156928 140545562843944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20704] ppid=20696 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/20699/task/20704/stat : 20704 (java) S 20696 20699 18126 0 -1 4202560 599 0 0 0 234 18 0 0 20 0 22 0 28957008 10060525568 945812 33554432000 1073741824 1073778376 140737126156928 140545561791400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20705] ppid=20696 vsize=9824732 CPUtime=2.31 cores=0,2,4,6
/proc/20699/task/20705/stat : 20705 (java) S 20696 20699 18126 0 -1 4202560 500 0 0 0 217 14 0 0 20 0 22 0 28957008 10060525568 945812 33554432000 1073741824 1073778376 140737126156928 140545560738856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20699/tid=20706] ppid=20696 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/20699/task/20706/stat : 20706 (java) S 20696 20699 18126 0 -1 4202560 554 0 0 0 232 17 0 0 20 0 22 0 28957008 10060525568 945812 33554432000 1073741824 1073778376 140737126156928 140545559685288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20707] ppid=20696 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/20699/task/20707/stat : 20707 (java) S 20696 20699 18126 0 -1 4202560 616 0 0 0 278 19 0 0 20 0 22 0 28957008 10060525568 945812 33554432000 1073741824 1073778376 140737126156928 140545558632744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20699/tid=20708] ppid=20696 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/20699/task/20708/stat : 20708 (java) S 20696 20699 18126 0 -1 4202560 613 0 0 0 262 19 0 0 20 0 22 0 28957008 10060525568 945812 33554432000 1073741824 1073778376 140737126156928 140545428597160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20699/tid=20709] ppid=20696 vsize=9824732 CPUtime=2.63 cores=0,2,4,6
/proc/20699/task/20709/stat : 20709 (java) S 20696 20699 18126 0 -1 4202560 542 0 0 0 247 16 0 0 20 0 22 0 28957008 10060525568 945812 33554432000 1073741824 1073778376 140737126156928 140545427544616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20699/tid=20710] ppid=20696 vsize=9824732 CPUtime=3.4 cores=0,2,4,6
/proc/20699/task/20710/stat : 20710 (java) S 20696 20699 18126 0 -1 4202560 2262 0 0 0 332 8 0 0 20 0 22 0 28957009 10060525568 945812 33554432000 1073741824 1073778376 140737126156928 140544944597608 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20699/tid=20711] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20711/stat : 20711 (java) S 20696 20699 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28957010 10060525568 945812 33554432000 1073741824 1073778376 140737126156928 140544943543928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20699/tid=20712] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20712/stat : 20712 (java) S 20696 20699 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28957010 10060525568 945812 33554432000 1073741824 1073778376 140737126156928 140544942491272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20713] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20713/stat : 20713 (java) S 20696 20699 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28957012 10060525568 945812 33554432000 1073741824 1073778376 140737126156928 140544941440016 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20714] ppid=20696 vsize=9824732 CPUtime=1.82 cores=0,2,4,6
/proc/20699/task/20714/stat : 20714 (java) S 20696 20699 18126 0 -1 4202560 14604 0 0 0 179 3 0 0 20 0 22 0 28957012 10060525568 945812 33554432000 1073741824 1073778376 140737126156928 140544940386360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20699/tid=20715] ppid=20696 vsize=9824732 CPUtime=2.08 cores=0,2,4,6
/proc/20699/task/20715/stat : 20715 (java) S 20696 20699 18126 0 -1 4202560 13201 0 0 0 205 3 0 0 20 0 22 0 28957012 10060525568 945812 33554432000 1073741824 1073778376 140737126156928 140544939333816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20716] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20716/stat : 20716 (java) S 20696 20699 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28957012 10060525568 945812 33554432000 1073741824 1073778376 140737126156928 140544938281464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20699/tid=20717] ppid=20696 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/20699/task/20717/stat : 20717 (java) S 20696 20699 18126 0 -1 4202560 51 0 0 0 17 17 0 0 20 0 22 0 28957012 10060525568 945812 33554432000 1073741824 1073778376 140737126156928 140544937229128 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20699/tid=20718] ppid=20696 vsize=9824732 CPUtime=872.69 cores=0,2,4,6
/proc/20699/task/20718/stat : 20718 (java) R 20696 20699 18126 0 -1 4202560 42 0 0 0 87254 15 0 0 20 0 22 0 28957056 10060525568 945812 33554432000 1073741824 1073778376 140737126156928 140544936173312 140545440373542 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20699/tid=20719] ppid=20696 vsize=9824732 CPUtime=872.68 cores=0,2,4,6
/proc/20699/task/20719/stat : 20719 (java) R 20696 20699 18126 0 -1 4202560 1249 0 0 0 87215 53 0 0 20 0 22 0 28957056 10060525568 945812 33554432000 1073741824 1073778376 140737126156928 140544935121792 140545440517201 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20699/tid=20720] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20720/stat : 20720 (java) S 20696 20699 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28957057 10060525568 945812 33554432000 1073741824 1073778376 140737126156928 140544934069800 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20699/tid=20721] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20721/stat : 20721 (java) S 20696 20699 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28957057 10060525568 945812 33554432000 1073741824 1073778376 140737126156928 140544933017256 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1774.18
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.201 s]
/proc/loadavg: 4.10 4.17 4.22 5/219 20813
/proc/meminfo: memFree=22872100/32872528 swapFree=1437460/1543748
[pid=20699] ppid=20696 vsize=9824732 CPUtime=1800.06 cores=0,2,4,6
/proc/20699/stat : 20699 (java) S 20696 20699 18126 0 -1 4202496 39796 0 1 0 179799 207 0 0 20 0 22 0 28957006 10060525568 950420 33554432000 1073741824 1073778376 140737126156928 140737126148064 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20699/statm: 2456183 950420 2301 9 0 2446860 0
[pid=20699/tid=20701] ppid=20696 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/20699/task/20701/stat : 20701 (java) S 20696 20699 18126 0 -1 4202560 2448 0 1 0 48 3 0 0 20 0 22 0 28957007 10060525568 950420 33554432000 1073741824 1073778376 140737126156928 140545591444344 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20702] ppid=20696 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/20699/task/20702/stat : 20702 (java) S 20696 20699 18126 0 -1 4202560 651 0 0 0 235 20 0 0 20 0 22 0 28957008 10060525568 950420 33554432000 1073741824 1073778376 140737126156928 140545563896488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20699/tid=20703] ppid=20696 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/20699/task/20703/stat : 20703 (java) S 20696 20699 18126 0 -1 4202560 576 0 0 0 251 18 0 0 20 0 22 0 28957008 10060525568 950420 33554432000 1073741824 1073778376 140737126156928 140545562843944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20699/tid=20704] ppid=20696 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/20699/task/20704/stat : 20704 (java) S 20696 20699 18126 0 -1 4202560 600 0 0 0 235 18 0 0 20 0 22 0 28957008 10060525568 950420 33554432000 1073741824 1073778376 140737126156928 140545561791400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20705] ppid=20696 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/20699/task/20705/stat : 20705 (java) S 20696 20699 18126 0 -1 4202560 503 0 0 0 219 14 0 0 20 0 22 0 28957008 10060525568 950420 33554432000 1073741824 1073778376 140737126156928 140545560738856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20699/tid=20706] ppid=20696 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/20699/task/20706/stat : 20706 (java) S 20696 20699 18126 0 -1 4202560 558 0 0 0 234 17 0 0 20 0 22 0 28957008 10060525568 950420 33554432000 1073741824 1073778376 140737126156928 140545559685288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20707] ppid=20696 vsize=9824732 CPUtime=3 cores=0,2,4,6
/proc/20699/task/20707/stat : 20707 (java) S 20696 20699 18126 0 -1 4202560 620 0 0 0 281 19 0 0 20 0 22 0 28957008 10060525568 950420 33554432000 1073741824 1073778376 140737126156928 140545558632744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20699/tid=20708] ppid=20696 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/20699/task/20708/stat : 20708 (java) S 20696 20699 18126 0 -1 4202560 618 0 0 0 264 19 0 0 20 0 22 0 28957008 10060525568 950420 33554432000 1073741824 1073778376 140737126156928 140545428597160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20699/tid=20709] ppid=20696 vsize=9824732 CPUtime=2.66 cores=0,2,4,6
/proc/20699/task/20709/stat : 20709 (java) S 20696 20699 18126 0 -1 4202560 547 0 0 0 249 17 0 0 20 0 22 0 28957008 10060525568 950420 33554432000 1073741824 1073778376 140737126156928 140545427544616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20699/tid=20710] ppid=20696 vsize=9824732 CPUtime=3.41 cores=0,2,4,6
/proc/20699/task/20710/stat : 20710 (java) S 20696 20699 18126 0 -1 4202560 2262 0 0 0 333 8 0 0 20 0 22 0 28957009 10060525568 950420 33554432000 1073741824 1073778376 140737126156928 140544944597608 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20711] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20711/stat : 20711 (java) S 20696 20699 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28957010 10060525568 950420 33554432000 1073741824 1073778376 140737126156928 140544943543928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20699/tid=20712] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20712/stat : 20712 (java) S 20696 20699 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28957010 10060525568 950420 33554432000 1073741824 1073778376 140737126156928 140544942491272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20713] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20713/stat : 20713 (java) S 20696 20699 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28957012 10060525568 950420 33554432000 1073741824 1073778376 140737126156928 140544941440016 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20714] ppid=20696 vsize=9824732 CPUtime=1.82 cores=0,2,4,6
/proc/20699/task/20714/stat : 20714 (java) S 20696 20699 18126 0 -1 4202560 14604 0 0 0 179 3 0 0 20 0 22 0 28957012 10060525568 950420 33554432000 1073741824 1073778376 140737126156928 140544940386360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20699/tid=20715] ppid=20696 vsize=9824732 CPUtime=2.08 cores=0,2,4,6
/proc/20699/task/20715/stat : 20715 (java) S 20696 20699 18126 0 -1 4202560 13201 0 0 0 205 3 0 0 20 0 22 0 28957012 10060525568 950420 33554432000 1073741824 1073778376 140737126156928 140544939333816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20716] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20716/stat : 20716 (java) S 20696 20699 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28957012 10060525568 950420 33554432000 1073741824 1073778376 140737126156928 140544938281464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20699/tid=20717] ppid=20696 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/20699/task/20717/stat : 20717 (java) S 20696 20699 18126 0 -1 4202560 51 0 0 0 17 17 0 0 20 0 22 0 28957012 10060525568 950420 33554432000 1073741824 1073778376 140737126156928 140544937229128 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20699/tid=20718] ppid=20696 vsize=9824732 CPUtime=885.53 cores=0,2,4,6
/proc/20699/task/20718/stat : 20718 (java) R 20696 20699 18126 0 -1 4202560 43 0 0 0 88538 15 0 0 20 0 22 0 28957056 10060525568 950420 33554432000 1073741824 1073778376 140737126156928 140544936173312 140545440373411 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20699/tid=20719] ppid=20696 vsize=9824732 CPUtime=885.51 cores=0,2,4,6
/proc/20699/task/20719/stat : 20719 (java) R 20696 20699 18126 0 -1 4202560 1249 0 0 0 88498 53 0 0 20 0 22 0 28957056 10060525568 950420 33554432000 1073741824 1073778376 140737126156928 140544935119712 140545440517201 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20699/tid=20720] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20720/stat : 20720 (java) S 20696 20699 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28957057 10060525568 950420 33554432000 1073741824 1073778376 140737126156928 140544934069800 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20699/tid=20721] ppid=20696 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20699/task/20721/stat : 20721 (java) S 20696 20699 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28957057 10060525568 950420 33554432000 1073741824 1073778376 140737126156928 140544933017256 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 20699 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 895.269
CPU time (s): 1800.71
CPU user time (s): 1798.1
CPU system time (s): 2.6116
CPU usage (%): 201.136
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.1
system time used= 2.6116
maximum resident set size= 3801796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39829
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23866
involuntary context switches= 25170

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.96309 second user time and 7.29489 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-26 18:39:37
IDJOB=4116302
IDBENCH=109453
IDSOLVER=2543
FILE ID=node116/4116302-1466959177
RUNJOBID= node116-1466946428-18142
PBS_JOBID= 19976367
Free space on /tmp= 71680 MiB

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

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

MD5SUM BENCH= 0338c26fe3fe51bf95d6969791a1c434
RANDOM SEED=1425923639

node116.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26756968 kB
Buffers:           22268 kB
Cached:           305420 kB
SwapCached:         2076 kB
Active:          3560428 kB
Inactive:         303424 kB
Active(anon):    3536872 kB
Inactive(anon):     1656 kB
Active(file):      23556 kB
Inactive(file):   301768 kB
Unevictable:     1543748 kB
Mlocked:         1437460 kB
SwapTotal:      67108856 kB
SwapFree:       67098676 kB
Dirty:              1272 kB
Writeback:             0 kB
AnonPages:       5013032 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             565288 kB
SReclaimable:       9332 kB
SUnreclaim:       555956 kB
KernelStack:        1800 kB
PageTables:        14240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5555636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3518464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71680 MiB
End job on node116 at 2016-06-26 18:54:32