Trace number 4116633

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 Resolution PB16? (TO) 1800.64 1798.04

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size80-round22-9.opb
MD5SUM81dca3335c3cf7d906003948f483aa96
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 benchmark650.938
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 constraints8656
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)368
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.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4116633-1466956408.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.69/0.41	c ... done. Wall clock time 0.29s.
0.69/0.41	c declared #vars     4128
0.69/0.41	c #constraints  9888
0.69/0.41	c constraints type 
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.69/0.41	c org.sat4j.specs.Constr$1 => 856
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 456
0.69/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.69/0.41	c 9888 constraints processed.
1.66/1.07	c cleaning 2494 clauses out of 4998 with flag 15700/5000
2.44/1.70	c cleaning 4250 clauses out of 8504 with flag 35692/11000
3.14/2.45	c cleaning 5626 clauses out of 11254 with flag 62438/18000
4.06/3.34	c cleaning 6796 clauses out of 13628 with flag 93587/26000
5.07/4.33	c cleaning 7899 clauses out of 15832 with flag 131282/35000
6.28/5.53	c cleaning 8954 clauses out of 17933 with flag 176236/45000
7.57/6.83	c cleaning 9984 clauses out of 19979 with flag 226377/56000
8.97/8.27	c cleaning 10985 clauses out of 21996 with flag 284374/68001
10.57/9.90	c cleaning 11988 clauses out of 24010 with flag 348770/81000
12.37/11.67	c cleaning 12993 clauses out of 26023 with flag 420485/95001
14.37/13.61	c cleaning 14007 clauses out of 28029 with flag 497140/110000
16.47/15.71	c cleaning 14993 clauses out of 30022 with flag 581909/126000
18.67/17.96	c cleaning 16004 clauses out of 32030 with flag 674448/143001
21.07/20.38	c cleaning 17006 clauses out of 34026 with flag 774340/161001
23.78/23.01	c cleaning 17985 clauses out of 36019 with flag 881522/180000
26.58/25.89	c cleaning 19009 clauses out of 38035 with flag 994759/200001
29.78/29.01	c cleaning 20013 clauses out of 40025 with flag 1114991/221000
33.08/32.39	c cleaning 20996 clauses out of 42015 with flag 1240644/243003
36.68/35.99	c cleaning 21982 clauses out of 44017 with flag 1373355/266001
40.48/39.78	c cleaning 22979 clauses out of 46034 with flag 1514261/290000
44.58/43.80	c cleaning 23997 clauses out of 48055 with flag 1661260/315000
48.78/48.02	c cleaning 25010 clauses out of 50058 with flag 1815488/341000
53.18/52.48	c cleaning 26001 clauses out of 52048 with flag 1973667/368000
58.09/57.31	c cleaning 27011 clauses out of 54047 with flag 2139918/396000
63.08/62.36	c cleaning 28001 clauses out of 56036 with flag 2313317/425000
67.84/67.10	c cleaning 29006 clauses out of 58035 with flag 2494909/455000
72.84/72.08	c cleaning 30011 clauses out of 60029 with flag 2680947/486000
78.14/77.30	c cleaning 30994 clauses out of 62018 with flag 2875681/518000
83.54/82.72	c cleaning 31972 clauses out of 64025 with flag 3076256/551001
89.34/88.51	c cleaning 33007 clauses out of 66054 with flag 3285365/585002
95.34/94.58	c cleaning 34015 clauses out of 68045 with flag 3501902/620000
101.64/100.85	c cleaning 35002 clauses out of 70031 with flag 3723473/656001
108.34/107.59	c cleaning 35989 clauses out of 72028 with flag 3952572/693000
115.25/114.49	c cleaning 37007 clauses out of 74040 with flag 4187891/731001
122.64/121.84	c cleaning 37973 clauses out of 76032 with flag 4429650/770000
130.25/129.44	c cleaning 39012 clauses out of 78059 with flag 4678981/810000
138.26/137.50	c cleaning 40006 clauses out of 80047 with flag 4935171/851000
146.75/145.90	c cleaning 41001 clauses out of 82041 with flag 5198010/893000
155.35/154.55	c cleaning 41994 clauses out of 84040 with flag 5465358/936000
164.49/163.66	c cleaning 43013 clauses out of 86046 with flag 5745080/980000
173.29/172.44	c cleaning 44010 clauses out of 88035 with flag 6027645/1025002
182.30/181.47	c cleaning 45007 clauses out of 90023 with flag 6319993/1071000
191.70/190.89	c cleaning 45989 clauses out of 92016 with flag 6617320/1118000
201.60/200.80	c cleaning 46998 clauses out of 94029 with flag 6918540/1166002
211.70/210.88	c cleaning 47975 clauses out of 96029 with flag 7233148/1215000
222.30/221.44	c cleaning 49013 clauses out of 98054 with flag 7552035/1265000
233.20/232.39	c cleaning 50021 clauses out of 100041 with flag 7878000/1316000
244.60/243.74	c cleaning 50985 clauses out of 102020 with flag 8205614/1368000
256.30/255.48	c cleaning 52006 clauses out of 104036 with flag 8543104/1421001
268.60/267.78	c cleaning 52973 clauses out of 106031 with flag 8887322/1475002
280.97/280.07	c cleaning 53995 clauses out of 108056 with flag 9238280/1530000
293.47/292.56	c cleaning 55018 clauses out of 110061 with flag 9598229/1586000
306.29/305.33	c cleaning 56005 clauses out of 112044 with flag 9960777/1643001
319.58/318.67	c cleaning 56992 clauses out of 114038 with flag 10328319/1701000
333.29/332.33	c cleaning 57988 clauses out of 116046 with flag 10710278/1760000
347.38/346.45	c cleaning 59014 clauses out of 118058 with flag 11092682/1820000
362.38/361.40	c cleaning 59995 clauses out of 120044 with flag 11486372/1881000
377.58/376.64	c cleaning 60986 clauses out of 122049 with flag 11883848/1943000
393.19/392.29	c cleaning 62021 clauses out of 124064 with flag 12288145/2006001
409.12/408.12	c cleaning 62997 clauses out of 126044 with flag 12699330/2070002
425.32/424.35	c cleaning 64010 clauses out of 128045 with flag 13113895/2135000
441.82/440.82	c cleaning 64958 clauses out of 130035 with flag 13535982/2201000
458.95/457.91	c cleaning 66036 clauses out of 132078 with flag 13965356/2268001
476.45/475.43	c cleaning 66999 clauses out of 134041 with flag 14398065/2336000
494.35/493.32	c cleaning 68001 clauses out of 136042 with flag 14841179/2405000
512.67/511.68	c cleaning 69010 clauses out of 138041 with flag 15289253/2475000
531.96/530.98	c cleaning 70015 clauses out of 140031 with flag 15747508/2546000
551.54/550.42	c cleaning 70986 clauses out of 142016 with flag 16207692/2618000
571.34/570.22	c cleaning 72002 clauses out of 144030 with flag 16674834/2691000
591.65/590.52	c cleaning 72988 clauses out of 146029 with flag 17143914/2765001
612.55/611.41	c cleaning 73996 clauses out of 148041 with flag 17627087/2840001
634.15/633.08	c cleaning 75014 clauses out of 150044 with flag 18113801/2916000
656.35/655.21	c cleaning 75997 clauses out of 152031 with flag 18605381/2993001
679.15/678.01	c cleaning 77000 clauses out of 154033 with flag 19099165/3071000
701.94/700.74	c cleaning 78012 clauses out of 156034 with flag 19605401/3150001
725.44/724.27	c cleaning 78991 clauses out of 158021 with flag 20114678/3230000
749.34/748.11	c cleaning 79999 clauses out of 160030 with flag 20631337/3311000
774.35/773.13	c cleaning 81000 clauses out of 162031 with flag 21152616/3393000
799.75/798.55	c cleaning 81985 clauses out of 164031 with flag 21683185/3476000
825.35/824.19	c cleaning 82994 clauses out of 166046 with flag 22216718/3560000
851.81/850.52	c cleaning 84019 clauses out of 168054 with flag 22763236/3645002
878.81/877.56	c cleaning 84996 clauses out of 170033 with flag 23313770/3731000
906.41/905.10	c cleaning 86015 clauses out of 172037 with flag 23871832/3818000
934.23/932.98	c cleaning 86966 clauses out of 174022 with flag 24432388/3906000
963.22/961.99	c cleaning 88018 clauses out of 176056 with flag 25005077/3995000
993.06/991.68	c cleaning 89015 clauses out of 178039 with flag 25584786/4085001
1023.26/1021.82	c cleaning 89995 clauses out of 180023 with flag 26171092/4176000
1053.77/1052.32	c cleaning 91015 clauses out of 182030 with flag 26762858/4268002
1085.09/1083.64	c cleaning 91987 clauses out of 184014 with flag 27356081/4361001
1117.28/1115.83	c cleaning 92989 clauses out of 186027 with flag 27955225/4455001
1150.88/1149.38	c cleaning 94003 clauses out of 188038 with flag 28564281/4550001
1184.19/1182.62	c cleaning 95010 clauses out of 190036 with flag 29176374/4646002
1218.39/1216.85	c cleaning 95988 clauses out of 192024 with flag 29797731/4743000
1253.40/1251.86	c cleaning 96978 clauses out of 194036 with flag 30429508/4841000
1289.43/1287.79	c cleaning 98021 clauses out of 196059 with flag 31064303/4940001
1328.32/1326.68	c cleaning 99015 clauses out of 198037 with flag 31707604/5040000
1367.60/1365.92	c cleaning 99981 clauses out of 200022 with flag 32354936/5141000
1405.60/1403.96	c cleaning 100982 clauses out of 202042 with flag 33005042/5243001
1444.26/1442.44	c cleaning 102009 clauses out of 204059 with flag 33661710/5346000
1482.95/1481.16	c cleaning 103025 clauses out of 206050 with flag 34328587/5450000
1523.15/1521.36	c cleaning 103970 clauses out of 208025 with flag 35004743/5555000
1563.95/1562.11	c cleaning 104988 clauses out of 210055 with flag 35685078/5661000
1605.29/1603.34	c cleaning 106018 clauses out of 212067 with flag 36375207/5768000
1646.98/1645.04	c cleaning 107016 clauses out of 214051 with flag 37067182/5876002
1690.07/1688.14	c cleaning 107996 clauses out of 216035 with flag 37762953/5985002
1733.38/1731.44	c cleaning 109005 clauses out of 218038 with flag 38461843/6095001
1777.45/1775.50	c cleaning 110001 clauses out of 220032 with flag 39168300/6206000
1800.04/1798.00	c starts		: 57545
1800.04/1798.00	c conflicts		: 6270424
1800.04/1798.00	c decisions		: 68536889
1800.04/1798.00	c propagations		: 896967316
1800.04/1798.00	c inspects		: 24545472307
1800.04/1798.00	c shortcuts		: 0
1800.04/1798.00	c learnt literals	: 2
1800.04/1798.00	c learnt binary clauses	: 42
1800.04/1798.00	c learnt ternary clauses	: 542
1800.04/1798.00	c learnt constraints	: 6270422
1800.04/1798.00	c ignored constraints	: 0
1800.04/1798.00	c root simplifications	: 0
1800.04/1798.00	c removed literals (reason simplification)	: 0
1800.04/1798.00	c reason swapping (by a shorter reason)	: 0
1800.04/1798.00	c Calls to reduceDB	: 107
1800.04/1798.00	c Number of update (reduction) of LBD	: 1273288
1800.04/1798.00	c Imported unit clauses	: 0
1800.04/1798.00	c number of reductions to clauses (during analyze)	: 0
1800.04/1798.00	c number of learned constraints concerned by reduction	: 0
1800.04/1798.00	c number of learning phase by resolution	: 0
1800.04/1798.00	c number of learning phase by cutting planes	: 0
1800.04/1798.00	c speed (assignments/second)	: 498983.8138661362
1800.04/1798.00	c non guided choices	12366
1800.04/1798.00	c timeout
1800.04/1798.03	c learnt constraints type 
1800.04/1798.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 42
1800.04/1798.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 174413
1800.04/1798.03	s UNKNOWN
1800.04/1798.03	c Total wall clock time (in seconds): 1797.914

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-4116633-1466956408/watcher-4116633-1466956408 -o /tmp/evaluation-result-4116633-1466956408/solver-4116633-1466956408 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19069 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116633-1466956408.opb 

