Trace number 4116870

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.05 897.451

General information on the benchmark

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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4116870-1466959515.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  no objective function found
0.74/0.49	c ... done. Wall clock time 0.374s.
0.74/0.49	c declared #vars     4128
0.74/0.49	c #constraints  10048
1.03/0.50	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.03/0.50	c constraints type 
1.03/0.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
1.03/0.50	c org.sat4j.specs.Constr$1 => 936
1.03/0.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.03/0.50	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
1.03/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
1.03/0.50	c 10048 constraints processed.
1.03/0.50	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.03/0.50	c constraints type 
1.03/0.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.03/0.50	c org.sat4j.specs.Constr$1 => 936
1.03/0.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6726
1.03/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1722
1.03/0.50	c org.sat4j.pb.constraints.pb.UnitClausePB => 536
1.03/0.50	c 10048 constraints processed.
4.53/1.49	c cleaning 2492 clauses out of 4997 with flag 15803/5000
6.44/2.06	c cleaning 4221 clauses out of 8505 with flag 37283/11000
7.92/2.76	c cleaning 5640 clauses out of 11284 with flag 65463/18000
9.61/3.59	c cleaning 6805 clauses out of 13644 with flag 98503/26000
11.70/4.55	c cleaning 7907 clauses out of 15839 with flag 139913/35000
13.89/5.56	c cleaning 8961 clauses out of 17933 with flag 188277/45001
16.37/6.74	c cleaning 9974 clauses out of 19971 with flag 240942/56000
18.96/8.07	c cleaning 10943 clauses out of 21999 with flag 301708/68002
22.22/9.68	c cleaning 12014 clauses out of 24054 with flag 369596/81000
25.62/11.35	c cleaning 13011 clauses out of 26040 with flag 443686/95000
29.55/13.25	c cleaning 14009 clauses out of 28029 with flag 523696/110000
33.53/15.24	c cleaning 14991 clauses out of 30020 with flag 610302/126000
37.93/17.46	c cleaning 15989 clauses out of 32031 with flag 703323/143002
42.45/19.69	c cleaning 0 clauses out of 5001 with flag 0/5001
43.17/19.91	c cleaning 17010 clauses out of 34040 with flag 803698/161000
48.32/22.46	c cleaning 17969 clauses out of 36031 with flag 910924/180001
54.48/25.41	c cleaning 19018 clauses out of 38062 with flag 1025693/200001
60.46/28.42	c cleaning 19960 clauses out of 40043 with flag 1146281/221000
67.06/31.71	c cleaning 21035 clauses out of 42083 with flag 1275774/243000
74.23/35.30	c cleaning 22003 clauses out of 44048 with flag 1410722/266000
81.62/38.95	c cleaning 23004 clauses out of 46045 with flag 1548832/290000
90.29/43.22	c cleaning 24021 clauses out of 48041 with flag 1693866/315000
99.29/47.72	c cleaning 25007 clauses out of 50021 with flag 1850904/341001
108.57/52.36	c cleaning 25984 clauses out of 52014 with flag 2010908/368001
118.46/57.17	c cleaning 26994 clauses out of 54030 with flag 2176883/396001
128.56/62.17	c cleaning 28007 clauses out of 56035 with flag 2349138/425000
139.28/67.44	c cleaning 28987 clauses out of 58028 with flag 2531604/455000
150.28/72.93	c cleaning 29985 clauses out of 60042 with flag 2715623/486001
162.57/79.05	c cleaning 30996 clauses out of 62056 with flag 2906682/518000
175.84/85.67	c cleaning 32025 clauses out of 64060 with flag 3102747/551000
189.92/92.68	c cleaning 33008 clauses out of 66035 with flag 3306159/585000
203.57/99.48	c cleaning 33998 clauses out of 68028 with flag 3515645/620001
218.84/107.02	c cleaning 34977 clauses out of 70029 with flag 3733836/656000
234.19/115.06	c cleaning 36017 clauses out of 72052 with flag 3955593/693000
249.43/122.69	c cleaning 36974 clauses out of 74035 with flag 4185113/731000
265.88/130.84	c cleaning 38027 clauses out of 76061 with flag 4421064/770000
282.99/139.33	c cleaning 39000 clauses out of 78034 with flag 4666109/810000
301.55/148.58	c cleaning 39990 clauses out of 80034 with flag 4916964/851000
309.14/152.39	c cleaning 0 clauses out of 11000 with flag 0/11000
320.86/158.11	c cleaning 41002 clauses out of 82045 with flag 5171125/893001
340.55/167.91	c cleaning 42010 clauses out of 84042 with flag 5437535/936000
360.66/177.92	c cleaning 42987 clauses out of 86034 with flag 5708087/980002
382.34/188.71	c cleaning 44012 clauses out of 88045 with flag 5983951/1025000
404.85/199.96	c cleaning 45012 clauses out of 90034 with flag 6263006/1071001
426.14/210.57	c cleaning 45997 clauses out of 92022 with flag 6550208/1118001
446.65/220.75	c cleaning 47006 clauses out of 94024 with flag 6845716/1166000
466.83/230.80	c cleaning 47964 clauses out of 96019 with flag 7148118/1215001
489.03/241.99	c cleaning 49015 clauses out of 98054 with flag 7454638/1265000
510.62/252.72	c cleaning 49971 clauses out of 100039 with flag 7768380/1316000
533.44/264.18	c cleaning 51007 clauses out of 102068 with flag 8092244/1368000
556.95/275.81	c cleaning 52012 clauses out of 104061 with flag 8421441/1421000
581.76/288.22	c cleaning 53015 clauses out of 106049 with flag 8750722/1475000
606.74/300.76	c cleaning 54006 clauses out of 108035 with flag 9094352/1530001
632.14/313.49	c cleaning 54967 clauses out of 110028 with flag 9443279/1586000
659.14/326.97	c cleaning 56022 clauses out of 112061 with flag 9795985/1643000
686.53/340.68	c cleaning 56982 clauses out of 114040 with flag 10150744/1701001
714.93/354.89	c cleaning 58009 clauses out of 116057 with flag 10513315/1760000
744.54/369.61	c cleaning 59008 clauses out of 118048 with flag 10880058/1820000
775.11/384.96	c cleaning 59994 clauses out of 120040 with flag 11260517/1881000
805.89/400.31	c cleaning 60998 clauses out of 122046 with flag 11638421/1943000
837.69/416.21	c cleaning 62013 clauses out of 124049 with flag 12029677/2006001
872.55/434.08	c cleaning 62981 clauses out of 126035 with flag 12425326/2070000
907.14/451.36	c cleaning 64020 clauses out of 128055 with flag 12825628/2135001
943.14/469.38	c cleaning 64989 clauses out of 130036 with flag 13233683/2201002
979.72/487.65	c cleaning 66013 clauses out of 132046 with flag 13650819/2268001
1017.37/506.48	c cleaning 66973 clauses out of 134033 with flag 14072068/2336001
1053.76/524.62	c cleaning 67977 clauses out of 136059 with flag 14493332/2405000
1090.16/542.86	c cleaning 69002 clauses out of 138083 with flag 14925955/2475001
1128.16/561.87	c cleaning 70006 clauses out of 140080 with flag 15367379/2546000
1166.56/581.03	c cleaning 70991 clauses out of 142074 with flag 15803678/2618000
1206.35/600.94	c cleaning 72028 clauses out of 144084 with flag 16249563/2691001
1247.77/621.67	c cleaning 72984 clauses out of 146055 with flag 16701535/2765000
1289.75/642.68	c cleaning 74010 clauses out of 148073 with flag 17162566/2840002
1332.55/664.07	c cleaning 75023 clauses out of 150062 with flag 17629459/2916001
1382.48/688.99	c cleaning 75995 clauses out of 152038 with flag 18101109/2993000
1428.30/711.81	c cleaning 77004 clauses out of 154044 with flag 18577096/3071001
1481.27/738.12	c cleaning 77960 clauses out of 156039 with flag 19057135/3150000
1529.66/762.40	c cleaning 79032 clauses out of 158080 with flag 19543757/3230001
1579.35/787.11	c cleaning 80018 clauses out of 160047 with flag 20038402/3311000
1629.35/812.13	c cleaning 80988 clauses out of 162029 with flag 20540194/3393000
1679.15/837.04	c cleaning 81946 clauses out of 164041 with flag 21046263/3476000
1731.06/862.91	c cleaning 83010 clauses out of 166095 with flag 21559725/3560000
1784.46/889.61	c cleaning 83994 clauses out of 168086 with flag 22074214/3645001
1800.05/897.40	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/897.40	c starts		: 32119
1800.05/897.40	c conflicts		: 3674932
1800.05/897.40	c decisions		: 30568183
1800.05/897.40	c propagations		: 470742362
1800.05/897.40	c inspects		: 11127664534
1800.05/897.40	c shortcuts		: 0
1800.05/897.40	c learnt literals	: 3
1800.05/897.40	c learnt binary clauses	: 76
1800.05/897.40	c learnt ternary clauses	: 889
1800.05/897.40	c learnt constraints	: 3674929
1800.05/897.40	c ignored constraints	: 0
1800.05/897.40	c root simplifications	: 0
1800.05/897.40	c removed literals (reason simplification)	: 3271149
1800.05/897.40	c reason swapping (by a shorter reason)	: 0
1800.05/897.40	c Calls to reduceDB	: 81
1800.05/897.40	c Number of update (reduction) of LBD	: 794212
1800.05/897.40	c Imported unit clauses	: 0
1800.05/897.40	c number of reductions to clauses (during analyze)	: 0
1800.05/897.40	c number of learned constraints concerned by reduction	: 0
1800.05/897.40	c number of learning phase by resolution	: 0
1800.05/897.40	c number of learning phase by cutting planes	: 0
1800.05/897.40	c speed (assignments/second)	: 524858.9987880383
1800.05/897.40	c non guided choices	9079
1800.05/897.43	c learnt constraints type 
1800.05/897.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 76
1800.05/897.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 113947
1800.05/897.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/897.43	c starts		: 36
1800.05/897.43	c conflicts		: 13159
1800.05/897.43	c decisions		: 50016
1800.05/897.43	c propagations		: 1522863
1800.05/897.43	c inspects		: 249895917
1800.05/897.43	c shortcuts		: 0
1800.05/897.43	c learnt literals	: 0
1800.05/897.43	c learnt binary clauses	: 0
1800.05/897.43	c learnt ternary clauses	: 0
1800.05/897.43	c learnt constraints	: 13158
1800.05/897.43	c ignored constraints	: 0
1800.05/897.43	c root simplifications	: 0
1800.05/897.43	c removed literals (reason simplification)	: 0
1800.05/897.43	c reason swapping (by a shorter reason)	: 0
1800.05/897.43	c Calls to reduceDB	: 2
1800.05/897.43	c Number of update (reduction) of LBD	: 0
1800.05/897.43	c Imported unit clauses	: 0
1800.05/897.43	c number of reductions to clauses (during analyze)	: 0
1800.05/897.43	c number of learned constraints concerned by reduction	: 0
1800.05/897.43	c number of learning phase by resolution	: 0
1800.05/897.43	c number of learning phase by cutting planes	: 0
1800.05/897.43	c speed (assignments/second)	: 1697.8918826108188
1800.05/897.43	c non guided choices	247
1800.05/897.43	c learnt constraints type 
1800.05/897.43	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 9
1800.05/897.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13149
1800.05/897.43	s UNKNOWN
1800.05/897.43	c Total wall clock time (in seconds): 897.313

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

