Trace number 4116601

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.72 1798.04

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size144-round21-2.opb
MD5SUM67241af52a65c1be692e9f176668d11f
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 benchmark51.0812
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3968
Total number of constraints7920
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints832
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-4116601-1466951013.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.69/0.40	c ... done. Wall clock time 0.284s.
0.69/0.40	c declared #vars     3968
0.69/0.40	c #constraints  9184
0.69/0.40	c constraints type 
0.69/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5958
0.69/0.40	c org.sat4j.specs.Constr$1 => 920
0.69/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.40	c org.sat4j.minisat.constraints.cnf.UnitClause => 520
0.69/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1658
0.69/0.40	c 9184 constraints processed.
1.59/1.06	c cleaning 2494 clauses out of 4999 with flag 16103/5001
2.38/1.75	c cleaning 4249 clauses out of 8504 with flag 38197/11000
3.18/2.53	c cleaning 5624 clauses out of 11255 with flag 66946/18000
4.10/3.43	c cleaning 6796 clauses out of 13631 with flag 102092/26000
5.12/4.49	c cleaning 7918 clauses out of 15835 with flag 143832/35000
6.41/5.71	c cleaning 8944 clauses out of 17917 with flag 192269/45000
7.81/7.12	c cleaning 9974 clauses out of 19974 with flag 249077/56001
9.31/8.66	c cleaning 10994 clauses out of 21999 with flag 314225/68000
11.01/10.35	c cleaning 11985 clauses out of 24007 with flag 387111/81002
13.01/12.30	c cleaning 12993 clauses out of 26020 with flag 463816/95000
15.12/14.42	c cleaning 13982 clauses out of 28027 with flag 547663/110000
17.32/16.67	c cleaning 14981 clauses out of 30045 with flag 638016/126000
19.82/19.12	c cleaning 16005 clauses out of 32064 with flag 736782/143000
22.52/21.82	c cleaning 17015 clauses out of 34060 with flag 842857/161001
25.32/24.64	c cleaning 17989 clauses out of 36045 with flag 955949/180001
28.42/27.72	c cleaning 19028 clauses out of 38056 with flag 1075098/200001
31.82/31.13	c cleaning 20010 clauses out of 40027 with flag 1202597/221000
35.41/34.75	c cleaning 20999 clauses out of 42020 with flag 1337361/243003
39.22/38.53	c cleaning 21977 clauses out of 44018 with flag 1481409/266000
43.21/42.50	c cleaning 23001 clauses out of 46041 with flag 1627221/290000
47.42/46.77	c cleaning 23998 clauses out of 48040 with flag 1781379/315000
52.02/51.33	c cleaning 25011 clauses out of 50043 with flag 1941539/341001
56.83/56.15	c cleaning 26002 clauses out of 52033 with flag 2106246/368002
62.02/61.31	c cleaning 27004 clauses out of 54029 with flag 2278475/396000
66.85/66.15	c cleaning 28007 clauses out of 56025 with flag 2458977/425000
71.84/71.11	c cleaning 28978 clauses out of 58018 with flag 2643571/455000
77.14/76.40	c cleaning 30018 clauses out of 60042 with flag 2837750/486002
82.54/81.85	c cleaning 30976 clauses out of 62022 with flag 3037457/518000
88.34/87.61	c cleaning 31994 clauses out of 64046 with flag 3246356/551000
94.35/93.64	c cleaning 33009 clauses out of 66052 with flag 3460925/585000
100.74/100.09	c cleaning 33975 clauses out of 68043 with flag 3683932/620000
107.74/107.10	c cleaning 35021 clauses out of 70069 with flag 3913477/656001
114.84/114.18	c cleaning 36018 clauses out of 72047 with flag 4150244/693000
122.24/121.50	c cleaning 37003 clauses out of 74030 with flag 4397490/731001
130.06/129.31	c cleaning 37991 clauses out of 76026 with flag 4648176/770000
138.16/137.41	c cleaning 39019 clauses out of 78037 with flag 4904033/810002
146.56/145.80	c cleaning 39997 clauses out of 80016 with flag 5165596/851000
155.20/154.44	c cleaning 41005 clauses out of 82019 with flag 5436697/893000
163.70/162.91	c cleaning 42001 clauses out of 84014 with flag 5714697/936000
172.40/171.67	c cleaning 42991 clauses out of 86013 with flag 6000226/980000
181.79/181.05	c cleaning 43971 clauses out of 88022 with flag 6289946/1025000
191.59/190.81	c cleaning 44992 clauses out of 90051 with flag 6586685/1071000
201.70/200.96	c cleaning 46002 clauses out of 92059 with flag 6887747/1118000
212.11/211.33	c cleaning 47008 clauses out of 94057 with flag 7198042/1166000
223.01/222.27	c cleaning 48012 clauses out of 96049 with flag 7511578/1215000
234.60/233.80	c cleaning 48987 clauses out of 98038 with flag 7839499/1265001
246.41/245.67	c cleaning 49989 clauses out of 100051 with flag 8175286/1316001
258.59/257.79	c cleaning 51006 clauses out of 102061 with flag 8517415/1368000
270.79/269.93	c cleaning 51998 clauses out of 104055 with flag 8863323/1421000
283.31/282.45	c cleaning 53000 clauses out of 106058 with flag 9216540/1475001
296.21/295.38	c cleaning 53978 clauses out of 108057 with flag 9575471/1530000
309.81/308.93	c cleaning 55030 clauses out of 110079 with flag 9942991/1586000
323.91/323.05	c cleaning 56001 clauses out of 112050 with flag 10314849/1643001
338.21/337.39	c cleaning 56994 clauses out of 114049 with flag 10696817/1701001
353.32/352.48	c cleaning 58008 clauses out of 116054 with flag 11089821/1760000
368.92/368.09	c cleaning 59012 clauses out of 118046 with flag 11480040/1820000
384.25/383.36	c cleaning 59992 clauses out of 120034 with flag 11881494/1881000
399.96/399.01	c cleaning 61008 clauses out of 122044 with flag 12288229/1943002
416.05/415.12	c cleaning 61976 clauses out of 124034 with flag 12702139/2006000
433.06/432.15	c cleaning 62996 clauses out of 126058 with flag 13124574/2070000
450.56/449.60	c cleaning 64017 clauses out of 128062 with flag 13552414/2135000
468.68/467.71	c cleaning 64983 clauses out of 130045 with flag 13987720/2201000
487.19/486.27	c cleaning 66009 clauses out of 132062 with flag 14430953/2268000
505.75/504.78	c cleaning 67018 clauses out of 134054 with flag 14877773/2336001
524.85/523.80	c cleaning 67981 clauses out of 136036 with flag 15333237/2405001
544.75/543.75	c cleaning 68990 clauses out of 138055 with flag 15795844/2475001
565.26/564.29	c cleaning 70007 clauses out of 140065 with flag 16261820/2546001
586.27/585.25	c cleaning 70998 clauses out of 142057 with flag 16737263/2618000
607.86/606.88	c cleaning 72008 clauses out of 144059 with flag 17213822/2691000
630.26/629.10	c cleaning 73008 clauses out of 146051 with flag 17696959/2765000
652.85/651.77	c cleaning 74008 clauses out of 148043 with flag 18188862/2840000
675.64/674.56	c cleaning 74985 clauses out of 150035 with flag 18682794/2916000
699.35/698.21	c cleaning 76000 clauses out of 152051 with flag 19188875/2993001
723.54/722.43	c cleaning 76982 clauses out of 154051 with flag 19698353/3071001
748.94/747.76	c cleaning 77997 clauses out of 156069 with flag 20215956/3150001
775.33/774.13	c cleaning 79010 clauses out of 158073 with flag 20731669/3230002
802.53/801.32	c cleaning 80007 clauses out of 160061 with flag 21256942/3311000
830.33/829.11	c cleaning 81022 clauses out of 162057 with flag 21792667/3393003
859.82/858.62	c cleaning 82003 clauses out of 164033 with flag 22333790/3476001
889.84/888.52	c cleaning 83004 clauses out of 166029 with flag 22885316/3560000
920.25/918.94	c cleaning 83983 clauses out of 168027 with flag 23436414/3645002
949.24/947.95	c cleaning 85006 clauses out of 170042 with flag 23998775/3731000
979.04/977.71	c cleaning 86005 clauses out of 172036 with flag 24567964/3818000
1009.65/1008.28	c cleaning 86980 clauses out of 174031 with flag 25144536/3906000
1040.35/1038.99	c cleaning 88009 clauses out of 176052 with flag 25723071/3995001
1072.05/1070.63	c cleaning 89016 clauses out of 178042 with flag 26305590/4085000
1105.06/1103.67	c cleaning 90000 clauses out of 180026 with flag 26898023/4176000
1138.21/1136.67	c cleaning 90952 clauses out of 182026 with flag 27491920/4268000
1172.40/1170.87	c cleaning 91994 clauses out of 184074 with flag 28096474/4361000
1206.90/1205.38	c cleaning 93017 clauses out of 186082 with flag 28705680/4455002
1242.21/1240.67	c cleaning 94011 clauses out of 188065 with flag 29316928/4550002
1278.02/1276.30	c cleaning 95001 clauses out of 190054 with flag 29937887/4646002
1314.42/1312.75	c cleaning 95984 clauses out of 192052 with flag 30566724/4743001
1351.83/1350.18	c cleaning 97009 clauses out of 194068 with flag 31200473/4841001
1389.83/1388.11	c cleaning 97999 clauses out of 196058 with flag 31839348/4940000
1428.37/1426.66	c cleaning 99007 clauses out of 198060 with flag 32484849/5040001
1467.88/1466.11	c cleaning 99995 clauses out of 200052 with flag 33135239/5141000
1507.98/1506.28	c cleaning 100997 clauses out of 202057 with flag 33795743/5243000
1550.35/1548.55	c cleaning 102012 clauses out of 204061 with flag 34462468/5346001
1592.96/1591.11	c cleaning 102997 clauses out of 206048 with flag 35131687/5450000
1636.67/1634.87	c cleaning 104013 clauses out of 208055 with flag 35814861/5555004
1680.09/1678.12	c cleaning 105012 clauses out of 210040 with flag 36496508/5661002
1723.90/1721.90	c cleaning 105998 clauses out of 212028 with flag 37188074/5768002
1768.70/1766.72	c cleaning 106958 clauses out of 214029 with flag 37886952/5876001
1800.06/1798.00	c starts		: 58544
1800.06/1798.00	c conflicts		: 5957885
1800.06/1798.00	c decisions		: 52526665
1800.06/1798.00	c propagations		: 805633762
1800.06/1798.00	c inspects		: 24626980875
1800.06/1798.00	c shortcuts		: 0
1800.06/1798.00	c learnt literals	: 2
1800.06/1798.00	c learnt binary clauses	: 84
1800.06/1798.00	c learnt ternary clauses	: 845
1800.06/1798.00	c learnt constraints	: 5957883
1800.06/1798.00	c ignored constraints	: 0
1800.06/1798.00	c root simplifications	: 0
1800.06/1798.00	c removed literals (reason simplification)	: 0
1800.06/1798.00	c reason swapping (by a shorter reason)	: 0
1800.06/1798.00	c Calls to reduceDB	: 104
1800.06/1798.00	c Number of update (reduction) of LBD	: 1266683
1800.06/1798.00	c Imported unit clauses	: 0
1800.06/1798.00	c number of reductions to clauses (during analyze)	: 0
1800.06/1798.00	c number of learned constraints concerned by reduction	: 0
1800.06/1798.00	c number of learning phase by resolution	: 0
1800.06/1798.00	c number of learning phase by cutting planes	: 0
1800.06/1798.00	c speed (assignments/second)	: 448173.3706276278
1800.06/1798.00	c non guided choices	7126
1800.06/1798.00	c timeout
1800.06/1798.03	c learnt constraints type 
1800.06/1798.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 84
1800.06/1798.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 188871
1800.06/1798.03	s UNKNOWN
1800.06/1798.03	c Total wall clock time (in seconds): 1797.912

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