pid=20873
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: 2.15 2.23 2.23 3/194 20876
/proc/meminfo: memFree=30039636/32872528 swapFree=1643088/1798432
[pid=20876] ppid=20873 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/20876/stat : 20876 (java) D 20873 20876 19053 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 28679941 9515008 176 33554432000 1073741824 1073778376 140736605623488 140736605606216 260190323600 0 0 4096 0 18446744072100556068 0 0 17 2 0 0 0 0 0
/proc/20876/statm: 2323 176 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.15 2.23 2.23 3/194 20876
/proc/meminfo: memFree=30039636/32872528 swapFree=1643088/1798432
[pid=20876] ppid=20873 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/20876/stat : 20876 (java) S 20873 20876 19053 0 -1 4202496 4421 0 1 0 8 1 0 0 20 0 18 0 28679941 9787879424 6051 33554432000 1073741824 1073778376 140735433349488 140735433340624 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20876/statm: 2389619 6051 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200214 s]
/proc/loadavg: 2.15 2.23 2.23 3/194 20876
/proc/meminfo: memFree=30039636/32872528 swapFree=1643088/1798432
[pid=20876] ppid=20873 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/20876/stat : 20876 (java) S 20873 20876 19053 0 -1 4202496 4727 0 1 0 23 1 0 0 20 0 18 0 28679941 9787879424 6806 33554432000 1073741824 1073778376 140735433349488 140735433340624 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20876/statm: 2389619 6806 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300222 s]
/proc/loadavg: 2.15 2.23 2.23 3/194 20876
/proc/meminfo: memFree=30039636/32872528 swapFree=1643088/1798432
[pid=20876] ppid=20873 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/20876/stat : 20876 (java) S 20873 20876 19053 0 -1 4202496 5802 0 1 0 46 2 0 0 20 0 18 0 28679941 9787879424 8998 33554432000 1073741824 1073778376 140735433349488 140735433340624 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20876/statm: 2389619 8998 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700285 s]
/proc/loadavg: 2.15 2.23 2.23 3/194 20876
/proc/meminfo: memFree=30039636/32872528 swapFree=1643088/1798432
[pid=20876] ppid=20873 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/20876/stat : 20876 (java) S 20873 20876 19053 0 -1 4202496 10759 0 1 0 131 3 0 0 20 0 19 0 28679941 9856040960 16291 33554432000 1073741824 1073778376 140735433349488 140735433340624 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20876/statm: 2406260 16291 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9625040