pid=22625
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.26 4.24 4.25 4/197 22628
/proc/meminfo: memFree=26735836/32872528 swapFree=1541156/1696500
[pid=22628] ppid=22625 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/22628/stat : 22628 (java) D 22625 22628 19474 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 28990225 9515008 175 33554432000 1073741824 1073778376 140737041422064 140737041404792 270707540880 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/22628/statm: 2323 178 136 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 4.26 4.24 4.25 4/197 22628
/proc/meminfo: memFree=26735836/32872528 swapFree=1541156/1696500
[pid=22628] ppid=22625 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/22628/stat : 22628 (java) S 22625 22628 19474 0 -1 4202496 4480 0 1 0 9 1 0 0 20 0 18 0 28990225 9787879424 5586 33554432000 1073741824 1073778376 140737041422064 140737041413200 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22628/statm: 2389619 5586 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200244 s]
/proc/loadavg: 4.26 4.24 4.25 4/197 22628
/proc/meminfo: memFree=26735836/32872528 swapFree=1541156/1696500
[pid=22628] ppid=22625 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/22628/stat : 22628 (java) S 22625 22628 19474 0 -1 4202496 4779 0 1 0 24 1 0 0 20 0 18 0 28990225 9787879424 6344 33554432000 1073741824 1073778376 140737041422064 140737041413200 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22628/statm: 2389619 6344 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300229 s]
/proc/loadavg: 4.26 4.24 4.25 4/197 22628
/proc/meminfo: memFree=26735836/32872528 swapFree=1541156/1696500
[pid=22628] ppid=22625 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/22628/stat : 22628 (java) S 22625 22628 19474 0 -1 4202496 5846 0 1 0 47 1 0 0 20 0 18 0 28990225 9787879424 8075 33554432000 1073741824 1073778376 140737041422064 140737041413200 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22628/statm: 2389619 8075 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700189 s]
/proc/loadavg: 4.26 4.24 4.25 4/197 22628
/proc/meminfo: memFree=26735836/32872528 swapFree=1541156/1696500
[pid=22628] ppid=22625 vsize=9824732 CPUtime=1.82 cores=0,2,4,6
/proc/22628/stat : 22628 (java) S 22625 22628 19474 0 -1 4202496 15186 0 1 0 178 4 0 0 20 0 22 0 28990225 10060525568 22845 33554432000 1073741824 1073778376 140737041422064 140737041413200 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22628/statm: 2456183 22845 2266 9 0 2446860 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.40 4.27 4.26 7/219 22650
/proc/meminfo: memFree=26598496/32872528 swapFree=1541156/1696500
[pid=22628] ppid=22625 vsize=9824732 CPUtime=4.93 cores=0,2,4,6
/proc/22628/stat : 22628 (java) S 22625 22628 19474 0 -1 4202496 23594 0 1 0 485 8 0 0 20 0 22 0 28990225 10060525568 46272 33554432000 1073741824 1073778376 140737041422064 140737041413200 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22628/statm: 2456183 46272 2292 9 0 2446860 0
[pid=22628/tid=22630] ppid=22625 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/22628/task/22630/stat : 22630 (java) S 22625 22628 19474 0 -1 4202560 2487 0 1 0 45 2 0 0 20 0 22 0 28990226 10060525568 46272 33554432000 1073741824 1073778376 140737041422064 140057818833784 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22628/tid=22631] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22631/stat : 22631 (java) S 22625 22628 19474 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 28990227 10060525568 46272 33554432000 1073741824 1073778376 140737041422064 140057662847528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22632] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22632/stat : 22632 (java) S 22625 22628 19474 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 28990227 10060525568 46272 33554432000 1073741824 1073778376 140737041422064 140057661794728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22628/tid=22633] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22633/stat : 22633 (java) S 22625 22628 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28990227 10060525568 46272 33554432000 1073741824 1073778376 140737041422064 140057660741928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22628/tid=22634] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22634/stat : 22634 (java) S 22625 22628 19474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28990227 10060525568 46272 33554432000 1073741824 1073778376 140737041422064 140057659689128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22628/tid=22635] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22635/stat : 22635 (java) S 22625 22628 19474 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 28990227 10060525568 46272 33554432000 1073741824 1073778376 140737041422064 140057658637352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22636] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22636/stat : 22636 (java) S 22625 22628 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28990227 10060525568 46272 33554432000 1073741824 1073778376 140737041422064 140057657584552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22628/tid=22637] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22637/stat : 22637 (java) S 22625 22628 19474 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 28990227 10060525568 46272 33554432000 1073741824 1073778376 140737041422064 140057656531752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22628/tid=22638] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22638/stat : 22638 (java) S 22625 22628 19474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28990227 10060525568 46272 33554432000 1073741824 1073778376 140737041422064 140057655478952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22639] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22639/stat : 22639 (java) S 22625 22628 19474 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 28990228 10060525568 46272 33554432000 1073741824 1073778376 140737041422064 140057643067880 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22640] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22640/stat : 22640 (java) S 22625 22628 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28990228 10060525568 46272 33554432000 1073741824 1073778376 140737041422064 140057642013944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22641] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22641/stat : 22641 (java) S 22625 22628 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28990229 10060525568 46272 33554432000 1073741824 1073778376 140737041422064 140057640961032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22642] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22642/stat : 22642 (java) S 22625 22628 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28990231 10060525568 46272 33554432000 1073741824 1073778376 140737041422064 140057639909520 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22628/tid=22643] ppid=22625 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/22628/task/22643/stat : 22643 (java) R 22625 22628 19474 0 -1 4202560 11810 0 0 0 117 2 0 0 20 0 22 0 28990231 10060525568 46272 33554432000 1073741824 1073778376 140737041422064 140057638844936 140057822087296 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22628/tid=22644] ppid=22625 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/22628/task/22644/stat : 22644 (java) R 22625 22628 19474 0 -1 4202560 7831 0 0 0 122 2 0 0 20 0 22 0 28990231 10060525568 46272 33554432000 1073741824 1073778376 140737041422064 140057637798696 270710923701 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22645] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22645/stat : 22645 (java) S 22625 22628 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28990231 10060525568 46272 33554432000 1073741824 1073778376 140737041422064 140057636752248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22628/tid=22646] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22646/stat : 22646 (java) S 22625 22628 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28990231 10060525568 46272 33554432000 1073741824 1073778376 140737041422064 140057635699656 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22647] ppid=22625 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/22628/task/22647/stat : 22647 (java) R 22625 22628 19474 0 -1 4202560 20 0 0 0 93 0 0 0 20 0 22 0 28990275 10060525568 46272 33554432000 1073741824 1073778376 140737041422064 140057634222112 140057691477885 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22628/tid=22648] ppid=22625 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/22628/task/22648/stat : 22648 (java) R 22625 22628 19474 0 -1 4202560 73 0 0 0 93 1 0 0 20 0 22 0 28990275 10060525568 46272 33554432000 1073741824 1073778376 140737041422064 140057633176832 140057692456696 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22628/tid=22649] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22649/stat : 22649 (java) S 22625 22628 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28990276 10060525568 46272 33554432000 1073741824 1073778376 140737041422064 140057632125864 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22628/tid=22650] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22650/stat : 22650 (java) S 22625 22628 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28990276 10060525568 46272 33554432000 1073741824 1073778376 140737041422064 140057631073064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.93
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 4.40 4.27 4.26 4/215 22715
/proc/meminfo: memFree=30140644/32872528 swapFree=1541156/1696500
[pid=22628] ppid=22625 vsize=9824732 CPUtime=8.81 cores=0,2,4,6
/proc/22628/stat : 22628 (java) S 22625 22628 19474 0 -1 4202496 26822 0 1 0 863 18 0 0 20 0 22 0 28990225 10060525568 91954 33554432000 1073741824 1073778376 140737041422064 140737041413200 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22628/statm: 2456183 91954 2292 9 0 2446860 0
[pid=22628/tid=22630] ppid=22625 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/22628/task/22630/stat : 22630 (java) S 22625 22628 19474 0 -1 4202560 2487 0 1 0 45 2 0 0 20 0 22 0 28990226 10060525568 91954 33554432000 1073741824 1073778376 140737041422064 140057818833784 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22628/tid=22631] ppid=22625 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/22628/task/22631/stat : 22631 (java) S 22625 22628 19474 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 22 0 28990227 10060525568 91954 33554432000 1073741824 1073778376 140737041422064 140057662847528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22632] ppid=22625 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/22628/task/22632/stat : 22632 (java) S 22625 22628 19474 0 -1 4202560 44 0 0 0 5 2 0 0 20 0 22 0 28990227 10060525568 91954 33554432000 1073741824 1073778376 140737041422064 140057661794728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22633] ppid=22625 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22628/task/22633/stat : 22633 (java) S 22625 22628 19474 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 22 0 28990227 10060525568 91954 33554432000 1073741824 1073778376 140737041422064 140057660741928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22628/tid=22634] ppid=22625 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/22628/task/22634/stat : 22634 (java) S 22625 22628 19474 0 -1 4202560 29 0 0 0 3 1 0 0 20 0 22 0 28990227 10060525568 91954 33554432000 1073741824 1073778376 140737041422064 140057659689128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22635] ppid=22625 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/22628/task/22635/stat : 22635 (java) S 22625 22628 19474 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 28990227 10060525568 91954 33554432000 1073741824 1073778376 140737041422064 140057658637352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22628/tid=22636] ppid=22625 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22628/task/22636/stat : 22636 (java) S 22625 22628 19474 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 28990227 10060525568 91954 33554432000 1073741824 1073778376 140737041422064 140057657584552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22628/tid=22637] ppid=22625 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/22628/task/22637/stat : 22637 (java) S 22625 22628 19474 0 -1 4202560 39 0 0 0 3 0 0 0 20 0 22 0 28990227 10060525568 91954 33554432000 1073741824 1073778376 140737041422064 140057656531752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22638] ppid=22625 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22628/task/22638/stat : 22638 (java) S 22625 22628 19474 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 22 0 28990227 10060525568 91954 33554432000 1073741824 1073778376 140737041422064 140057655478952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22628/tid=22639] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22639/stat : 22639 (java) S 22625 22628 19474 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 28990228 10060525568 91954 33554432000 1073741824 1073778376 140737041422064 140057643067880 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22640] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22640/stat : 22640 (java) S 22625 22628 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28990228 10060525568 91954 33554432000 1073741824 1073778376 140737041422064 140057642013944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22641] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22641/stat : 22641 (java) S 22625 22628 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28990229 10060525568 91954 33554432000 1073741824 1073778376 140737041422064 140057640961032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22642] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22642/stat : 22642 (java) S 22625 22628 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28990231 10060525568 91954 33554432000 1073741824 1073778376 140737041422064 140057639909520 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22628/tid=22643] ppid=22625 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/22628/task/22643/stat : 22643 (java) S 22625 22628 19474 0 -1 4202560 14689 0 0 0 161 3 0 0 20 0 22 0 28990231 10060525568 91954 33554432000 1073741824 1073778376 140737041422064 140057638857656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22628/tid=22644] ppid=22625 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/22628/task/22644/stat : 22644 (java) S 22625 22628 19474 0 -1 4202560 7836 0 0 0 134 2 0 0 20 0 22 0 28990231 10060525568 91954 33554432000 1073741824 1073778376 140737041422064 140057637804856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22645] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22645/stat : 22645 (java) S 22625 22628 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28990231 10060525568 91954 33554432000 1073741824 1073778376 140737041422064 140057636752248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22628/tid=22646] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22646/stat : 22646 (java) S 22625 22628 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28990231 10060525568 91954 33554432000 1073741824 1073778376 140737041422064 140057635699656 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22647] ppid=22625 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/22628/task/22647/stat : 22647 (java) R 22625 22628 19474 0 -1 4202560 21 0 0 0 243 0 0 0 20 0 22 0 28990275 10060525568 91954 33554432000 1073741824 1073778376 140737041422064 140057634229112 140057691735812 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22628/tid=22648] ppid=22625 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/22628/task/22648/stat : 22648 (java) R 22625 22628 19474 0 -1 4202560 135 0 0 0 238 4 0 0 20 0 22 0 28990275 10060525568 91954 33554432000 1073741824 1073778376 140737041422064 140057633177112 140057691990073 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22628/tid=22649] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22649/stat : 22649 (java) S 22625 22628 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28990276 10060525568 91954 33554432000 1073741824 1073778376 140737041422064 140057632125864 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22628/tid=22650] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22650/stat : 22650 (java) S 22625 22628 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28990276 10060525568 91954 33554432000 1073741824 1073778376 140737041422064 140057631073064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.81
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.40 4.27 4.26 5/219 22719
/proc/meminfo: memFree=29442088/32872528 swapFree=1541156/1696500
[pid=22628] ppid=22625 vsize=9824732 CPUtime=15.55 cores=0,2,4,6
/proc/22628/stat : 22628 (java) S 22625 22628 19474 0 -1 4202496 27390 0 1 0 1528 27 0 0 20 0 22 0 28990225 10060525568 163047 33554432000 1073741824 1073778376 140737041422064 140737041413200 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22628/statm: 2456183 163047 2292 9 0 2446860 0
[pid=22628/tid=22630] ppid=22625 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/22628/task/22630/stat : 22630 (java) S 22625 22628 19474 0 -1 4202560 2487 0 1 0 45 2 0 0 20 0 22 0 28990226 10060525568 163047 33554432000 1073741824 1073778376 140737041422064 140057818833784 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22631] ppid=22625 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/22628/task/22631/stat : 22631 (java) S 22625 22628 19474 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 22 0 28990227 10060525568 163047 33554432000 1073741824 1073778376 140737041422064 140057662847528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22628/tid=22632] ppid=22625 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/22628/task/22632/stat : 22632 (java) S 22625 22628 19474 0 -1 4202560 64 0 0 0 10 3 0 0 20 0 22 0 28990227 10060525568 163047 33554432000 1073741824 1073778376 140737041422064 140057661794728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22628/tid=22633] ppid=22625 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/22628/task/22633/stat : 22633 (java) S 22625 22628 19474 0 -1 4202560 31 0 0 0 6 2 0 0 20 0 22 0 28990227 10060525568 163047 33554432000 1073741824 1073778376 140737041422064 140057660741928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22628/tid=22634] ppid=22625 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/22628/task/22634/stat : 22634 (java) S 22625 22628 19474 0 -1 4202560 51 0 0 0 7 2 0 0 20 0 22 0 28990227 10060525568 163047 33554432000 1073741824 1073778376 140737041422064 140057659689128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22628/tid=22635] ppid=22625 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/22628/task/22635/stat : 22635 (java) S 22625 22628 19474 0 -1 4202560 34 0 0 0 6 0 0 0 20 0 22 0 28990227 10060525568 163047 33554432000 1073741824 1073778376 140737041422064 140057658637352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22628/tid=22636] ppid=22625 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/22628/task/22636/stat : 22636 (java) S 22625 22628 19474 0 -1 4202560 36 0 0 0 4 1 0 0 20 0 22 0 28990227 10060525568 163047 33554432000 1073741824 1073778376 140737041422064 140057657584552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22628/tid=22637] ppid=22625 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/22628/task/22637/stat : 22637 (java) S 22625 22628 19474 0 -1 4202560 64 0 0 0 7 1 0 0 20 0 22 0 28990227 10060525568 163047 33554432000 1073741824 1073778376 140737041422064 140057656531752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22628/tid=22638] ppid=22625 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/22628/task/22638/stat : 22638 (java) S 22625 22628 19474 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 28990227 10060525568 163047 33554432000 1073741824 1073778376 140737041422064 140057655478952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22628/tid=22639] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22639/stat : 22639 (java) S 22625 22628 19474 0 -1 4202560 465 0 0 0 0 0 0 0 20 0 22 0 28990228 10060525568 163047 33554432000 1073741824 1073778376 140737041422064 140057643067880 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22628/tid=22640] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22640/stat : 22640 (java) S 22625 22628 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28990228 10060525568 163047 33554432000 1073741824 1073778376 140737041422064 140057642013944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22641] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22641/stat : 22641 (java) S 22625 22628 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28990229 10060525568 163047 33554432000 1073741824 1073778376 140737041422064 140057640961032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22642] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22642/stat : 22642 (java) S 22625 22628 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28990231 10060525568 163047 33554432000 1073741824 1073778376 140737041422064 140057639909520 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22628/tid=22643] ppid=22625 vsize=9824732 CPUtime=1.85 cores=0,2,4,6

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

