Trace number 4080492

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) 1801.05 895.977

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-31.opb
MD5SUM1231d9e508dc821e38b22e6db3fd2b2f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark231.924
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9310
Total number of constraints199239
Number of constraints which are clauses178407
Number of constraints which are cardinality constraints (but not clauses)730
Number of constraints which are nor clauses,nor cardinality constraints20102
Minimum length of a constraint1
Maximum length of a constraint231
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	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.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	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.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4080492-1465266995.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  no objective function found
3.13/1.90	c ... done. Wall clock time 1.775s.
3.13/1.90	c declared #vars     9310
3.13/1.91	c #constraints  199617
3.13/1.91	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.13/1.91	c constraints type 
3.13/1.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 136037
3.13/1.91	c org.sat4j.specs.Constr$1 => 2585
3.13/1.91	c org.sat4j.minisat.constraints.card.MinWatchCard => 721
3.13/1.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 40073
3.13/1.91	c org.sat4j.minisat.constraints.cnf.UnitClause => 99
3.13/1.91	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 20102
3.13/1.91	c 199617 constraints processed.
3.13/1.91	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.13/1.91	c constraints type 
3.13/1.91	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 40073
3.13/1.91	c org.sat4j.specs.Constr$1 => 2585
3.13/1.91	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 136037
3.13/1.91	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 721
3.13/1.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20102
3.13/1.91	c org.sat4j.pb.constraints.pb.UnitClausePB => 99
3.13/1.91	c 199617 constraints processed.
10.69/5.05	c cleaning 2501 clauses out of 5002 with flag 99967/5002
11.79/5.57	c cleaning 0 clauses out of 5000 with flag 0/5000
16.30/7.67	c cleaning 4244 clauses out of 8499 with flag 218533/11000
22.98/10.88	c cleaning 5528 clauses out of 11255 with flag 387901/18000
28.45/13.59	c cleaning 0 clauses out of 11000 with flag 0/11000
28.67/13.66	c cleaning 6858 clauses out of 13722 with flag 528642/26000
33.71/16.19	c cleaning 7860 clauses out of 15860 with flag 664343/35000
40.17/19.35	c cleaning 8927 clauses out of 18001 with flag 803555/45001
47.22/22.81	c cleaning 10028 clauses out of 20073 with flag 934255/56000
52.81/25.62	c cleaning 10998 clauses out of 22045 with flag 1067818/68000
59.15/28.75	c cleaning 12020 clauses out of 24047 with flag 1203022/81000
65.14/31.75	c cleaning 12997 clauses out of 26027 with flag 1345907/95000
71.40/34.85	c cleaning 13969 clauses out of 28032 with flag 1474662/110002
74.81/36.53	c cleaning 0 clauses out of 18000 with flag 0/18000
76.39/37.40	c cleaning 14927 clauses out of 30061 with flag 1615061/126000
82.63/40.41	c cleaning 16054 clauses out of 32136 with flag 1763434/143002
89.02/43.69	c cleaning 16980 clauses out of 34079 with flag 1935631/161001
95.04/46.66	c cleaning 17977 clauses out of 36098 with flag 2103015/180000
100.84/49.60	c cleaning 19032 clauses out of 38122 with flag 2262858/200001
108.06/53.13	c cleaning 19962 clauses out of 40089 with flag 2444647/221000
115.90/57.09	c cleaning 21015 clauses out of 42127 with flag 2636777/243000
124.10/61.17	c cleaning 22029 clauses out of 44112 with flag 2835775/266000
131.71/64.94	c cleaning 22977 clauses out of 46084 with flag 3050082/290001
142.13/70.19	c cleaning 23991 clauses out of 48106 with flag 3269147/315000
152.72/75.50	c cleaning 25011 clauses out of 50117 with flag 3530742/341002
165.36/81.70	c cleaning 26002 clauses out of 52106 with flag 3810612/368002
176.01/87.07	c cleaning 26990 clauses out of 54102 with flag 4032780/396000
187.63/92.81	c cleaning 28013 clauses out of 56112 with flag 4286046/425000
199.66/98.89	c cleaning 28965 clauses out of 58099 with flag 4549619/455000
201.06/99.57	c cleaning 0 clauses out of 26000 with flag 0/26000
211.86/104.95	c cleaning 30028 clauses out of 60134 with flag 4793813/486000
226.52/112.28	c cleaning 31031 clauses out of 62106 with flag 5072408/518000
241.76/119.82	c cleaning 31982 clauses out of 64075 with flag 5369304/551000
259.00/128.46	c cleaning 32927 clauses out of 66094 with flag 5667707/585001
274.87/136.31	c cleaning 34050 clauses out of 68168 with flag 5946177/620002
290.77/144.21	c cleaning 34991 clauses out of 70116 with flag 6227935/656000
309.70/153.64	c cleaning 35987 clauses out of 72126 with flag 6585639/693001
327.63/162.50	c cleaning 37060 clauses out of 74140 with flag 6929682/731002
346.55/171.95	c cleaning 38005 clauses out of 76079 with flag 7278885/770001
367.33/182.28	c cleaning 38987 clauses out of 78073 with flag 7613811/810000
387.87/192.43	c cleaning 39978 clauses out of 80086 with flag 7965852/851000
406.79/201.83	c cleaning 41032 clauses out of 82110 with flag 8292288/893002
427.52/212.13	c cleaning 41981 clauses out of 84076 with flag 8625762/936000
447.79/222.24	c cleaning 0 clauses out of 35002 with flag 0/35002
449.19/222.90	c cleaning 42941 clauses out of 86095 with flag 8966558/980000
471.86/234.26	c cleaning 43990 clauses out of 88154 with flag 9329622/1025000
494.97/245.76	c cleaning 45019 clauses out of 90165 with flag 9713657/1071001
519.92/258.16	c cleaning 46016 clauses out of 92145 with flag 10106414/1118000
543.68/269.96	c cleaning 46998 clauses out of 94129 with flag 10566881/1166000
569.41/282.73	c cleaning 48037 clauses out of 96132 with flag 10968324/1215001
593.55/294.71	c cleaning 49022 clauses out of 98094 with flag 11409477/1265000
621.53/308.63	c cleaning 50006 clauses out of 100074 with flag 11809012/1316002
648.94/322.26	c cleaning 51004 clauses out of 102066 with flag 12248029/1368000
677.93/336.60	c cleaning 51947 clauses out of 104062 with flag 12672357/1421000
706.30/350.79	c cleaning 53011 clauses out of 106117 with flag 13185319/1475002
738.63/367.09	c cleaning 54038 clauses out of 108106 with flag 13669343/1530002
769.22/382.27	c cleaning 55009 clauses out of 110068 with flag 14103245/1586002
776.66/385.96	c cleaning 0 clauses out of 45000 with flag 0/45000
799.77/397.44	c cleaning 55910 clauses out of 112057 with flag 14593341/1643000
832.38/413.60	c cleaning 57017 clauses out of 114149 with flag 15061897/1701002
866.53/430.66	c cleaning 58034 clauses out of 116130 with flag 15546447/1760000
898.74/446.70	c cleaning 59028 clauses out of 118096 with flag 16020112/1820000
931.38/462.80	c cleaning 59995 clauses out of 120068 with flag 16582659/1881000
971.24/482.95	c cleaning 61011 clauses out of 122074 with flag 17096977/1943001
1009.82/502.16	c cleaning 61940 clauses out of 124062 with flag 17571150/2006000
1045.19/519.70	c cleaning 63022 clauses out of 126122 with flag 18094425/2070000
1088.39/541.25	c cleaning 64047 clauses out of 128101 with flag 18622274/2135001
1128.56/561.21	c cleaning 64969 clauses out of 130053 with flag 19193952/2201000
1165.98/579.82	c cleaning 65967 clauses out of 132084 with flag 19811757/2268000
1206.39/599.99	c cleaning 67005 clauses out of 134117 with flag 20439908/2336000
1249.79/621.52	c cleaning 68053 clauses out of 136112 with flag 21039353/2405000
1293.43/643.20	c cleaning 68974 clauses out of 138059 with flag 21668411/2475000
1339.70/666.58	c cleaning 69964 clauses out of 140087 with flag 22229685/2546002
1361.21/677.24	c cleaning 0 clauses out of 56000 with flag 0/56000
1384.13/688.61	c cleaning 71033 clauses out of 142122 with flag 22796494/2618001
1432.79/712.89	c cleaning 71937 clauses out of 144088 with flag 23345808/2691000
1483.41/738.03	c cleaning 73076 clauses out of 146151 with flag 23975061/2765000
1533.27/762.85	c cleaning 73891 clauses out of 148075 with flag 24643232/2840000
1581.18/786.69	c cleaning 75021 clauses out of 150184 with flag 25290164/2916000
1632.64/812.23	c cleaning 76045 clauses out of 152164 with flag 25913654/2993001
1692.34/841.98	c cleaning 77046 clauses out of 154120 with flag 26534493/3071002
1745.49/868.72	c cleaning 78020 clauses out of 156072 with flag 27199628/3150000
1800.17/895.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/895.90	c starts		: 11267
1800.17/895.90	c conflicts		: 3230001
1800.17/895.90	c decisions		: 21720019
1800.17/895.90	c propagations		: 509025246
1800.17/895.90	c inspects		: 9385579641
1800.17/895.90	c shortcuts		: 0
1800.17/895.90	c learnt literals	: 11
1800.17/895.90	c learnt binary clauses	: 2613
1800.17/895.90	c learnt ternary clauses	: 5647
1800.17/895.90	c learnt constraints	: 3229990
1800.17/895.90	c ignored constraints	: 0
1800.17/895.90	c root simplifications	: 0
1800.17/895.90	c removed literals (reason simplification)	: 35376183
1800.17/895.90	c reason swapping (by a shorter reason)	: 0
1800.17/895.90	c Calls to reduceDB	: 76
1800.17/895.90	c Number of update (reduction) of LBD	: 1870690
1800.17/895.90	c Imported unit clauses	: 0
1800.17/895.90	c number of reductions to clauses (during analyze)	: 0
1800.17/895.90	c number of learned constraints concerned by reduction	: 0
1800.17/895.90	c number of learning phase by resolution	: 0
1800.17/895.90	c number of learning phase by cutting planes	: 0
1800.17/895.90	c speed (assignments/second)	: 569392.2078793709
1800.17/895.90	c non guided choices	507349
1800.17/895.93	c learnt constraints type 
1800.17/895.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2613
1800.17/895.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 155440
1800.17/895.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/895.93	c starts		: 75
1800.17/895.93	c conflicts		: 60507
1800.17/895.93	c decisions		: 462656
1800.17/895.93	c propagations		: 22026166
1800.17/895.93	c inspects		: 1686984110
1800.17/895.93	c shortcuts		: 0
1800.17/895.93	c learnt literals	: 0
1800.17/895.93	c learnt binary clauses	: 57
1800.17/895.93	c learnt ternary clauses	: 722
1800.17/895.93	c learnt constraints	: 60507
1800.17/895.93	c ignored constraints	: 0
1800.17/895.93	c root simplifications	: 0
1800.17/895.93	c removed literals (reason simplification)	: 0
1800.17/895.93	c reason swapping (by a shorter reason)	: 0
1800.17/895.93	c Calls to reduceDB	: 7
1800.17/895.93	c Number of update (reduction) of LBD	: 0
1800.17/895.93	c Imported unit clauses	: 0
1800.17/895.93	c number of reductions to clauses (during analyze)	: 0
1800.17/895.93	c number of learned constraints concerned by reduction	: 0
1800.17/895.93	c number of learning phase by resolution	: 0
1800.17/895.93	c number of learning phase by cutting planes	: 0
1800.17/895.93	c speed (assignments/second)	: 24637.576663269974
1800.17/895.93	c non guided choices	44591
1800.17/895.95	c learnt constraints type 
1800.17/895.95	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 42874
1800.17/895.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
1800.17/895.95	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 57
1800.17/895.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17573
1800.17/895.95	s UNKNOWN
1800.17/895.95	c Total wall clock time (in seconds): 895.822

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