pid=20323
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.25 2.21 2.18 4/194 20326
/proc/meminfo: memFree=30079784/32872528 swapFree=1643088/1798432
[pid=20326] ppid=20323 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/20326/stat : 20326 (java) R 20323 20326 19053 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 28140405 9515008 184 33554432000 1073741824 1073778376 140737218152832 140737218143864 260190137783 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20326/statm: 2323 184 142 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.25 2.21 2.18 4/194 20326
/proc/meminfo: memFree=30079784/32872528 swapFree=1643088/1798432
[pid=20326] ppid=20323 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/20326/stat : 20326 (java) S 20323 20326 19053 0 -1 4202496 4413 0 1 0 8 1 0 0 20 0 18 0 28140405 9787879424 6031 33554432000 1073741824 1073778376 140733194004352 140733193995488 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20326/statm: 2389619 6031 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200225 s]
/proc/loadavg: 2.25 2.21 2.18 4/194 20326
/proc/meminfo: memFree=30079784/32872528 swapFree=1643088/1798432
[pid=20326] ppid=20323 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/20326/stat : 20326 (java) S 20323 20326 19053 0 -1 4202496 4707 0 1 0 24 1 0 0 20 0 18 0 28140405 9787879424 6779 33554432000 1073741824 1073778376 140733194004352 140733193995488 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20326/statm: 2389619 6779 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300219 s]
/proc/loadavg: 2.25 2.21 2.18 4/194 20326
/proc/meminfo: memFree=30079784/32872528 swapFree=1643088/1798432
[pid=20326] ppid=20323 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/20326/stat : 20326 (java) S 20323 20326 19053 0 -1 4202496 5756 0 1 0 46 1 0 0 20 0 18 0 28140405 9787879424 8957 33554432000 1073741824 1073778376 140733194004352 140733193995488 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20326/statm: 2389619 8957 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.70028 s]
/proc/loadavg: 2.25 2.21 2.18 4/194 20326
/proc/meminfo: memFree=30079784/32872528 swapFree=1643088/1798432
[pid=20326] ppid=20323 vsize=9625040 CPUtime=1.29 cores=0,2,4,6
/proc/20326/stat : 20326 (java) S 20323 20326 19053 0 -1 4202496 8785 0 1 0 127 2 0 0 20 0 19 0 28140405 9856040960 14480 33554432000 1073741824 1073778376 140733194004352 140733193995488 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20326/statm: 2406260 14480 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.25 2.21 2.18 3/213 20345
/proc/meminfo: memFree=30029360/32872528 swapFree=1643088/1798432
[pid=20326] ppid=20323 vsize=9625040 CPUtime=2.14 cores=0,2,4,6
/proc/20326/stat : 20326 (java) S 20323 20326 19053 0 -1 4202496 9248 0 1 0 212 2 0 0 20 0 19 0 28140405 9856040960 14574 33554432000 1073741824 1073778376 140733194004352 140733193995488 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20326/statm: 2406260 14574 2269 9 0 2396937 0
[pid=20326/tid=20328] ppid=20323 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/20326/task/20328/stat : 20328 (java) R 20323 20326 19053 0 -1 4202560 2420 0 1 0 145 2 0 0 20 0 19 0 28140406 9856040960 14574 33554432000 1073741824 1073778376 140733194004352 140603867333144 140603690725275 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20326/tid=20329] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20329/stat : 20329 (java) S 20323 20326 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28140407 9856040960 14574 33554432000 1073741824 1073778376 140733194004352 140603828824360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20330] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20330/stat : 20330 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140407 9856040960 14574 33554432000 1073741824 1073778376 140733194004352 140603827771560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20326/tid=20331] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20331/stat : 20331 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140407 9856040960 14574 33554432000 1073741824 1073778376 140733194004352 140603826719272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20326/tid=20332] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20332/stat : 20332 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140407 9856040960 14574 33554432000 1073741824 1073778376 140733194004352 140603825666472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20326/tid=20333] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20333/stat : 20333 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140407 9856040960 14574 33554432000 1073741824 1073778376 140733194004352 140603824614184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20334] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20334/stat : 20334 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140407 9856040960 14574 33554432000 1073741824 1073778376 140733194004352 140603823561384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20326/tid=20335] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20335/stat : 20335 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140407 9856040960 14574 33554432000 1073741824 1073778376 140733194004352 140603822509096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20326/tid=20336] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20336/stat : 20336 (java) S 20323 20326 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28140407 9856040960 14574 33554432000 1073741824 1073778376 140733194004352 140603821456296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20337] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20337/stat : 20337 (java) S 20323 20326 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28140408 9856040960 14574 33554432000 1073741824 1073778376 140733194004352 140603809044712 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20326/tid=20338] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20338/stat : 20338 (java) S 20323 20326 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28140409 9856040960 14574 33554432000 1073741824 1073778376 140733194004352 140603690050552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20339] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20339/stat : 20339 (java) S 20323 20326 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28140409 9856040960 14574 33554432000 1073741824 1073778376 140733194004352 140603688998152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20340] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20340/stat : 20340 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140411 9856040960 14574 33554432000 1073741824 1073778376 140733194004352 140603687946640 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20341] ppid=20323 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/20326/task/20341/stat : 20341 (java) S 20323 20326 19053 0 -1 4202560 2685 0 0 0 32 0 0 0 20 0 19 0 28140411 9856040960 14574 33554432000 1073741824 1073778376 140733194004352 140603686894264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20342] ppid=20323 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/20326/task/20342/stat : 20342 (java) S 20323 20326 19053 0 -1 4202560 2866 0 0 0 34 0 0 0 20 0 19 0 28140411 9856040960 14574 33554432000 1073741824 1073778376 140733194004352 140603685841464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20326/tid=20343] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20343/stat : 20343 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140411 9856040960 14574 33554432000 1073741824 1073778376 140733194004352 140603684789368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20326/tid=20344] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20344/stat : 20344 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140411 9856040960 14574 33554432000 1073741824 1073778376 140733194004352 140603683736776 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20326/tid=20345] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20345/stat : 20345 (java) S 20323 20326 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28140446 9856040960 14574 33554432000 1073741824 1073778376 140733194004352 140603682681768 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.25 2.21 2.18 3/213 20345
/proc/meminfo: memFree=30026940/32872528 swapFree=1643088/1798432
[pid=20326] ppid=20323 vsize=9625040 CPUtime=3.79 cores=0,2,4,6
/proc/20326/stat : 20326 (java) S 20323 20326 19053 0 -1 4202496 9252 0 1 0 376 3 0 0 20 0 19 0 28140405 9856040960 15599 33554432000 1073741824 1073778376 140733194004352 140733193995488 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20326/statm: 2406260 15599 2270 9 0 2396937 0
[pid=20326/tid=20328] ppid=20323 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/20326/task/20328/stat : 20328 (java) R 20323 20326 19053 0 -1 4202560 2423 0 1 0 305 2 0 0 20 0 19 0 28140406 9856040960 15599 33554432000 1073741824 1073778376 140733194004352 140603867324112 140603690724375 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20326/tid=20329] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20329/stat : 20329 (java) S 20323 20326 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28140407 9856040960 15599 33554432000 1073741824 1073778376 140733194004352 140603828824360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20330] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20330/stat : 20330 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140407 9856040960 15599 33554432000 1073741824 1073778376 140733194004352 140603827771560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20326/tid=20331] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20331/stat : 20331 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140407 9856040960 15599 33554432000 1073741824 1073778376 140733194004352 140603826719272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20326/tid=20332] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20332/stat : 20332 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140407 9856040960 15599 33554432000 1073741824 1073778376 140733194004352 140603825666472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20326/tid=20333] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20333/stat : 20333 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140407 9856040960 15599 33554432000 1073741824 1073778376 140733194004352 140603824614184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20334] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20334/stat : 20334 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140407 9856040960 15599 33554432000 1073741824 1073778376 140733194004352 140603823561384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20326/tid=20335] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20335/stat : 20335 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140407 9856040960 15599 33554432000 1073741824 1073778376 140733194004352 140603822509096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20326/tid=20336] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20336/stat : 20336 (java) S 20323 20326 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28140407 9856040960 15599 33554432000 1073741824 1073778376 140733194004352 140603821456296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20337] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20337/stat : 20337 (java) S 20323 20326 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28140408 9856040960 15599 33554432000 1073741824 1073778376 140733194004352 140603809044712 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20326/tid=20338] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20338/stat : 20338 (java) S 20323 20326 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28140409 9856040960 15599 33554432000 1073741824 1073778376 140733194004352 140603690050552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20339] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20339/stat : 20339 (java) S 20323 20326 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28140409 9856040960 15599 33554432000 1073741824 1073778376 140733194004352 140603688998152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20340] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20340/stat : 20340 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140411 9856040960 15599 33554432000 1073741824 1073778376 140733194004352 140603687946640 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20341] ppid=20323 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/20326/task/20341/stat : 20341 (java) S 20323 20326 19053 0 -1 4202560 2685 0 0 0 34 0 0 0 20 0 19 0 28140411 9856040960 15599 33554432000 1073741824 1073778376 140733194004352 140603686894264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20342] ppid=20323 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/20326/task/20342/stat : 20342 (java) S 20323 20326 19053 0 -1 4202560 2867 0 0 0 36 0 0 0 20 0 19 0 28140411 9856040960 15599 33554432000 1073741824 1073778376 140733194004352 140603685841464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20326/tid=20343] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20343/stat : 20343 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140411 9856040960 15599 33554432000 1073741824 1073778376 140733194004352 140603684789368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20326/tid=20344] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20344/stat : 20344 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140411 9856040960 15599 33554432000 1073741824 1073778376 140733194004352 140603683736776 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20326/tid=20345] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20345/stat : 20345 (java) S 20323 20326 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28140446 9856040960 15599 33554432000 1073741824 1073778376 140733194004352 140603682681768 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.23 2.21 2.18 3/213 20345
/proc/meminfo: memFree=30020704/32872528 swapFree=1643088/1798432
[pid=20326] ppid=20323 vsize=9625040 CPUtime=7.01 cores=0,2,4,6
/proc/20326/stat : 20326 (java) S 20323 20326 19053 0 -1 4202496 9281 0 1 0 698 3 0 0 20 0 19 0 28140405 9856040960 17136 33554432000 1073741824 1073778376 140733194004352 140733193995488 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20326/statm: 2406260 17136 2271 9 0 2396937 0
[pid=20326/tid=20328] ppid=20323 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/20326/task/20328/stat : 20328 (java) R 20323 20326 19053 0 -1 4202560 2427 0 1 0 624 2 0 0 20 0 19 0 28140406 9856040960 17136 33554432000 1073741824 1073778376 140733194004352 140603867332840 140603690715922 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20326/tid=20329] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20329/stat : 20329 (java) S 20323 20326 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28140407 9856040960 17136 33554432000 1073741824 1073778376 140733194004352 140603828824360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20330] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20330/stat : 20330 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140407 9856040960 17136 33554432000 1073741824 1073778376 140733194004352 140603827771560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20326/tid=20331] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20331/stat : 20331 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140407 9856040960 17136 33554432000 1073741824 1073778376 140733194004352 140603826719272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20326/tid=20332] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20332/stat : 20332 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140407 9856040960 17136 33554432000 1073741824 1073778376 140733194004352 140603825666472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20326/tid=20333] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20333/stat : 20333 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140407 9856040960 17136 33554432000 1073741824 1073778376 140733194004352 140603824614184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20334] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20334/stat : 20334 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140407 9856040960 17136 33554432000 1073741824 1073778376 140733194004352 140603823561384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20326/tid=20335] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20335/stat : 20335 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140407 9856040960 17136 33554432000 1073741824 1073778376 140733194004352 140603822509096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20326/tid=20336] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20336/stat : 20336 (java) S 20323 20326 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28140407 9856040960 17136 33554432000 1073741824 1073778376 140733194004352 140603821456296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20337] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20337/stat : 20337 (java) S 20323 20326 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28140408 9856040960 17136 33554432000 1073741824 1073778376 140733194004352 140603809044712 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20326/tid=20338] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20338/stat : 20338 (java) S 20323 20326 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28140409 9856040960 17136 33554432000 1073741824 1073778376 140733194004352 140603690050552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20339] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20339/stat : 20339 (java) S 20323 20326 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28140409 9856040960 17136 33554432000 1073741824 1073778376 140733194004352 140603688998152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20340] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20340/stat : 20340 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140411 9856040960 17136 33554432000 1073741824 1073778376 140733194004352 140603687946640 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20341] ppid=20323 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/20326/task/20341/stat : 20341 (java) S 20323 20326 19053 0 -1 4202560 2685 0 0 0 34 0 0 0 20 0 19 0 28140411 9856040960 17136 33554432000 1073741824 1073778376 140733194004352 140603686894264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20342] ppid=20323 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/20326/task/20342/stat : 20342 (java) S 20323 20326 19053 0 -1 4202560 2891 0 0 0 37 0 0 0 20 0 19 0 28140411 9856040960 17136 33554432000 1073741824 1073778376 140733194004352 140603685841464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20326/tid=20343] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20343/stat : 20343 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140411 9856040960 17136 33554432000 1073741824 1073778376 140733194004352 140603684789368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20326/tid=20344] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20344/stat : 20344 (java) S 20323 20326 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28140411 9856040960 17136 33554432000 1073741824 1073778376 140733194004352 140603683736776 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20326/tid=20345] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20345/stat : 20345 (java) S 20323 20326 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28140446 9856040960 17136 33554432000 1073741824 1073778376 140733194004352 140603682681768 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.01
Current children cumulated vsize (KiB) 9625040


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