/proc/22628/task/22633/stat : 22633 (java) S 22625 22628 19474 0 -1 4202560 360 0 0 0 96 10 0 0 20 0 22 0 28990227 10060525568 752570 33554432000 1073741824 1073778376 140737041422064 140057660741928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22634] ppid=22625 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/22628/task/22634/stat : 22634 (java) S 22625 22628 19474 0 -1 4202560 379 0 0 0 75 11 0 0 20 0 22 0 28990227 10060525568 752570 33554432000 1073741824 1073778376 140737041422064 140057659689128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22628/tid=22635] ppid=22625 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/22628/task/22635/stat : 22635 (java) S 22625 22628 19474 0 -1 4202560 326 0 0 0 86 10 0 0 20 0 22 0 28990227 10060525568 752570 33554432000 1073741824 1073778376 140737041422064 140057658637352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22628/tid=22636] ppid=22625 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/22628/task/22636/stat : 22636 (java) S 22625 22628 19474 0 -1 4202560 442 0 0 0 88 15 0 0 20 0 22 0 28990227 10060525568 752570 33554432000 1073741824 1073778376 140737041422064 140057657584552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22628/tid=22637] ppid=22625 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/22628/task/22637/stat : 22637 (java) S 22625 22628 19474 0 -1 4202560 447 0 0 0 97 15 0 0 20 0 22 0 28990227 10060525568 752570 33554432000 1073741824 1073778376 140737041422064 140057656531752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22638] ppid=22625 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/22628/task/22638/stat : 22638 (java) S 22625 22628 19474 0 -1 4202560 347 0 0 0 78 10 0 0 20 0 22 0 28990227 10060525568 752570 33554432000 1073741824 1073778376 140737041422064 140057655478952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22639] ppid=22625 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/22628/task/22639/stat : 22639 (java) S 22625 22628 19474 0 -1 4202560 1745 0 0 0 164 4 0 0 20 0 22 0 28990228 10060525568 752570 33554432000 1073741824 1073778376 140737041422064 140057643067880 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22640] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22640/stat : 22640 (java) S 22625 22628 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28990228 10060525568 752570 33554432000 1073741824 1073778376 140737041422064 140057642013944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22641] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22641/stat : 22641 (java) S 22625 22628 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28990229 10060525568 752570 33554432000 1073741824 1073778376 140737041422064 140057640961032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22642] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22642/stat : 22642 (java) S 22625 22628 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28990231 10060525568 752570 33554432000 1073741824 1073778376 140737041422064 140057639909520 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22628/tid=22643] ppid=22625 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/22628/task/22643/stat : 22643 (java) S 22625 22628 19474 0 -1 4202560 17353 0 0 0 238 3 0 0 20 0 22 0 28990231 10060525568 752570 33554432000 1073741824 1073778376 140737041422064 140057638857656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22628/tid=22644] ppid=22625 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/22628/task/22644/stat : 22644 (java) S 22625 22628 19474 0 -1 4202560 7849 0 0 0 142 2 0 0 20 0 22 0 28990231 10060525568 752570 33554432000 1073741824 1073778376 140737041422064 140057637804856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22628/tid=22645] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22645/stat : 22645 (java) S 22625 22628 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28990231 10060525568 752570 33554432000 1073741824 1073778376 140737041422064 140057636752248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22628/tid=22646] ppid=22625 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/22628/task/22646/stat : 22646 (java) S 22625 22628 19474 0 -1 4202560 47 0 0 0 13 17 0 0 20 0 22 0 28990231 10060525568 752570 33554432000 1073741824 1073778376 140737041422064 140057635699656 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22647] ppid=22625 vsize=9824732 CPUtime=815.69 cores=0,2,4,6
/proc/22628/task/22647/stat : 22647 (java) R 22625 22628 19474 0 -1 4202560 42 0 0 0 81556 13 0 0 20 0 22 0 28990275 10060525568 752570 33554432000 1073741824 1073778376 140737041422064 140057634222192 140057691927808 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22628/tid=22648] ppid=22625 vsize=9824732 CPUtime=815.63 cores=0,2,4,6
/proc/22628/task/22648/stat : 22648 (java) R 22625 22628 19474 0 -1 4202560 1706 0 0 0 81515 48 0 0 20 0 22 0 28990275 10060525568 752570 33554432000 1073741824 1073778376 140737041422064 140057633176720 140057692133322 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22628/tid=22649] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22649/stat : 22649 (java) S 22625 22628 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28990276 10060525568 752570 33554432000 1073741824 1073778376 140737041422064 140057632125864 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22628/tid=22650] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22650/stat : 22650 (java) S 22625 22628 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28990276 10060525568 752570 33554432000 1073741824 1073778376 140737041422064 140057631073064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1649.75
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.20 4.22 4.23 5/219 22739
/proc/meminfo: memFree=23678264/32872528 swapFree=1541156/1696500
[pid=22628] ppid=22625 vsize=9824732 CPUtime=1769.87 cores=0,2,4,6
/proc/22628/stat : 22628 (java) S 22625 22628 19474 0 -1 4202496 35795 0 1 0 176824 163 0 0 20 0 22 0 28990225 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140737041413200 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22628/statm: 2456183 741500 2301 9 0 2446860 0
[pid=22628/tid=22630] ppid=22625 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/22628/task/22630/stat : 22630 (java) S 22625 22628 19474 0 -1 4202560 2488 0 1 0 47 4 0 0 20 0 22 0 28990226 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057818833784 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22628/tid=22631] ppid=22625 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/22628/task/22631/stat : 22631 (java) S 22625 22628 19474 0 -1 4202560 482 0 0 0 91 13 0 0 20 0 22 0 28990227 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057662847528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22632] ppid=22625 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/22628/task/22632/stat : 22632 (java) S 22625 22628 19474 0 -1 4202560 477 0 0 0 89 14 0 0 20 0 22 0 28990227 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057661794728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22628/tid=22633] ppid=22625 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/22628/task/22633/stat : 22633 (java) S 22625 22628 19474 0 -1 4202560 360 0 0 0 102 10 0 0 20 0 22 0 28990227 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057660741928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22634] ppid=22625 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/22628/task/22634/stat : 22634 (java) S 22625 22628 19474 0 -1 4202560 381 0 0 0 77 11 0 0 20 0 22 0 28990227 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057659689128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22628/tid=22635] ppid=22625 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/22628/task/22635/stat : 22635 (java) S 22625 22628 19474 0 -1 4202560 329 0 0 0 89 11 0 0 20 0 22 0 28990227 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057658637352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22628/tid=22636] ppid=22625 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/22628/task/22636/stat : 22636 (java) S 22625 22628 19474 0 -1 4202560 460 0 0 0 94 15 0 0 20 0 22 0 28990227 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057657584552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22637] ppid=22625 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/22628/task/22637/stat : 22637 (java) S 22625 22628 19474 0 -1 4202560 456 0 0 0 98 15 0 0 20 0 22 0 28990227 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057656531752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22638] ppid=22625 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/22628/task/22638/stat : 22638 (java) S 22625 22628 19474 0 -1 4202560 347 0 0 0 79 10 0 0 20 0 22 0 28990227 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057655478952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22639] ppid=22625 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/22628/task/22639/stat : 22639 (java) S 22625 22628 19474 0 -1 4202560 1747 0 0 0 164 5 0 0 20 0 22 0 28990228 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057643067880 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22628/tid=22640] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22640/stat : 22640 (java) S 22625 22628 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28990228 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057642013944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22641] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22641/stat : 22641 (java) S 22625 22628 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28990229 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057640961032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22642] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22642/stat : 22642 (java) S 22625 22628 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28990231 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057639909520 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22628/tid=22643] ppid=22625 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/22628/task/22643/stat : 22643 (java) S 22625 22628 19474 0 -1 4202560 17353 0 0 0 238 3 0 0 20 0 22 0 28990231 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057638857656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22628/tid=22644] ppid=22625 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/22628/task/22644/stat : 22644 (java) S 22625 22628 19474 0 -1 4202560 7849 0 0 0 142 2 0 0 20 0 22 0 28990231 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057637804856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22628/tid=22645] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22645/stat : 22645 (java) S 22625 22628 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28990231 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057636752248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22628/tid=22646] ppid=22625 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/22628/task/22646/stat : 22646 (java) S 22625 22628 19474 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 28990231 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057635699656 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22647] ppid=22625 vsize=9824732 CPUtime=875.48 cores=0,2,4,6
/proc/22628/task/22647/stat : 22647 (java) R 22625 22628 19474 0 -1 4202560 43 0 0 0 87534 14 0 0 20 0 22 0 28990275 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057634222192 140057691927752 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22628/tid=22648] ppid=22625 vsize=9824732 CPUtime=875.42 cores=0,2,4,6
/proc/22628/task/22648/stat : 22648 (java) R 22625 22628 19474 0 -1 4202560 1706 0 0 0 87493 49 0 0 20 0 22 0 28990275 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057633175536 140057692133298 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22628/tid=22649] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22649/stat : 22649 (java) S 22625 22628 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28990276 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057632125864 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22628/tid=22650] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22650/stat : 22650 (java) S 22625 22628 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28990276 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057631073064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1769.87
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.401 s]
/proc/loadavg: 4.22 4.22 4.23 5/220 22742
/proc/meminfo: memFree=23711304/32872528 swapFree=1541156/1696500
[pid=22628] ppid=22625 vsize=9824732 CPUtime=1800.05 cores=0,2,4,6
/proc/22628/stat : 22628 (java) S 22625 22628 19474 0 -1 4202496 35795 0 1 0 179842 163 0 0 20 0 22 0 28990225 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140737041413200 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22628/statm: 2456183 741500 2301 9 0 2446860 0
[pid=22628/tid=22630] ppid=22625 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/22628/task/22630/stat : 22630 (java) S 22625 22628 19474 0 -1 4202560 2488 0 1 0 47 4 0 0 20 0 22 0 28990226 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057818833784 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22628/tid=22631] ppid=22625 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/22628/task/22631/stat : 22631 (java) S 22625 22628 19474 0 -1 4202560 482 0 0 0 91 13 0 0 20 0 22 0 28990227 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057662847528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22632] ppid=22625 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/22628/task/22632/stat : 22632 (java) S 22625 22628 19474 0 -1 4202560 477 0 0 0 89 14 0 0 20 0 22 0 28990227 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057661794728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22628/tid=22633] ppid=22625 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/22628/task/22633/stat : 22633 (java) S 22625 22628 19474 0 -1 4202560 360 0 0 0 102 10 0 0 20 0 22 0 28990227 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057660741928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22634] ppid=22625 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/22628/task/22634/stat : 22634 (java) S 22625 22628 19474 0 -1 4202560 381 0 0 0 77 11 0 0 20 0 22 0 28990227 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057659689128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22628/tid=22635] ppid=22625 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/22628/task/22635/stat : 22635 (java) S 22625 22628 19474 0 -1 4202560 329 0 0 0 89 11 0 0 20 0 22 0 28990227 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057658637352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22628/tid=22636] ppid=22625 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/22628/task/22636/stat : 22636 (java) S 22625 22628 19474 0 -1 4202560 460 0 0 0 94 15 0 0 20 0 22 0 28990227 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057657584552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22637] ppid=22625 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/22628/task/22637/stat : 22637 (java) S 22625 22628 19474 0 -1 4202560 456 0 0 0 98 15 0 0 20 0 22 0 28990227 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057656531752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22638] ppid=22625 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/22628/task/22638/stat : 22638 (java) S 22625 22628 19474 0 -1 4202560 347 0 0 0 79 10 0 0 20 0 22 0 28990227 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057655478952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22639] ppid=22625 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/22628/task/22639/stat : 22639 (java) S 22625 22628 19474 0 -1 4202560 1747 0 0 0 164 5 0 0 20 0 22 0 28990228 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057643067880 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22628/tid=22640] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22640/stat : 22640 (java) S 22625 22628 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28990228 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057642013944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22641] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22641/stat : 22641 (java) S 22625 22628 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28990229 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057640961032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22642] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22642/stat : 22642 (java) S 22625 22628 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28990231 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057639909520 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22628/tid=22643] ppid=22625 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/22628/task/22643/stat : 22643 (java) S 22625 22628 19474 0 -1 4202560 17353 0 0 0 238 3 0 0 20 0 22 0 28990231 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057638857656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22628/tid=22644] ppid=22625 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/22628/task/22644/stat : 22644 (java) S 22625 22628 19474 0 -1 4202560 7849 0 0 0 142 2 0 0 20 0 22 0 28990231 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057637804856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22628/tid=22645] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22645/stat : 22645 (java) S 22625 22628 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28990231 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057636752248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22628/tid=22646] ppid=22625 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/22628/task/22646/stat : 22646 (java) S 22625 22628 19474 0 -1 4202560 51 0 0 0 15 19 0 0 20 0 22 0 28990231 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057635699656 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22628/tid=22647] ppid=22625 vsize=9824732 CPUtime=890.53 cores=0,2,4,6
/proc/22628/task/22647/stat : 22647 (java) R 22625 22628 19474 0 -1 4202560 43 0 0 0 89039 14 0 0 20 0 22 0 28990275 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057634222192 140057691927752 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22628/tid=22648] ppid=22625 vsize=9824732 CPUtime=890.47 cores=0,2,4,6
/proc/22628/task/22648/stat : 22648 (java) R 22625 22628 19474 0 -1 4202560 1706 0 0 0 88998 49 0 0 20 0 22 0 28990275 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057633175536 140057692133322 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22628/tid=22649] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22649/stat : 22649 (java) S 22625 22628 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28990276 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057632125864 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22628/tid=22650] ppid=22625 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22628/task/22650/stat : 22650 (java) S 22625 22628 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28990276 10060525568 741500 33554432000 1073741824 1073778376 140737041422064 140057631073064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 22628 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22628 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=839294
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=131675
# CPU time returned by wait4() is 1795.97
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 897.451
CPU time (s): 1800.05
CPU user time (s): 1798.42
CPU system time (s): 1.63
CPU usage (%): 200.574
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.84
system time used= 2.13167
maximum resident set size= 3260088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35830
page faults= 1
swaps= 0
block input operations= 0
block output operations= 776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22396
involuntary context switches= 18566

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.78981 second user time and 5.10622 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-26 18:45:15
IDJOB=4116870
IDBENCH=109524
IDSOLVER=2543
FILE ID=node125/4116870-1466959515
RUNJOBID= node125-1466943674-19490
PBS_JOBID= 19976354
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= ca96545404dcee2091c8062de7659853
RANDOM SEED=1962141475

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.021
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.021
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		: 2667.021
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:        26736628 kB
Buffers:           21404 kB
Cached:            43424 kB
SwapCached:         1740 kB
Active:          3689788 kB
Inactive:          39524 kB
Active(anon):    3666280 kB
Inactive(anon):      448 kB
Active(file):      23508 kB
Inactive(file):    39076 kB
Unevictable:     1696500 kB
Mlocked:         1541156 kB
SwapTotal:      67108856 kB
SwapFree:       67098448 kB
Dirty:              1256 kB
Writeback:             0 kB
AnonPages:       5317592 kB
Mapped:            15428 kB
Shmem:                 0 kB
Slab:             565720 kB
SReclaimable:       9504 kB
SUnreclaim:       556216 kB
KernelStack:        1808 kB
PageTables:        14860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5742360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3715072 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= 71740 MiB
End job on node125 at 2016-06-26 19:00:13