[startup+1.50082 s]
/proc/loadavg: 2.15 2.23 2.23 3/213 20895
/proc/meminfo: memFree=29982660/32872528 swapFree=1643088/1798432
[pid=20876] ppid=20873 vsize=9625040 CPUtime=2.21 cores=0,2,4,6
/proc/20876/stat : 20876 (java) S 20873 20876 19053 0 -1 4202496 10794 0 1 0 218 3 0 0 20 0 19 0 28679941 9856040960 16820 33554432000 1073741824 1073778376 140735433349488 140735433340624 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20876/statm: 2406260 16820 2270 9 0 2396937 0
[pid=20876/tid=20878] ppid=20873 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/20876/task/20878/stat : 20878 (java) R 20873 20876 19053 0 -1 4202560 2435 0 1 0 145 2 0 0 20 0 19 0 28679942 9856040960 16820 33554432000 1073741824 1073778376 140735433349488 140139221090000 140139093899594 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20876/tid=20879] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20879/stat : 20879 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679943 9856040960 16820 33554432000 1073741824 1073778376 140735433349488 140139064887848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20880] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20880/stat : 20880 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679943 9856040960 16820 33554432000 1073741824 1073778376 140735433349488 140139063835048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20876/tid=20881] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20881/stat : 20881 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679943 9856040960 16820 33554432000 1073741824 1073778376 140735433349488 140139062782248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20876/tid=20882] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20882/stat : 20882 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679943 9856040960 16820 33554432000 1073741824 1073778376 140735433349488 140139061729448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20876/tid=20883] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20883/stat : 20883 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679943 9856040960 16820 33554432000 1073741824 1073778376 140735433349488 140139060677672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20884] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20884/stat : 20884 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679943 9856040960 16820 33554432000 1073741824 1073778376 140735433349488 140139059624872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20876/tid=20885] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20885/stat : 20885 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679943 9856040960 16820 33554432000 1073741824 1073778376 140735433349488 140139058572072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20876/tid=20886] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20886/stat : 20886 (java) S 20873 20876 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28679943 9856040960 16820 33554432000 1073741824 1073778376 140735433349488 140139057519272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20887] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20887/stat : 20887 (java) S 20873 20876 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28679944 9856040960 16820 33554432000 1073741824 1073778376 140735433349488 140139045321192 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20876/tid=20888] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20888/stat : 20888 (java) S 20873 20876 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28679945 9856040960 16820 33554432000 1073741824 1073778376 140735433349488 140139044267256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20889] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20889/stat : 20889 (java) S 20873 20876 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28679945 9856040960 16820 33554432000 1073741824 1073778376 140735433349488 140139043214344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20890] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20890/stat : 20890 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679947 9856040960 16820 33554432000 1073741824 1073778376 140735433349488 140139042162832 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20891] ppid=20873 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/20876/task/20891/stat : 20891 (java) S 20873 20876 19053 0 -1 4202560 3305 0 0 0 37 0 0 0 20 0 19 0 28679947 9856040960 16820 33554432000 1073741824 1073778376 140735433349488 140139041110968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20892] ppid=20873 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/20876/task/20892/stat : 20892 (java) S 20873 20876 19053 0 -1 4202560 3776 0 0 0 33 2 0 0 20 0 19 0 28679947 9856040960 16820 33554432000 1073741824 1073778376 140735433349488 140139040058168 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20876/tid=20893] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20893/stat : 20893 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679947 9856040960 16820 33554432000 1073741824 1073778376 140735433349488 140139039005560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20876/tid=20894] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20894/stat : 20894 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679947 9856040960 16820 33554432000 1073741824 1073778376 140735433349488 140139037952968 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20876/tid=20895] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20895/stat : 20895 (java) S 20873 20876 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28679983 9856040960 16820 33554432000 1073741824 1073778376 140735433349488 140139036898472 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.15 2.23 2.23 3/213 20895
/proc/meminfo: memFree=29980364/32872528 swapFree=1643088/1798432
[pid=20876] ppid=20873 vsize=9625040 CPUtime=3.86 cores=0,2,4,6
/proc/20876/stat : 20876 (java) S 20873 20876 19053 0 -1 4202496 10797 0 1 0 383 3 0 0 20 0 19 0 28679941 9856040960 17333 33554432000 1073741824 1073778376 140735433349488 140735433340624 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20876/statm: 2406260 17333 2270 9 0 2396937 0
[pid=20876/tid=20878] ppid=20873 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/20876/task/20878/stat : 20878 (java) R 20873 20876 19053 0 -1 4202560 2437 0 1 0 305 2 0 0 20 0 19 0 28679942 9856040960 17333 33554432000 1073741824 1073778376 140735433349488 140139221098912 140139093862635 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20876/tid=20879] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20879/stat : 20879 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679943 9856040960 17333 33554432000 1073741824 1073778376 140735433349488 140139064887848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20880] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20880/stat : 20880 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679943 9856040960 17333 33554432000 1073741824 1073778376 140735433349488 140139063835048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20876/tid=20881] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20881/stat : 20881 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679943 9856040960 17333 33554432000 1073741824 1073778376 140735433349488 140139062782248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20876/tid=20882] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20882/stat : 20882 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679943 9856040960 17333 33554432000 1073741824 1073778376 140735433349488 140139061729448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20876/tid=20883] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20883/stat : 20883 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679943 9856040960 17333 33554432000 1073741824 1073778376 140735433349488 140139060677672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20884] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20884/stat : 20884 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679943 9856040960 17333 33554432000 1073741824 1073778376 140735433349488 140139059624872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20876/tid=20885] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20885/stat : 20885 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679943 9856040960 17333 33554432000 1073741824 1073778376 140735433349488 140139058572072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20876/tid=20886] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20886/stat : 20886 (java) S 20873 20876 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28679943 9856040960 17333 33554432000 1073741824 1073778376 140735433349488 140139057519272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20887] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20887/stat : 20887 (java) S 20873 20876 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28679944 9856040960 17333 33554432000 1073741824 1073778376 140735433349488 140139045321192 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20876/tid=20888] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20888/stat : 20888 (java) S 20873 20876 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28679945 9856040960 17333 33554432000 1073741824 1073778376 140735433349488 140139044267256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20889] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20889/stat : 20889 (java) S 20873 20876 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28679945 9856040960 17333 33554432000 1073741824 1073778376 140735433349488 140139043214344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20890] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20890/stat : 20890 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679947 9856040960 17333 33554432000 1073741824 1073778376 140735433349488 140139042162832 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20891] ppid=20873 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/20876/task/20891/stat : 20891 (java) S 20873 20876 19053 0 -1 4202560 3305 0 0 0 38 0 0 0 20 0 19 0 28679947 9856040960 17333 33554432000 1073741824 1073778376 140735433349488 140139041110968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20892] ppid=20873 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/20876/task/20892/stat : 20892 (java) S 20873 20876 19053 0 -1 4202560 3777 0 0 0 36 2 0 0 20 0 19 0 28679947 9856040960 17333 33554432000 1073741824 1073778376 140735433349488 140139040058168 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20876/tid=20893] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20893/stat : 20893 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679947 9856040960 17333 33554432000 1073741824 1073778376 140735433349488 140139039005560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20876/tid=20894] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20894/stat : 20894 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679947 9856040960 17333 33554432000 1073741824 1073778376 140735433349488 140139037952968 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20876/tid=20895] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20895/stat : 20895 (java) S 20873 20876 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28679983 9856040960 17333 33554432000 1073741824 1073778376 140735433349488 140139036898472 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.13 2.23 2.23 3/213 20895
/proc/meminfo: memFree=29971800/32872528 swapFree=1643088/1798432
[pid=20876] ppid=20873 vsize=9625040 CPUtime=7.07 cores=0,2,4,6
/proc/20876/stat : 20876 (java) S 20873 20876 19053 0 -1 4202496 10803 0 1 0 704 3 0 0 20 0 19 0 28679941 9856040960 19283 33554432000 1073741824 1073778376 140735433349488 140735433340624 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20876/statm: 2406260 19283 2271 9 0 2396937 0
[pid=20876/tid=20878] ppid=20873 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/20876/task/20878/stat : 20878 (java) R 20873 20876 19053 0 -1 4202560 2442 0 1 0 625 2 0 0 20 0 19 0 28679942 9856040960 19283 33554432000 1073741824 1073778376 140735433349488 140139221089984 140139093908941 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20876/tid=20879] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20879/stat : 20879 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679943 9856040960 19283 33554432000 1073741824 1073778376 140735433349488 140139064887848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20880] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20880/stat : 20880 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679943 9856040960 19283 33554432000 1073741824 1073778376 140735433349488 140139063835048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20876/tid=20881] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20881/stat : 20881 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679943 9856040960 19283 33554432000 1073741824 1073778376 140735433349488 140139062782248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20876/tid=20882] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20882/stat : 20882 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679943 9856040960 19283 33554432000 1073741824 1073778376 140735433349488 140139061729448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20876/tid=20883] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20883/stat : 20883 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679943 9856040960 19283 33554432000 1073741824 1073778376 140735433349488 140139060677672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20884] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20884/stat : 20884 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679943 9856040960 19283 33554432000 1073741824 1073778376 140735433349488 140139059624872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20876/tid=20885] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20885/stat : 20885 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679943 9856040960 19283 33554432000 1073741824 1073778376 140735433349488 140139058572072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20876/tid=20886] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20886/stat : 20886 (java) S 20873 20876 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28679943 9856040960 19283 33554432000 1073741824 1073778376 140735433349488 140139057519272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20887] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20887/stat : 20887 (java) S 20873 20876 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28679944 9856040960 19283 33554432000 1073741824 1073778376 140735433349488 140139045321192 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20876/tid=20888] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20888/stat : 20888 (java) S 20873 20876 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28679945 9856040960 19283 33554432000 1073741824 1073778376 140735433349488 140139044267256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20889] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20889/stat : 20889 (java) S 20873 20876 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28679945 9856040960 19283 33554432000 1073741824 1073778376 140735433349488 140139043214344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20890] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20890/stat : 20890 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679947 9856040960 19283 33554432000 1073741824 1073778376 140735433349488 140139042162832 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20891] ppid=20873 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/20876/task/20891/stat : 20891 (java) S 20873 20876 19053 0 -1 4202560 3305 0 0 0 39 0 0 0 20 0 19 0 28679947 9856040960 19283 33554432000 1073741824 1073778376 140735433349488 140139041110968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20892] ppid=20873 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/20876/task/20892/stat : 20892 (java) S 20873 20876 19053 0 -1 4202560 3777 0 0 0 37 2 0 0 20 0 19 0 28679947 9856040960 19283 33554432000 1073741824 1073778376 140735433349488 140139040058168 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20876/tid=20893] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20893/stat : 20893 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679947 9856040960 19283 33554432000 1073741824 1073778376 140735433349488 140139039005560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20876/tid=20894] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20894/stat : 20894 (java) S 20873 20876 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28679947 9856040960 19283 33554432000 1073741824 1073778376 140735433349488 140139037952968 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20876/tid=20895] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20895/stat : 20895 (java) S 20873 20876 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28679983 9856040960 19283 33554432000 1073741824 1073778376 140735433349488 140139036898472 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 9625040


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