pid=22131
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.06 4.13 4.17 6/197 22134
/proc/meminfo: memFree=27173940/32872528 swapFree=15784/1434320
[pid=22134] ppid=22131 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/22134/stat : 22134 (java) R 22131 22134 15518 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 108632714 9445376 94 33554432000 1073741824 1073778376 140736752776624 140736752773752 214360439361 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22134/statm: 2306 97 76 9 0 38 0

[startup+0.100061 s]
/proc/loadavg: 4.06 4.13 4.17 6/197 22134
/proc/meminfo: memFree=27173940/32872528 swapFree=15784/1434320
[pid=22134] ppid=22131 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/22134/stat : 22134 (java) S 22131 22134 15518 0 -1 4202496 4345 0 1 0 7 1 0 0 20 0 18 0 108632714 9787879424 5462 33554432000 1073741824 1073778376 140736752776624 140736752767760 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22134/statm: 2389619 5464 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.20021 s]
/proc/loadavg: 4.06 4.13 4.17 6/197 22134
/proc/meminfo: memFree=27173940/32872528 swapFree=15784/1434320
[pid=22134] ppid=22131 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/22134/stat : 22134 (java) S 22131 22134 15518 0 -1 4202496 4683 0 1 0 21 1 0 0 20 0 18 0 108632714 9787879424 7312 33554432000 1073741824 1073778376 140736752776624 140736752767760 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22134/statm: 2389619 7312 2197 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300226 s]
/proc/loadavg: 4.06 4.13 4.17 6/197 22134
/proc/meminfo: memFree=27173940/32872528 swapFree=15784/1434320
[pid=22134] ppid=22131 vsize=9558476 CPUtime=0.44 cores=1,3,5,7
/proc/22134/stat : 22134 (java) S 22131 22134 15518 0 -1 4202496 5766 0 1 0 42 2 0 0 20 0 18 0 108632714 9787879424 8969 33554432000 1073741824 1073778376 140736752776624 140736752767760 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22134/statm: 2389619 8969 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.70017 s]
/proc/loadavg: 4.06 4.13 4.17 6/197 22134
/proc/meminfo: memFree=27173940/32872528 swapFree=15784/1434320
[pid=22134] ppid=22131 vsize=9558476 CPUtime=1.38 cores=1,3,5,7
/proc/22134/stat : 22134 (java) S 22131 22134 15518 0 -1 4202496 10520 0 1 0 133 5 0 0 20 0 18 0 108632714 9787879424 43313 33554432000 1073741824 1073778376 140736752776624 140736752767760 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22134/statm: 2389619 43313 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9558476

