Trace number 4116334

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.75 895.866

General information on the benchmark

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

Solver Data

0.00/0.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.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4116334-1466970201.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
1.03/0.51	c ... done. Wall clock time 0.398s.
1.03/0.51	c declared #vars     4288
1.03/0.51	c #constraints  10752
1.03/0.51	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.03/0.51	c constraints type 
1.03/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
1.03/0.51	c org.sat4j.specs.Constr$1 => 872
1.03/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.03/0.51	c org.sat4j.minisat.constraints.cnf.UnitClause => 472
1.03/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.03/0.51	c 10752 constraints processed.
1.03/0.51	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.03/0.51	c constraints type 
1.03/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.03/0.51	c org.sat4j.specs.Constr$1 => 872
1.03/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
1.03/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
1.03/0.51	c org.sat4j.pb.constraints.pb.UnitClausePB => 472
1.03/0.51	c 10752 constraints processed.
4.04/1.57	c cleaning 2483 clauses out of 4998 with flag 14968/5000
5.90/2.22	c cleaning 4244 clauses out of 8516 with flag 36163/11001
7.94/3.11	c cleaning 5617 clauses out of 11271 with flag 64235/18000
9.77/4.04	c cleaning 6810 clauses out of 13654 with flag 97889/26000
11.86/5.04	c cleaning 7898 clauses out of 15844 with flag 138098/35000
14.32/6.25	c cleaning 8962 clauses out of 17946 with flag 183515/45000
16.92/7.50	c cleaning 9991 clauses out of 19984 with flag 235588/56000
20.01/9.09	c cleaning 10977 clauses out of 21993 with flag 292955/68000
23.41/10.77	c cleaning 11994 clauses out of 24016 with flag 355707/81000
27.33/12.69	c cleaning 12981 clauses out of 26022 with flag 428569/95000
31.14/14.60	c cleaning 0 clauses out of 5000 with flag 0/5000
31.80/14.83	c cleaning 14005 clauses out of 28042 with flag 506610/110001
36.44/17.01	c cleaning 14999 clauses out of 30036 with flag 591516/126000
41.37/19.41	c cleaning 15982 clauses out of 32037 with flag 682544/143000
46.17/21.87	c cleaning 17001 clauses out of 34055 with flag 781036/161000
51.91/24.66	c cleaning 17996 clauses out of 36055 with flag 885978/180001
57.72/27.51	c cleaning 18985 clauses out of 38058 with flag 1003061/200000
63.90/30.67	c cleaning 20030 clauses out of 40075 with flag 1122294/221002
71.07/34.17	c cleaning 20999 clauses out of 42043 with flag 1249374/243000
78.24/37.71	c cleaning 21982 clauses out of 44044 with flag 1383331/266000
85.89/41.54	c cleaning 23018 clauses out of 46062 with flag 1520215/290000
94.15/45.61	c cleaning 24007 clauses out of 48044 with flag 1667436/315000
102.55/49.83	c cleaning 24969 clauses out of 50037 with flag 1822130/341000
111.70/54.37	c cleaning 26029 clauses out of 52068 with flag 1981217/368000
121.62/59.24	c cleaning 27016 clauses out of 54039 with flag 2146685/396000
131.42/64.12	c cleaning 27995 clauses out of 56023 with flag 2321151/425000
142.30/69.51	c cleaning 28980 clauses out of 58028 with flag 2500938/455000
154.30/75.58	c cleaning 30009 clauses out of 60048 with flag 2689049/486000
166.75/81.76	c cleaning 31018 clauses out of 62039 with flag 2881574/518000
179.44/88.08	c cleaning 31997 clauses out of 64023 with flag 3082818/551002
193.13/94.80	c cleaning 32985 clauses out of 66025 with flag 3287537/585001
207.59/102.00	c cleaning 33987 clauses out of 68039 with flag 3498535/620000
222.67/109.52	c cleaning 35011 clauses out of 70052 with flag 3715392/656000
223.88/110.19	c cleaning 0 clauses out of 11001 with flag 0/11001
239.19/118.17	c cleaning 35969 clauses out of 72041 with flag 3941584/693000
254.84/125.94	c cleaning 36997 clauses out of 74072 with flag 4172627/731000
271.74/134.33	c cleaning 38025 clauses out of 76075 with flag 4410546/770000
289.82/143.33	c cleaning 39019 clauses out of 78051 with flag 4658023/810001
309.14/152.99	c cleaning 40005 clauses out of 80031 with flag 4908420/851000
329.45/163.05	c cleaning 40995 clauses out of 82026 with flag 5166099/893000
349.59/173.02	c cleaning 41959 clauses out of 84031 with flag 5433802/936000
371.14/183.73	c cleaning 42977 clauses out of 86072 with flag 5705239/980000
393.05/194.67	c cleaning 43977 clauses out of 88095 with flag 5984169/1025000
414.83/205.42	c cleaning 45060 clauses out of 90119 with flag 6271476/1071001
436.92/216.42	c cleaning 46007 clauses out of 92058 with flag 6561894/1118000
459.19/227.59	c cleaning 47004 clauses out of 94053 with flag 6862616/1166002
483.04/239.46	c cleaning 48000 clauses out of 96048 with flag 7162170/1215001
507.87/251.76	c cleaning 48978 clauses out of 98048 with flag 7469070/1265001
533.37/264.45	c cleaning 50026 clauses out of 100069 with flag 7784071/1316000
559.28/277.32	c cleaning 50997 clauses out of 102043 with flag 8105303/1368000
587.91/291.51	c cleaning 52007 clauses out of 104047 with flag 8434505/1421001
616.66/305.83	c cleaning 52976 clauses out of 106041 with flag 8769492/1475002
646.91/320.87	c cleaning 53983 clauses out of 108063 with flag 9109828/1530000
679.42/337.68	c cleaning 55007 clauses out of 110081 with flag 9459455/1586001
712.19/353.94	c cleaning 56007 clauses out of 112073 with flag 9810098/1643000
743.29/369.42	c cleaning 56988 clauses out of 114066 with flag 10167141/1701000
776.30/385.88	c cleaning 58021 clauses out of 116079 with flag 10528964/1760001
809.74/402.48	c cleaning 59016 clauses out of 118058 with flag 10903541/1820001
844.49/419.73	c cleaning 59975 clauses out of 120041 with flag 11283389/1881000
880.19/437.43	c cleaning 61005 clauses out of 122066 with flag 11669563/1943000
883.79/439.28	c cleaning 0 clauses out of 18001 with flag 0/18001
916.68/455.59	c cleaning 62011 clauses out of 124062 with flag 12061474/2006001
954.73/474.46	c cleaning 63014 clauses out of 126051 with flag 12452467/2070001
994.34/494.13	c cleaning 64003 clauses out of 128036 with flag 12853393/2135000
1035.28/514.57	c cleaning 64979 clauses out of 130033 with flag 13253918/2201000
1077.44/535.55	c cleaning 66016 clauses out of 132054 with flag 13666204/2268000
1120.24/556.86	c cleaning 67006 clauses out of 134038 with flag 14089347/2336000
1164.88/579.06	c cleaning 67988 clauses out of 136033 with flag 14515881/2405001
1212.74/602.87	c cleaning 69000 clauses out of 138045 with flag 14945574/2475001
1259.71/626.14	c cleaning 69988 clauses out of 140044 with flag 15383576/2546000
1309.81/651.08	c cleaning 70997 clauses out of 142057 with flag 15824861/2618001
1359.82/676.76	c cleaning 71992 clauses out of 144059 with flag 16272984/2691000
1410.59/702.08	c cleaning 73006 clauses out of 146069 with flag 16730497/2765002
1463.30/728.29	c cleaning 74009 clauses out of 148061 with flag 17194227/2840000
1515.45/754.26	c cleaning 75012 clauses out of 150053 with flag 17665046/2916001
1568.74/780.73	c cleaning 76014 clauses out of 152040 with flag 18138072/2993000
1622.94/807.70	c cleaning 77004 clauses out of 154026 with flag 18619845/3071000
1679.79/836.06	c cleaning 77995 clauses out of 156022 with flag 19102175/3150000
1741.08/866.56	c cleaning 78958 clauses out of 158027 with flag 19594258/3230000
1799.29/895.44	c cleaning 80026 clauses out of 160069 with flag 20093876/3311000
1800.07/895.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/895.80	c starts		: 23056
1800.07/895.80	c conflicts		: 3312352
1800.07/895.80	c decisions		: 31252754
1800.07/895.80	c propagations		: 446409143
1800.07/895.80	c inspects		: 8836075597
1800.07/895.80	c shortcuts		: 0
1800.07/895.80	c learnt literals	: 2
1800.07/895.80	c learnt binary clauses	: 43
1800.07/895.80	c learnt ternary clauses	: 647
1800.07/895.80	c learnt constraints	: 3312350
1800.07/895.80	c ignored constraints	: 0
1800.07/895.80	c root simplifications	: 0
1800.07/895.80	c removed literals (reason simplification)	: 2346532
1800.07/895.80	c reason swapping (by a shorter reason)	: 0
1800.07/895.80	c Calls to reduceDB	: 77
1800.07/895.80	c Number of update (reduction) of LBD	: 711164
1800.07/895.80	c Imported unit clauses	: 0
1800.07/895.80	c number of reductions to clauses (during analyze)	: 0
1800.07/895.80	c number of learned constraints concerned by reduction	: 0
1800.07/895.80	c number of learning phase by resolution	: 0
1800.07/895.80	c number of learning phase by cutting planes	: 0
1800.07/895.80	c speed (assignments/second)	: 498624.05700103426
1800.07/895.80	c non guided choices	16053
1800.07/895.83	c learnt constraints type 
1800.07/895.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 43
1800.07/895.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 81352
1800.07/895.83	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/895.83	c starts		: 51
1800.07/895.83	c conflicts		: 23084
1800.07/895.83	c decisions		: 82753
1800.07/895.83	c propagations		: 2781910
1800.07/895.83	c inspects		: 872279663
1800.07/895.83	c shortcuts		: 0
1800.07/895.83	c learnt literals	: 0
1800.07/895.83	c learnt binary clauses	: 0
1800.07/895.83	c learnt ternary clauses	: 0
1800.07/895.83	c learnt constraints	: 23083
1800.07/895.83	c ignored constraints	: 0
1800.07/895.83	c root simplifications	: 0
1800.07/895.83	c removed literals (reason simplification)	: 0
1800.07/895.83	c reason swapping (by a shorter reason)	: 0
1800.07/895.83	c Calls to reduceDB	: 3
1800.07/895.83	c Number of update (reduction) of LBD	: 0
1800.07/895.83	c Imported unit clauses	: 0
1800.07/895.83	c number of reductions to clauses (during analyze)	: 0
1800.07/895.83	c number of learned constraints concerned by reduction	: 0
1800.07/895.83	c number of learning phase by resolution	: 0
1800.07/895.83	c number of learning phase by cutting planes	: 0
1800.07/895.83	c speed (assignments/second)	: 3107.223915005406
1800.07/895.83	c non guided choices	308
1800.07/895.84	c learnt constraints type 
1800.07/895.84	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 30
1800.07/895.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23053
1800.07/895.84	s UNKNOWN
1800.07/895.84	c Total wall clock time (in seconds): 895.726

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