[pid=20876/tid=20888] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20888/stat : 20888 (java) S 20873 20876 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28679945 9856040960 92508 33554432000 1073741824 1073778376 140735433349488 140139044267256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20876/tid=20889] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20889/stat : 20889 (java) S 20873 20876 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28679945 9856040960 92508 33554432000 1073741824 1073778376 140735433349488 140139043214344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20890] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20890/stat : 20890 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679947 9856040960 92508 33554432000 1073741824 1073778376 140735433349488 140139042162832 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20891] ppid=20873 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/20876/task/20891/stat : 20891 (java) S 20873 20876 19053 0 -1 4202560 3305 0 0 0 39 0 0 0 20 0 19 0 28679947 9856040960 92508 33554432000 1073741824 1073778376 140735433349488 140139041110968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20892] ppid=20873 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/20876/task/20892/stat : 20892 (java) S 20873 20876 19053 0 -1 4202560 3819 0 0 0 41 2 0 0 20 0 19 0 28679947 9856040960 92508 33554432000 1073741824 1073778376 140735433349488 140139040058168 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20876/tid=20893] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20893/stat : 20893 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679947 9856040960 92508 33554432000 1073741824 1073778376 140735433349488 140139039005560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20876/tid=20894] ppid=20873 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/20876/task/20894/stat : 20894 (java) S 20873 20876 19053 0 -1 4202560 96 0 0 0 35 30 0 0 20 0 19 0 28679947 9856040960 92508 33554432000 1073741824 1073778376 140735433349488 140139037952968 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20876/tid=20895] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20895/stat : 20895 (java) S 20873 20876 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28679983 9856040960 92508 33554432000 1073741824 1073778376 140735433349488 140139036898472 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1664.28
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.16 2.16 2.17 3/213 21026
/proc/meminfo: memFree=29592240/32872528 swapFree=1643088/1798432
[pid=20876] ppid=20873 vsize=9625040 CPUtime=1724.26 cores=0,2,4,6
/proc/20876/stat : 20876 (java) S 20873 20876 19053 0 -1 4202496 13053 0 1 0 172376 50 0 0 20 0 19 0 28679941 9856040960 92508 33554432000 1073741824 1073778376 140735433349488 140735433340624 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20876/statm: 2406260 92508 2285 9 0 2396937 0
[pid=20876/tid=20878] ppid=20873 vsize=9625040 CPUtime=1721.65 cores=0,2,4,6
/proc/20876/task/20878/stat : 20878 (java) R 20873 20876 19053 0 -1 4202560 2499 0 1 0 172133 32 0 0 20 0 19 0 28679942 9856040960 92508 33554432000 1073741824 1073778376 140735433349488 140139221090080 140139093845561 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20876/tid=20879] ppid=20873 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/20876/task/20879/stat : 20879 (java) S 20873 20876 19053 0 -1 4202560 230 0 0 0 12 3 0 0 20 0 19 0 28679943 9856040960 92508 33554432000 1073741824 1073778376 140735433349488 140139064887848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20876/tid=20880] ppid=20873 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/20876/task/20880/stat : 20880 (java) S 20873 20876 19053 0 -1 4202560 183 0 0 0 18 3 0 0 20 0 19 0 28679943 9856040960 92508 33554432000 1073741824 1073778376 140735433349488 140139063835048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20876/tid=20881] ppid=20873 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/20876/task/20881/stat : 20881 (java) S 20873 20876 19053 0 -1 4202560 177 0 0 0 12 1 0 0 20 0 19 0 28679943 9856040960 92508 33554432000 1073741824 1073778376 140735433349488 140139062782248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20882] ppid=20873 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/20876/task/20882/stat : 20882 (java) S 20873 20876 19053 0 -1 4202560 355 0 0 0 14 3 0 0 20 0 19 0 28679943 9856040960 92508 33554432000 1073741824 1073778376 140735433349488 140139061729448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20883] ppid=20873 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/20876/task/20883/stat : 20883 (java) S 20873 20876 19053 0 -1 4202560 386 0 0 0 14 2 0 0 20 0 19 0 28679943 9856040960 92508 33554432000 1073741824 1073778376 140735433349488 140139060677672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20884] ppid=20873 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/20876/task/20884/stat : 20884 (java) S 20873 20876 19053 0 -1 4202560 198 0 0 0 19 2 0 0 20 0 19 0 28679943 9856040960 92508 33554432000 1073741824 1073778376 140735433349488 140139059624872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20885] ppid=20873 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/20876/task/20885/stat : 20885 (java) S 20873 20876 19053 0 -1 4202560 160 0 0 0 13 2 0 0 20 0 19 0 28679943 9856040960 92508 33554432000 1073741824 1073778376 140735433349488 140139058572072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20876/tid=20886] ppid=20873 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/20876/task/20886/stat : 20886 (java) S 20873 20876 19053 0 -1 4202560 312 0 0 0 18 3 0 0 20 0 19 0 28679943 9856040960 92508 33554432000 1073741824 1073778376 140735433349488 140139057519272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20876/tid=20887] ppid=20873 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20876/task/20887/stat : 20887 (java) S 20873 20876 19053 0 -1 4202560 65 0 0 0 1 1 0 0 20 0 19 0 28679944 9856040960 92508 33554432000 1073741824 1073778376 140735433349488 140139045321192 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20876/tid=20888] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20888/stat : 20888 (java) S 20873 20876 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28679945 9856040960 92508 33554432000 1073741824 1073778376 140735433349488 140139044267256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20876/tid=20889] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20889/stat : 20889 (java) S 20873 20876 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28679945 9856040960 92508 33554432000 1073741824 1073778376 140735433349488 140139043214344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20890] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20890/stat : 20890 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679947 9856040960 92508 33554432000 1073741824 1073778376 140735433349488 140139042162832 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20891] ppid=20873 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/20876/task/20891/stat : 20891 (java) S 20873 20876 19053 0 -1 4202560 3305 0 0 0 39 0 0 0 20 0 19 0 28679947 9856040960 92508 33554432000 1073741824 1073778376 140735433349488 140139041110968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20892] ppid=20873 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/20876/task/20892/stat : 20892 (java) S 20873 20876 19053 0 -1 4202560 3819 0 0 0 41 2 0 0 20 0 19 0 28679947 9856040960 92508 33554432000 1073741824 1073778376 140735433349488 140139040058168 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20876/tid=20893] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20893/stat : 20893 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679947 9856040960 92508 33554432000 1073741824 1073778376 140735433349488 140139039005560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20876/tid=20894] ppid=20873 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/20876/task/20894/stat : 20894 (java) S 20873 20876 19053 0 -1 4202560 100 0 0 0 37 30 0 0 20 0 19 0 28679947 9856040960 92508 33554432000 1073741824 1073778376 140735433349488 140139037952968 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20876/tid=20895] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20895/stat : 20895 (java) S 20873 20876 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28679983 9856040960 92508 33554432000 1073741824 1073778376 140735433349488 140139036898472 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1724.26
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.31 2.21 2.19 4/213 21027
/proc/meminfo: memFree=29579748/32872528 swapFree=1643088/1798432
[pid=20876] ppid=20873 vsize=9625040 CPUtime=1784.35 cores=0,2,4,6
/proc/20876/stat : 20876 (java) S 20873 20876 19053 0 -1 4202496 13080 0 1 0 178382 53 0 0 20 0 19 0 28679941 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140735433340624 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20876/statm: 2406260 95579 2285 9 0 2396937 0
[pid=20876/tid=20878] ppid=20873 vsize=9625040 CPUtime=1781.61 cores=0,2,4,6
/proc/20876/task/20878/stat : 20878 (java) R 20873 20876 19053 0 -1 4202560 2500 0 1 0 178128 33 0 0 20 0 19 0 28679942 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139221090080 140139093899344 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20876/tid=20879] ppid=20873 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/20876/task/20879/stat : 20879 (java) S 20873 20876 19053 0 -1 4202560 235 0 0 0 15 3 0 0 20 0 19 0 28679943 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139064887848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20876/tid=20880] ppid=20873 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/20876/task/20880/stat : 20880 (java) S 20873 20876 19053 0 -1 4202560 184 0 0 0 18 4 0 0 20 0 19 0 28679943 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139063835048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20876/tid=20881] ppid=20873 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/20876/task/20881/stat : 20881 (java) S 20873 20876 19053 0 -1 4202560 177 0 0 0 13 1 0 0 20 0 19 0 28679943 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139062782248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20882] ppid=20873 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/20876/task/20882/stat : 20882 (java) S 20873 20876 19053 0 -1 4202560 358 0 0 0 15 3 0 0 20 0 19 0 28679943 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139061729448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20883] ppid=20873 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/20876/task/20883/stat : 20883 (java) S 20873 20876 19053 0 -1 4202560 389 0 0 0 15 2 0 0 20 0 19 0 28679943 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139060677672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20884] ppid=20873 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/20876/task/20884/stat : 20884 (java) S 20873 20876 19053 0 -1 4202560 202 0 0 0 21 2 0 0 20 0 19 0 28679943 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139059624872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20876/tid=20885] ppid=20873 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/20876/task/20885/stat : 20885 (java) S 20873 20876 19053 0 -1 4202560 164 0 0 0 14 2 0 0 20 0 19 0 28679943 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139058572072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20876/tid=20886] ppid=20873 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/20876/task/20886/stat : 20886 (java) S 20873 20876 19053 0 -1 4202560 312 0 0 0 19 3 0 0 20 0 19 0 28679943 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139057519272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20876/tid=20887] ppid=20873 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20876/task/20887/stat : 20887 (java) S 20873 20876 19053 0 -1 4202560 67 0 0 0 1 1 0 0 20 0 19 0 28679944 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139045321192 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20876/tid=20888] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20888/stat : 20888 (java) S 20873 20876 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28679945 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139044267256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20876/tid=20889] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20889/stat : 20889 (java) S 20873 20876 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28679945 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139043214344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20890] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20890/stat : 20890 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679947 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139042162832 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20891] ppid=20873 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/20876/task/20891/stat : 20891 (java) S 20873 20876 19053 0 -1 4202560 3305 0 0 0 39 0 0 0 20 0 19 0 28679947 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139041110968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20892] ppid=20873 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/20876/task/20892/stat : 20892 (java) S 20873 20876 19053 0 -1 4202560 3819 0 0 0 41 2 0 0 20 0 19 0 28679947 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139040058168 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20876/tid=20893] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20893/stat : 20893 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679947 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139039005560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20876/tid=20894] ppid=20873 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/20876/task/20894/stat : 20894 (java) S 20873 20876 19053 0 -1 4202560 104 0 0 0 38 31 0 0 20 0 19 0 28679947 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139037952968 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20876/tid=20895] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20895/stat : 20895 (java) S 20873 20876 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28679983 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139036898472 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1784.35
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798 s]
/proc/loadavg: 2.31 2.21 2.19 3/213 21027
/proc/meminfo: memFree=29579876/32872528 swapFree=1643088/1798432
[pid=20876] ppid=20873 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/20876/stat : 20876 (java) S 20873 20876 19053 0 -1 4202496 13080 0 1 0 179951 53 0 0 20 0 19 0 28679941 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140735433340624 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20876/statm: 2406260 95579 2285 9 0 2396937 0
[pid=20876/tid=20878] ppid=20873 vsize=9625040 CPUtime=1797.3 cores=0,2,4,6
/proc/20876/task/20878/stat : 20878 (java) R 20873 20876 19053 0 -1 4202560 2500 0 1 0 179697 33 0 0 20 0 19 0 28679942 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139221090080 140139093908815 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20876/tid=20879] ppid=20873 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/20876/task/20879/stat : 20879 (java) S 20873 20876 19053 0 -1 4202560 235 0 0 0 15 3 0 0 20 0 19 0 28679943 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139064887848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20876/tid=20880] ppid=20873 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/20876/task/20880/stat : 20880 (java) S 20873 20876 19053 0 -1 4202560 184 0 0 0 18 4 0 0 20 0 19 0 28679943 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139063835048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20876/tid=20881] ppid=20873 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/20876/task/20881/stat : 20881 (java) S 20873 20876 19053 0 -1 4202560 177 0 0 0 13 1 0 0 20 0 19 0 28679943 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139062782248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20882] ppid=20873 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/20876/task/20882/stat : 20882 (java) S 20873 20876 19053 0 -1 4202560 358 0 0 0 15 3 0 0 20 0 19 0 28679943 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139061729448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20883] ppid=20873 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/20876/task/20883/stat : 20883 (java) S 20873 20876 19053 0 -1 4202560 389 0 0 0 15 2 0 0 20 0 19 0 28679943 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139060677672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20884] ppid=20873 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/20876/task/20884/stat : 20884 (java) S 20873 20876 19053 0 -1 4202560 202 0 0 0 21 2 0 0 20 0 19 0 28679943 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139059624872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20876/tid=20885] ppid=20873 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/20876/task/20885/stat : 20885 (java) S 20873 20876 19053 0 -1 4202560 164 0 0 0 14 2 0 0 20 0 19 0 28679943 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139058572072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20876/tid=20886] ppid=20873 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/20876/task/20886/stat : 20886 (java) S 20873 20876 19053 0 -1 4202560 312 0 0 0 19 3 0 0 20 0 19 0 28679943 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139057519272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20876/tid=20887] ppid=20873 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20876/task/20887/stat : 20887 (java) S 20873 20876 19053 0 -1 4202560 67 0 0 0 1 1 0 0 20 0 19 0 28679944 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139045321192 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20876/tid=20888] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20888/stat : 20888 (java) S 20873 20876 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28679945 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139044267256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20876/tid=20889] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20889/stat : 20889 (java) S 20873 20876 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28679945 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139043214344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20890] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20890/stat : 20890 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679947 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139042162832 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20891] ppid=20873 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/20876/task/20891/stat : 20891 (java) S 20873 20876 19053 0 -1 4202560 3305 0 0 0 39 0 0 0 20 0 19 0 28679947 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139041110968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20876/tid=20892] ppid=20873 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/20876/task/20892/stat : 20892 (java) S 20873 20876 19053 0 -1 4202560 3819 0 0 0 41 2 0 0 20 0 19 0 28679947 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139040058168 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20876/tid=20893] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20893/stat : 20893 (java) S 20873 20876 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28679947 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139039005560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20876/tid=20894] ppid=20873 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/20876/task/20894/stat : 20894 (java) S 20873 20876 19053 0 -1 4202560 104 0 0 0 38 31 0 0 20 0 19 0 28679947 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139037952968 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20876/tid=20895] ppid=20873 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20876/task/20895/stat : 20895 (java) S 20873 20876 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28679983 9856040960 95579 33554432000 1073741824 1073778376 140735433349488 140139036898472 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

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 20876 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1798.04
CPU time (s): 1800.64
CPU user time (s): 1799.63
CPU system time (s): 1.01185
CPU usage (%): 100.145
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 1.01185
maximum resident set size= 382432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13113
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38393
involuntary context switches= 13793

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7904 second user time and 13.326 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-26 17:53:28
IDJOB=4116633
IDBENCH=109494
IDSOLVER=2546
FILE ID=node123/4116633-1466956408
RUNJOBID= node123-1466943595-19069
PBS_JOBID= 19976352
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size80-round22-9.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116633-1466956408/watcher-4116633-1466956408 -o /tmp/evaluation-result-4116633-1466956408/solver-4116633-1466956408 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19069 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116633-1466956408.opb

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

MD5SUM BENCH= 81dca3335c3cf7d906003948f483aa96
RANDOM SEED=766646616

node123.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.608
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	: 5333.21
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.608
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.608
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.608
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.56
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.608
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.608
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		: 2666.608
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.608
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30039528 kB
Buffers:           18632 kB
Cached:           110492 kB
SwapCached:         1776 kB
Active:           228804 kB
Inactive:         105208 kB
Active(anon):     206472 kB
Inactive(anon):      924 kB
Active(file):      22332 kB
Inactive(file):   104284 kB
Unevictable:     1798432 kB
Mlocked:         1643088 kB
SwapTotal:      67108856 kB
SwapFree:       67098700 kB
Dirty:              1216 kB
Writeback:             0 kB
AnonPages:       1984456 kB
Mapped:            15476 kB
Shmem:                 0 kB
Slab:             565236 kB
SReclaimable:       9336 kB
SUnreclaim:       555900 kB
KernelStack:        1760 kB
PageTables:         8204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2492152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    321536 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= 71728 MiB
End job on node123 at 2016-06-26 18:23:26