[startup+1.5009 s]
/proc/loadavg: 4.06 4.13 4.17 6/215 22152
/proc/meminfo: memFree=26989804/32872528 swapFree=15784/1434320
[pid=22134] ppid=22131 vsize=9558476 CPUtime=2.56 cores=1,3,5,7
/proc/22134/stat : 22134 (java) S 22131 22134 15518 0 -1 4202496 11455 0 1 0 243 13 0 0 20 0 18 0 108632714 9787879424 85954 33554432000 1073741824 1073778376 140736752776624 140736752767760 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22134/statm: 2389619 85954 2263 9 0 2380296 0
[pid=22134/tid=22136] ppid=22131 vsize=9558476 CPUtime=1.35 cores=1,3,5,7
/proc/22134/task/22136/stat : 22136 (java) R 22131 22134 15518 0 -1 4202560 2528 0 1 0 130 5 0 0 20 0 18 0 108632714 9787879424 85954 33554432000 1073741824 1073778376 140736752776624 139779528425392 214373033229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22134/tid=22137] ppid=22131 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/22134/task/22137/stat : 22137 (java) S 22131 22134 15518 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 18 0 108632716 9787879424 85954 33554432000 1073741824 1073778376 140736752776624 139779517495592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22134/tid=22138] ppid=22131 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/22134/task/22138/stat : 22138 (java) S 22131 22134 15518 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 18 0 108632716 9787879424 85954 33554432000 1073741824 1073778376 140736752776624 139779516442792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22134/tid=22139] ppid=22131 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/22134/task/22139/stat : 22139 (java) S 22131 22134 15518 0 -1 4202560 35 0 0 0 5 1 0 0 20 0 18 0 108632716 9787879424 85954 33554432000 1073741824 1073778376 140736752776624 139779515390504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22134/tid=22140] ppid=22131 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/22134/task/22140/stat : 22140 (java) S 22131 22134 15518 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 18 0 108632716 9787879424 85954 33554432000 1073741824 1073778376 140736752776624 139779514337704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22134/tid=22141] ppid=22131 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/22134/task/22141/stat : 22141 (java) S 22131 22134 15518 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 18 0 108632716 9787879424 85954 33554432000 1073741824 1073778376 140736752776624 139779513285416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22142] ppid=22131 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/22134/task/22142/stat : 22142 (java) S 22131 22134 15518 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 18 0 108632716 9787879424 85954 33554432000 1073741824 1073778376 140736752776624 139779512232616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22134/tid=22143] ppid=22131 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/22134/task/22143/stat : 22143 (java) S 22131 22134 15518 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 18 0 108632716 9787879424 85954 33554432000 1073741824 1073778376 140736752776624 139779511180328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22144] ppid=22131 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/22134/task/22144/stat : 22144 (java) S 22131 22134 15518 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 108632716 9787879424 85954 33554432000 1073741824 1073778376 140736752776624 139779364305832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22145] ppid=22131 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22145/stat : 22145 (java) S 22131 22134 15518 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 108632717 9787879424 85954 33554432000 1073741824 1073778376 140736752776624 139779352107240 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22134/tid=22146] ppid=22131 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22146/stat : 22146 (java) S 22131 22134 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108632717 9787879424 85954 33554432000 1073741824 1073778376 140736752776624 139779351053304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22147] ppid=22131 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22147/stat : 22147 (java) S 22131 22134 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108632717 9787879424 85954 33554432000 1073741824 1073778376 140736752776624 139779350000904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22148] ppid=22131 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22148/stat : 22148 (java) S 22131 22134 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108632720 9787879424 85954 33554432000 1073741824 1073778376 140736752776624 139779348949392 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22149] ppid=22131 vsize=9558476 CPUtime=0.39 cores=1,3,5,7
/proc/22134/task/22149/stat : 22149 (java) S 22131 22134 15518 0 -1 4202560 3318 0 0 0 39 0 0 0 20 0 18 0 108632720 9787879424 85954 33554432000 1073741824 1073778376 140736752776624 139779347897016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22150] ppid=22131 vsize=9558476 CPUtime=0.38 cores=1,3,5,7
/proc/22134/task/22150/stat : 22150 (java) S 22131 22134 15518 0 -1 4202560 4020 0 0 0 38 0 0 0 20 0 18 0 108632720 9787879424 85954 33554432000 1073741824 1073778376 140736752776624 139779346844216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22134/tid=22151] ppid=22131 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22151/stat : 22151 (java) S 22131 22134 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108632720 9787879424 85954 33554432000 1073741824 1073778376 140736752776624 139779345792120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22134/tid=22152] ppid=22131 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22152/stat : 22152 (java) S 22131 22134 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108632720 9787879424 85954 33554432000 1073741824 1073778376 140736752776624 139779344739528 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 9558476