pid=22232
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.30 4.20 3.45 7/197 22235
/proc/meminfo: memFree=30178632/32872528 swapFree=1437460/1543748
[pid=22235] ppid=22232 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/22235/stat : 22235 (java) S 22232 22235 22007 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 30059396 98570240 978 33554432000 1073741824 1073778376 140735996634544 140735996625680 266439000125 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22235/statm: 24065 978 744 9 0 16771 0
[pid=22235/tid=22236] ppid=22232 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22236/stat : 22236 (java) R 22232 22235 22007 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 30059396 98570240 978 33554432000 1073741824 1073778376 140735996634544 140686033739304 266435642752 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 4.30 4.20 3.45 7/197 22235
/proc/meminfo: memFree=30178632/32872528 swapFree=1437460/1543748
[pid=22235] ppid=22232 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/22235/stat : 22235 (java) S 22232 22235 22007 0 -1 4202496 4448 0 1 0 10 1 0 0 20 0 18 0 30059396 9787879424 6075 33554432000 1073741824 1073778376 140735996634544 140735996625680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22235/statm: 2389619 6075 2141 9 0 2380296 0
[pid=22235/tid=22236] ppid=22232 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/22235/task/22236/stat : 22236 (java) R 22232 22235 22007 0 -1 4202560 2390 0 1 0 8 0 0 0 20 0 18 0 30059396 9787879424 6075 33554432000 1073741824 1073778376 140735996634544 140686033742752 140686038029167 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200289 s]
/proc/loadavg: 4.30 4.20 3.45 7/197 22235
/proc/meminfo: memFree=30178632/32872528 swapFree=1437460/1543748
[pid=22235] ppid=22232 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/22235/stat : 22235 (java) S 22232 22235 22007 0 -1 4202496 4708 0 1 0 25 1 0 0 20 0 18 0 30059396 9787879424 6782 33554432000 1073741824 1073778376 140735996634544 140735996625680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22235/statm: 2389619 6782 2203 9 0 2380296 0
[pid=22235/tid=22236] ppid=22232 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/22235/task/22236/stat : 22236 (java) R 22232 22235 22007 0 -1 4202560 2402 0 1 0 18 0 0 0 20 0 18 0 30059396 9787879424 6782 33554432000 1073741824 1073778376 140735996634544 140686033742752 140685898493264 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300278 s]
/proc/loadavg: 4.30 4.20 3.45 7/197 22235
/proc/meminfo: memFree=30178632/32872528 swapFree=1437460/1543748
[pid=22235] ppid=22232 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/22235/stat : 22235 (java) S 22232 22235 22007 0 -1 4202496 5794 0 1 0 49 1 0 0 20 0 18 0 30059396 9787879424 8983 33554432000 1073741824 1073778376 140735996634544 140735996625680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22235/statm: 2389619 8983 2234 9 0 2380296 0
[pid=22235/tid=22236] ppid=22232 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/22235/task/22236/stat : 22236 (java) R 22232 22235 22007 0 -1 4202560 2405 0 1 0 28 0 0 0 20 0 18 0 30059396 9787879424 8983 33554432000 1073741824 1073778376 140735996634544 140686033742752 140685898843476 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.70023 s]
/proc/loadavg: 4.30 4.20 3.45 7/197 22235
/proc/meminfo: memFree=30178632/32872528 swapFree=1437460/1543748
[pid=22235] ppid=22232 vsize=9824732 CPUtime=1.59 cores=0,2,4,6
/proc/22235/stat : 22235 (java) S 22232 22235 22007 0 -1 4202496 12799 0 1 0 156 3 0 0 20 0 22 0 30059396 10060525568 22476 33554432000 1073741824 1073778376 140735996634544 140735996625680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22235/statm: 2456183 22476 2266 9 0 2446860 0
[pid=22235/tid=22236] ppid=22232 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/22235/task/22236/stat : 22236 (java) S 22232 22235 22007 0 -1 4202560 2482 0 1 0 48 2 0 0 20 0 22 0 30059396 10060525568 22476 33554432000 1073741824 1073778376 140735996634544 140686033744760 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.30 4.20 3.45 8/219 22257
/proc/meminfo: memFree=29947584/32872528 swapFree=1437460/1543748
[pid=22235] ppid=22232 vsize=9824732 CPUtime=4.04 cores=0,2,4,6
/proc/22235/stat : 22235 (java) S 22232 22235 22007 0 -1 4202496 18965 0 1 0 399 5 0 0 20 0 22 0 30059396 10060525568 46715 33554432000 1073741824 1073778376 140735996634544 140735996625680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22235/statm: 2456183 46715 2286 9 0 2446860 0
[pid=22235/tid=22236] ppid=22232 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/22235/task/22236/stat : 22236 (java) S 22232 22235 22007 0 -1 4202560 2482 0 1 0 48 2 0 0 20 0 22 0 30059396 10060525568 46715 33554432000 1073741824 1073778376 140735996634544 140686033744760 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22235/tid=22238] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22238/stat : 22238 (java) S 22232 22235 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30059397 10060525568 46715 33554432000 1073741824 1073778376 140735996634544 140686022806184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22239] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22239/stat : 22239 (java) S 22232 22235 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30059397 10060525568 46715 33554432000 1073741824 1073778376 140735996634544 140686021753640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22235/tid=22240] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22240/stat : 22240 (java) S 22232 22235 22007 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 30059397 10060525568 46715 33554432000 1073741824 1073778376 140735996634544 140686020701096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22235/tid=22241] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22241/stat : 22241 (java) S 22232 22235 22007 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 30059397 10060525568 46715 33554432000 1073741824 1073778376 140735996634544 140686019648552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22235/tid=22242] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22242/stat : 22242 (java) S 22232 22235 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30059397 10060525568 46715 33554432000 1073741824 1073778376 140735996634544 140686018594984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22235/tid=22243] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22243/stat : 22243 (java) S 22232 22235 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30059397 10060525568 46715 33554432000 1073741824 1073778376 140735996634544 140686017542440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22244] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22244/stat : 22244 (java) S 22232 22235 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30059397 10060525568 46715 33554432000 1073741824 1073778376 140735996634544 140685870840232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22235/tid=22245] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22245/stat : 22245 (java) S 22232 22235 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30059397 10060525568 46715 33554432000 1073741824 1073778376 140735996634544 140685869787688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22246] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22246/stat : 22246 (java) S 22232 22235 22007 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 30059398 10060525568 46715 33554432000 1073741824 1073778376 140735996634544 140685857589864 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22235/tid=22247] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22247/stat : 22247 (java) S 22232 22235 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30059398 10060525568 46715 33554432000 1073741824 1073778376 140735996634544 140685856536184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22248] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22248/stat : 22248 (java) S 22232 22235 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30059398 10060525568 46715 33554432000 1073741824 1073778376 140735996634544 140685855483528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22249] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22249/stat : 22249 (java) S 22232 22235 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30059401 10060525568 46715 33554432000 1073741824 1073778376 140735996634544 140685854432272 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22250] ppid=22232 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/22235/task/22250/stat : 22250 (java) S 22232 22235 22007 0 -1 4202560 8671 0 0 0 95 2 0 0 20 0 22 0 30059401 10060525568 46715 33554432000 1073741824 1073778376 140735996634544 140685853378616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22235/tid=22251] ppid=22232 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/22235/task/22251/stat : 22251 (java) R 22232 22235 22007 0 -1 4202560 6348 0 0 0 105 2 0 0 20 0 22 0 30059401 10060525568 46715 33554432000 1073741824 1073778376 140735996634544 140685852302400 140686036345712 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22252] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22252/stat : 22252 (java) S 22232 22235 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30059401 10060525568 46715 33554432000 1073741824 1073778376 140735996634544 140685851273720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22235/tid=22253] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22253/stat : 22253 (java) S 22232 22235 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30059401 10060525568 46715 33554432000 1073741824 1073778376 140735996634544 140685850221384 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22254] ppid=22232 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/22235/task/22254/stat : 22254 (java) R 22232 22235 22007 0 -1 4202560 18 0 0 0 70 0 0 0 20 0 22 0 30059447 10060525568 46715 33554432000 1073741824 1073778376 140735996634544 140685849166920 140685898684323 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22235/tid=22255] ppid=22232 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/22235/task/22255/stat : 22255 (java) R 22232 22235 22007 0 -1 4202560 74 0 0 0 66 0 0 0 20 0 22 0 30059447 10060525568 46715 33554432000 1073741824 1073778376 140735996634544 140685848112728 140686037029783 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22235/tid=22256] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22256/stat : 22256 (java) S 22232 22235 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30059448 10060525568 46715 33554432000 1073741824 1073778376 140735996634544 140685847062056 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22235/tid=22257] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22257/stat : 22257 (java) S 22232 22235 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30059448 10060525568 46715 33554432000 1073741824 1073778376 140735996634544 140685846009512 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 4.59 4.26 3.48 14/219 22257
/proc/meminfo: memFree=29726716/32872528 swapFree=1437460/1543748
[pid=22235] ppid=22232 vsize=9824732 CPUtime=7.94 cores=0,2,4,6
/proc/22235/stat : 22235 (java) S 22232 22235 22007 0 -1 4202496 22118 0 1 0 785 9 0 0 20 0 22 0 30059396 10060525568 83713 33554432000 1073741824 1073778376 140735996634544 140735996625680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22235/statm: 2456183 83713 2292 9 0 2446860 0
[pid=22235/tid=22236] ppid=22232 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/22235/task/22236/stat : 22236 (java) S 22232 22235 22007 0 -1 4202560 2482 0 1 0 48 2 0 0 20 0 22 0 30059396 10060525568 83713 33554432000 1073741824 1073778376 140735996634544 140686033744760 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22235/tid=22238] ppid=22232 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22235/task/22238/stat : 22238 (java) S 22232 22235 22007 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 30059397 10060525568 83713 33554432000 1073741824 1073778376 140735996634544 140686022806184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22235/tid=22239] ppid=22232 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/22235/task/22239/stat : 22239 (java) S 22232 22235 22007 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 30059397 10060525568 83713 33554432000 1073741824 1073778376 140735996634544 140686021753640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22235/tid=22240] ppid=22232 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22235/task/22240/stat : 22240 (java) S 22232 22235 22007 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 22 0 30059397 10060525568 83713 33554432000 1073741824 1073778376 140735996634544 140686020701096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22235/tid=22241] ppid=22232 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22235/task/22241/stat : 22241 (java) S 22232 22235 22007 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 30059397 10060525568 83713 33554432000 1073741824 1073778376 140735996634544 140686019648552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22235/tid=22242] ppid=22232 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/22235/task/22242/stat : 22242 (java) S 22232 22235 22007 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 30059397 10060525568 83713 33554432000 1073741824 1073778376 140735996634544 140686018594984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22235/tid=22243] ppid=22232 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22235/task/22243/stat : 22243 (java) S 22232 22235 22007 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 22 0 30059397 10060525568 83713 33554432000 1073741824 1073778376 140735996634544 140686017542440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22235/tid=22244] ppid=22232 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/22235/task/22244/stat : 22244 (java) S 22232 22235 22007 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 22 0 30059397 10060525568 83713 33554432000 1073741824 1073778376 140735996634544 140685870840232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22235/tid=22245] ppid=22232 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/22235/task/22245/stat : 22245 (java) S 22232 22235 22007 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 30059397 10060525568 83713 33554432000 1073741824 1073778376 140735996634544 140685869787688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22235/tid=22246] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22246/stat : 22246 (java) S 22232 22235 22007 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 30059398 10060525568 83713 33554432000 1073741824 1073778376 140735996634544 140685857589864 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22235/tid=22247] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22247/stat : 22247 (java) S 22232 22235 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30059398 10060525568 83713 33554432000 1073741824 1073778376 140735996634544 140685856536184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22248] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22248/stat : 22248 (java) S 22232 22235 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30059398 10060525568 83713 33554432000 1073741824 1073778376 140735996634544 140685855483528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22249] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22249/stat : 22249 (java) S 22232 22235 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30059401 10060525568 83713 33554432000 1073741824 1073778376 140735996634544 140685854432272 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22250] ppid=22232 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/22235/task/22250/stat : 22250 (java) S 22232 22235 22007 0 -1 4202560 8949 0 0 0 118 2 0 0 20 0 22 0 30059401 10060525568 83713 33554432000 1073741824 1073778376 140735996634544 140685853378616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22235/tid=22251] ppid=22232 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/22235/task/22251/stat : 22251 (java) S 22232 22235 22007 0 -1 4202560 8989 0 0 0 150 2 0 0 20 0 22 0 30059401 10060525568 83713 33554432000 1073741824 1073778376 140735996634544 140685852326072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22252] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22252/stat : 22252 (java) S 22232 22235 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30059401 10060525568 83713 33554432000 1073741824 1073778376 140735996634544 140685851273720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22235/tid=22253] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22253/stat : 22253 (java) S 22232 22235 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30059401 10060525568 83713 33554432000 1073741824 1073778376 140735996634544 140685850221384 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22254] ppid=22232 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/22235/task/22254/stat : 22254 (java) R 22232 22235 22007 0 -1 4202560 21 0 0 0 222 0 0 0 20 0 22 0 30059447 10060525568 83713 33554432000 1073741824 1073778376 140735996634544 140685849166376 140685899258139 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22255] ppid=22232 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/22235/task/22255/stat : 22255 (java) R 22232 22235 22007 0 -1 4202560 131 0 0 0 217 3 0 0 20 0 22 0 30059447 10060525568 83713 33554432000 1073741824 1073778376 140735996634544 140685848113432 140685899205104 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22235/tid=22256] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22256/stat : 22256 (java) S 22232 22235 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30059448 10060525568 83713 33554432000 1073741824 1073778376 140735996634544 140685847062056 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22235/tid=22257] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22257/stat : 22257 (java) S 22232 22235 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30059448 10060525568 83713 33554432000 1073741824 1073778376 140735996634544 140685846009512 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.94
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 4.59 4.26 3.48 5/219 22257
/proc/meminfo: memFree=29055972/32872528 swapFree=1437460/1543748
[pid=22235] ppid=22232 vsize=9824732 CPUtime=14.52 cores=0,2,4,6
/proc/22235/stat : 22235 (java) S 22232 22235 22007 0 -1 4202496 22661 0 1 0 1430 22 0 0 20 0 22 0 30059396 10060525568 161597 33554432000 1073741824 1073778376 140735996634544 140735996625680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22235/statm: 2456183 161597 2292 9 0 2446860 0
[pid=22235/tid=22236] ppid=22232 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/22235/task/22236/stat : 22236 (java) S 22232 22235 22007 0 -1 4202560 2482 0 1 0 48 2 0 0 20 0 22 0 30059396 10060525568 161597 33554432000 1073741824 1073778376 140735996634544 140686033744760 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22235/tid=22238] ppid=22232 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/22235/task/22238/stat : 22238 (java) S 22232 22235 22007 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 30059397 10060525568 161597 33554432000 1073741824 1073778376 140735996634544 140686022806184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22235/tid=22239] ppid=22232 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/22235/task/22239/stat : 22239 (java) S 22232 22235 22007 0 -1 4202560 27 0 0 0 5 2 0 0 20 0 22 0 30059397 10060525568 161597 33554432000 1073741824 1073778376 140735996634544 140686021753640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22235/tid=22240] ppid=22232 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/22235/task/22240/stat : 22240 (java) S 22232 22235 22007 0 -1 4202560 48 0 0 0 6 2 0 0 20 0 22 0 30059397 10060525568 161597 33554432000 1073741824 1073778376 140735996634544 140686020701096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22235/tid=22241] ppid=22232 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/22235/task/22241/stat : 22241 (java) S 22232 22235 22007 0 -1 4202560 28 0 0 0 4 2 0 0 20 0 22 0 30059397 10060525568 161597 33554432000 1073741824 1073778376 140735996634544 140686019648552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22242] ppid=22232 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/22235/task/22242/stat : 22242 (java) S 22232 22235 22007 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 22 0 30059397 10060525568 161597 33554432000 1073741824 1073778376 140735996634544 140686018594984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22235/tid=22243] ppid=22232 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/22235/task/22243/stat : 22243 (java) S 22232 22235 22007 0 -1 4202560 33 0 0 0 6 2 0 0 20 0 22 0 30059397 10060525568 161597 33554432000 1073741824 1073778376 140735996634544 140686017542440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22244] ppid=22232 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/22235/task/22244/stat : 22244 (java) S 22232 22235 22007 0 -1 4202560 39 0 0 0 8 2 0 0 20 0 22 0 30059397 10060525568 161597 33554432000 1073741824 1073778376 140735996634544 140685870840232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22235/tid=22245] ppid=22232 vsize=9824732 CPUtime=0.07 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.30 4.27 3.92 5/218 22276
/proc/meminfo: memFree=23047500/32872528 swapFree=1437460/1543748
[pid=22235] ppid=22232 vsize=9824732 CPUtime=1652.27 cores=0,2,4,6
/proc/22235/stat : 22235 (java) S 22232 22235 22007 0 -1 4202496 34353 0 1 0 165060 167 0 0 20 0 22 0 30059396 10060525568 897715 33554432000 1073741824 1073778376 140735996634544 140735996625680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22235/statm: 2456183 897715 2301 9 0 2446860 0
[pid=22235/tid=22236] ppid=22232 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/22235/task/22236/stat : 22236 (java) S 22232 22235 22007 0 -1 4202560 2486 0 1 0 51 3 0 0 20 0 22 0 30059396 10060525568 897715 33554432000 1073741824 1073778376 140735996634544 140686033744760 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22238] ppid=22232 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/22235/task/22238/stat : 22238 (java) S 22232 22235 22007 0 -1 4202560 580 0 0 0 281 18 0 0 20 0 22 0 30059397 10060525568 897715 33554432000 1073741824 1073778376 140735996634544 140686022806184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22235/tid=22239] ppid=22232 vsize=9824732 CPUtime=2.56 cores=0,2,4,6
/proc/22235/task/22239/stat : 22239 (java) S 22232 22235 22007 0 -1 4202560 546 0 0 0 243 13 0 0 20 0 22 0 30059397 10060525568 897715 33554432000 1073741824 1073778376 140735996634544 140686021753640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22235/tid=22240] ppid=22232 vsize=9824732 CPUtime=2.62 cores=0,2,4,6
/proc/22235/task/22240/stat : 22240 (java) S 22232 22235 22007 0 -1 4202560 587 0 0 0 246 16 0 0 20 0 22 0 30059397 10060525568 897715 33554432000 1073741824 1073778376 140735996634544 140686020701096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22235/tid=22241] ppid=22232 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/22235/task/22241/stat : 22241 (java) S 22232 22235 22007 0 -1 4202560 461 0 0 0 211 12 0 0 20 0 22 0 30059397 10060525568 897715 33554432000 1073741824 1073778376 140735996634544 140686019648552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22235/tid=22242] ppid=22232 vsize=9824732 CPUtime=2.29 cores=0,2,4,6
/proc/22235/task/22242/stat : 22242 (java) S 22232 22235 22007 0 -1 4202560 451 0 0 0 218 11 0 0 20 0 22 0 30059397 10060525568 897715 33554432000 1073741824 1073778376 140735996634544 140686018594984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22235/tid=22243] ppid=22232 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/22235/task/22243/stat : 22243 (java) S 22232 22235 22007 0 -1 4202560 583 0 0 0 234 16 0 0 20 0 22 0 30059397 10060525568 897715 33554432000 1073741824 1073778376 140735996634544 140686017542440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22235/tid=22244] ppid=22232 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/22235/task/22244/stat : 22244 (java) S 22232 22235 22007 0 -1 4202560 501 0 0 0 254 14 0 0 20 0 22 0 30059397 10060525568 897715 33554432000 1073741824 1073778376 140735996634544 140685870840232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22235/tid=22245] ppid=22232 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/22235/task/22245/stat : 22245 (java) S 22232 22235 22007 0 -1 4202560 564 0 0 0 223 13 0 0 20 0 22 0 30059397 10060525568 897715 33554432000 1073741824 1073778376 140735996634544 140685869787688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22235/tid=22246] ppid=22232 vsize=9824732 CPUtime=3.8 cores=0,2,4,6
/proc/22235/task/22246/stat : 22246 (java) S 22232 22235 22007 0 -1 4202560 2293 0 0 0 374 6 0 0 20 0 22 0 30059398 10060525568 897715 33554432000 1073741824 1073778376 140735996634544 140685857589864 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22247] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22247/stat : 22247 (java) S 22232 22235 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30059398 10060525568 897715 33554432000 1073741824 1073778376 140735996634544 140685856536184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22248] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22248/stat : 22248 (java) S 22232 22235 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30059398 10060525568 897715 33554432000 1073741824 1073778376 140735996634544 140685855483528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22249] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22249/stat : 22249 (java) S 22232 22235 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30059401 10060525568 897715 33554432000 1073741824 1073778376 140735996634544 140685854432272 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22250] ppid=22232 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/22235/task/22250/stat : 22250 (java) S 22232 22235 22007 0 -1 4202560 13176 0 0 0 160 3 0 0 20 0 22 0 30059401 10060525568 897715 33554432000 1073741824 1073778376 140735996634544 140685853378616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22235/tid=22251] ppid=22232 vsize=9824732 CPUtime=1.59 cores=0,2,4,6
/proc/22235/task/22251/stat : 22251 (java) S 22232 22235 22007 0 -1 4202560 8992 0 0 0 157 2 0 0 20 0 22 0 30059401 10060525568 897715 33554432000 1073741824 1073778376 140735996634544 140685852326072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22252] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22252/stat : 22252 (java) S 22232 22235 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30059401 10060525568 897715 33554432000 1073741824 1073778376 140735996634544 140685851273720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22235/tid=22253] ppid=22232 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/22235/task/22253/stat : 22253 (java) S 22232 22235 22007 0 -1 4202560 47 0 0 0 17 15 0 0 20 0 22 0 30059401 10060525568 897715 33554432000 1073741824 1073778376 140735996634544 140685850221384 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22254] ppid=22232 vsize=9824732 CPUtime=812.17 cores=0,2,4,6
/proc/22235/task/22254/stat : 22254 (java) R 22232 22235 22007 0 -1 4202560 61 0 0 0 81203 14 0 0 20 0 22 0 30059447 10060525568 897715 33554432000 1073741824 1073778376 140735996634544 140685849165520 140685899191904 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22255] ppid=22232 vsize=9824732 CPUtime=812.23 cores=0,2,4,6
/proc/22235/task/22255/stat : 22255 (java) R 22232 22235 22007 0 -1 4202560 1760 0 0 0 81174 49 0 0 20 0 22 0 30059447 10060525568 897715 33554432000 1073741824 1073778376 140735996634544 140685848111856 140685898970282 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22235/tid=22256] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22256/stat : 22256 (java) S 22232 22235 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30059448 10060525568 897715 33554432000 1073741824 1073778376 140735996634544 140685847062056 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22235/tid=22257] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22257/stat : 22257 (java) S 22232 22235 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30059448 10060525568 897715 33554432000 1073741824 1073778376 140735996634544 140685846009512 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1652.27
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.20 4.25 3.93 5/219 22278
/proc/meminfo: memFree=22979424/32872528 swapFree=1437460/1543748
[pid=22235] ppid=22232 vsize=9824732 CPUtime=1772.96 cores=0,2,4,6
/proc/22235/stat : 22235 (java) S 22232 22235 22007 0 -1 4202496 34660 0 1 0 177126 170 0 0 20 0 22 0 30059396 10060525568 901572 33554432000 1073741824 1073778376 140735996634544 140735996625680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22235/statm: 2456183 901572 2301 9 0 2446860 0
[pid=22235/tid=22236] ppid=22232 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/22235/task/22236/stat : 22236 (java) S 22232 22235 22007 0 -1 4202560 2486 0 1 0 51 3 0 0 20 0 22 0 30059396 10060525568 901572 33554432000 1073741824 1073778376 140735996634544 140686033744760 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22238] ppid=22232 vsize=9824732 CPUtime=3.23 cores=0,2,4,6
/proc/22235/task/22238/stat : 22238 (java) S 22232 22235 22007 0 -1 4202560 719 0 0 0 305 18 0 0 20 0 22 0 30059397 10060525568 901572 33554432000 1073741824 1073778376 140735996634544 140686022806184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22235/tid=22239] ppid=22232 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/22235/task/22239/stat : 22239 (java) S 22232 22235 22007 0 -1 4202560 549 0 0 0 263 13 0 0 20 0 22 0 30059397 10060525568 901572 33554432000 1073741824 1073778376 140735996634544 140686021753640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22235/tid=22240] ppid=22232 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/22235/task/22240/stat : 22240 (java) S 22232 22235 22007 0 -1 4202560 588 0 0 0 259 16 0 0 20 0 22 0 30059397 10060525568 901572 33554432000 1073741824 1073778376 140735996634544 140686020701096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22241] ppid=22232 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/22235/task/22241/stat : 22241 (java) S 22232 22235 22007 0 -1 4202560 512 0 0 0 233 12 0 0 20 0 22 0 30059397 10060525568 901572 33554432000 1073741824 1073778376 140735996634544 140686019648552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22235/tid=22242] ppid=22232 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/22235/task/22242/stat : 22242 (java) S 22232 22235 22007 0 -1 4202560 495 0 0 0 242 11 0 0 20 0 22 0 30059397 10060525568 901572 33554432000 1073741824 1073778376 140735996634544 140686018594984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22235/tid=22243] ppid=22232 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/22235/task/22243/stat : 22243 (java) S 22232 22235 22007 0 -1 4202560 633 0 0 0 251 16 0 0 20 0 22 0 30059397 10060525568 901572 33554432000 1073741824 1073778376 140735996634544 140686017542440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22244] ppid=22232 vsize=9824732 CPUtime=2.82 cores=0,2,4,6
/proc/22235/task/22244/stat : 22244 (java) S 22232 22235 22007 0 -1 4202560 502 0 0 0 268 14 0 0 20 0 22 0 30059397 10060525568 901572 33554432000 1073741824 1073778376 140735996634544 140685870840232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22245] ppid=22232 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/22235/task/22245/stat : 22245 (java) S 22232 22235 22007 0 -1 4202560 565 0 0 0 237 13 0 0 20 0 22 0 30059397 10060525568 901572 33554432000 1073741824 1073778376 140735996634544 140685869787688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22235/tid=22246] ppid=22232 vsize=9824732 CPUtime=3.81 cores=0,2,4,6
/proc/22235/task/22246/stat : 22246 (java) S 22232 22235 22007 0 -1 4202560 2301 0 0 0 374 7 0 0 20 0 22 0 30059398 10060525568 901572 33554432000 1073741824 1073778376 140735996634544 140685857589864 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22235/tid=22247] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22247/stat : 22247 (java) S 22232 22235 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30059398 10060525568 901572 33554432000 1073741824 1073778376 140735996634544 140685856536184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22248] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22248/stat : 22248 (java) S 22232 22235 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30059398 10060525568 901572 33554432000 1073741824 1073778376 140735996634544 140685855483528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22249] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22249/stat : 22249 (java) S 22232 22235 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30059401 10060525568 901572 33554432000 1073741824 1073778376 140735996634544 140685854432272 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22250] ppid=22232 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/22235/task/22250/stat : 22250 (java) S 22232 22235 22007 0 -1 4202560 13176 0 0 0 160 3 0 0 20 0 22 0 30059401 10060525568 901572 33554432000 1073741824 1073778376 140735996634544 140685853378616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22235/tid=22251] ppid=22232 vsize=9824732 CPUtime=1.59 cores=0,2,4,6
/proc/22235/task/22251/stat : 22251 (java) S 22232 22235 22007 0 -1 4202560 8992 0 0 0 157 2 0 0 20 0 22 0 30059401 10060525568 901572 33554432000 1073741824 1073778376 140735996634544 140685852326072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22252] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22252/stat : 22252 (java) S 22232 22235 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30059401 10060525568 901572 33554432000 1073741824 1073778376 140735996634544 140685851273720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22235/tid=22253] ppid=22232 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/22235/task/22253/stat : 22253 (java) S 22232 22235 22007 0 -1 4202560 50 0 0 0 18 17 0 0 20 0 22 0 30059401 10060525568 901572 33554432000 1073741824 1073778376 140735996634544 140685850221384 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22254] ppid=22232 vsize=9824732 CPUtime=871.77 cores=0,2,4,6
/proc/22235/task/22254/stat : 22254 (java) R 22232 22235 22007 0 -1 4202560 63 0 0 0 87162 15 0 0 20 0 22 0 30059447 10060525568 901572 33554432000 1073741824 1073778376 140735996634544 140685849165536 140685899192402 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22235/tid=22255] ppid=22232 vsize=9824732 CPUtime=871.83 cores=0,2,4,6
/proc/22235/task/22255/stat : 22255 (java) R 22232 22235 22007 0 -1 4202560 1764 0 0 0 87132 51 0 0 20 0 22 0 30059447 10060525568 901572 33554432000 1073741824 1073778376 140735996634544 140685848114216 140685899355853 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22235/tid=22256] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22256/stat : 22256 (java) S 22232 22235 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30059448 10060525568 901572 33554432000 1073741824 1073778376 140735996634544 140685847062056 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22235/tid=22257] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22257/stat : 22257 (java) S 22232 22235 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30059448 10060525568 901572 33554432000 1073741824 1073778376 140735996634544 140685846009512 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1772.96
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.801 s]
/proc/loadavg: 4.25 4.26 3.94 7/219 22347
/proc/meminfo: memFree=26585188/32872528 swapFree=1437460/1543748
[pid=22235] ppid=22232 vsize=9824732 CPUtime=1800.07 cores=0,2,4,6
/proc/22235/stat : 22235 (java) S 22232 22235 22007 0 -1 4202496 34668 0 1 0 179837 170 0 0 20 0 22 0 30059396 10060525568 902598 33554432000 1073741824 1073778376 140735996634544 140735996625680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22235/statm: 2456183 902598 2301 9 0 2446860 0
[pid=22235/tid=22236] ppid=22232 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/22235/task/22236/stat : 22236 (java) S 22232 22235 22007 0 -1 4202560 2486 0 1 0 51 3 0 0 20 0 22 0 30059396 10060525568 902598 33554432000 1073741824 1073778376 140735996634544 140686033744760 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22238] ppid=22232 vsize=9824732 CPUtime=3.25 cores=0,2,4,6
/proc/22235/task/22238/stat : 22238 (java) S 22232 22235 22007 0 -1 4202560 720 0 0 0 307 18 0 0 20 0 22 0 30059397 10060525568 902598 33554432000 1073741824 1073778376 140735996634544 140686022806184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22235/tid=22239] ppid=22232 vsize=9824732 CPUtime=2.78 cores=0,2,4,6
/proc/22235/task/22239/stat : 22239 (java) S 22232 22235 22007 0 -1 4202560 549 0 0 0 265 13 0 0 20 0 22 0 30059397 10060525568 902598 33554432000 1073741824 1073778376 140735996634544 140686021753640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22240] ppid=22232 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/22235/task/22240/stat : 22240 (java) S 22232 22235 22007 0 -1 4202560 588 0 0 0 261 16 0 0 20 0 22 0 30059397 10060525568 902598 33554432000 1073741824 1073778376 140735996634544 140686020701096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22241] ppid=22232 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/22235/task/22241/stat : 22241 (java) S 22232 22235 22007 0 -1 4202560 514 0 0 0 236 12 0 0 20 0 22 0 30059397 10060525568 902598 33554432000 1073741824 1073778376 140735996634544 140686019648552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22235/tid=22242] ppid=22232 vsize=9824732 CPUtime=2.6 cores=0,2,4,6
/proc/22235/task/22242/stat : 22242 (java) S 22232 22235 22007 0 -1 4202560 497 0 0 0 249 11 0 0 20 0 22 0 30059397 10060525568 902598 33554432000 1073741824 1073778376 140735996634544 140686018594984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22235/tid=22243] ppid=22232 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/22235/task/22243/stat : 22243 (java) S 22232 22235 22007 0 -1 4202560 634 0 0 0 255 16 0 0 20 0 22 0 30059397 10060525568 902598 33554432000 1073741824 1073778376 140735996634544 140686017542440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22244] ppid=22232 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/22235/task/22244/stat : 22244 (java) S 22232 22235 22007 0 -1 4202560 503 0 0 0 271 14 0 0 20 0 22 0 30059397 10060525568 902598 33554432000 1073741824 1073778376 140735996634544 140685870840232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22245] ppid=22232 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/22235/task/22245/stat : 22245 (java) S 22232 22235 22007 0 -1 4202560 565 0 0 0 240 13 0 0 20 0 22 0 30059397 10060525568 902598 33554432000 1073741824 1073778376 140735996634544 140685869787688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22235/tid=22246] ppid=22232 vsize=9824732 CPUtime=3.81 cores=0,2,4,6
/proc/22235/task/22246/stat : 22246 (java) S 22232 22235 22007 0 -1 4202560 2301 0 0 0 374 7 0 0 20 0 22 0 30059398 10060525568 902598 33554432000 1073741824 1073778376 140735996634544 140685857589864 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22235/tid=22247] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22247/stat : 22247 (java) S 22232 22235 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30059398 10060525568 902598 33554432000 1073741824 1073778376 140735996634544 140685856536184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22248] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22248/stat : 22248 (java) S 22232 22235 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30059398 10060525568 902598 33554432000 1073741824 1073778376 140735996634544 140685855483528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22249] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22249/stat : 22249 (java) S 22232 22235 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30059401 10060525568 902598 33554432000 1073741824 1073778376 140735996634544 140685854432272 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22250] ppid=22232 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/22235/task/22250/stat : 22250 (java) S 22232 22235 22007 0 -1 4202560 13176 0 0 0 160 3 0 0 20 0 22 0 30059401 10060525568 902598 33554432000 1073741824 1073778376 140735996634544 140685853378616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22235/tid=22251] ppid=22232 vsize=9824732 CPUtime=1.59 cores=0,2,4,6
/proc/22235/task/22251/stat : 22251 (java) S 22232 22235 22007 0 -1 4202560 8992 0 0 0 157 2 0 0 20 0 22 0 30059401 10060525568 902598 33554432000 1073741824 1073778376 140735996634544 140685852326072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22252] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22252/stat : 22252 (java) S 22232 22235 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30059401 10060525568 902598 33554432000 1073741824 1073778376 140735996634544 140685851273720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22235/tid=22253] ppid=22232 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/22235/task/22253/stat : 22253 (java) S 22232 22235 22007 0 -1 4202560 50 0 0 0 18 17 0 0 20 0 22 0 30059401 10060525568 902598 33554432000 1073741824 1073778376 140735996634544 140685850221384 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22235/tid=22254] ppid=22232 vsize=9824732 CPUtime=885.19 cores=0,2,4,6
/proc/22235/task/22254/stat : 22254 (java) R 22232 22235 22007 0 -1 4202560 63 0 0 0 88504 15 0 0 20 0 22 0 30059447 10060525568 902598 33554432000 1073741824 1073778376 140735996634544 140685849157840 140685899228616 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22235/tid=22255] ppid=22232 vsize=9824732 CPUtime=885.25 cores=0,2,4,6
/proc/22235/task/22255/stat : 22255 (java) R 22232 22235 22007 0 -1 4202560 1765 0 0 0 88474 51 0 0 20 0 22 0 30059447 10060525568 902598 33554432000 1073741824 1073778376 140735996634544 140685848113936 140685898970596 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22235/tid=22256] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22256/stat : 22256 (java) S 22232 22235 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30059448 10060525568 902598 33554432000 1073741824 1073778376 140735996634544 140685847062056 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22235/tid=22257] ppid=22232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22235/task/22257/stat : 22257 (java) S 22232 22235 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30059448 10060525568 902598 33554432000 1073741824 1073778376 140735996634544 140685846009512 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 22235 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 895.866
CPU time (s): 1800.75
CPU user time (s): 1798.47
CPU system time (s): 2.28265
CPU usage (%): 201.007
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.47
system time used= 2.28265
maximum resident set size= 3610508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34701
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24168
involuntary context switches= 25948

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.33319 second user time and 7.84481 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-26 21:43:21
IDJOB=4116334
IDBENCH=109457
IDSOLVER=2543
FILE ID=node116/4116334-1466970201
RUNJOBID= node116-1466969304-22023
PBS_JOBID= 19976377
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-size96-round23-6.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116334-1466970201/watcher-4116334-1466970201 -o /tmp/evaluation-result-4116334-1466970201/solver-4116334-1466970201 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466969304-22023 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116334-1466970201.opb

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

MD5SUM BENCH= 3259b6526f651c11b9230c18caa481fd
RANDOM SEED=1587961520

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:        30180572 kB
Buffers:           31712 kB
Cached:           313636 kB
SwapCached:         2072 kB
Active:           126980 kB
Inactive:         314412 kB
Active(anon):      97268 kB
Inactive(anon):     1656 kB
Active(file):      29712 kB
Inactive(file):   312756 kB
Unevictable:     1543748 kB
Mlocked:         1437460 kB
SwapTotal:      67108856 kB
SwapFree:       67098680 kB
Dirty:              2448 kB
Writeback:             0 kB
AnonPages:       1629132 kB
Mapped:            15284 kB
Shmem:                 0 kB
Slab:             566268 kB
SReclaimable:       9928 kB
SUnreclaim:       556340 kB
KernelStack:        1648 kB
PageTables:         7672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2235484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 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 21:58:17