[pid=20326/tid=20338] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20338/stat : 20338 (java) S 20323 20326 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28140409 9856040960 104539 33554432000 1073741824 1073778376 140733194004352 140603690050552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20339] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20339/stat : 20339 (java) S 20323 20326 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28140409 9856040960 104539 33554432000 1073741824 1073778376 140733194004352 140603688998152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20340] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20340/stat : 20340 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140411 9856040960 104539 33554432000 1073741824 1073778376 140733194004352 140603687946640 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20341] ppid=20323 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/20326/task/20341/stat : 20341 (java) S 20323 20326 19053 0 -1 4202560 2685 0 0 0 34 0 0 0 20 0 19 0 28140411 9856040960 104539 33554432000 1073741824 1073778376 140733194004352 140603686894264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20342] ppid=20323 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/20326/task/20342/stat : 20342 (java) S 20323 20326 19053 0 -1 4202560 3289 0 0 0 41 0 0 0 20 0 19 0 28140411 9856040960 104539 33554432000 1073741824 1073778376 140733194004352 140603685841464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20343] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20343/stat : 20343 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140411 9856040960 104539 33554432000 1073741824 1073778376 140733194004352 140603684789368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20326/tid=20344] ppid=20323 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/20326/task/20344/stat : 20344 (java) S 20323 20326 19053 0 -1 4202560 96 0 0 0 33 33 0 0 20 0 19 0 28140411 9856040960 104539 33554432000 1073741824 1073778376 140733194004352 140603683736776 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20326/tid=20345] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20345/stat : 20345 (java) S 20323 20326 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28140446 9856040960 104539 33554432000 1073741824 1073778376 140733194004352 140603682681768 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1664.29
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.31 2.29 2.21 3/213 20453
/proc/meminfo: memFree=29593928/32872528 swapFree=1643088/1798432
[pid=20326] ppid=20323 vsize=9625040 CPUtime=1724.3 cores=0,2,4,6
/proc/20326/stat : 20326 (java) S 20323 20326 19053 0 -1 4202496 10882 0 1 0 172373 57 0 0 20 0 19 0 28140405 9856040960 104539 33554432000 1073741824 1073778376 140733194004352 140733193995488 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20326/statm: 2406260 104539 2285 9 0 2396937 0
[pid=20326/tid=20328] ppid=20323 vsize=9625040 CPUtime=1721.7 cores=0,2,4,6
/proc/20326/task/20328/stat : 20328 (java) R 20323 20326 19053 0 -1 4202560 2487 0 1 0 172139 31 0 0 20 0 19 0 28140406 9856040960 104539 33554432000 1073741824 1073778376 140733194004352 140603867324192 140603690678140 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20326/tid=20329] ppid=20323 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/20326/task/20329/stat : 20329 (java) S 20323 20326 19053 0 -1 4202560 192 0 0 0 13 3 0 0 20 0 19 0 28140407 9856040960 104539 33554432000 1073741824 1073778376 140733194004352 140603828824360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20326/tid=20330] ppid=20323 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/20326/task/20330/stat : 20330 (java) S 20323 20326 19053 0 -1 4202560 148 0 0 0 17 4 0 0 20 0 19 0 28140407 9856040960 104539 33554432000 1073741824 1073778376 140733194004352 140603827771560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20326/tid=20331] ppid=20323 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/20326/task/20331/stat : 20331 (java) S 20323 20326 19053 0 -1 4202560 89 0 0 0 16 4 0 0 20 0 19 0 28140407 9856040960 104539 33554432000 1073741824 1073778376 140733194004352 140603826719272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20332] ppid=20323 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/20326/task/20332/stat : 20332 (java) S 20323 20326 19053 0 -1 4202560 180 0 0 0 16 4 0 0 20 0 19 0 28140407 9856040960 104539 33554432000 1073741824 1073778376 140733194004352 140603825666472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20326/tid=20333] ppid=20323 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/20326/task/20333/stat : 20333 (java) S 20323 20326 19053 0 -1 4202560 176 0 0 0 15 3 0 0 20 0 19 0 28140407 9856040960 104539 33554432000 1073741824 1073778376 140733194004352 140603824614184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20326/tid=20334] ppid=20323 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/20326/task/20334/stat : 20334 (java) S 20323 20326 19053 0 -1 4202560 90 0 0 0 14 3 0 0 20 0 19 0 28140407 9856040960 104539 33554432000 1073741824 1073778376 140733194004352 140603823561384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20326/tid=20335] ppid=20323 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/20326/task/20335/stat : 20335 (java) S 20323 20326 19053 0 -1 4202560 62 0 0 0 15 4 0 0 20 0 19 0 28140407 9856040960 104539 33554432000 1073741824 1073778376 140733194004352 140603822509096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20336] ppid=20323 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/20326/task/20336/stat : 20336 (java) S 20323 20326 19053 0 -1 4202560 49 0 0 0 12 3 0 0 20 0 19 0 28140407 9856040960 104539 33554432000 1073741824 1073778376 140733194004352 140603821456296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20326/tid=20337] ppid=20323 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20326/task/20337/stat : 20337 (java) S 20323 20326 19053 0 -1 4202560 73 0 0 0 1 0 0 0 20 0 19 0 28140408 9856040960 104539 33554432000 1073741824 1073778376 140733194004352 140603809044712 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20326/tid=20338] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20338/stat : 20338 (java) S 20323 20326 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28140409 9856040960 104539 33554432000 1073741824 1073778376 140733194004352 140603690050552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20339] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20339/stat : 20339 (java) S 20323 20326 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28140409 9856040960 104539 33554432000 1073741824 1073778376 140733194004352 140603688998152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20340] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20340/stat : 20340 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140411 9856040960 104539 33554432000 1073741824 1073778376 140733194004352 140603687946640 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20341] ppid=20323 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/20326/task/20341/stat : 20341 (java) S 20323 20326 19053 0 -1 4202560 2685 0 0 0 34 0 0 0 20 0 19 0 28140411 9856040960 104539 33554432000 1073741824 1073778376 140733194004352 140603686894264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20342] ppid=20323 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/20326/task/20342/stat : 20342 (java) S 20323 20326 19053 0 -1 4202560 3289 0 0 0 41 0 0 0 20 0 19 0 28140411 9856040960 104539 33554432000 1073741824 1073778376 140733194004352 140603685841464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20343] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20343/stat : 20343 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140411 9856040960 104539 33554432000 1073741824 1073778376 140733194004352 140603684789368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20326/tid=20344] ppid=20323 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/20326/task/20344/stat : 20344 (java) S 20323 20326 19053 0 -1 4202560 100 0 0 0 35 33 0 0 20 0 19 0 28140411 9856040960 104539 33554432000 1073741824 1073778376 140733194004352 140603683736776 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20326/tid=20345] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20345/stat : 20345 (java) S 20323 20326 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28140446 9856040960 104539 33554432000 1073741824 1073778376 140733194004352 140603682681768 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1724.3
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.22 2.26 2.20 3/213 20454
/proc/meminfo: memFree=29582044/32872528 swapFree=1643088/1798432
[pid=20326] ppid=20323 vsize=9625040 CPUtime=1784.36 cores=0,2,4,6
/proc/20326/stat : 20326 (java) S 20323 20326 19053 0 -1 4202496 10902 0 1 0 178378 58 0 0 20 0 19 0 28140405 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140733193995488 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20326/statm: 2406260 107325 2285 9 0 2396937 0
[pid=20326/tid=20328] ppid=20323 vsize=9625040 CPUtime=1781.67 cores=0,2,4,6
/proc/20326/task/20328/stat : 20328 (java) R 20323 20326 19053 0 -1 4202560 2488 0 1 0 178135 32 0 0 20 0 19 0 28140406 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603867331888 140603690641512 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20326/tid=20329] ppid=20323 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/20326/task/20329/stat : 20329 (java) S 20323 20326 19053 0 -1 4202560 197 0 0 0 14 3 0 0 20 0 19 0 28140407 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603828824360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20330] ppid=20323 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/20326/task/20330/stat : 20330 (java) S 20323 20326 19053 0 -1 4202560 148 0 0 0 17 4 0 0 20 0 19 0 28140407 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603827771560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20326/tid=20331] ppid=20323 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/20326/task/20331/stat : 20331 (java) S 20323 20326 19053 0 -1 4202560 89 0 0 0 16 4 0 0 20 0 19 0 28140407 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603826719272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20332] ppid=20323 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/20326/task/20332/stat : 20332 (java) S 20323 20326 19053 0 -1 4202560 180 0 0 0 17 4 0 0 20 0 19 0 28140407 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603825666472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20326/tid=20333] ppid=20323 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/20326/task/20333/stat : 20333 (java) S 20323 20326 19053 0 -1 4202560 176 0 0 0 15 4 0 0 20 0 19 0 28140407 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603824614184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20326/tid=20334] ppid=20323 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/20326/task/20334/stat : 20334 (java) S 20323 20326 19053 0 -1 4202560 90 0 0 0 14 4 0 0 20 0 19 0 28140407 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603823561384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20326/tid=20335] ppid=20323 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/20326/task/20335/stat : 20335 (java) S 20323 20326 19053 0 -1 4202560 65 0 0 0 17 4 0 0 20 0 19 0 28140407 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603822509096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20326/tid=20336] ppid=20323 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/20326/task/20336/stat : 20336 (java) S 20323 20326 19053 0 -1 4202560 54 0 0 0 14 3 0 0 20 0 19 0 28140407 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603821456296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20326/tid=20337] ppid=20323 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20326/task/20337/stat : 20337 (java) S 20323 20326 19053 0 -1 4202560 75 0 0 0 2 0 0 0 20 0 19 0 28140408 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603809044712 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20326/tid=20338] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20338/stat : 20338 (java) S 20323 20326 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28140409 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603690050552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20339] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20339/stat : 20339 (java) S 20323 20326 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28140409 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603688998152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20340] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20340/stat : 20340 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140411 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603687946640 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20341] ppid=20323 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/20326/task/20341/stat : 20341 (java) S 20323 20326 19053 0 -1 4202560 2685 0 0 0 34 0 0 0 20 0 19 0 28140411 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603686894264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20342] ppid=20323 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/20326/task/20342/stat : 20342 (java) S 20323 20326 19053 0 -1 4202560 3289 0 0 0 41 0 0 0 20 0 19 0 28140411 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603685841464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20343] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20343/stat : 20343 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140411 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603684789368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20326/tid=20344] ppid=20323 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/20326/task/20344/stat : 20344 (java) S 20323 20326 19053 0 -1 4202560 104 0 0 0 37 35 0 0 20 0 19 0 28140411 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603683736776 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20326/tid=20345] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20345/stat : 20345 (java) S 20323 20326 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28140446 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603682681768 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1784.36
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798 s]
/proc/loadavg: 2.25 2.26 2.20 3/213 20454
/proc/meminfo: memFree=29582172/32872528 swapFree=1643088/1798432
[pid=20326] ppid=20323 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/20326/stat : 20326 (java) S 20323 20326 19053 0 -1 4202496 10902 0 1 0 179948 58 0 0 20 0 19 0 28140405 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140733193995488 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20326/statm: 2406260 107325 2285 9 0 2396937 0
[pid=20326/tid=20328] ppid=20323 vsize=9625040 CPUtime=1797.37 cores=0,2,4,6
/proc/20326/task/20328/stat : 20328 (java) R 20323 20326 19053 0 -1 4202560 2488 0 1 0 179705 32 0 0 20 0 19 0 28140406 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603867331888 140603690678018 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20326/tid=20329] ppid=20323 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/20326/task/20329/stat : 20329 (java) S 20323 20326 19053 0 -1 4202560 197 0 0 0 14 3 0 0 20 0 19 0 28140407 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603828824360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20330] ppid=20323 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/20326/task/20330/stat : 20330 (java) S 20323 20326 19053 0 -1 4202560 148 0 0 0 17 4 0 0 20 0 19 0 28140407 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603827771560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20326/tid=20331] ppid=20323 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/20326/task/20331/stat : 20331 (java) S 20323 20326 19053 0 -1 4202560 89 0 0 0 16 4 0 0 20 0 19 0 28140407 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603826719272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20332] ppid=20323 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/20326/task/20332/stat : 20332 (java) S 20323 20326 19053 0 -1 4202560 180 0 0 0 17 4 0 0 20 0 19 0 28140407 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603825666472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20326/tid=20333] ppid=20323 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/20326/task/20333/stat : 20333 (java) S 20323 20326 19053 0 -1 4202560 176 0 0 0 15 4 0 0 20 0 19 0 28140407 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603824614184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20326/tid=20334] ppid=20323 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/20326/task/20334/stat : 20334 (java) S 20323 20326 19053 0 -1 4202560 90 0 0 0 14 4 0 0 20 0 19 0 28140407 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603823561384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20326/tid=20335] ppid=20323 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/20326/task/20335/stat : 20335 (java) S 20323 20326 19053 0 -1 4202560 65 0 0 0 17 4 0 0 20 0 19 0 28140407 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603822509096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20326/tid=20336] ppid=20323 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/20326/task/20336/stat : 20336 (java) S 20323 20326 19053 0 -1 4202560 54 0 0 0 14 3 0 0 20 0 19 0 28140407 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603821456296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20326/tid=20337] ppid=20323 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20326/task/20337/stat : 20337 (java) S 20323 20326 19053 0 -1 4202560 75 0 0 0 2 0 0 0 20 0 19 0 28140408 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603809044712 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20326/tid=20338] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20338/stat : 20338 (java) S 20323 20326 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28140409 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603690050552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20339] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20339/stat : 20339 (java) S 20323 20326 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28140409 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603688998152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20340] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20340/stat : 20340 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140411 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603687946640 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20341] ppid=20323 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/20326/task/20341/stat : 20341 (java) S 20323 20326 19053 0 -1 4202560 2685 0 0 0 34 0 0 0 20 0 19 0 28140411 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603686894264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20342] ppid=20323 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/20326/task/20342/stat : 20342 (java) S 20323 20326 19053 0 -1 4202560 3289 0 0 0 41 0 0 0 20 0 19 0 28140411 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603685841464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20326/tid=20343] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20343/stat : 20343 (java) S 20323 20326 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28140411 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603684789368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20326/tid=20344] ppid=20323 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/20326/task/20344/stat : 20344 (java) S 20323 20326 19053 0 -1 4202560 104 0 0 0 37 35 0 0 20 0 19 0 28140411 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603683736776 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20326/tid=20345] ppid=20323 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20326/task/20345/stat : 20345 (java) S 20323 20326 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28140446 9856040960 107325 33554432000 1073741824 1073778376 140733194004352 140603682681768 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 20326 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.72
CPU user time (s): 1799.61
CPU system time (s): 1.11183
CPU usage (%): 100.149
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.61
system time used= 1.11183
maximum resident set size= 429420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10935
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38479
involuntary context switches= 8937

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.59854 second user time and 14.3678 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-26 16:23:33
IDJOB=4116601
IDBENCH=109490
IDSOLVER=2546
FILE ID=node123/4116601-1466951013
RUNJOBID= node123-1466943595-19069
PBS_JOBID= 19976352
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= 67241af52a65c1be692e9f176668d11f
RANDOM SEED=435874814

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:        30080468 kB
Buffers:           12716 kB
Cached:           108532 kB
SwapCached:         1776 kB
Active:           165068 kB
Inactive:          98256 kB
Active(anon):     143388 kB
Inactive(anon):      924 kB
Active(file):      21680 kB
Inactive(file):    97332 kB
Unevictable:     1798432 kB
Mlocked:         1643088 kB
SwapTotal:      67108856 kB
SwapFree:       67098700 kB
Dirty:              1260 kB
Writeback:             0 kB
AnonPages:       1970576 kB
Mapped:            15416 kB
Shmem:                 0 kB
Slab:             565288 kB
SReclaimable:       9160 kB
SUnreclaim:       556128 kB
KernelStack:        1592 kB
PageTables:         8228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2486768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    311296 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 16:53:31