[startup+3.10086 s]
/proc/loadavg: 4.06 4.13 4.17 6/219 22156
/proc/meminfo: memFree=26798272/32872528 swapFree=15784/1434320
[pid=22134] ppid=22131 vsize=9824732 CPUtime=6.67 cores=1,3,5,7
/proc/22134/stat : 22134 (java) S 22131 22134 15518 0 -1 4202496 15925 0 1 0 647 20 0 0 20 0 22 0 108632714 10060525568 123623 33554432000 1073741824 1073778376 140736752776624 140736752767760 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22134/statm: 2456183 123623 2281 9 0 2446860 0
[pid=22134/tid=22136] ppid=22131 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/22134/task/22136/stat : 22136 (java) S 22131 22134 15518 0 -1 4202560 2541 0 1 0 166 6 0 0 20 0 22 0 108632714 10060525568 123623 33554432000 1073741824 1073778376 140736752776624 139779528434552 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22137] ppid=22131 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/22134/task/22137/stat : 22137 (java) S 22131 22134 15518 0 -1 4202560 56 0 0 0 5 3 0 0 20 0 22 0 108632716 10060525568 123623 33554432000 1073741824 1073778376 140736752776624 139779517495592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22134/tid=22138] ppid=22131 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/22134/task/22138/stat : 22138 (java) S 22131 22134 15518 0 -1 4202560 38 0 0 0 5 1 0 0 20 0 22 0 108632716 10060525568 123623 33554432000 1073741824 1073778376 140736752776624 139779516442792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22134/tid=22139] ppid=22131 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/22134/task/22139/stat : 22139 (java) S 22131 22134 15518 0 -1 4202560 47 0 0 0 7 2 0 0 20 0 22 0 108632716 10060525568 123623 33554432000 1073741824 1073778376 140736752776624 139779515390504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22134/tid=22140] ppid=22131 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/22134/task/22140/stat : 22140 (java) S 22131 22134 15518 0 -1 4202560 33 0 0 0 6 2 0 0 20 0 22 0 108632716 10060525568 123623 33554432000 1073741824 1073778376 140736752776624 139779514337704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22134/tid=22141] ppid=22131 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/22134/task/22141/stat : 22141 (java) S 22131 22134 15518 0 -1 4202560 30 0 0 0 3 1 0 0 20 0 22 0 108632716 10060525568 123623 33554432000 1073741824 1073778376 140736752776624 139779513285416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22142] ppid=22131 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/22134/task/22142/stat : 22142 (java) S 22131 22134 15518 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 22 0 108632716 10060525568 123623 33554432000 1073741824 1073778376 140736752776624 139779512232616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22134/tid=22143] ppid=22131 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/22134/task/22143/stat : 22143 (java) S 22131 22134 15518 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 22 0 108632716 10060525568 123623 33554432000 1073741824 1073778376 140736752776624 139779511180328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22144] ppid=22131 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/22134/task/22144/stat : 22144 (java) S 22131 22134 15518 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 108632716 10060525568 123623 33554432000 1073741824 1073778376 140736752776624 139779364305832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22145] ppid=22131 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22145/stat : 22145 (java) S 22131 22134 15518 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 108632717 10060525568 123623 33554432000 1073741824 1073778376 140736752776624 139779352107240 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22146] ppid=22131 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22146/stat : 22146 (java) S 22131 22134 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108632717 10060525568 123623 33554432000 1073741824 1073778376 140736752776624 139779351053304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22147] ppid=22131 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22147/stat : 22147 (java) S 22131 22134 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108632717 10060525568 123623 33554432000 1073741824 1073778376 140736752776624 139779350000904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22148] ppid=22131 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22148/stat : 22148 (java) S 22131 22134 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108632720 10060525568 123623 33554432000 1073741824 1073778376 140736752776624 139779348949392 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22149] ppid=22131 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/22134/task/22149/stat : 22149 (java) S 22131 22134 15518 0 -1 4202560 5217 0 0 0 93 0 0 0 20 0 22 0 108632720 10060525568 123623 33554432000 1073741824 1073778376 140736752776624 139779347897016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22150] ppid=22131 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/22134/task/22150/stat : 22150 (java) S 22131 22134 15518 0 -1 4202560 6333 0 0 0 102 2 0 0 20 0 22 0 108632720 10060525568 123623 33554432000 1073741824 1073778376 140736752776624 139779346844216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22134/tid=22151] ppid=22131 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22151/stat : 22151 (java) S 22131 22134 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108632720 10060525568 123623 33554432000 1073741824 1073778376 140736752776624 139779345792120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22134/tid=22152] ppid=22131 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22152/stat : 22152 (java) S 22131 22134 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108632720 10060525568 123623 33554432000 1073741824 1073778376 140736752776624 139779344739528 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22134/tid=22153] ppid=22131 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/22134/task/22153/stat : 22153 (java) R 22131 22134 15518 0 -1 4202560 20 0 0 0 115 0 0 0 20 0 22 0 108632905 10060525568 123623 33554432000 1073741824 1073778376 140736752776624 139779343684128 139779392852832 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=22134/tid=22154] ppid=22131 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/22134/task/22154/stat : 22154 (java) R 22131 22134 15518 0 -1 4202560 77 0 0 0 116 1 0 0 20 0 22 0 108632905 10060525568 123623 33554432000 1073741824 1073778376 140736752776624 139779342631336 139779392659764 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22134/tid=22155] ppid=22131 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22155/stat : 22155 (java) S 22131 22134 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108632906 10060525568 123623 33554432000 1073741824 1073778376 140736752776624 139779341579432 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22156] ppid=22131 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22156/stat : 22156 (java) S 22131 22134 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108632906 10060525568 123623 33554432000 1073741824 1073778376 140736752776624 139779340526632 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 9824732

[startup+6.30082 s]
/proc/loadavg: 4.13 4.14 4.17 6/219 22156
/proc/meminfo: memFree=26501364/32872528 swapFree=15784/1434320
[pid=22134] ppid=22131 vsize=9824732 CPUtime=13.62 cores=1,3,5,7
/proc/22134/stat : 22134 (java) S 22131 22134 15518 0 -1 4202496 21236 0 1 0 1329 33 0 0 20 0 22 0 108632714 10060525568 250003 33554432000 1073741824 1073778376 140736752776624 140736752767760 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22134/statm: 2456183 250003 2289 9 0 2446860 0
[pid=22134/tid=22136] ppid=22131 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/22134/task/22136/stat : 22136 (java) S 22131 22134 15518 0 -1 4202560 2542 0 1 0 166 6 0 0 20 0 22 0 108632714 10060525568 250003 33554432000 1073741824 1073778376 140736752776624 139779528434552 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22137] ppid=22131 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/22134/task/22137/stat : 22137 (java) S 22131 22134 15518 0 -1 4202560 62 0 0 0 8 3 0 0 20 0 22 0 108632716 10060525568 250003 33554432000 1073741824 1073778376 140736752776624 139779517495592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22138] ppid=22131 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/22134/task/22138/stat : 22138 (java) S 22131 22134 15518 0 -1 4202560 57 0 0 0 9 2 0 0 20 0 22 0 108632716 10060525568 250003 33554432000 1073741824 1073778376 140736752776624 139779516442792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22139] ppid=22131 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/22134/task/22139/stat : 22139 (java) S 22131 22134 15518 0 -1 4202560 59 0 0 0 9 3 0 0 20 0 22 0 108632716 10060525568 250003 33554432000 1073741824 1073778376 140736752776624 139779515390504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22140] ppid=22131 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/22134/task/22140/stat : 22140 (java) S 22131 22134 15518 0 -1 4202560 48 0 0 0 11 3 0 0 20 0 22 0 108632716 10060525568 250003 33554432000 1073741824 1073778376 140736752776624 139779514337704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22141] ppid=22131 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/22134/task/22141/stat : 22141 (java) S 22131 22134 15518 0 -1 4202560 45 0 0 0 6 2 0 0 20 0 22 0 108632716 10060525568 250003 33554432000 1073741824 1073778376 140736752776624 139779513285416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22142] ppid=22131 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/22134/task/22142/stat : 22142 (java) S 22131 22134 15518 0 -1 4202560 53 0 0 0 7 3 0 0 20 0 22 0 108632716 10060525568 250003 33554432000 1073741824 1073778376 140736752776624 139779512232616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22134/tid=22143] ppid=22131 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/22134/task/22143/stat : 22143 (java) S 22131 22134 15518 0 -1 4202560 34 0 0 0 5 2 0 0 20 0 22 0 108632716 10060525568 250003 33554432000 1073741824 1073778376 140736752776624 139779511180328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22144] ppid=22131 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/22134/task/22144/stat : 22144 (java) S 22131 22134 15518 0 -1 4202560 39 0 0 0 7 2 0 0 20 0 22 0 108632716 10060525568 250003 33554432000 1073741824 1073778376 140736752776624 139779364305832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22134/tid=22145] ppid=22131 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22145/stat : 22145 (java) S 22131 22134 15518 0 -1 4202560 472 0 0 0 0 0 0 0 20 0 22 0 108632717 10060525568 250003 33554432000 1073741824 1073778376 140736752776624 139779352107240 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22146] ppid=22131 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22146/stat : 22146 (java) S 22131 22134 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108632717 10060525568 250003 33554432000 1073741824 1073778376 140736752776624 139779351053304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22147] ppid=22131 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22147/stat : 22147 (java) S 22131 22134 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108632717 10060525568 250003 33554432000 1073741824 1073778376 140736752776624 139779350000904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22148] ppid=22131 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22148/stat : 22148 (java) S 22131 22134 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108632720 10060525568 250003 33554432000 1073741824 1073778376 140736752776624 139779348949392 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22149] ppid=22131 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/22134/task/22149/stat : 22149 (java) S 22131 22134 15518 0 -1 4202560 9437 0 0 0 120 2 0 0 20 0 22 0 108632720 10060525568 250003 33554432000 1073741824 1073778376 140736752776624 139779347897016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22150] ppid=22131 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/22134/task/22150/stat : 22150 (java) S 22131 22134 15518 0 -1 4202560 6339 0 0 0 117 2 0 0 20 0 22 0 108632720 10060525568 250003 33554432000 1073741824 1073778376 140736752776624 139779346844216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22134/tid=22151] ppid=22131 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22151/stat : 22151 (java) S 22131 22134 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108632720 10060525568 250003 33554432000 1073741824 1073778376 140736752776624 139779345792120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22134/tid=22152] ppid=22131 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22152/stat : 22152 (java) S 22131 22134 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108632720 10060525568 250003 33554432000 1073741824 1073778376 140736752776624 139779344739528 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22134/tid=22153] ppid=22131 vsize=9824732 CPUtime=4.24 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.22 4.19 4.18 5/220 22265
/proc/meminfo: memFree=24984616/32872528 swapFree=15784/1434320
[pid=22134] ppid=22131 vsize=9824732 CPUtime=1652.9 cores=1,3,5,7
/proc/22134/stat : 22134 (java) S 22131 22134 15518 0 -1 4202496 31818 0 1 0 165133 157 0 0 20 0 22 0 108632714 10060525568 518321 33554432000 1073741824 1073778376 140736752776624 140736752767760 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22134/statm: 2456183 518321 2299 9 0 2446860 0
[pid=22134/tid=22136] ppid=22131 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/22134/task/22136/stat : 22136 (java) S 22131 22134 15518 0 -1 4202560 2547 0 1 0 169 7 0 0 20 0 22 0 108632714 10060525568 518321 33554432000 1073741824 1073778376 140736752776624 139779528434552 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22134/tid=22137] ppid=22131 vsize=9824732 CPUtime=2.7 cores=1,3,5,7
/proc/22134/task/22137/stat : 22137 (java) S 22131 22134 15518 0 -1 4202560 420 0 0 0 260 10 0 0 20 0 22 0 108632716 10060525568 518321 33554432000 1073741824 1073778376 140736752776624 139779517495592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22134/tid=22138] ppid=22131 vsize=9824732 CPUtime=2.58 cores=1,3,5,7
/proc/22134/task/22138/stat : 22138 (java) S 22131 22134 15518 0 -1 4202560 386 0 0 0 251 7 0 0 20 0 22 0 108632716 10060525568 518321 33554432000 1073741824 1073778376 140736752776624 139779516442792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22134/tid=22139] ppid=22131 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/22134/task/22139/stat : 22139 (java) S 22131 22134 15518 0 -1 4202560 385 0 0 0 239 8 0 0 20 0 22 0 108632716 10060525568 518321 33554432000 1073741824 1073778376 140736752776624 139779515390504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22134/tid=22140] ppid=22131 vsize=9824732 CPUtime=2.79 cores=1,3,5,7
/proc/22134/task/22140/stat : 22140 (java) S 22131 22134 15518 0 -1 4202560 380 0 0 0 271 8 0 0 20 0 22 0 108632716 10060525568 518321 33554432000 1073741824 1073778376 140736752776624 139779514337704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22134/tid=22141] ppid=22131 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/22134/task/22141/stat : 22141 (java) S 22131 22134 15518 0 -1 4202560 388 0 0 0 259 7 0 0 20 0 22 0 108632716 10060525568 518321 33554432000 1073741824 1073778376 140736752776624 139779513285416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22142] ppid=22131 vsize=9824732 CPUtime=2.85 cores=1,3,5,7
/proc/22134/task/22142/stat : 22142 (java) S 22131 22134 15518 0 -1 4202560 417 0 0 0 274 11 0 0 20 0 22 0 108632716 10060525568 518321 33554432000 1073741824 1073778376 140736752776624 139779512232616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22134/tid=22143] ppid=22131 vsize=9824732 CPUtime=2.97 cores=1,3,5,7
/proc/22134/task/22143/stat : 22143 (java) S 22131 22134 15518 0 -1 4202560 384 0 0 0 288 9 0 0 20 0 22 0 108632716 10060525568 518321 33554432000 1073741824 1073778376 140736752776624 139779511180328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22134/tid=22144] ppid=22131 vsize=9824732 CPUtime=2.62 cores=1,3,5,7
/proc/22134/task/22144/stat : 22144 (java) S 22131 22134 15518 0 -1 4202560 380 0 0 0 253 9 0 0 20 0 22 0 108632716 10060525568 518321 33554432000 1073741824 1073778376 140736752776624 139779364305832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22134/tid=22145] ppid=22131 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/22134/task/22145/stat : 22145 (java) S 22131 22134 15518 0 -1 4202560 3528 0 0 0 155 30 0 0 20 0 22 0 108632717 10060525568 518321 33554432000 1073741824 1073778376 140736752776624 139779352107240 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22134/tid=22146] ppid=22131 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22146/stat : 22146 (java) S 22131 22134 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108632717 10060525568 518321 33554432000 1073741824 1073778376 140736752776624 139779351053304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22147] ppid=22131 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22147/stat : 22147 (java) S 22131 22134 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108632717 10060525568 518321 33554432000 1073741824 1073778376 140736752776624 139779350000904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22148] ppid=22131 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22148/stat : 22148 (java) S 22131 22134 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108632720 10060525568 518321 33554432000 1073741824 1073778376 140736752776624 139779348949392 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22149] ppid=22131 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/22134/task/22149/stat : 22149 (java) S 22131 22134 15518 0 -1 4202560 10129 0 0 0 144 3 0 0 20 0 22 0 108632720 10060525568 518321 33554432000 1073741824 1073778376 140736752776624 139779347897016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22150] ppid=22131 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/22134/task/22150/stat : 22150 (java) S 22131 22134 15518 0 -1 4202560 9209 0 0 0 146 2 0 0 20 0 22 0 108632720 10060525568 518321 33554432000 1073741824 1073778376 140736752776624 139779346844216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22134/tid=22151] ppid=22131 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22151/stat : 22151 (java) S 22131 22134 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108632720 10060525568 518321 33554432000 1073741824 1073778376 140736752776624 139779345792120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22134/tid=22152] ppid=22131 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/22134/task/22152/stat : 22152 (java) S 22131 22134 15518 0 -1 4202560 47 0 0 0 20 14 0 0 20 0 22 0 108632720 10060525568 518321 33554432000 1073741824 1073778376 140736752776624 139779344739528 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22134/tid=22153] ppid=22131 vsize=9824732 CPUtime=812.32 cores=1,3,5,7
/proc/22134/task/22153/stat : 22153 (java) R 22131 22134 15518 0 -1 4202560 96 0 0 0 81217 15 0 0 20 0 22 0 108632905 10060525568 518321 33554432000 1073741824 1073778376 140736752776624 139779343682096 139779392833689 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22134/tid=22154] ppid=22131 vsize=9824732 CPUtime=812.36 cores=1,3,5,7
/proc/22134/task/22154/stat : 22154 (java) R 22131 22134 15518 0 -1 4202560 1856 0 0 0 81188 48 0 0 20 0 22 0 108632905 10060525568 518321 33554432000 1073741824 1073778376 140736752776624 139779342629968 139779393152000 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22155] ppid=22131 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22155/stat : 22155 (java) S 22131 22134 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108632906 10060525568 518321 33554432000 1073741824 1073778376 140736752776624 139779341579432 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22156] ppid=22131 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22156/stat : 22156 (java) S 22131 22134 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108632906 10060525568 518321 33554432000 1073741824 1073778376 140736752776624 139779340526632 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1652.9
Current children cumulated vsize (KiB) 9824732

[startup+882.301 s]
/proc/loadavg: 4.27 4.21 4.18 5/219 22266
/proc/meminfo: memFree=24986428/32872528 swapFree=15784/1434320
[pid=22134] ppid=22131 vsize=9824732 CPUtime=1772.8 cores=1,3,5,7
/proc/22134/stat : 22134 (java) S 22131 22134 15518 0 -1 4202496 32738 0 1 0 177117 163 0 0 20 0 22 0 108632714 10060525568 517784 33554432000 1073741824 1073778376 140736752776624 140736752767760 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22134/statm: 2456183 517784 2299 9 0 2446860 0
[pid=22134/tid=22136] ppid=22131 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/22134/task/22136/stat : 22136 (java) S 22131 22134 15518 0 -1 4202560 2547 0 1 0 169 7 0 0 20 0 22 0 108632714 10060525568 517784 33554432000 1073741824 1073778376 140736752776624 139779528434552 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22134/tid=22137] ppid=22131 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/22134/task/22137/stat : 22137 (java) S 22131 22134 15518 0 -1 4202560 432 0 0 0 273 11 0 0 20 0 22 0 108632716 10060525568 517784 33554432000 1073741824 1073778376 140736752776624 139779517495592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22134/tid=22138] ppid=22131 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/22134/task/22138/stat : 22138 (java) S 22131 22134 15518 0 -1 4202560 388 0 0 0 267 8 0 0 20 0 22 0 108632716 10060525568 517784 33554432000 1073741824 1073778376 140736752776624 139779516442792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22134/tid=22139] ppid=22131 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/22134/task/22139/stat : 22139 (java) S 22131 22134 15518 0 -1 4202560 392 0 0 0 257 8 0 0 20 0 22 0 108632716 10060525568 517784 33554432000 1073741824 1073778376 140736752776624 139779515390504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22134/tid=22140] ppid=22131 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/22134/task/22140/stat : 22140 (java) S 22131 22134 15518 0 -1 4202560 409 0 0 0 287 9 0 0 20 0 22 0 108632716 10060525568 517784 33554432000 1073741824 1073778376 140736752776624 139779514337704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22134/tid=22141] ppid=22131 vsize=9824732 CPUtime=2.85 cores=1,3,5,7
/proc/22134/task/22141/stat : 22141 (java) S 22131 22134 15518 0 -1 4202560 408 0 0 0 278 7 0 0 20 0 22 0 108632716 10060525568 517784 33554432000 1073741824 1073778376 140736752776624 139779513285416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22134/tid=22142] ppid=22131 vsize=9824732 CPUtime=3.06 cores=1,3,5,7
/proc/22134/task/22142/stat : 22142 (java) S 22131 22134 15518 0 -1 4202560 428 0 0 0 295 11 0 0 20 0 22 0 108632716 10060525568 517784 33554432000 1073741824 1073778376 140736752776624 139779512232616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22134/tid=22143] ppid=22131 vsize=9824732 CPUtime=3.2 cores=1,3,5,7
/proc/22134/task/22143/stat : 22143 (java) S 22131 22134 15518 0 -1 4202560 409 0 0 0 311 9 0 0 20 0 22 0 108632716 10060525568 517784 33554432000 1073741824 1073778376 140736752776624 139779511180328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22134/tid=22144] ppid=22131 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/22134/task/22144/stat : 22144 (java) S 22131 22134 15518 0 -1 4202560 385 0 0 0 269 9 0 0 20 0 22 0 108632716 10060525568 517784 33554432000 1073741824 1073778376 140736752776624 139779364305832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22134/tid=22145] ppid=22131 vsize=9824732 CPUtime=2.6 cores=1,3,5,7
/proc/22134/task/22145/stat : 22145 (java) S 22131 22134 15518 0 -1 4202560 4315 0 0 0 227 33 0 0 20 0 22 0 108632717 10060525568 517784 33554432000 1073741824 1073778376 140736752776624 139779352107240 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22134/tid=22146] ppid=22131 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22146/stat : 22146 (java) S 22131 22134 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108632717 10060525568 517784 33554432000 1073741824 1073778376 140736752776624 139779351053304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22147] ppid=22131 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22147/stat : 22147 (java) S 22131 22134 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108632717 10060525568 517784 33554432000 1073741824 1073778376 140736752776624 139779350000904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22148] ppid=22131 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22148/stat : 22148 (java) S 22131 22134 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108632720 10060525568 517784 33554432000 1073741824 1073778376 140736752776624 139779348949392 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22149] ppid=22131 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/22134/task/22149/stat : 22149 (java) S 22131 22134 15518 0 -1 4202560 10129 0 0 0 144 3 0 0 20 0 22 0 108632720 10060525568 517784 33554432000 1073741824 1073778376 140736752776624 139779347897016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22150] ppid=22131 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/22134/task/22150/stat : 22150 (java) S 22131 22134 15518 0 -1 4202560 9209 0 0 0 146 2 0 0 20 0 22 0 108632720 10060525568 517784 33554432000 1073741824 1073778376 140736752776624 139779346844216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22134/tid=22151] ppid=22131 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22151/stat : 22151 (java) S 22131 22134 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108632720 10060525568 517784 33554432000 1073741824 1073778376 140736752776624 139779345792120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22134/tid=22152] ppid=22131 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/22134/task/22152/stat : 22152 (java) S 22131 22134 15518 0 -1 4202560 51 0 0 0 21 15 0 0 20 0 22 0 108632720 10060525568 517784 33554432000 1073741824 1073778376 140736752776624 139779344739528 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22134/tid=22153] ppid=22131 vsize=9824732 CPUtime=871.18 cores=1,3,5,7
/proc/22134/task/22153/stat : 22153 (java) R 22131 22134 15518 0 -1 4202560 102 0 0 0 87102 16 0 0 20 0 22 0 108632905 10060525568 517784 33554432000 1073741824 1073778376 140736752776624 139779343682832 139779392725734 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22134/tid=22154] ppid=22131 vsize=9824732 CPUtime=871.22 cores=1,3,5,7
/proc/22134/task/22154/stat : 22154 (java) R 22131 22134 15518 0 -1 4202560 1868 0 0 0 87072 50 0 0 20 0 22 0 108632905 10060525568 517784 33554432000 1073741824 1073778376 140736752776624 139779342629264 139779393152013 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22155] ppid=22131 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22155/stat : 22155 (java) S 22131 22134 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108632906 10060525568 517784 33554432000 1073741824 1073778376 140736752776624 139779341579432 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22156] ppid=22131 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22156/stat : 22156 (java) S 22131 22134 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108632906 10060525568 517784 33554432000 1073741824 1073778376 140736752776624 139779340526632 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1772.8
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.901 s]
/proc/loadavg: 4.21 4.20 4.18 5/219 22266
/proc/meminfo: memFree=24994880/32872528 swapFree=15784/1434320
[pid=22134] ppid=22131 vsize=9824732 CPUtime=1800.17 cores=1,3,5,7
/proc/22134/stat : 22134 (java) S 22131 22134 15518 0 -1 4202496 32743 0 1 0 179853 164 0 0 20 0 22 0 108632714 10060525568 515620 33554432000 1073741824 1073778376 140736752776624 140736752767760 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22134/statm: 2456183 515620 2299 9 0 2446860 0
[pid=22134/tid=22136] ppid=22131 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/22134/task/22136/stat : 22136 (java) S 22131 22134 15518 0 -1 4202560 2547 0 1 0 169 8 0 0 20 0 22 0 108632714 10060525568 515620 33554432000 1073741824 1073778376 140736752776624 139779528434552 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22134/tid=22137] ppid=22131 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/22134/task/22137/stat : 22137 (java) S 22131 22134 15518 0 -1 4202560 432 0 0 0 278 11 0 0 20 0 22 0 108632716 10060525568 515620 33554432000 1073741824 1073778376 140736752776624 139779517495592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22134/tid=22138] ppid=22131 vsize=9824732 CPUtime=2.79 cores=1,3,5,7
/proc/22134/task/22138/stat : 22138 (java) S 22131 22134 15518 0 -1 4202560 388 0 0 0 271 8 0 0 20 0 22 0 108632716 10060525568 515620 33554432000 1073741824 1073778376 140736752776624 139779516442792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22134/tid=22139] ppid=22131 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/22134/task/22139/stat : 22139 (java) S 22131 22134 15518 0 -1 4202560 392 0 0 0 260 8 0 0 20 0 22 0 108632716 10060525568 515620 33554432000 1073741824 1073778376 140736752776624 139779515390504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22140] ppid=22131 vsize=9824732 CPUtime=3 cores=1,3,5,7
/proc/22134/task/22140/stat : 22140 (java) S 22131 22134 15518 0 -1 4202560 409 0 0 0 291 9 0 0 20 0 22 0 108632716 10060525568 515620 33554432000 1073741824 1073778376 140736752776624 139779514337704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22141] ppid=22131 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/22134/task/22141/stat : 22141 (java) S 22131 22134 15518 0 -1 4202560 408 0 0 0 283 8 0 0 20 0 22 0 108632716 10060525568 515620 33554432000 1073741824 1073778376 140736752776624 139779513285416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22134/tid=22142] ppid=22131 vsize=9824732 CPUtime=3.13 cores=1,3,5,7
/proc/22134/task/22142/stat : 22142 (java) S 22131 22134 15518 0 -1 4202560 428 0 0 0 302 11 0 0 20 0 22 0 108632716 10060525568 515620 33554432000 1073741824 1073778376 140736752776624 139779512232616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22134/tid=22143] ppid=22131 vsize=9824732 CPUtime=3.26 cores=1,3,5,7
/proc/22134/task/22143/stat : 22143 (java) S 22131 22134 15518 0 -1 4202560 409 0 0 0 317 9 0 0 20 0 22 0 108632716 10060525568 515620 33554432000 1073741824 1073778376 140736752776624 139779511180328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22134/tid=22144] ppid=22131 vsize=9824732 CPUtime=2.85 cores=1,3,5,7
/proc/22134/task/22144/stat : 22144 (java) S 22131 22134 15518 0 -1 4202560 385 0 0 0 276 9 0 0 20 0 22 0 108632716 10060525568 515620 33554432000 1073741824 1073778376 140736752776624 139779364305832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22134/tid=22145] ppid=22131 vsize=9824732 CPUtime=2.6 cores=1,3,5,7
/proc/22134/task/22145/stat : 22145 (java) S 22131 22134 15518 0 -1 4202560 4315 0 0 0 227 33 0 0 20 0 22 0 108632717 10060525568 515620 33554432000 1073741824 1073778376 140736752776624 139779352107240 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22146] ppid=22131 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22146/stat : 22146 (java) S 22131 22134 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108632717 10060525568 515620 33554432000 1073741824 1073778376 140736752776624 139779351053304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22147] ppid=22131 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22147/stat : 22147 (java) S 22131 22134 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108632717 10060525568 515620 33554432000 1073741824 1073778376 140736752776624 139779350000904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22148] ppid=22131 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22148/stat : 22148 (java) S 22131 22134 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108632720 10060525568 515620 33554432000 1073741824 1073778376 140736752776624 139779348949392 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22149] ppid=22131 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/22134/task/22149/stat : 22149 (java) S 22131 22134 15518 0 -1 4202560 10129 0 0 0 144 3 0 0 20 0 22 0 108632720 10060525568 515620 33554432000 1073741824 1073778376 140736752776624 139779347897016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22150] ppid=22131 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/22134/task/22150/stat : 22150 (java) S 22131 22134 15518 0 -1 4202560 9209 0 0 0 146 2 0 0 20 0 22 0 108632720 10060525568 515620 33554432000 1073741824 1073778376 140736752776624 139779346844216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22134/tid=22151] ppid=22131 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22151/stat : 22151 (java) S 22131 22134 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108632720 10060525568 515620 33554432000 1073741824 1073778376 140736752776624 139779345792120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22134/tid=22152] ppid=22131 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/22134/task/22152/stat : 22152 (java) S 22131 22134 15518 0 -1 4202560 51 0 0 0 21 16 0 0 20 0 22 0 108632720 10060525568 515620 33554432000 1073741824 1073778376 140736752776624 139779344739528 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22134/tid=22153] ppid=22131 vsize=9824732 CPUtime=884.66 cores=1,3,5,7
/proc/22134/task/22153/stat : 22153 (java) R 22131 22134 15518 0 -1 4202560 103 0 0 0 88450 16 0 0 20 0 22 0 108632905 10060525568 515620 33554432000 1073741824 1073778376 140736752776624 139779343682096 139779393074399 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22154] ppid=22131 vsize=9824732 CPUtime=884.69 cores=1,3,5,7
/proc/22134/task/22154/stat : 22154 (java) R 22131 22134 15518 0 -1 4202560 1872 0 0 0 88419 50 0 0 20 0 22 0 108632905 10060525568 515620 33554432000 1073741824 1073778376 140736752776624 139779342629840 139779392796356 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22134/tid=22155] ppid=22131 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22155/stat : 22155 (java) S 22131 22134 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108632906 10060525568 515620 33554432000 1073741824 1073778376 140736752776624 139779341579432 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22134/tid=22156] ppid=22131 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22134/task/22156/stat : 22156 (java) S 22131 22134 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108632906 10060525568 515620 33554432000 1073741824 1073778376 140736752776624 139779340526632 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
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 22134 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 895.977
CPU time (s): 1801.05
CPU user time (s): 1798.87
CPU system time (s): 2.18067
CPU usage (%): 201.015
Max. virtual memory (cumulated for all children) (KiB): 9826188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.87
system time used= 2.18067
maximum resident set size= 2819676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32778
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31640
involuntary context switches= 48977

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.40387 second user time and 5.8941 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-07 04:36:35
IDJOB=4080492
IDBENCH=89784
IDSOLVER=2543
FILE ID=node130/4080492-1465266995
RUNJOBID= node130-1465253566-15535
PBS_JOBID= 19843263
Free space on /tmp= 71692 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-31.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080492-1465266995/watcher-4080492-1465266995 -o /tmp/evaluation-result-4080492-1465266995/solver-4080492-1465266995 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465253566-15535 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080492-1465266995.opb

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

MD5SUM BENCH= 1231d9e508dc821e38b22e6db3fd2b2f
RANDOM SEED=905619684

node130.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.261
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.52
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.261
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.261
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.55
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.261
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.61
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.261
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.261
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.261
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.261
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:        27174212 kB
Buffers:          104704 kB
Cached:           228076 kB
SwapCached:         1724 kB
Active:          3316012 kB
Inactive:         195744 kB
Active(anon):    3180032 kB
Inactive(anon):     1252 kB
Active(file):     135980 kB
Inactive(file):   194492 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098432 kB
Dirty:              9016 kB
Writeback:             0 kB
AnonPages:       4620828 kB
Mapped:            15364 kB
Shmem:                 0 kB
Slab:             602388 kB
SReclaimable:      45896 kB
SUnreclaim:       556492 kB
KernelStack:        1600 kB
PageTables:        13768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4925104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4552704 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= 71736 MiB
End job on node130 at 2016-06-07 04:51:31